core
core copied to clipboard
:cloud: ownCloud web server core (Files, DAV, etc.)
## Description refs https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/online/build-test-ship/ui-guidelines#application-and-file-type-icons ## How Has This Been Tested? - :hand: ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
### Steps to reproduce 1. Set `'preview_max_dimensions' => '1000x1000'` 2. Upload both attached files to separate folders (to avoid unintentionally requesting previews for both files at the same time) 3....
Bumps [@bower_components/select2](https://github.com/ivaynberg/select2) from 3.5.4 to 4.0.13. Changelog Sourced from @bower_components/select2's changelog. 4.0.13 New features / improvements Trigger input event before change events (#4649) Feed back the keypress code that was...
Bumps [@bower_components/bowser](https://github.com/ded/bowser) from 1.9.4 to 2.11.0. Release notes Sourced from @bower_components/bowser's releases. v2.11.0 What's Changed [ADD]: Add detection for Miui Browser #436 [ADD]: Add support for using alias in 'is'...
`occ config:system:set` has `--type` parameter and you can set a setting to boolean true or false. `occ config:app:set` has no `--type` parameter. Do something like: ``` php occ config:app:set files...
### Steps to reproduce 1. create user 'user1' and 'user2' 2. upload folder 'folder1' 3. share folder 'folder1' with 'user2' 4. delete last share with 'user2' 5. get the information...
### Description While sharing the same file/folder in different ways by one user [group and user] and receiving the requested share by enabling/disabling the `shareapi_auto_accept_share` by another user results in...
### Steps to reproduce 1. Using a oC Google Drive mount and add a file via GD directly (not via oC) 2. Pressing force-reload on the browser accessing oC, the...
### Steps to reproduce 1. create user `uu1` 2. lock a non-existent resource `lorem.txt` ```bash curl -u uu1:password -X LOCK http://host.docker.internal:8080/remote.php/webdav/lorem.txt -d " " -v ``` ### Expected behaviour While...
## Expected: ``` Background: Given the admin has disabled auto accepting of shares Scenario: accepting a new share on a resource that has already been mounted by accepting another share...