summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-072-6/+16
* ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-101-4/+4
* optimize calendar search queryJamie McClelland2023-08-101-1/+1
* fix(caldav): harden null handling of iMip scheduling methodRichard Steinmetz2023-07-282-9/+24
* when reading an empty file getting EOF is not an errorMatthieu Gallien2023-07-241-2/+6
* Merge pull request #36601 from nextcloud/backport/35743/stable25Arthur Schiwon2023-07-133-513/+847
|\
| * Use recurrence instance to build iMip emailAnna Larch2023-07-113-513/+847
* | Merge pull request #39061 from nextcloud/backport/31790/stable25Arthur Schiwon2023-07-121-3/+3
|\ \
| * | style(caldav): improve getDenormalizedData methodThomas Citharel2023-06-291-2/+2
| * | Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-06-291-1/+1
* | | Merge pull request #39294 from nextcloud/backport/39248/stable25Arthur Schiwon2023-07-121-2/+42
|\ \ \
| * | | preload custom properties when propfinding foldersRobin Appelman2023-07-101-2/+42
* | | | Merge pull request #39233 from nextcloud/backport/39202/stable25Arthur Schiwon2023-07-111-58/+84
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix: PHP 7.4 compatibilityArthur Schiwon2023-07-101-1/+5
| * | | refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-1/+1
| * | | fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-07-071-1/+11
| * | | refactor: save unnecessary method_existsArthur Schiwon2023-07-071-4/+1
| * | | fix: use array_unitersect against objectsArthur Schiwon2023-07-071-2/+5
| * | | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-07-071-0/+4
| * | | fix: cominbation of small fixesArthur Schiwon2023-07-071-3/+3
| * | | fix: include invisible tags for adminsArthur Schiwon2023-07-071-7/+1
| * | | fix: search with more than one search tagsArthur Schiwon2023-07-071-6/+20
| * | | fix: no search when LazyFolder was providedArthur Schiwon2023-07-071-1/+6
| * | | chore: cleanup unused codeArthur Schiwon2023-07-071-43/+0
| * | | fix: ensure searchBySystemTag() is availableArthur Schiwon2023-07-071-1/+3
| * | | fix: favorites view and universal search against tagsArthur Schiwon2023-07-071-1/+3
| * | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-071-22/+56
| | |/ | |/|
* | | Merge pull request #38973 from nextcloud/backport/38747/stable25Joas Schilling2023-07-111-2/+13
|\ \ \ | |_|/ |/| |
| * | perf: skip request without write permissionDaniel Kesselberg2023-07-101-2/+13
| |/
* / fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-07-102-0/+61
|/
* Merge pull request #38676 from nextcloud/backport/38648/stable25Arthur Schiwon2023-06-141-1/+1
|\
| * fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
* | fix event move issueMaximilian Martin2023-06-121-2/+2
|/
* fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-061-2/+4
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-06-011-0/+4
* Merge pull request #38309 from nextcloud/backport/37961/stable25Arthur Schiwon2023-05-174-0/+155
|\
| * fix: PHP 7.4 compatArthur Schiwon2023-05-161-1/+1
| * refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-161-3/+7
| * chore: polish SystemTagsInUseCollectionArthur Schiwon2023-05-162-12/+33
| * fix: improve naming of new systemtags endpoint to systemtags-assignedArthur Schiwon2023-05-162-4/+4
| * feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-161-2/+15
| * PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-164-0/+117
* | Merge pull request #37769 from nextcloud/backport/36217/stable25Arthur Schiwon2023-05-174-10/+15
|\ \
| * | Handle reminders where calendar name is nullThomas Citharel2023-04-214-10/+15
* | | Merge pull request #38249 from nextcloud/fix/read-only-system-addres-book-acl...Christoph Wurst2023-05-171-0/+10
|\ \ \
| * | | fix(carddav): Mark system address book as read-onlyChristoph Wurst2023-05-151-0/+10
* | | | Merge pull request #37569 from nextcloud/backport/34375/stable25Arthur Schiwon2023-05-171-4/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Allow reimporting prev. deleted items by deleting trashbin itemAnna Larch2023-04-041-4/+6
| | |/ | |/|
* | | Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-111-8/+10
| |/ |/|
* | fix: Use proper path when creating node instancesJulius Härtl2023-05-091-4/+7
|/