server icon indicating copy to clipboard operation
server copied to clipboard

☁️ Nextcloud server, a safe home for all your data

Results 1697 server issues
Sort by recently updated
recently updated
newest added

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

enhancement
1. to develop
feature: sharing
feature: activity and notification

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

enhancement
1. to develop
feature: users and groups
feature: emails

See https://github.com/nextcloud/server/pull/15020#issuecomment-481208182 for a debugging efforts.

feature: dav
0. Needs triage
technical debt
performance 🚀
feature: carddav

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

bug
design
feature: sharing
0. Needs triage
26-feedback

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

bug
1. to develop
30-feedback
31-feedback

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

good first issue
0. Needs triage
technical debt
feature: caching

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

enhancement
1. to develop
feature: sharing
feature: dav
performance 🚀

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

enhancement
1. to develop
security

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

enhancement
1. to develop
feature: filesystem
feature: files
feature: object storage