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

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

3. to review
feature: dependencies

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

bug
needs info
high
0. Needs triage
stale
feature: object storage
21-feedback

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

enhancement
0. Needs triage

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

bug
1. to develop
feature: previews and thumbnails

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

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

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

bug
3. to review

- [x] Base Navigation view - [x] Navigation API - [x] Legacy views API mapper - [x] Settings to Modal - [x] Component testing ## Follow-ups - [ ] Update...

enhancement
2. developing

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

bug
0. Needs triage
25-feedback

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

3. to review
feature: encryption (server-side)