Thomas Citharel
Thomas Citharel
## 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 - [ ] Screenshots...
Fixes ```{ "Exception":"RuntimeException", "Message":"Storage could neither be inserted nor be selected from the database: object::user:test", "Code":0, "Trace":[ { "file":"/var/www/nc/nextcloud-25.0.1/lib/private/Files/Cache/Cache.php", "line":122, "function":"__construct", "class":"OC\\\\Files\\\\Cache\\\\Storage", "type":"->" }, { "file":"/var/www/nc/nextcloud-25.0.1/lib/private/Files/Storage/Common.php", "line":344, "function":"__construct", "class":"OC\\\\Files\\\\Cache\\\\Cache", "type":"->"...
And modernize code a bit. ## 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...
Requires #35677 ## Summary Moves all of the hooks used by `admin_audit` to event listeners, where appropriate typed events already exist. - Bases itself on #35677 to have app management...
Fixes https://github.com/nextcloud/server/pull/35744/files#r1184644610 ## 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 - [...
Makes sure the timestamp is > 0 in the `bigint` column. Closes #20804 - [ ] Check if there's no edge effects introduced by this - [ ] Add unit...
Backport of https://github.com/nextcloud/server/pull/38639
Backport of https://github.com/nextcloud/server/pull/38639/
### Describe the current behavior Emptying the twitter username field prevents the configuration from being saved. You have to manually reset it to `@joinpeertube`. ### Steps to reproduce 1. Set...
In https://github.com/nextcloud/server/pull/33251 the default offset for a birthday event alarm was changed to 9AM on the day of the event. However the `birthdayEvenChanged` method did not account for alarm changes,...