aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use Http framework where possibleuseHttpFrameworkGit'Fellow2024-12-141-1/+2
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-66/+14
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-intAnna Larch2024-09-151-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-271-24/+4
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-8/+8
* fix(dav): report statusJohn Molakvoæ2023-09-181-1/+0
* docs(dav): remove outdated commentArthur Schiwon2023-07-061-2/+0
* fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-06-271-1/+11
* refactor: save unnecessary method_existsArthur Schiwon2023-06-211-4/+1
* fix: use array_unitersect against objectsArthur Schiwon2023-06-211-2/+5
* fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-06-211-0/+4
* fix: cominbation of small fixesArthur Schiwon2023-06-211-3/+3
* fix: include invisible tags for adminsArthur Schiwon2023-06-211-7/+1
* fix: search with more than one search tagsArthur Schiwon2023-06-211-6/+20
* fix: no search when LazyFolder was providedArthur Schiwon2023-06-211-1/+6
* chore: cleanup unused codeArthur Schiwon2023-06-211-43/+0
* fix: ensure searchBySystemTag() is availableArthur Schiwon2023-06-211-1/+3
* fix: favorites view and universal search against tagsArthur Schiwon2023-06-211-1/+3
* use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-211-22/+56
* Fix dav application tests and code for PHP 8.1Côme Chilliet2021-11-231-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-9/+9
* Improve codeMorris Jobke2019-03-131-2/+2
* Use dependency injection for app managerMorris Jobke2019-03-131-2/+11
* Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-131-0/+28
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix error when $view is null when being passed into some pluginsThomas Müller2016-12-191-7/+5
* Add more files plugins to new DAV endpoint (#26186)Vincent Petry2016-10-201-5/+33
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-0/+42
* Fix apps/Joas Schilling2016-07-211-2/+3
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+333