server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
Now that we can have multiple link shares it would be good to use that in the activities to have some more traceability. Assume: 1. userA creates a public link...
**Is your feature request related to a problem? Please describe.** If an account's email address is changed, nextcloud sends a notification to the old email address. The new email address...
See https://github.com/nextcloud/server/pull/15020#issuecomment-481208182 for a debugging efforts.
Users with numerical usernames (say 5555) have two instances in droplist when sharing files or folders: with email and without it. ### Expected behaviour User wants to share file or...
### ⚠️ This issue respects the following points: ⚠️ - [x] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [x] This issue is **not** already reported...
## Summary This is a simple fix to FileListFilter translation so it gets the `People` button translation in the file list filter from the correct source. Currently, the files_sharing app...
### Steps to reproduce 1. Have memcached configured 2. (Have sentry configured, to catch the error, but the `nextcloud.log` also works) 3. From time to time the error comes up...
Currently android client is using webdav search to get all shares, but this is too slow. Web UI is using those three requests: ``` http://localhost/nc/ocs/v1.php/apps/files_sharing/api/v1/shares?format=json&shared_with_me=true&include_tags=true http://localhost/nc/ocs/v1.php/apps/files_sharing/api/v1/shares?format=json&shared_with_me=false&include_tags=true http://localhost/nc/ocs/v1.php/apps/files_sharing/api/v1/remote_shares?format=json&include_tags=true ``` Where the...
I was under the impression that Nextcloud was supporting strict CSPs now, but for Nextcloud (16.0.2) to run on my server, I still have to allow: - ~~'unsafe-inline' in script-src~~...
If for some reason the filecache has a file in there that is no longer on the objectstore we get back a 404 when we try to access that file....