server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
## Summary This PR is a follow-up to address issues discovered while investigating issue https://github.com/nextcloud/server/issues/49584 When running `occ background-job:worker`, some jobs can be seen running constantly and `ScheduledNotifications` is one...
## Summary ### Context This PR comes from an investigation done for issue https://github.com/nextcloud/server/issues/49584 The user reported that running `occ background-job:worker --interval 5` does not run jobs every 5 seconds...
### ⚠️ 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...
## Summary Adds a `cookie_domain` option to define to which domain(s) the cookies sent by Nextcloud are valid. By default, it is set to `''` which is the safe option...
* Resolves: https://github.com/nextcloud/server/issues/53469 ## 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 included -...
### ⚠️ 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...
Backport of #53436 --- Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
### 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 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: https://github.com/nextcloud/server/issues/52908 ## Summary Preserve the redirect URL. This is mostly helpful for the client login flow. ## How to test 1. Set up 2FA 2. Log in 3....