aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* feat: public dav endpoint v2John Molakvoæ2024-01-092-4/+238
* fix(dav): Hide less than minute diff in calendar notification titlejld31032023-12-201-1/+1
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-192-188/+93
* Merge pull request #42349 from nextcloud/artonge/perf/dav_hidden_propLouis2023-12-191-3/+3
|\
| * Use FileInfo's metadata for hidden propLouis Chemineau2023-12-191-3/+3
* | Merge pull request #42339 from nextcloud/fix/dav/allow-multiple-organizersRichard Steinmetz2023-12-191-1/+67
|\ \ | |/ |/|
| * fix(dav): allow multiple organizers if possibleRichard Steinmetz2023-12-171-1/+67
* | Don't query oc_properties for metadata propsLouis Chemineau2023-12-181-2/+7
* | fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-4/+4
|/
* Merge pull request #42142 from nextcloud/fix/dav/ooo-event-time-zone-driftChristoph Wurst2023-12-111-23/+10
|\
| * fix(dav): Prevent out-of-office event time driftsChristoph Wurst2023-12-111-23/+10
* | Merge pull request #42151 from nextcloud/chore/dav/dead-server-get-sabre-serverAnna2023-12-111-3/+0
|\ \
| * | chore(dav): Remove dead \OCA\DAV\Server::getSabreServerChristoph Wurst2023-12-111-3/+0
| |/
* / fix(caldav): don't reuse query builder objectsAnna Larch2023-12-111-0/+2
|/
* Merge pull request #42001 from nextcloud/bugfix/noid/improve-logging-of-bulk-...Joas Schilling2023-12-052-3/+12
|\
| * fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-052-3/+12
* | fix(files): better upload error handlingJohn Molakvoæ2023-12-051-0/+6
|/
* Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-timeJoas Schilling2023-12-053-7/+65
|\
| * fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-053-7/+65
* | fix(files): allow any throwable in logExceptionVarun Patil2023-12-041-2/+2
|/
* fix(out-of-office)!: Remove non OCS endpointJoas Schilling2023-12-011-99/+0
* feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-011-0/+77
* fix(copyright): Fix copyright doc blocksJoas Schilling2023-11-303-64/+42
* Merge pull request #41816 from nextcloud/fix/dav/single-day-oooChristoph Wurst2023-11-291-1/+1
|\
| * fix(dav): Allow single-day out of officeChristoph Wurst2023-11-291-1/+1
* | Merge pull request #41866 from nextcloud/fix/dav/login-timezoneChristoph Wurst2023-11-291-0/+9
|\ \ | |/ |/|
| * fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-291-0/+9
* | fix(dav): Timezone drift of OOO eventChristoph Wurst2023-11-291-1/+1
|/
* fix(OOO): Make the returned data more explicitJoas Schilling2023-11-291-4/+3
* fix(dav): don't schedule out-of-office jobs for dates in the pastRichard Steinmetz2023-11-281-20/+21
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-287-87/+163
* feat(dav): hide search providers if their respective app is not activatedBenjamin Gaussorgues2023-11-273-12/+15
* fix(dav): Avoid date diffing if PHP is buggyChristoph Wurst2023-11-241-9/+23
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-238-39/+387
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-23158-611/+595
* Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-232-11/+24
|\
| * Fix is-define operatorLouis Chemineau2023-11-221-1/+1
| * Fix param name after Sabre\CalDAV updateLouis Chemineau2023-11-221-2/+2
| * implements search on null/notnull metadataMaxence Lange2023-11-221-9/+22
* | Merge pull request #41666 from nextcloud/Valdnet-patch-2rakekniven2023-11-231-1/+1
|\ \
| * | Add quotation marksValdnet2023-11-221-1/+1
| |/
* / fix: lower threshold for system address book syncDaniel Kesselberg2023-11-221-1/+1
|/
* Merge pull request #41501 from nextcloud/feat/dav/show-ooo-ui-by-defaultChristoph Wurst2023-11-151-5/+3
|\
| * feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-5/+3
* | refactor(caldav): Use even earlier return and SQL's WHERE INChristoph Wurst2023-11-151-13/+6
|/
* Merge pull request #41457 from nextcloud/feat/contacts/advanced-searchArthur Schiwon2023-11-142-1/+13
|\
| * feat(search): allow contacts person searchhamza2212023-11-142-1/+13
* | Merge pull request #41390 from nextcloud/enh/noid/limit-proppatch-metadataAndy Scherzinger2023-11-141-44/+110
|\ \ | |/ |/|
| * metadata must be set as editable for PROPPATCHMaxence Lange2023-11-141-44/+110
* | feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-146-5/+269
|/