summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-261-1/+12
* fix: use faster method to fetch user countDaniel Kesselberg2023-09-181-1/+1
* only triger metadata preload logic when at least one metadata is requestedRobin Appelman2023-09-181-6/+10
* don't preload metadata for the sub-childenRobin Appelman2023-09-181-1/+1
* fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-1/+1
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-071-0/+3
* only get logger when needed in sabre/directoryRobin Appelman2023-09-071-9/+8
* fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-072-6/+16
* fix(CardDAV): allow disabling of the system address book via config optionAnna Larch2023-09-051-1/+2
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-272-13/+17
* fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-243-4/+8
* don't bother checking dav acl's in filesRobin Appelman2023-08-181-0/+5
* Merge pull request #39904 from nextcloud/backport/38397/stable27John Molakvoæ2023-08-162-10/+29
|\
| * enh(contacts): show/hide addressbooks for allJohannes Merkel2023-08-162-10/+29
* | Merge pull request #39858 from nextcloud/backport/39568/stable27John Molakvoæ2023-08-164-5/+103
|\ \
| * | cache calendar objects from calendarQueryRobin Appelman2023-08-141-5/+30
| * | preload shares for calendars when listing calendarsRobin Appelman2023-08-144-0/+73
| |/
* / fix: close cursor after reading the invitationDaniel Kesselberg2023-08-111-1/+2
|/
* ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-101-4/+4
* optimize calendar search queryJamie McClelland2023-08-101-1/+1
* feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-101-2/+42
* preload all requested metadataRobin Appelman2023-08-081-58/+53
* expose gps data via webdavtobiasKaminsky2023-08-081-0/+22
* style(caldav): improve getDenormalizedData methodThomas Citharel2023-08-021-2/+2
* Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-08-021-1/+1
* Merge pull request #39554 from nextcloud/backport/39221/stable27Arthur Schiwon2023-08-021-2/+6
|\
| * when reading an empty file getting EOF is not an errorMatthieu Gallien2023-07-251-2/+6
* | fix(dav): use quota of destination in s3 chunk uploadMax2023-08-021-2/+2
|/
* fix: check that object store backend supports multi part uploadsDaniel Kesselberg2023-07-231-0/+3
* Merge pull request #38919 from nextcloud/backport/38639/stable27Arthur Schiwon2023-07-122-4/+26
|\
| * fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-112-2/+6
| * Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-212-4/+22
* | Merge pull request #39292 from nextcloud/backport/39248/stable27Arthur Schiwon2023-07-121-2/+42
|\ \
| * | preload custom properties when propfinding foldersRobin Appelman2023-07-101-2/+42
* | | Merge pull request #38572 from nextcloud/backport/38301/stable27Arthur Schiwon2023-07-121-0/+4
|\ \ \
| * | | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-101-0/+4
* | | | Merge pull request #38475 from nextcloud/backport/38454/stable27Arthur Schiwon2023-07-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(carddav): Make system contact phone number RFC compliantgreta2023-07-101-1/+1
| |/ /
* | | Merge pull request #38968 from nextcloud/backport/38747/stable27Arthur Schiwon2023-07-101-2/+13
|\ \ \
| * | | perf: skip request without write permissionDaniel Kesselberg2023-07-041-2/+13
* | | | Merge pull request #38792 from nextcloud/backport/38777/stable27Arthur Schiwon2023-07-101-1/+1
|\ \ \ \
| * | | | fix(carddav): Make SystemAddressBook::__construct $groupManager argument null...Christoph Wurst2023-06-131-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #38659 from nextcloud/backport/38649/stable27Arthur Schiwon2023-07-101-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-061-2/+4
| |/ /
* | | Merge pull request #38947 from nextcloud/fix/contacts/3404/put-location-in-pr...Johannes2023-07-071-1/+13
|\ \ \
| * | | fix(sab): put location in proper address fieldJohannes Merkel2023-07-071-1/+13
| | |/ | |/|
* | | refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-1/+1
* | | fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-07-061-1/+11
* | | refactor: save unnecessary method_existsArthur Schiwon2023-07-061-4/+1
* | | fix: use array_unitersect against objectsArthur Schiwon2023-07-061-2/+5