Robin Windey
Robin Windey
### Steps to reproduce 1. Install and configure App (local storage folder in "settings" is set to `/storage/emulated/0`, currently i don't know why? I would expect some other default location...
Hey, i was wondering if it's possible to configure the action somehow to first create a new branch in my repository, merge upstream changes in there and then create a...
Since https://github.com/zmartzone/lua-resty-openidc/pull/320 is now merged in the `lua-resty-openidc`-project, we can now use `use_pkce` variable to optionally enable PKCE support like described in this draft: https://tools.ietf.org/html/draft-parecki-oauth-v2-1-01. **Note:** do not merge this...
This fixes #89. It is implemented like proposed here: https://github.com/nextcloud/fulltextsearch/issues/546#issuecomment-583791976
See https://github.com/invoiceninja/dockerfiles/issues/503#issuecomment-1521630565 for details
**Setup information** `docker-compose build` (uncommented [these lines](https://github.com/invoiceninja/dockerfiles/blob/15aefa698b39a898657603889e9b1839ec93b60a/docker-compose.yml#L45-L46)) **Describe the bug** It seems like the MySQL 8 image cannot be built. Running `docker-compose build` gives me: ``` app uses an image,...
Hi, first of all: thanks for these great images, I really love them an use them a lot! ## Problem definition In one of my prod instances I'm using the...
## Problem Currently when running the script as non-admin user, the invokation of `diskpart` shows the Windows UAC dialog where we can input the admin user credentials for elevating the...
Currently the jump from a searchresult from [fulltextsearch-app](files_fulltextsearch) doesn't work properly because the app is not providing enought imformation about the clicked file in https://github.com/nextcloud/files_photospheres/blob/56980147697993a3297b64d331e7bc612f80ae42/js/fileAction.js#L261 .