aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/BulkUpload
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-272-37/+4
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
* Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
* fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-052-3/+12
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-6/+6
* when reading an empty file getting EOF is not an errorMatthieu Gallien2023-07-201-2/+6
* 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-162-0/+339