server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
### ⚠️ 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...
### 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 affected by the same issue. * Please don't comment if you have no relevant...
### Steps to reproduce 1. Click the menu to send the file.  2. Select "New folder".  3. Click on the folder name to change its name.  ###...
### Steps to reproduce 1. Create a folder with some subfolder 2. Share the top-folder with only read-access 3. Share the subfolder with write access 4. If users enter the...
### 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...
Wrapper around atomic() to retry after a retryable exception occurred Certain transactions might need to be retried. This is especially useful in highly concurrent requests where a deadlocks is thrown...
### 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...
* Resolves: #36958 ## Summary Rather a very small fix, but before this the contrast of the button was too low in terms of accessibility. ## Screenshots state | inactive...
Follow-up fix for https://github.com/nextcloud/server/pull/34302/files#diff-9cdfa82a2275acf10161656ddc7b70be83cdbf6be8663ecfb8f963e4eb516d8eR139 which was trying to catch an exception that was wrapped by our own exception class so the catch would never have catched.
## Summary Provide more useful readable paths when exceptions occur during locking ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ]...