summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/QuerySearchHelper.php
Commit message (Expand)AuthorAgeFilesLines
* fix: include invisible tags for adminsArthur Schiwon2023-07-061-31/+29
* fix: favorites view and universal search against tagsArthur Schiwon2023-07-061-17/+30
* fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-061-19/+24
* use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-061-16/+21
* refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-231-8/+3
* chore: ugly type jugglingArthur Schiwon2023-06-231-4/+14
* fix: expect interface, not a specific implementationArthur Schiwon2023-06-231-3/+2
* refactor: remove where specification from SELECT getterArthur Schiwon2023-05-101-2/+0
* refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-091-0/+39
* feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-091-0/+4
* PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-091-21/+37
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Search without join on filecache_extendedCarl Schwan2022-06-231-1/+1
* Files: Extend search to also cover tagsMarcel Klehr2022-05-171-5/+14
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-4/+3
* generate a better optimized query for path prefix search filtersRobin Appelman2021-08-261-7/+14
* inject SearchBuilderRobin Appelman2021-06-141-2/+3
* split of query building bits from searchhelperRobin Appelman2021-06-141-196/+7
* update tests and fix some edge cases around new searchRobin Appelman2021-06-141-1/+5
* some cleanup and documentationRobin Appelman2021-06-141-4/+6
* perform file search in a single queryRobin Appelman2021-06-141-7/+9
* use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-11/+13
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-6/+113
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-151-0/+5
|\
| * fix cachjail searching for rootRobin Appelman2021-01-261-0/+3
| * do cachejail search filtering in sqlRobin Appelman2021-01-261-0/+2
* | 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
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-2/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-7/+7
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18314 from nextcloud/fixFileIdSearchRoeland Jago Douma2019-12-101-0/+2
|\
| * fix https://github.com/nextcloud/server/issues/18313tobiasKaminsky2019-12-101-0/+2
* | Update license headersChristoph Wurst2019-12-051-1/+2
* | remove old 'owner' filterRobin Appelman2019-12-031-5/+0
* | Allow filtering the search results to the users home storageRobin Appelman2019-12-031-2/+11
|/
* Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
* Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-161-2/+12
* Update license headersMorris Jobke2017-11-061-0/+2
* Allow searching file by fileidRobin Appelman2017-04-051-1/+3
* Fix search orderingRobin Appelman2017-03-231-0/+11
* Allow searching for favoritesRobin Appelman2017-03-081-2/+30
* Implement webdav SEARCHRobin Appelman2017-03-011-16/+21
* add icewind/searchdavRobin Appelman2017-02-281-0/+155