Thomas Citharel
Thomas Citharel
## Summary Fixes * `Notice: Undefined index: parameters` * `Warning: Invalid argument supplied for foreach()` * `Undefined index: targetUrl at /var/www/nc/nextcloud/core/templates/confirmation.php#9` The template is only called by the Provisioning API...
Using nested transactions without savepoints is actually deprecated by Doctrine: https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/transactions.html#transaction-nesting Without savepoints, a nested transaction can be rollbacked but not handled properly in the "real" transaction, leading to the...
For some reason the value of `$component['DTSTART'][0]` may not be a `DateTimeImmutable`. In the case of #42464, the property is a `Property\ICalendar\Date`, but that extends `Property\ICalendar\DateTime`, so it *should* still...
* Resolves: https://github.com/nextcloud/server/issues/42464#issuecomment-1891009733 https://github.com/nextcloud/integration_google/issues/132 ## Summary CertificateManager doesn't seem to work propertly if the `files_external` app is disabled (the files get put in `/tmp` for no reason I know of),...
In `ProfileManager::getProfileParams` we make a lot of indirect calls to `ProfileManager::getProfileConfig`. The first time we get the call we get into the catch and insert data, and the next time...
This allows simple users to opt-out of the contacts interaction addressbook even if admins have the app installed. Similar to how the birthday calendar works, the functionnality can be toggled...
## Summary Fix invalid signature for `getUser()` method and change occurrences of `OC\User\User` for `OCP\IUser` (unless there's a good reason for that?) ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) -...
The [`geo_postgis`](https://github.com/bryanjos/geo_postgis) Postgrex extension allows entities from the [`geo`](https://github.com/bryanjos/geo) library to be used as PostGIS data types. It would be nice if the `Ecto.DevLogger.PrintableParameter` protocol supported that. Will see if...
There already is tag suggestion based on existing tags, but there also should be tag suggestion based on page itself, just below the field for instance. Tags could come first...
### Formats to support - [ ] Gmail `.csv` - [ ] Outlook `.csv` - [ ] Thunderbird `.csv` - [ ] Yahoo `.csv` - [ ] Gmail `.vcf` -...