server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
## Summary - Resolves: https://github.com/nextcloud/mail/issues/7750 ## 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 - [x] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or acceptance) are included...
Fixes #56789, which is a regression introduced in #52793 When a user has an active session only the apps that are enabled for the user are initially loaded*. In order...
### ⚠️ 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...
* local branch for #56469 * Resolves: #51318 ## Summary Previously, the chain of functions involved in the "update all apps" routine were not properly setup up with regards to...
* Resolves: #51318 ## Summary Previously, the chain of functions involved in the "update all apps" routine were not properly setup up with regards to asynchronism: - The promises generated...
Follow up to #55870 Starting with PHPUnit 11.3, some complex outputs of certain asserts (like `assertStringContainsString`) [require the output of PHPUnit to be explicitly setup](https://redirect.github.com/Behat/Behat/issues/1618). Otherwise when the assert fails...
* Resolves: # ## Summary ## TODO - [ ] ... ## 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 - [ ] Tests...
### ⚠️ 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...
## Description I am developing a Nextcloud app (`emailbridge`) and trying to remove it completely, including all database tables, when the app is uninstalled. I have tried multiple approaches: 1....
* Resolves: #54088 ## Summary Adds `OC-Permissions` and `OC-OwnerId` headers to the response of PUT DAV requests. Documentation update: https://github.com/nextcloud/documentation/pull/13525 ## 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)...