summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Remove commaValdnet2022-04-121-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Use Migrators id instead of class namesCôme Chilliet2022-04-112-2/+2
| | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Extend calendar migratorChristopher Ng2022-04-081-0/+21
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Extend contacts migratorChristopher Ng2022-04-081-0/+21
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #31673 from nextcloud/feat/contacts-migrationVincent Petry2022-04-074-0/+432
|\ | | | | Contacts migration
| * Output literal null stringChristopher Ng2022-03-301-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Access by array key instead of destructuringChristopher Ng2022-03-301-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Contacts export and importChristopher Ng2022-03-304-0/+432
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-071-0/+1
|\ \ | | | | | | Add X-Accel-Buffering header to downloads
| * | Add X-Accel-Buffering header to downloadsUnpublished2022-01-171-0/+1
| | | | | | | | | | | | Signed-off-by: Unpublished <unpublished@gmx.net>
* | | shRobin Appelman2022-04-061-12/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | use existing node in SharesPluginRobin Appelman2022-04-061-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | allow reusing known folder info when getting directory contentsRobin Appelman2022-04-062-7/+11
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | save filesystem node in dav nodeRobin Appelman2022-04-063-1/+33
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-044-4/+97
|\ \ \
| * | | Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-314-4/+97
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman2022-04-041-2/+1
|\ \ \ | | | | | | | | dont re-query fileinfo when getting dav quota
| * | | dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-042-10/+68
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
| * | | | Add a built-in profiler inside NextcloudCarl Schwan2022-04-042-10/+68
| | |/ / | |/| | | | | | | | | | | | | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #30438 from nextcloud/fix/caldav-trash-bin-deleted-at-intChristoph Wurst2022-04-011-72/+79
|\ \ \ \ | |/ / / |/| | | Fix column/property types in CalDAV
| * | | Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-03-241-25/+33
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Fix column/property type of the calendar orderChristoph Wurst2022-03-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-03-241-47/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The timestamp is an int, but we treated it as string. With this patch the property map is enriched with types and settype casts the value if necessary. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Show filename in output messageChristopher Ng2022-03-291-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Skip import of current calendar on errorChristopher Ng2022-03-291-10/+18
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Also comment out in testJoas Schilling2022-03-281-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Disable bulk upload by not advertising itVincent Petry2022-03-281-1/+2
| |/ / |/| | | | | | | | | | | | | | | | | It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | fix check if dav root is folderRobin Appelman2022-03-241-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | dont setup full fs after dav authRobin Appelman2022-03-241-1/+0
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix moving error for calendar object error because of missing principal uriAnna Larch2022-03-221-2/+2
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-212-2/+15
| | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* | Merge pull request #31621 from ↵blizzz2022-03-211-1/+6
|\ \ | | | | | | | | | | | | nextcloud/fix-link-to-calendar-docs-in-groupware-settings Fix link to calendar user docs in groupware settings
| * | Fix link to calendar user docs in groupware settingsThomas Citharel2022-03-181-1/+6
| | | | | | | | | | | | | | | | | | | | | Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | add optional WebDav propfind properties to show number of folders/files ↵Julien Veyssier2022-03-191-1/+20
|/ / | | | | | | | | | | inside a folder Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-1611-22/+157
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Extends UserMigrationException in CalendarMigratorExceptionCôme Chilliet2022-03-141-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | 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
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan2022-02-211-7/+10
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #30963 from nextcloud/feat/calendar-migrationPytal2022-03-105-0/+534
|\ \ \
| * | | Improve error handling and output messagesChristopher Ng2022-03-091-13/+22
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Various minor updatesChristopher Ng2022-03-022-38/+30
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Minor updatesChristopher Ng2022-03-021-62/+70
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Integrate migratorChristopher Ng2022-03-024-250/+70
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Calendar export and importChristopher Ng2022-03-026-0/+705
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-1/+17
|\ \ \ \ | | | | | | | | | | move root mount setup to mountproviders
| * | | | also handle expired pre-write shared lock on dav upload when not using part ↵Robin Appelman2022-02-251-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl2022-03-021-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | | Diagnostics event logging to log
| * | | | Add logging around dav execJulius Härtl2022-02-281-0/+5
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>