Jürgen Weigert
Jürgen Weigert
Seen with core 10.13.0-beta.1 while trying to reproduce https://github.com/owncloud/core/pull/40726 (also reproducable with 10.12.2) ``` occ file:scan admin Scanning files for 1 users Starting scan for user 1 out of 1...
Seen in 10.13.0-rc.1 (probably not a regression) * admin creates user Marie with 0b quota. E.g. this user should only work in received shares. * when user Marie logs in...
Seen with core 10.13.0-alpha.1 (not specific to this version) * Log in as user admin and create a new user sally  ---- * Admin navigates back to the normal...
Seen with ownCloud core 10.13.0-rc.1 (not a regression) ``` dname=$(docker run --rm -ti -p 6660:8080 owncloud/server:10.13.0-rc.1 -d) url="http://localhost:6660/ocs/v1.php/cloud/shares?format=json" data='{"shareWith": "admin", "token": "12345678901234567890", "name": "JustAFile.txt", "remoteId": "666", "owner": "admin", "ownerFederatedId": "admin@http://localhost:6660",...
Seen with files_classifier-1.5.0-rc.1 * install ownCloud 10.13.4 with files_classifier-1.4.0 * occ app:enable files_classifier * visit admin page 'Workflow & Tasks` -> the 'Document Classification` section is there. * occ app:list...
Guests have access to external storages, even when the files_external app is not in the whitelist. I could not find anything to limit external storages to non-guest users. IMHO, that...
### Steps to reproduce 1. at the server https://oc10133rc2-20231120.jw-qa.owncloud.works/ : 2. user admin configures an external storage SFTP, avalable to all users. 3. user admin enables users to mount external...
Seen with 10.13.1 (and before, not a regression) * admin general page, enter an expired license key * the key does not work. OK * Two notices appear. One, black...
Seen in 10.13.1 (and probably before) * In Classic files view, click open a PDF (e.g. in the folder 'Learn more about ownCloud') * PDF Viewer opens  ---- *...
Seen with 10.13.2-rc.1 on a hetzner cloud machine with one virtual cpu * Add 25000 photos to the Photos folder of user admin * run occ file:scan --all * connect...