summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-1733-569/+211
|\
| * Fix more psalm issuesCarl Schwan2022-05-1625-186/+89
| * Cleanup davCarl Schwan2022-05-0520-398/+137
* | Wrap multiple inserts inside a transationCarl Schwan2022-05-121-13/+21
* | Minor optimizations for saving user personal informationCarl Schwan2022-05-123-19/+24
|/
* Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan2022-05-041-1/+1
|\
| * remove leading minus which thankfully crashes because this operand does not a...Julien Veyssier2022-05-041-1/+1
* | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-041-3/+6
|\ \ | |/ |/|
| * Use email settings in DAV searchLouis Chemineau2022-04-191-1/+2
| * Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
* | Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
* | Add missing use for LoggerInterfaceCôme Chilliet2022-05-021-0/+1
* | Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-022-2/+4
* | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0226-257/+128
* | Handle processing reminders for calendar objects with an infinite numberThomas Citharel2022-04-271-0/+5
* | add logging of failed quota infoRobin Appelman2022-04-221-0/+6
* | Add known dav properties to ignore listJulius Härtl2022-04-211-0/+22
* | Fix warningChristopher Ng2022-04-201-1/+1
* | Update naming of address book exportsChristopher Ng2022-04-201-10/+10
* | Fix export of shared calendarsChristopher Ng2022-04-201-16/+9
|/
* Merge pull request #31886 from nextcloud/bugfix/noid/principal-search-case-in...Vincent Petry2022-04-141-2/+3
|\
| * Principal search by display name case insensitiveVincent Petry2022-04-081-2/+3
* | Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-145-25/+132
|\ \
| * | Fix an issue with the search backend updateCarl Schwan2022-04-142-13/+13
| * | Add a metadata service to store file metadataCarl Schwan2022-04-135-16/+123
* | | Fix migrators according to exceptionsVincent Petry2022-04-131-2/+2
* | | Adapt existing migrators to new APICôme Chilliet2022-04-132-30/+32
|/ /
* | Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling2022-04-131-5/+8
|\ \
| * | Fix warning about optional parameter before required oneCôme Chilliet2022-04-121-5/+8
* | | l10n: Remove commaValdnet2022-04-121-1/+1
|/ /
* | Use Migrators id instead of class namesCôme Chilliet2022-04-112-2/+2
* | Extend calendar migratorChristopher Ng2022-04-081-0/+21
* | Extend contacts migratorChristopher Ng2022-04-081-0/+21
|/
* Merge pull request #31673 from nextcloud/feat/contacts-migrationVincent Petry2022-04-074-0/+432
|\
| * Output literal null stringChristopher Ng2022-03-301-3/+3
| * Access by array key instead of destructuringChristopher Ng2022-03-301-1/+1
| * Contacts export and importChristopher Ng2022-03-304-0/+432
* | Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-071-0/+1
|\ \
| * | Add X-Accel-Buffering header to downloadsUnpublished2022-01-171-0/+1
* | | shRobin Appelman2022-04-061-12/+1
* | | use existing node in SharesPluginRobin Appelman2022-04-061-2/+2
* | | 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
* | | 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
| | |/ | |/|
* | | 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
|\ \ \ \ | |/ / / |/| | |