| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: include invisible tags for admins | Arthur Schiwon | 2023-07-06 | 1 | -31/+29 |
* | fix: favorites view and universal search against tags | Arthur Schiwon | 2023-07-06 | 1 | -17/+30 |
* | fix: change if with conditionless else to switch; and a parameter value | Arthur Schiwon | 2023-07-06 | 1 | -19/+24 |
* | use efficient tag retrieval on DAV report request | Arthur Schiwon | 2023-07-06 | 1 | -16/+21 |
* | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-23 | 1 | -8/+3 |
* | chore: ugly type juggling | Arthur Schiwon | 2023-06-23 | 1 | -4/+14 |
* | fix: expect interface, not a specific implementation | Arthur Schiwon | 2023-06-23 | 1 | -3/+2 |
* | refactor: remove where specification from SELECT getter | Arthur Schiwon | 2023-05-10 | 1 | -2/+0 |
* | refactor: remove SystemTag logic from Folder into QuerySearchHelper | Arthur Schiwon | 2023-05-09 | 1 | -0/+39 |
* | feat: specify media type via url path: systemtags-current/$mediaType | Arthur Schiwon | 2023-05-09 | 1 | -0/+4 |
* | PoC: SystemTags endpoint to return tags used by a user with meta data | Arthur Schiwon | 2023-05-09 | 1 | -21/+37 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | Search without join on filecache_extended | Carl Schwan | 2022-06-23 | 1 | -1/+1 |
* | Files: Extend search to also cover tags | Marcel Klehr | 2022-05-17 | 1 | -5/+14 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -4/+3 |
* | generate a better optimized query for path prefix search filters | Robin Appelman | 2021-08-26 | 1 | -7/+14 |
* | inject SearchBuilder | Robin Appelman | 2021-06-14 | 1 | -2/+3 |
* | split of query building bits from searchhelper | Robin Appelman | 2021-06-14 | 1 | -196/+7 |
* | update tests and fix some edge cases around new search | Robin Appelman | 2021-06-14 | 1 | -1/+5 |
* | some cleanup and documentation | Robin Appelman | 2021-06-14 | 1 | -4/+6 |
* | perform file search in a single query | Robin Appelman | 2021-06-14 | 1 | -7/+9 |
* | use searchoperation for storage filter instead of db expression | Robin Appelman | 2021-06-14 | 1 | -11/+13 |
* | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 1 | -6/+113 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Merge pull request #25136 from nextcloud/cachejail-search-filter | Vincent Petry | 2021-03-15 | 1 | -0/+5 |
|\ |
|
| * | fix cachjail searching for root | Robin Appelman | 2021-01-26 | 1 | -0/+3 |
| * | do cachejail search filtering in sql | Robin Appelman | 2021-01-26 | 1 | -0/+2 |
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
|/ |
|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -7/+7 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
* | Merge pull request #18314 from nextcloud/fixFileIdSearch | Roeland Jago Douma | 2019-12-10 | 1 | -0/+2 |
|\ |
|
| * | fix https://github.com/nextcloud/server/issues/18313 | tobiasKaminsky | 2019-12-10 | 1 | -0/+2 |
* | | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | | remove old 'owner' filter | Robin Appelman | 2019-12-03 | 1 | -5/+0 |
* | | Allow filtering the search results to the users home storage | Robin Appelman | 2019-12-03 | 1 | -2/+11 |
|/ |
|
* | Fix DAV mimetype search | Roeland Jago Douma | 2019-10-28 | 1 | -4/+7 |
* | Support arbitrary number of arguments for d:or and d:and in search queries | Robin Appelman | 2018-01-16 | 1 | -2/+12 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Allow searching file by fileid | Robin Appelman | 2017-04-05 | 1 | -1/+3 |
* | Fix search ordering | Robin Appelman | 2017-03-23 | 1 | -0/+11 |
* | Allow searching for favorites | Robin Appelman | 2017-03-08 | 1 | -2/+30 |
* | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 1 | -16/+21 |
* | add icewind/searchdav | Robin Appelman | 2017-02-28 | 1 | -0/+155 |