Thomas Citharel

Results 447 comments of Thomas Citharel

Docs are in https://github.com/nextcloud/documentation/pull/9569

At this point there's hopefully a way to factorize things in `SystemAddressbook.php`.

Agreed, we shouldn't transform data when it's up to the calendar clients to handle `VTODO` themselves. Apps that already support it would lose the added value from `VTODO` (for instance,...

Yeah this is intended only for front-end usage, where you are already logged-in so you can access the URI. It's added in https://github.com/nextcloud/server/blob/af4a90924d513fb65d0723dad322d7af3e78ae61/apps/dav/lib/CardDAV/AddressBookImpl.php#L275-L285 And then the file is served by...

I missed this one, thanks. :see_no_evil: Well, there's more stuff in mine. I'll simply take the LDAP stuff from Carl's PR, and take over https://github.com/nextcloud/server/pull/32018 as well.

Totally agree with all of these. If I understand correctly, putting an item in the bin would mean moving the data from the `oc_calendars` table to `oc_calendar_bin`, while not touching...

This also fixes another issue caused by Nominatim changing their API, see https://github.com/osm-search/Nominatim/issues/3134 and https://github.com/nextcloud/maps/issues/1111 Can we backport to stable26 and 25?

Would you mind adding more details while we're at it? What I added in https://github.com/nextcloud/server/pull/37193 for admin_audit (`crop`, `mode` and `mimetype`).