aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Files/FileSearchBackend.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-2/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-271-23/+2
* feat(dav): Support multiple scopes in DAV searchLouis Chemineau2024-04-171-17/+74
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+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-131-6/+35
* 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-041-2/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
* Update license headersChristoph Wurst2019-12-051-1/+3
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-7/+75
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* cast timestamps older than unix epoch to 0Christian2018-08-271-1/+1
* disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
* Make displayname selectableRoeland Jago Douma2018-03-221-1/+1
* CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-1/+1
* Adjust to updated searchdav libraryRobin Appelman2018-02-071-67/+51
* Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
* Update license headersMorris Jobke2017-11-061-0/+2
* cache nodes from search resultsRobin Appelman2017-08-261-6/+9
* Allow searching file by fileidRobin Appelman2017-04-051-3/+5
* safer casting of datetimeRobin Appelman2017-03-141-1/+5
* fix searching and ordering on getlastmodifiedRobin Appelman2017-03-131-2/+4
* Allow searching for favoritesRobin Appelman2017-03-081-5/+11
* add tests for filesearchbackendRobin Appelman2017-03-011-7/+4
* Implement webdav SEARCHRobin Appelman2017-03-011-6/+198
* add icewind/searchdavRobin Appelman2017-02-281-0/+76