aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): file drop nicknameskjnldsv2025-06-051-6/+18
* fix(dav): correctly handle uploading folders with same name as a filefix/file-dropFerdinand Thiessen2025-05-161-31/+40
* refactor(dav): use Node API instead of private files view for filedrop pluginFerdinand Thiessen2025-05-161-13/+19
* feat(dav): allow uploading folders to public sharesJohn Molakvoæ (skjnldsv)2025-05-131-23/+102
* Merge pull request #52586 from nextcloud/bugfix/noid/remove-sleep-from-throttlerDaniel2025-05-061-1/+5
|\
| * fix(throttler): Remove the sleep from the throttler that throwsbugfix/noid/remove-sleep-from-throttlerJoas Schilling2025-05-021-1/+5
* | refactor(dav): Replace baseuri manipulation with RootCollection for public sh...provokateurin2025-05-052-3/+35
|/
* fix(dav): throw invalid argument when property type does not matchfix/search-castFerdinand Thiessen2025-04-271-1/+7
* fix: Replace all usage of OC_Template by the new APICôme Chilliet2025-03-061-2/+3
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-132-2/+4
* Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2024-11-221-44/+38
* Revert "fix: Drop unnecessary exit"Daniel Kesselberg2024-11-221-0/+1
* fix(dav): file request guest nickname encodingskjnldsv2024-11-121-1/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-7/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-152-3/+5
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-38/+44
* chore(integration): add file request testsskjnldsv2024-07-191-6/+4
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-11/+42
* feat(files_sharing): allow uploading to subfolders in File requestsskjnldsv2024-07-181-5/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-277-148/+22
* feat(dav): Support multiple scopes in DAV searchLouis Chemineau2024-04-171-17/+74
* fix(files): allow any throwable in logExceptionVarun Patil2023-12-041-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-3/+2
* Fix is-define operatorLouis Chemineau2023-11-221-1/+1
* implements search on null/notnull metadataMaxence Lange2023-11-221-9/+22
* moving metadataqueryMaxence Lange2023-11-131-1/+1
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-23/+0
* IFilesMetadataMaxence Lange2023-11-071-42/+60
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
* add a limit to the amount of operators a client can add to a search queryRobin Appelman2022-09-081-0/+27
* Fix an issue with the search backend updateCarl Schwan2022-04-141-10/+10
* Add a metadata service to store file metadataCarl Schwan2022-04-132-16/+49
* Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-1/+1
|\
| * Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-1/+1
* | allow setting offset for queries not limited to the users home storageRobin Appelman2021-06-221-3/+1
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-11/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+2
* Update license headers for 19Christoph Wurst2020-04-295-0/+5
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-6/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+4
* Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-272-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* use core templates for displaying dav errors in the browserArthur Schiwon2020-03-201-3/+9
* fix dav browser error page not styledArthur Schiwon2020-03-191-0/+3