aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-302-0/+62
* Merge pull request #31790 from nextcloud/fix-events-with-old-lastoccurenceChristoph Wurst2023-06-292-8/+18
|\
| * style(caldav): improve getDenormalizedData methodThomas Citharel2023-06-271-2/+2
| * Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-06-272-6/+16
* | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-282-207/+454
|\ \ | |/ |/|
| * fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-06-271-1/+11
| * refactor: save unnecessary method_existsArthur Schiwon2023-06-211-4/+1
| * fix: use array_unitersect against objectsArthur Schiwon2023-06-211-2/+5
| * fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-06-211-0/+4
| * fix: cominbation of small fixesArthur Schiwon2023-06-212-6/+23
| * fix: include invisible tags for adminsArthur Schiwon2023-06-212-52/+60
| * fix: search with more than one search tagsArthur Schiwon2023-06-212-114/+322
| * fix: no search when LazyFolder was providedArthur Schiwon2023-06-211-1/+6
| * chore: cleanup unused codeArthur Schiwon2023-06-211-43/+0
| * fix: ensure searchBySystemTag() is availableArthur Schiwon2023-06-211-1/+3
| * fix: favorites view and universal search against tagsArthur Schiwon2023-06-211-1/+3
| * use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-211-22/+56
* | Merge pull request #39005 from nextcloud/fix/dav/upgrade-catch-sab-sync-errorsSimon L2023-06-271-1/+9
|\ \
| * | fix(dav): Catch SAB sync errors during upgradeChristoph Wurst2023-06-261-1/+9
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-276-58/+440
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-244-20/+20
* | Merge pull request #38856 from nextcloud/fix/contacts/3404/put-location-in-pr...Johannes2023-06-221-1/+13
|\ \
| * | fix(sab): put location in proper address fieldJohannes Merkel2023-06-201-1/+13
* | | Merge pull request #38747 from nextcloud/perf/early-exit-mkcolJoas Schilling2023-06-221-2/+13
|\ \ \ | |_|/ |/| |
| * | perf: skip request without write permissionDaniel Kesselberg2023-06-191-2/+13
* | | Merge pull request #38639 from charno/bugfix/36644-pruneOutdatedSyncTokens-de...Simon L2023-06-204-6/+135
|\ \ \ | |_|/ |/| |
| * | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-122-4/+22
| * | Issue #36644: Test casesChristof Arnosti2023-06-052-2/+113
* | | Cleanup comments codeCarl Schwan2023-06-204-38/+15
| |/ |/|
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-172-4/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-164-8/+28
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-142-84/+86
* | Merge pull request #38777 from nextcloud/fix/carddav/system-address-book-null...Christoph Wurst2023-06-131-1/+1
|\ \
| * | fix(carddav): Make SystemAddressBook::__construct $groupManager argument null...Christoph Wurst2023-06-121-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-134-64/+66
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-8/+8
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-102-0/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-082-0/+6
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-072-162/+172
* | fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
* | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-051-2/+4
|/
* openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-051-63/+3
* fixup! fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-6/+1
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-312-0/+51
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-312-0/+24
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-304-0/+14
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2770-848/+8
* fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-264-2/+6
* Merge pull request #38448 from nextcloud/fix/carddav/no-sab-guest-usersArthur Schiwon2023-05-252-8/+84
|\