summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-07-061-0/+4
* | | fix: cominbation of small fixesArthur Schiwon2023-07-061-3/+3
* | | fix: include invisible tags for adminsArthur Schiwon2023-07-061-7/+1
* | | fix: search with more than one search tagsArthur Schiwon2023-07-061-6/+20
* | | fix: no search when LazyFolder was providedArthur Schiwon2023-07-061-1/+6
* | | chore: cleanup unused codeArthur Schiwon2023-07-061-43/+0
* | | fix: ensure searchBySystemTag() is availableArthur Schiwon2023-07-061-1/+3
* | | fix: favorites view and universal search against tagsArthur Schiwon2023-07-061-1/+3
* | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-061-22/+56
|/ /
* / fix(dav): Catch SAB sync errors during upgradeChristoph Wurst2023-06-271-1/+9
|/
* Merge pull request #38416 from nextcloud/backport/38308/stable27Joas Schilling2023-05-301-5/+4
|\
| * fix(carddav): Check if SERVER variables are set before accessing themAnna Larch2023-05-231-5/+4
* | fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* | fix(carddav): Don't show system address book cards to guestsChristoph Wurst2023-05-251-8/+6
* | fix(carddav): Check enumeration settings for all SAB methodsChristoph Wurst2023-05-251-1/+69
* | fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
|/
* feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-164-2/+273
* Merge pull request #37965 from nextcloud/fix/transactional-system-addressbook...Simon L2023-05-161-26/+41
|\
| * fix(dav): Run system address book create-if-not-exists in transactionChristoph Wurst2023-05-121-26/+41
* | fix(carddav): Mark system address book as read-onlyChristoph Wurst2023-05-151-0/+10
* | feat(users): Store and load a user's managerChristoph Wurst2023-05-121-1/+19
* | fix(carddav): expose system address bookAnna Larch2023-05-116-24/+149
* | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-114-0/+155
|\ \
| * | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-091-3/+7
| * | chore: polish SystemTagsInUseCollectionArthur Schiwon2023-05-092-12/+33
| * | fix: improve naming of new systemtags endpoint to systemtags-assignedArthur Schiwon2023-05-092-4/+4
| * | feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-091-2/+15
| * | PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-094-0/+117