core icon indicating copy to clipboard operation
core copied to clipboard

:cloud: ownCloud web server core (Files, DAV, etc.)

Results 307 core issues
Sort by recently updated
recently updated
newest added

## 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....

Type:Bug

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...

dependencies
javascript

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'...

dependencies
javascript

`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...

Type:Bug
junior job

### 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...

Type:Bug

### 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...

Type:Bug

### 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...

Type:Bug

### 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...

Type:Bug

## 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...

Type:Bug
feature:sharing