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...
* Resolves: #26393 ## Summary Dav api did not log favorite added/removed events. ## 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 - [...
* Resolves: # ## Summary Same as #43025 but without the new command. * ~Catch share exception in transfer ownership and delete invalid shares~ * Promote reshares into direct shares...
### 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...
When copying a shared groupfolder into another local folder the whole data directory ends being (recursively) copied to the other folder. There are other scenarios that fail, but that one...
**Is your feature request related to a problem? Please describe.** For connecting proprietary apps, exchanging a user session via oAuth2 is convenient. However, now a user must explicitly always grant...
## Summary When using rector, fully qualified names are often outputted by the rules, like `\OCP\Server` or `\OCP\Http\Client\IClientService`. To avoid that, one can use `withImportNames()` to tell rector to import...
It would be nice with a function to empty the trash from the web interface. Right now you have to do it for every file manually or click the checkbox...
## Problem Working remotely, you are not as connected to your colleagues because you do not meet them as regularly or see them in a physical office on a daily...
## Summary This re-structures the constructor to be easier to understand, by splitting things into different helper functions. ## TODO - [ ] ... ## Checklist - Code is [properly...