aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperfblizzz2022-05-191-79/+0
|\ | | | | Bye Bye chunkperf.php :wave:
| * Remove chunkperf.phpDaniel Kesselberg2022-05-171-85/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Make chunkperf.php work againDaniel Kesselberg2022-05-171-9/+15
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add email validationAnna Larch2022-05-182-89/+42
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-1739-577/+222
|\ | | | | Cleanup dav
| * Fix more psalm issuesCarl Schwan2022-05-1628-191/+93
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Cleanup davCarl Schwan2022-05-0525-402/+145
| | | | | | | | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-05-172-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Wrap multiple inserts inside a transationCarl Schwan2022-05-121-13/+21
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Minor optimizations for saving user personal informationCarl Schwan2022-05-123-19/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove double hook: the OC_User::changeUser triggers an OC\AccountManager::userUpdated and the app is already listening to this signal in its Application definition * Make createCard not check if an card exists if we already checked previously. We also don't try to get the card if the user is disabled as we don't use the card in this case We this change we go from 100 DB requests to 80 DB requests when saving an user email address. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit c6fd482edf33214a9ad4787e4cac278f871fa7c8)
* | [tx-robot] updated from transifexNextcloud bot2022-05-062-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-05-052-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan2022-05-041-1/+1
|\ | | | | Remove leading "minus"
| * remove leading minus which thankfully crashes because this operand does not ↵Julien Veyssier2022-05-041-1/+1
| | | | | | | | | | | | apply to PsrLoggerAdapter Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-042-3/+10
|\ \ | |/ |/| Use share setting in DAV search
| * Use email settings in DAV searchLouis Chemineau2022-04-192-1/+6
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
| | | | | | | | | | | | shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | [tx-robot] updated from transifexNextcloud bot2022-05-042-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet2022-05-0350-381/+216
|\ \ | | | | | | Migrate dav application from ILogger to LoggerInterface
| * | Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add missing use for LoggerInterfaceCôme Chilliet2022-05-021-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-026-9/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0242-369/+199
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix namespace of RefreshWebcalServiceTestCôme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix PublishingTest class nameCôme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove use of mixed type which is not available in PHP 7.4Côme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0266-132/+66
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32191 from ↵blizzz2022-04-281-0/+5
|\ \ | | | | | | | | | | | | nextcloud/handle-calendar-reminders-with-infinite-recurrence Handle processing reminders for calendar objects with an infinite number of recurrences
| * | Handle processing reminders for calendar objects with an infinite numberThomas Citharel2022-04-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | of recurrences Closes #29896 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2022-04-252-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-2456-4/+274
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-234-0/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | add logging of failed quota infoRobin Appelman2022-04-221-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add known dav properties to ignore listJulius Härtl2022-04-211-0/+22
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix warningChristopher Ng2022-04-201-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Update naming of address book exportsChristopher Ng2022-04-201-10/+10
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix export of shared calendarsChristopher Ng2022-04-201-16/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-04-202-188/+232
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-176-0/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-152-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31886 from ↵Vincent Petry2022-04-141-2/+3
|\ | | | | | | | | nextcloud/bugfix/noid/principal-search-case-insensitive-dn Principal search by display name case insensitive
| * Principal search by display name case insensitiveVincent Petry2022-04-081-2/+3
| | | | | | | | | | | | | | | | Adjust principal search to be case insensitive even with exact match. This aligns the behavior to how the search also works in Collaborators/UserPlugin Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-148-28/+140
|\ \ | | | | | | Add a metadata service to store file metadata
| * | Fix an issue with the search backend updateCarl Schwan2022-04-142-13/+13
| | | | | | | | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Add a metadata service to store file metadataCarl Schwan2022-04-138-19/+131
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-04-148-0/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix migrators according to exceptionsVincent Petry2022-04-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Adapt existing migrators to new APICôme Chilliet2022-04-132-30/+32
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling2022-04-131-5/+8
|\ \ | | | | | | Fix warning about optional parameter before required one