summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in apps/ subdirectoryluz paz2022-09-054-4/+4
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-314-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-305-48/+54
|\ | | | | Improve bulk upload and add a config switch for it
| * Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-302-5/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Flip bulkupload.enabled default value to trueCôme Chilliet2022-08-291-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix Capabilities tests for dav applicationCôme Chilliet2022-08-291-3/+23
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Move Dav fileid and permissions logic into OCP\Util to be able to use it for ↵Côme Chilliet2022-08-293-43/+15
| | | | | | | | | | | | BulkUpload Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Call the correct functions to get BulkUpload metadata to returnCôme Chilliet2022-08-291-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add bulkupload.enabled configuration switchCôme Chilliet2022-08-251-3/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add fileid and permissions to response of bulk uploadCôme Chilliet2022-08-251-0/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-292-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33713 from nextcloud/bugfix/noid/viewonlyfixJohn Molakvoæ2022-08-261-0/+1
|\ \
| * | Fix copy in view-only modeVincent Petry2022-08-261-0/+1
| |/ | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Check address book URI length before creationJoas Schilling2022-08-261-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Check calendar URI length before creationAnna Larch2022-08-261-0/+7
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #33659 from nextcloud/fix/fix-bulk-upload-etagVincent Petry2022-08-251-0/+1
|\ | | | | Fix ETAG returned by bulk upload
| * Fix ETAG returned by bulk uploadCôme Chilliet2022-08-231-0/+1
| | | | | | | | | | | | Refresh Node object to get fresh fileinfo data after touch Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Update snapshotVincent Petry2022-08-251-78/+78
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add Nc prefix to Nc vue component namesVincent Petry2022-08-252-31/+31
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | | | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-241-3/+3
|\ \ | |/ |/| Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Support iMIP invitations from MailAnna Larch2022-08-225-8/+148
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #33615 from ↵Joas Schilling2022-08-193-80/+3
|\ \ | | | | | | | | | | | | nextcloud/perf/noid/user-displayname-cache-for-activity-providers Use user name cache in activity providers
| * | Use user name cache in activity providersJoas Schilling2022-08-193-80/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix carddav activitiesJoas Schilling2022-08-194-7/+7
|/ / | | | | | | | | | | | | | | The settings where combined last minute but at the same time the activities where not adjusted to map an existing setting so the filter was not possible to even limit it to the types that the activities had. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-172-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33549 from nextcloud/enh/perfopt-for-carddavJulius Härtl2022-08-171-1/+6
|\ \ | |/ |/| Performance optimisation for carddav backend blob data read
| * performance optimisation for carddav backend blob data readAnna Larch2022-08-151-1/+6
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-142-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-132-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33467 from nextcloud/bump-nextcloud-vue-5.4.0John Molakvoæ2022-08-111-55/+43
|\ \
| * | Update snapshotVincent Petry2022-08-101-55/+43
| |/ | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / [tx-robot] updated from transifexNextcloud bot2022-08-112-0/+64
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-081-1/+1
|\ | | | | Remove OCP\App and OCP\BackgroundJob
| * Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-08-072-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-062-22/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-056-2/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix dynamic property creations in test filesCôme Chilliet2022-08-012-6/+10
| | | | | | | | | | | | This fixes warnings in PHP 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Multiple fixesCarl Schwan2022-07-315-42/+50
| | | | | | | | | | | | | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Block download when needed on direct download endpointVincent Petry2022-07-281-1/+15
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix view-only code after code review commentsVincent Petry2022-07-284-8/+8
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add nc:share-attributes Webdav propertyVincent Petry2022-07-283-0/+88
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix share attribute related tests + code styleVincent Petry2022-07-281-0/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add share attributes + prevent download permissionVincent Petry2022-07-286-0/+245
|/ | | | | | Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-contentVincent Petry2022-07-271-5/+16
|\ | | | | Handle file contained inside the uploads folder
| * Handle file contained inside the uploads folderCarl Schwan2022-06-211-5/+16
| | | | | | | | | | | | Fix #32450 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33368 from luzpaz/fix/apps-dav-typosSimon L2022-07-2718-21/+21
|\ \ | | | | | | Fix typos in apps/dav subdirectory
| * | Fix typos in apps/dav subdirectoryluz paz2022-07-2618-21/+21
| | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n -L jus ./apps/dav` Signed-off-by: luz paz <luzpaz@github.com>