summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Check address book URI length before creationJoas Schilling2022-09-151-0/+4
* Check calendar URI length before creationAnna Larch2022-09-151-0/+7
* Fix carddav activitiesJoas Schilling2022-08-233-5/+5
* Merge pull request #33408 from nextcloud/backport/33090/stable23blizzz2022-08-021-51/+76
|\
| * catch any exception for transaction controlArthur Schiwon2022-07-291-1/+1
| * DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-291-51/+76
* | Merge pull request #33103 from nextcloud/enhancement/add-logging-lo-federationblizzz2022-08-011-2/+4
|\ \ | |/ |/|
| * Add logging to federation syncAnna Larch2022-07-111-2/+4
* | Don't try to purge objects from the birthday calendar when it doesn't existThomas Citharel2022-07-261-0/+3
|/
* Merge pull request #32322 from nextcloud/backport/stable22/share_search_tweaksLouis2022-06-231-3/+6
|\
| * Use email settings in DAV searchLouis Chemineau2022-06-071-1/+2
| * Use share setting in DAV searchLouis Chemineau2022-06-071-2/+4
* | Merge pull request #31788 from nextcloud/backport/30438/stable23blizzz2022-06-111-72/+79
|\ \
| * | Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-04-141-25/+33
| * | Fix column/property type of the calendar orderChristoph Wurst2022-04-141-1/+1
| * | Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-04-141-47/+46
* | | Merge pull request #32693 from nextcloud/backport/32471/stable23Vincent Petry2022-06-101-2/+3
|\ \ \
| * | | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-06-071-2/+3
| | |/ | |/|
* / | Make X-HAS-{MD5/SHA256} opt-inCarl Schwan2022-06-081-9/+20
|/ /
* | Add email validationAnna Larch2022-05-181-2/+9
* | Merge pull request #31976 from nextcloud/backport/31886/stable23blizzz2022-05-161-2/+3
|\ \
| * | Principal search by display name case insensitiveVincent Petry2022-04-141-2/+3
* | | 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