aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-2/+6
* fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-211-1/+6
* fix(dav): Fix atomic addressbook updateChristoph Wurst2024-02-291-20/+22
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-153-40/+104
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2313-57/+55
* refactor(caldav): Use even earlier return and SQL's WHERE INChristoph Wurst2023-11-151-13/+6
* feat(search): allow contacts person searchhamza2212023-11-141-0/+4
* feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-101-12/+42
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-1/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-1/+0
* | Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-177-15/+15
|\ \
| * \ Merge branch 'master' into replace_strpos_calls_in_dav_appFaraz Samapoor2023-06-273-4/+25
| |\ \
| * | | Fixes "PossiblyNullArgument" Psalm warnings.Faraz Samapoor2023-06-122-2/+2
| * | | Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-127-13/+13
* | | | fix(CardDAV): allow disabling of the system address book via config optionAnna Larch2023-09-011-1/+2
| |_|/ |/| |
* | | fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-162-4/+3
* | | Merge pull request #38397 from nextcloud/enh/contacts/hide-adressbook-optionDaniel2023-07-181-10/+14
|\ \ \
| * | | enh(contacts): show/hide addressbooks for allJohannes Merkel2023-07-101-10/+14
* | | | Merge branch 'master' into fix/correct-exceptions-for-SABAnna2023-07-141-1/+3
|\ \ \ \
| * | | | fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-111-1/+3
| |/ / /
* / / / fix(CardDAV): catch right exception when checking for federated app classesAnna Larch2023-07-061-1/+1
|/ / /
* | / enh(sab): Add profileUrl to SABJohannes Merkel2023-07-031-1/+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 #38639 from charno/bugfix/36644-pruneOutdatedSyncTokens-de...Simon L2023-06-201-2/+11
|\ \ \ | |/ / |/| |
| * | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-121-2/+11
| |/
* / fix(carddav): Make SystemAddressBook::__construct $groupManager argument null...Christoph Wurst2023-06-121-1/+1
|/
* fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* Merge pull request #38448 from nextcloud/fix/carddav/no-sab-guest-usersArthur Schiwon2023-05-251-8/+6
|\
| * fix(carddav): Don't show system address book cards to guestsChristoph Wurst2023-05-251-8/+6
* | Merge pull request #38454 from nextcloud/fix/capitalization-other-telChristoph Wurst2023-05-251-1/+1
|\ \ | |/ |/|
| * fix(carddav): Make system contact phone number RFC compliantgreta2023-05-251-1/+1
* | fix(carddav): Check enumeration settings for all SAB methodsChristoph Wurst2023-05-251-1/+69
|/
* Merge pull request #38413 from nextcloud/fix/38412/save-avatar-SABJohannes2023-05-231-1/+1
|\
| * fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
* | fix(carddav): Check if SERVER variables are set before accessing themAnna Larch2023-05-231-5/+4
|/
* feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-163-2/+153
* 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-115-22/+146
* | feat(dav): store scopes for properties and filter locally scoped properties f...Anna Larch2023-05-093-54/+235
|/
* feat(carddav): Map user's additional emails into the SAB cardChristoph Wurst2023-05-041-1/+10
* enh(contacts): write profile prop and backend prop to system addressbookJohannes Merkel2023-05-021-0/+6
* refactor(dav): Since we're in a transaction, use QB properly when incrementin...Thomas Citharel2023-04-171-13/+24
* fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-171-316/+330
* Fix DAV typesjld31032023-04-051-1/+2
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-011-0/+3