aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* fix: Replace all usage of OC_Template by the new APICôme Chilliet5 days1-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
* Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
* Update license headersChristoph Wurst2019-12-057-7/+11
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-7/+75
* Some php-cs fixesRoeland Jago Douma2019-11-224-2/+5
* cast timestamps older than unix epoch to 0Christian2018-08-271-1/+1
* disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
* Fix lazy search backendRobin Appelman2018-07-021-2/+2
* Fix search related results in OPTIONS requestsRobin Appelman2018-06-281-0/+72