summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | Fix warning about optional parameter before required oneCôme Chilliet2022-04-121-5/+8
| | | | | | | | | | | | | | | | | | | | | Fixes this warning: PHP Deprecated: Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-04-1312-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | 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>
* | Merge pull request #31911 from nextcloud/enh/extend-migratorsVincent Petry2022-04-112-0/+42
|\ \ | | | | | | Extend migrators needed for implementation of the API
| * | 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>
* / [tx-robot] updated from transifexNextcloud bot2022-04-092-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31673 from nextcloud/feat/contacts-migrationVincent Petry2022-04-0725-1/+42111
|\ | | | | Contacts migration
| * Test metadata equalityChristopher Ng2022-03-311-4/+6
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * 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>
| * Integration testsChristopher Ng2022-03-305-0/+41670
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Move calendar test asset filesChristopher Ng2022-03-3014-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Contacts export and importChristopher Ng2022-03-306-0/+438
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-072-2/+6
|\ \ | | | | | | Add X-Accel-Buffering header to downloads
| * | Add X-Accel-Buffering header to downloadsUnpublished2022-01-172-2/+6
| | | | | | | | | | | | 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-065-49/+82
| | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-04-054-2/+26
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | 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
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman2022-04-042-10/+1
|\ \ \ | | | | | | | | dont re-query fileinfo when getting dav quota
| * | | dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-282-10/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-044-10/+70
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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-044-10/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>