server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
### Summary Adds a new application configuration `display_documentation_link` that allows hiding the developer documentation link in the app settings page. ### Changes - **Controller**: Modified `AppSettingsController::viewApps()` to conditionally set `appstoreDeveloperDocs`...
### 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: #23666 ## Summary ## 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 ([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...
* Expands on #50660 which was for #42902 ## Summary Primary changes: - Fixes implementation for custom mappings to preserve numeric keys (which was passing the prior unit test) -...
## Apps in server repository - Prepare Vue 3 migration by having 2 build processes one for Vue 2 and one for migrated Vue 3 apps - [x] Migrate to...
## Summary Currently apps are broken if they have exports in the JS entry point, because they then will import from the entry point but because they do not know...
**Description:** The RefreshWebcalService is responsible for updating calendar subscriptions. Since Nextcloud 30, the updated source is diffed against the local state, and only changes are written back. Recently, we investigated...
If the current user belongs to both one or more groups excluded from sharing and one or more groups not excluded from sharing [the user is allowed to share](https://github.com/nextcloud/server/blob/e2195a2f6d6cb0cef35e08d57e03a3420380cac2/lib/private/Share20/ShareDisableChecker.php#L53-L57). However,...
### 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...
## Summary Manual back port of https://github.com/nextcloud/server/pull/56784 ## 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)...