aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-191-6/+6
* fix(carddav): limit vcard sizeSebastianKrupinski2024-07-041-0/+40
* chore: don't pass null to createElementDaniel Kesselberg2024-06-251-1/+1
* refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-251-44/+41
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-2/+27
* chore: Add SPDX headerAndy Scherzinger2024-05-291-1/+1
* Merge pull request #44664 from nextcloud/fix/dav/rate-limit-create-adress-bookHamza2024-05-281-0/+87
|\
| * fix(dav): Rate limit address book creationHamza Mahjoubi2024-05-271-0/+87
* | chore: Add SPDX headerAndy Scherzinger2024-05-2726-552/+73
|/
* chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-021-0/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-4/+4
* 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