aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperfblizzz2022-05-191-79/+0
|\
| * Remove chunkperf.phpDaniel Kesselberg2022-05-171-85/+0
| * Make chunkperf.php work againDaniel Kesselberg2022-05-171-9/+15
* | Add email validationAnna Larch2022-05-182-89/+42
|/
* Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-1739-577/+222
|\
| * Fix more psalm issuesCarl Schwan2022-05-1628-191/+93
| * Cleanup davCarl Schwan2022-05-0525-402/+145
* | [tx-robot] updated from transifexNextcloud bot2022-05-172-0/+6
* | Wrap multiple inserts inside a transationCarl Schwan2022-05-121-13/+21
* | Minor optimizations for saving user personal informationCarl Schwan2022-05-123-19/+24
* | [tx-robot] updated from transifexNextcloud bot2022-05-062-0/+10
|/
* [tx-robot] updated from transifexNextcloud bot2022-05-052-0/+4
* 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-042-3/+10
|\ \ | |/ |/|
| * Use email settings in DAV searchLouis Chemineau2022-04-192-1/+6
| * Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
* | [tx-robot] updated from transifexNextcloud bot2022-05-042-0/+2
* | Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet2022-05-0350-381/+216
|\ \
| * | 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-026-9/+12
| * | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0242-369/+199
| * | Fix namespace of RefreshWebcalServiceTestCôme Chilliet2022-05-021-1/+1
| * | Fix PublishingTest class nameCôme Chilliet2022-05-021-1/+1
| * | Remove use of mixed type which is not available in PHP 7.4Côme Chilliet2022-05-021-1/+1
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0266-132/+66
|/ /
* | Merge pull request #32191 from nextcloud/handle-calendar-reminders-with-infin...blizzz2022-04-281-0/+5
|\ \
| * | Handle processing reminders for calendar objects with an infinite numberThomas Citharel2022-04-271-0/+5
* | | [tx-robot] updated from transifexNextcloud bot2022-04-252-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2022-04-2456-4/+274
* | [tx-robot] updated from transifexNextcloud bot2022-04-234-0/+42
* | 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
* | [tx-robot] updated from transifexNextcloud bot2022-04-202-188/+232
|/
* [tx-robot] updated from transifexNextcloud bot2022-04-176-0/+48
* [tx-robot] updated from transifexNextcloud bot2022-04-152-0/+2
* Master is now 25Joas Schilling2022-04-141-2/+2
* 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-148-28/+140
|\ \
| * | Fix an issue with the search backend updateCarl Schwan2022-04-142-13/+13
| * | Add a metadata service to store file metadataCarl Schwan2022-04-138-19/+131
* | | [tx-robot] updated from transifexNextcloud bot2022-04-148-0/+10
* | | 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
|\ \