summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | | Merge pull request #38067 from nextcloud/fix/noid/sortTagsArthur Schiwon2023-05-111-1/+5
|\ \ \
| * | | fix: use interface instead of implementation as type hintArthur Schiwon2023-05-101-2/+1
| * | | fix: sort tags by nameArthur Schiwon2023-05-041-1/+6
* | | | Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-6/+4
|\ \ \ \
| * | | | Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-6/+4
* | | | | Merge pull request #38048 from nextcloud/enh/add-x-nc-scope-propertyChristoph Wurst2023-05-104-54/+289
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | feat(dav): store scopes for properties and filter locally scoped properties f...Anna Larch2023-05-094-54/+289
* | | | | Merge pull request #38100 from tanganellilore/fix_delete_ChunkingV2PluginJulius Härtl2023-05-101-9/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix error on delete in ChunkingV2PluginLorenzo Tanganelli2023-05-051-9/+7
| | |_|/ | |/| |
* | | | Merge pull request #36893 from nextcloud/fix/avoid-file-events-on-null-pathCôme Chilliet2023-05-091-8/+10
|\ \ \ \
| * | | | Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-041-8/+10
| | |_|/ | |/| |
* | | | feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-052-4/+4
| |/ / |/| |
* | | Merge pull request #31660 from dzatoah/pr/rename-sendEventRemindersToSharedGr...Simon L2023-05-052-2/+2
|\ \ \
| * | | Rename setting 'sendEventRemindersToSharedGroupMembers' to 'sendEventReminder...Daniel Teichmann2023-05-042-2/+2
| |/ /
* / / feat(carddav): Map user's additional emails into the SAB cardChristoph Wurst2023-05-041-1/+10
|/ /
* | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-032-0/+61
* | enh(contacts): write profile prop and backend prop to system addressbookJohannes Merkel2023-05-021-0/+6
* | fix(psalm): systemtagsJohn Molakvoæ2023-04-287-21/+104
* | expose system tags as dav property for filesRobin Appelman2023-04-283-13/+159
* | Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-256-7/+448
* | fix event move issueMaximilian Martin2023-04-181-2/+2
* | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodesSimon L2023-04-181-4/+7
|\ \
| * | fix: Use proper path when creating node instancesJulius Härtl2023-04-171-4/+7
* | | Merge pull request #36528 from nextcloud/dav-backend-transationsSimon L2023-04-183-1197/+1269
|\ \ \
| * | | refactor(dav): Since we're in a transaction, use QB properly when incrementin...Thomas Citharel2023-04-172-20/+32
| * | | fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-173-1196/+1256
| |/ /
* | | Merge pull request #37645 from nextcloud/fix/improve-imip-emailsSimon L2023-04-172-3/+35
|\ \ \ | |/ / |/| |
| * | fix(dav): Parse sender PARTSTAT in REPLYsAnna Larch2023-04-132-3/+35
* | | Merge pull request #36217 from nextcloud/handle-push-notification-with-no-cal...Simon L2023-04-174-10/+15
|\ \ \
| * | | Handle reminders where calendar name is nullThomas Citharel2023-01-184-10/+15