server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
* Resolves: #46609 ## Before Multiple delegation to same group is possible ``` $ php occ admin-delegation:add OCA\\Settings\\Settings\\Admin\\Overview admin [OK] Administration of OCA\Settings\Settings\Admin\Overview delegated to admin. $ php occ admin-delegation:add...
## Summary Resolves: https://github.com/nextcloud/calendar/issues/7057 Refactored iTip broker message generation to improve logic and RFC compatibility ### Testing How to test, open calendar app, and test the following ### 🔵 Single...
Bumps the vite group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the vite group with 1 update in the /build/frontend-legacy directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.2.4 to 7.2.7...
## 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 - [ ] Screenshots before/after...
* Resolves: # ## Summary Seems to work fine locally and the CI is also happy I ended up doing some manual changes to lib/private/Group/Group.php, to lib/private/Server.php and to lib/private/AppFramework/DependencyInjection/DIContainer.php...
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` |...
Bumps [sass](https://github.com/sass/dart-sass) from 1.94.2 to 1.95.1. Release notes Sourced from sass's releases. Dart Sass 1.95.1 To install Sass 1.95.1, download one of the packages below and add it to your...
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.0 to 3.3.1. Release notes Sourced from dompurify's releases. DOMPurify 3.3.1 Updated ADD_FORBID_CONTENTS setting to extend default list, thanks @MariusRumpf Updated the ESM import syntax to be...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.31.0 to 24.32.1. Release notes Sourced from puppeteer's releases. puppeteer-core: v24.32.1 24.32.1 (2025-12-08) 🛠️ Fixes assertion errors and wrong URL in puppeteer.connect(channel) (#14486) (1095b46) 📄 Documentation fix...
- Add the api surface for mount providers to pro-actively update the list of cached mounts - Implement this for files_external as POC since it's one of the easiest ones...