summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | | Merge pull request #36845 from Murena-SAS/reminder-iterator-exceptionSimon L2023-04-171-1/+8
|\ \ \ | |_|/ |/| |
| * | Remove reminder if max instances exceededAkhil2023-02-271-0/+1
| * | Update apps/dav/lib/CalDAV/Reminder/ReminderService.phpAkhil Potukuchi2023-02-271-2/+1
| * | Fix max instances exception for get vevent callAkhil2023-02-261-1/+8
* | | Merge pull request #37626 from nextcloud/fix/compare-imip-email-valuesArthur Schiwon2023-04-111-3/+3
|\ \ \
| * | | fix(dav): add string comparison for diffAnna Larch2023-04-071-3/+3
* | | | Add type hints for mappersjld31032023-04-071-0/+2
|/ / /
* | | Fix DAV typesjld31032023-04-054-6/+7
* | | Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-041-1/+1
|\ \ \
| * | | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-1/+1
* | | | Use implementations instead of interfaces for accessing private methodsjld31032023-03-302-4/+3
* | | | Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-162-2/+8
|\ \ \ \
| * | | | Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-202-3/+8
* | | | | Merge pull request #36852 from nextcloud/bugfix/noid/fix-user-status-automati...Joas Schilling2023-03-131-4/+13
|\ \ \ \ \
| * | | | | fix(user_status): Fix the user status automation on the day availability rule...Joas Schilling2023-03-131-4/+13
* | | | | | Merge pull request #36800 from rotdrop/feature/dav-macos-quirksAnna2023-03-132-0/+135
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | apps/dav: add some OSX specific quirks.Claus-Justus Heine2023-03-072-0/+135
* | | | | | fix(dav): Handle no next potential toggle in availability detectionThomas Citharel2023-03-101-0/+7
* | | | | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-099-9/+574
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-089-9/+574
| |/ / / /
* / / / / Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
|/ / / /
* | | | fix: Use proper path for quota fetchingJulius Härtl2023-03-061-1/+7
* | | | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-3/+0
* | | | Merge pull request #36935 from nextcloud/fix/noid/imip-plugin-null-hardeningRichard Steinmetz2023-03-022-8/+23
|\ \ \ \
| * | | | fix(caldav): harden null handling of iMip scheduling methodRichard Steinmetz2023-03-022-8/+23
* | | | | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-021-8/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-091-8/+29