aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-1/+1
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
* fix: Use proper path for quota fetchingJulius Härtl2023-03-061-1/+7
* fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-3/+0
* Merge pull request #36935 from nextcloud/fix/noid/imip-plugin-null-hardeningRichard Steinmetz2023-03-022-8/+23
|\
| * fix(caldav): harden null handling of iMip scheduling methodRichard Steinmetz2023-03-022-8/+23
* | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-021-8/+29
|\ \ | |/ |/|
| * fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-091-8/+29
* | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
* | fix(Repair): Fix repair step compatibility with Oracle DBJoas Schilling2023-02-231-1/+1
* | Merge pull request #34375 from nextcloud/fix/trashbin-uidDaniel2023-02-211-4/+6
|\ \
| * | Allow reimporting prev. deleted items by deleting trashbin itemAnna Larch2023-02-131-4/+6
* | | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-217-35/+246
* | | assign group share valueMaximilian Martin2023-02-201-1/+1
* | | fix: Use passed LazyFolder when building sabre nodesJulius Härtl2023-02-171-1/+2
* | | Do not set up filesystem on every callAnna Larch2023-02-176-245/+33
* | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
* | | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-092-4/+51
* | | perf(dav): Do not call general setupFS on ever dav authJulius Härtl2023-02-091-3/+0
| |/ |/|
* | Merge pull request #29010 from mattian/fix/19218/birthday-leap-dayChristoph Wurst2023-02-081-25/+23
|\ \ | |/ |/|
| * dav: fix birthday calendar event generation for leap daysMattia Narducci2023-02-061-25/+23
* | Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-11/+2
* | Fix psalm errorsCôme Chilliet2023-02-072-7/+8
* | Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-071-16/+23
* | Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-073-0/+6
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-074-15/+8
* | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-5/+1
|/
* Use recurrence instance to build iMip emailAnna Larch2023-02-023-499/+832
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+6
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-012-2/+5
* Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable...Christoph Wurst2023-01-271-1/+0
|\
| * fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
* | fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
|/
* Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-se...Joas Schilling2023-01-231-1/+1
|\
| * Fix WHERE condition when selecting user's availability for the status automationJoas Schilling2023-01-201-1/+1
* | Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decodeChristoph Wurst2023-01-237-12/+12
|\ \
| * | chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-197-12/+12
| |/
* / chore(dav): Remove useless var tagChristoph Wurst2023-01-191-3/+0
|/
* fix(dav): catch MaxInstancesExceedeException for recurring events without end...Anna Larch2023-01-181-34/+39
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-3/+7
* Revert "Fix sync errors for duplicate cards with the same UID for different b...Christopher Ng2023-01-132-4/+2
* Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycleJohn Molakvoæ2023-01-051-1/+1
|\
| * Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-051-1/+1
* | Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-052-2/+4
|/
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-043-6/+15
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+2
|\
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-031-2/+2
| * Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-231-0/+2
* | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-032-14/+11
|\ \
| * | Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-022-14/+11