BornToBeRoot
BornToBeRoot
Multiple domains in `NEXTCLOUD_TRUSTED_DOMAINS` separated with spaces are ignored. Example: docker-compose: ``` NEXTCLOUD_TRUSTED_DOMAINS: cloud-test.example.com cloud-test.internal.example.com ``` config.php ``` 'trusted_domains' => array ( 0 => 'cloud-test.example.com', ), ````
When i set this in my docker-compose.yml ``` OVERWRITEHOST: cloud-test.example.com NEXTCLOUD_TRUSTED_DOMAINS: cloud-test.internal.example.com ``` and change later in the `config.php` the trusted_domains. They have no affect... When i do not set...
I think this would be better than try{ } catch{ } Example call: ``` if(ObjectIdentifier.TryParse(string oid, out var identifier)) { } ```
**Describe the bug** Url is automatically detected incorrectly and cannot be set manually. **To Reproduce** ``` # Check boths URLs php occ config:app:get richdocuments wopi_url php occ config:app:get richdocuments public_wopi_url...
The administrator should be able to set global activity settings for all users that cannot be changed by a single user. Under `Administration > Activity` you could add a checkbox...
Something similar to the app update... To see if a new nextcloud version is available... There should be an info for major releases and for the current branch. Example: ```xml...
Cannot edit powershell scripts... they should be editable according to this list: https://github.com/nextcloud/files_texteditor/blob/cfa393018075029e9486bda604456acee0b6c45f/js/editor.js#L528 ### Steps to reproduce 1. Upload a PowerShell script (.ps1-file) 2. Click on it ### Expected behaviour...
`.psm1` files are PowerShell Module files... Same syntax as `.ps1`
Fixes #1506 **Please provide some details about this pull request:** - Connect to AWS and get Instance IDs for AWS Systems Manager - Session Manager - Connect to the instance...
Resolve host ist slow when dns is not reachable.