aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-194-4/+162
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-172-0/+2
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-164-0/+4
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-1510-0/+10
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-1428-28/+0
* Merge pull request #36674 from nextcloud/rakekniven-patch-2Anna2023-02-131-1/+1
|\
| * l10n: Fixed grammarrakekniven2023-02-111-1/+1
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-124-4/+10
|/
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-104-38/+44
* fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-093-16/+237
* perf(dav): Do not call general setupFS on ever dav authJulius H盲rtl2023-02-092-9/+6
* Merge pull request #29010 from mattian/fix/19218/birthday-leap-dayChristoph Wurst2023-02-082-56/+56
|\
| * dav: fix birthday calendar event generation for leap daysMattia Narducci2023-02-062-56/+56
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-082-0/+6
* | Removed catch of ValueError as we cannot know if it鈥檚 >2038 or <1970C么me Chilliet2023-02-071-11/+2
* | Skip tests that cannot succeed on 32bitsC么me Chilliet2023-02-071-2/+9
* | Fix Sabre connector testC么me Chilliet2023-02-071-2/+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-072-19/+30
* | 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-075-15/+10
* | Allow float sizes in FileInfo for 32bitsC么me Chilliet2023-02-071-5/+1
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-072-0/+6
|/
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-062-0/+4
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-054-0/+8
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-0418-6/+54
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-0376-444/+444
* Use recurrence instance to build iMip emailAnna Larch2023-02-028-703/+1711
* 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
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-314-0/+4
* 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
* | Merge pull request #36210 from nextcloud/fix/4811/principal-emailDaniel2023-01-261-2/+2
|\ \ | |/ |/|
| * fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
* | Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-auto...Christoph Wurst2023-01-262-16/+25
|\ \
| * | chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-252-16/+25
| |/
* / Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-262-14/+14
|/
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-242-6/+6
* 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
| |/
* | Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-cust...Joas Schilling2023-01-231-1/+1
|\ \
| * | Fix double where in CustomProperiesBackendTestJoas Schilling2023-01-201-1/+1
* | | Merge pull request #36262 from nextcloud/chore/dav/void-test-methodsJoas Schilling2023-01-23120-713/+713
|\ \ \ | |/ / |/| |
| * | chore(dav): Add void return type to test methodsChristoph Wurst2023-01-20120-713/+713
| |/
* / chore(dav): Remove useless var tagChristoph Wurst2023-01-194-6/+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-132-13/+47