aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/BulkUpload/BulkUploadPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-7/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-271-19/+2
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
* fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-051-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-2/+2
* Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-301-2/+3
* Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-291-9/+8
* Call the correct functions to get BulkUpload metadata to returnCôme Chilliet2022-08-291-2/+2
* Add fileid and permissions to response of bulk uploadCôme Chilliet2022-08-251-0/+3
* Fix ETAG returned by bulk uploadCôme Chilliet2022-08-231-0/+1
* Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-111-0/+12
* Clean BulkUpload pluginLouis Chemineau2021-10-161-0/+100