summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* l10n: Remove commaValdnet2022-04-121-1/+1
* Use Migrators id instead of class namesCôme Chilliet2022-04-112-2/+2
* Merge pull request #31911 from nextcloud/enh/extend-migratorsVincent Petry2022-04-112-0/+42
|\
| * Extend calendar migratorChristopher Ng2022-04-081-0/+21
| * Extend contacts migratorChristopher Ng2022-04-081-0/+21
* | [tx-robot] updated from transifexNextcloud bot2022-04-092-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2022-04-082-0/+2
* Merge pull request #31673 from nextcloud/feat/contacts-migrationVincent Petry2022-04-0725-1/+42111
|\
| * Test metadata equalityChristopher Ng2022-03-311-4/+6
| * Output literal null stringChristopher Ng2022-03-301-3/+3
| * Access by array key instead of destructuringChristopher Ng2022-03-301-1/+1
| * Integration testsChristopher Ng2022-03-305-0/+41670
| * Move calendar test asset filesChristopher Ng2022-03-3014-1/+1
| * Contacts export and importChristopher Ng2022-03-306-0/+438
* | Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-072-2/+6
|\ \
| * | Add X-Accel-Buffering header to downloadsUnpublished2022-01-172-2/+6
* | | shRobin Appelman2022-04-061-12/+1
* | | use existing node in SharesPluginRobin Appelman2022-04-065-49/+82
* | | allow reusing known folder info when getting directory contentsRobin Appelman2022-04-062-7/+11
* | | save filesystem node in dav nodeRobin Appelman2022-04-063-1/+33
* | | [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
* | | [tx-robot] updated from transifexNextcloud bot2022-04-054-2/+26
* | | Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-046-4/+99
|\ \ \
| * | | Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-316-4/+99
| | |/ | |/|
* | | Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman2022-04-042-10/+1
|\ \ \
| * | | dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-282-10/+1
* | | | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-044-10/+70
|\ \ \ \
| * | | | Add a built-in profiler inside NextcloudCarl Schwan2022-04-044-10/+70
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-042-0/+10
* | | | | 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
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-012-0/+4
| |_|_|/ / |/| | | |
* | | | | Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
| |/ / / |/| | |
* | | | Show filename in output messageChristopher Ng2022-03-291-5/+4
* | | | Skip import of current calendar on errorChristopher Ng2022-03-291-10/+18
* | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-4/+4
|\ \ \ \
| * | | | Prepare for ILogger drop in RootCollectionTestCôme Chilliet2022-03-241-5/+5
| * | | | Fix more ILogger related problems from testsCôme Chilliet2022-03-241-1/+1
| |/ / /
* | | | Also comment out in testJoas Schilling2022-03-282-3/+4
* | | | 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
|/ /
* | [tx-robot] updated from transifexNextcloud bot2022-03-2312-0/+24
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-221-12/+12
|\ \
| * | Fix testsJoas Schilling2022-02-231-12/+12
* | | Fix moving error for calendar object error because of missing principal uriAnna Larch2022-03-221-2/+2
* | | Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting.Daniel Teichmann2022-03-213-2/+42
* | | Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-215-4/+54