summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman2022-04-041-2/+1
|\
| * dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-2/+1
* | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-042-10/+68
|\ \
| * | Add a built-in profiler inside NextcloudCarl Schwan2022-04-042-10/+68
* | | Merge pull request #30438 from nextcloud/fix/caldav-trash-bin-deleted-at-intChristoph Wurst2022-04-011-72/+79
|\ \ \ | |/ / |/| |
| * | Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-03-241-25/+33
| * | Fix column/property type of the calendar orderChristoph Wurst2022-03-241-1/+1
| * | Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-03-241-47/+46
* | | Show filename in output messageChristopher Ng2022-03-291-5/+4
* | | Skip import of current calendar on errorChristopher Ng2022-03-291-10/+18
* | | Also comment out in testJoas Schilling2022-03-281-2/+2
* | | Disable bulk upload by not advertising itVincent Petry2022-03-281-1/+2
| |/ |/|
* | fix check if dav root is folderRobin Appelman2022-03-241-1/+1
* | dont setup full fs after dav authRobin Appelman2022-03-241-1/+0
|/
* Fix moving error for calendar object error because of missing principal uriAnna Larch2022-03-221-2/+2
* Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-212-2/+15
* Merge pull request #31621 from nextcloud/fix-link-to-calendar-docs-in-groupwa...blizzz2022-03-211-1/+6
|\
| * Fix link to calendar user docs in groupware settingsThomas Citharel2022-03-181-1/+6
* | add optional WebDav propfind properties to show number of folders/files insid...Julien Veyssier2022-03-191-1/+20
|/
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-1611-22/+157
* Extends UserMigrationException in CalendarMigratorExceptionCôme Chilliet2022-03-141-2/+2
* Merge pull request #31274 from nextcloud/fix/carddav-backend-1000-orache1John Molakvoæ2022-03-111-6/+9
|\
| * Don't recreate sql query each timeCarl Schwan2022-03-101-8/+8
| * Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan2022-02-211-7/+10
* | Merge pull request #30963 from nextcloud/feat/calendar-migrationPytal2022-03-105-0/+534
|\ \
| * | Improve error handling and output messagesChristopher Ng2022-03-091-13/+22
| * | Various minor updatesChristopher Ng2022-03-022-38/+30
| * | Minor updatesChristopher Ng2022-03-021-62/+70
| * | Integrate migratorChristopher Ng2022-03-024-250/+70
| * | Calendar export and importChristopher Ng2022-03-026-0/+705
* | | Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-1/+17
|\ \ \
| * | | also handle expired pre-write shared lock on dav upload when not using part f...Robin Appelman2022-02-251-1/+17
* | | | Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl2022-03-021-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Add logging around dav execJulius Härtl2022-02-281-0/+5
| |/ /
* / / Make Sabre File exception messages translatableChristopher Ng2022-03-011-18/+52
|/ /
* | Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst2022-02-227-37/+47
* | Merge pull request #31295 from nextcloud/fix-cleaning-remindersChristoph Wurst2022-02-221-3/+3
|\ \
| * | Fix cleaning reminders after subscription purgeThomas Citharel2022-02-211-3/+3
| |/
* | Merge pull request #31195 from nextcloud/wrap_exceptionLouis2022-02-212-0/+43
|\ \ | |/ |/|
| * Wrap S3 multipart upload exceptionLouis Chemineau2022-02-162-0/+43
* | Clean reminders for calendar when deleting a subscriptionThomas Citharel2022-02-151-0/+4
* | Consider only reminders with calendar dataThomas Citharel2022-02-152-2/+10
|/
* Merge pull request #31178 from nextcloud/fix-dav-namespace-typoVincent Petry2022-02-151-1/+1
|\
| * Fix typo in DAV namespace registrationThomas Citharel2022-02-141-1/+1
* | Remove setting defaultUsernamePath dynamicallyThomas Citharel2022-02-142-2/+0
|/
* Use the new option to signaling insensitivityJoas Schilling2022-02-071-0/+2
* delete birthday calendar events permanentlyMaximilian Martin2022-02-021-4/+4
* send request id in response headerRobin Appelman2022-02-013-0/+54
* Convert properties value to string before passing them to databaseCôme Chilliet2022-01-201-0/+5
* Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-113-14/+55