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

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

enhancement
3. to review

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

bug
3. to review
backport-request
regression
feature: caching

### ⚠️ 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
32-feedback

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

3. to review

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

bug
3. to review
feedback-requested

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

bug
3. to review
tests

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

bug
3. to review
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...

bug
0. Needs triage
32-feedback

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

feature: apps management

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

enhancement
3. to review