server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
### Bug description "App class OC\\Core\\AppInfo\\Application is not setup via query() but directly" us logged for each request. ### Steps to reproduce 1. Use php8.4 2. `'enable_lazy_objects' => true,` 3....
Allow a rename of config keys, with a migration of linked values also, using old config key will returns value from new config key migration can also be initiated using:...
the file_put_contents already puts all of those values into the cache
* For debugging of #42157 ## Summary From https://www.php.net/manual/en/function.session-regenerate-id.php > You should not destroy old session data immediately, but should use destroy time-stamp and control access to old session ID....
## Summary This PR is a follow-up to address issues discovered while investigating issue https://github.com/nextcloud/server/issues/49584 While investigating the issue above, I noticed that when running `occ background-job:worker` the same job...
### 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...
`json_decode()` returns stdclass by default instead of an associative object, which can't be used for `array_diff` or `array_intersect` later This can prevent login as it's used when mounting user storages....
### ⚠️ 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...
### ⚠️ 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...
* Resolves: #37966 ## 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 - [x] Tests...