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

for example when moving encrypted files to a groupfolder Instead of doing the optimized local storage move, fallback to the generic implementation.

## Problem To show a tooltip on a several components we currently use v-tooltip. An example can be found in https://github.com/nextcloud/server/blob/master/apps/settings/src/components/UserList/UserRow.vue#L96 v-tooltip is not accessible and we want to migrate...

enhancement
3. to review
accessibility

Backport of https://github.com/nextcloud/server/pull/35500 to stable23 Reason: it might be necessary to repair encryption keys before upgrading

3. to review

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...

enhancement
1. to develop
feature: encryption (server-side)

### ⚠️ 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
0. Needs triage
24-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
0. Needs triage
25-feedback

While working on https://github.com/nextcloud/android/issues/10783 I have found that the API call to retrieve shares for files in a folder (_/ocs/v2.php/apps/files_sharing/api/v1/shares?path=xyz&reshares=true&subfiles=true_) executes 6 database queries for each file. I have modified...

3. to review
feature: sharing
performance 🚀

Signed-off-by: Carl Schwan

2. developing

## Problem To show a tooltip on a several components we currently use v-tooltip. An example can be found in https://github.com/nextcloud/server/blob/master/apps/settings/src/components/AppList/AppItem.vue#L56 v-tooltip is not accessible and we want to migrate...

enhancement
1. to develop
accessibility

Replace custom tooltips with native one in view. - [ ] ⚠️ Needs NC Vue release ## ``@nextcloud/vue`` - [x] https://github.com/nextcloud/nextcloud-vue/issues/3587 - [x] https://github.com/nextcloud/server/issues/35857 - [x] https://github.com/nextcloud/server/issues/35858 - [x] https://github.com/nextcloud/server/issues/35860...

enhancement
3. to review
feature: sharing
blocked