server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.4.9 to 5.4.17. Release notes Sourced from symfony/event-dispatcher's releases. v5.4.17 Changelog (https://github.com/symfony/event-dispatcher/compare/v5.4.16...v5.4.17) bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas) Commits 8e18a9d Fix...
The [S3 client behaviour](https://github.com/nextcloud/server/blob/969d4312e2a861f7cc69bc76421a695c953fdf11/lib/private/Files/ObjectStore/ObjectStoreStorage.php#L515-L523) generates an "Object not found after writing" exception using an **eventually consistent** object storage provider. It currently checks immediately for the object existence after writing. This...
Hi, I would like to rename/change my login name and we can't do that for now on Nextcloud. Can you support it? [For now](https://docs.nextcloud.com/server/10/admin_manual/configuration_user/user_configuration.html#renaming-a-user): > Each Nextcloud user has two...
### Steps to reproduce 1. Upload some png file 2. Run preview generator with `-vvv` to create previews for it. ### Expected behaviour Processing without warning. ### Actual behaviour >...
### ⚠️ 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]: Regression: NC 25: Copying internal links from sidebar while document is opened does not work
### ⚠️ 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...
The checksum field was ment to also possibly contain multiple values. The content should actually only contain one these days, but considering possible migrations from other platforms or extension of...
- [x] Base Navigation view - [x] Navigation API - [x] Legacy views API mapper - [x] Settings to Modal - [x] Component testing ## Follow-ups - [ ] Update...
### 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 affected by the same issue. * Please don't comment if you have no relevant...
This commit introduces `wrapped_openssl_seal()` and `wrapped_openssl_open()` with a custom implementation so that RC4 can be supported with OpenSSL v3 without having to reactivate legacy ciphers in the OpenSSL config. The...