Thomas Citharel

Results 79 issues of 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...

enhancement
3. to review
feature: templates

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

bug
2. developing
technical debt

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

3. to review

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

2. developing
technical debt

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

bug
3. to review

Makes sure the timestamp is > 0 in the `bigint` column. Closes #20804 - [ ] Check if there's no edge effects introduced by this - [ ] Add unit...

bug
2. developing
php
feature: caldav

Backport of https://github.com/nextcloud/server/pull/38639

3. to review

Backport of https://github.com/nextcloud/server/pull/38639/

3. to review

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

Type: Feature Request :sparkles:
UI

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

bug
3. to review
backport-request
feature: caldav
feature: carddav