summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31641 from nextcloud/backport/31193/stable23blizzz2022-04-141-1/+20
|\
| * add optional WebDav propfind properties to show number of folders/files insid...Julien Veyssier2022-04-141-1/+20
* | Merge pull request #31836 from nextcloud/backport/31734/stable23blizzz2022-04-141-2/+1
|\ \ | |/ |/|
| * dont re-query fileinfo when getting dav quotaRobin Appelman2022-04-131-2/+1
* | Merge pull request #31453 from nextcloud/s3-primary-ci-23blizzz2022-04-141-1/+17
|\ \ | |/ |/|
| * also handle expired pre-write shared lock on dav upload when not using part f...Robin Appelman2022-03-101-1/+17
* | Don't recreate sql query each timeCarl Schwan2022-03-111-8/+8
* | Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan2022-03-111-7/+10
|/
* Merge pull request #31392 from nextcloud/backport/30536/stable23blizzz2022-03-101-18/+53
|\
| * PHP 7.3 compatibilityChristopher Ng2022-03-021-1/+2
| * Make Sabre File exception messages translatableChristopher Ng2022-03-021-18/+52
* | Merge pull request #31000 from nextcloud/backport/30974/stable23blizzz2022-03-101-4/+4
|\ \
| * | delete birthday calendar events permanentlyMaximilian Martin2022-02-221-4/+4
* | | Merge pull request #31183 from nextcloud/backport/31178/stable23Vincent Petry2022-03-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix typo in DAV namespace registrationThomas Citharel2022-02-171-1/+1
* | | Merge pull request #31262 from nextcloud/backport/20766/stable23John Molakvoæ2022-02-243-3/+15
|\ \ \ | |_|/ |/| |
| * | Fix cleaning reminders after subscription purgeThomas Citharel2022-02-231-3/+3
| * | Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-181-0/+4
| * | Consider only reminders with calendar dataThomas Citharel2022-02-182-2/+10
| |/
* | Use the new option to signaling insensitivityJoas Schilling2022-02-221-0/+2
* | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-212-0/+43
|/
* Also comment out in testJoas Schilling2022-02-151-2/+2
* Disable bulk upload by not advertising itVincent Petry2022-02-141-1/+2
* Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-123-14/+55
* Carefully filter out non matching time ranges for CalDAV searchChristoph Wurst2021-12-141-1/+35
* Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-132-0/+3
* Only wildcard search if enumeration is allowedJoas Schilling2021-12-132-1/+6
* Prevent writing invalid mtimeJohn Molakvoæ2021-12-071-0/+5
* Close open cursor in the caldav back-endChristoph Wurst2021-12-021-0/+3
* Cast orphan subscription id to intChristoph Wurst2021-12-011-4/+5
* Allow to fetch the creation time of foldersJulius Härtl2021-11-241-6/+3
* Fix loading all principal calendars in the dav app calendar providerChristoph Wurst2021-11-111-1/+1
* Force Calendar Obejct Chnage Path to support public writeAnna Larch2021-11-082-0/+15
* Fix missing calendar path for public write on CalendarsAnna Larch2021-11-041-1/+10
* Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-014-97/+4
* Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ2021-11-014-4/+97
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-234-4/+97
* | Merge pull request #29481 from nextcloud/fix/dav-calendar-query-start-end-imm...Christoph Wurst2021-10-281-2/+3
|\ \
| * | Fix immutable datetime handling in DAV calendar searchChristoph Wurst2021-10-281-2/+3
* | | Register missing DAV app calendar providerChristoph Wurst2021-10-281-0/+3
|/ /
* | Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ2021-10-222-1/+12
|\ \
| * | Update attendence for external usersDaniel Kesselberg2021-10-082-1/+12
| * | Scheduling plugin not updating responding attendee status take twoAnna Larch2021-10-081-1/+1
* | | Add scheduling availability settingsChristoph Wurst2021-10-181-0/+44
* | | Merge pull request #28991 from nextcloud/feature/bulk_uploadJulius Härtl2021-10-164-0/+347
|\ \ \
| * | | Clean BulkUpload pluginLouis Chemineau2021-10-168-1176/+348
| * | | Add BulkUpload DAV pluginLouis Chemineau2021-10-156-4/+1179
* | | | Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-152-9/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for Delegation Settings for more appsCarl Schwan2021-10-152-9/+22
| |/ /
* | | Merge pull request #29188 from nextcloud/enhancement/public-write-apiDaniel2021-10-154-10/+124
|\ \ \