summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* Move query outside the loop and reduce chunk size to 1000Sijmen Schoon2021-11-012-12/+14
* Limit parameter count per query in Cache.removeChildrenSijmen Schoon2021-11-011-8/+14
* Fix permissions when copying from ObjectStorageCarl Schwan2021-10-301-1/+1
* more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-221-1/+8
* generate a better optimized query for path prefix search filtersRobin Appelman2021-10-072-9/+17
* Merge pull request #28583 from nextcloud/backport/28566/stable22Lukas Reschke2021-08-251-1/+1
|\
| * use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-241-1/+1
* | use case insensitive like when limiting search to jailRobin Appelman2021-08-242-3/+5
|/
* dont apply jail search filter is on the rootRobin Appelman2021-07-291-11/+15
* inject SearchBuilderRobin Appelman2021-06-143-14/+5
* split of query building bits from searchhelperRobin Appelman2021-06-142-196/+242
* 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-143-9/+11
* use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-145-29/+40
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-147-243/+215
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0420-28/+8
* properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-211-7/+2
* better cleanup of filecache when deleting an external storageRobin Appelman2021-05-191-0/+40
* Log when a storage is marked as unavailableMorris Jobke2021-03-251-0/+4
* Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
* only require user to be set in a query that handles tagsRobin Appelman2021-03-181-4/+8
* Merge pull request #26013 from nextcloud/object-store-copy-cache-idRobin Appelman2021-03-163-35/+51
|\
| * verify that cache entry is validRobin Appelman2021-03-121-0/+3
| * also implement for FailedCache and NullCacheRobin Appelman2021-03-121-0/+5
| * add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-122-35/+43
* | Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-153-17/+103
|\ \ | |/ |/|
| * adjust testsRobin Appelman2021-01-261-1/+1
| * fix search in nested jailsRobin Appelman2021-01-261-19/+35
| * fix cachjail searching for rootRobin Appelman2021-01-262-3/+17
| * do cachejail search filtering in sqlRobin Appelman2021-01-263-4/+60
* | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-051-3/+3
|\ \
| * | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-3/+3
* | | Remove RedundantcastsRoeland Jago Douma2021-03-041-1/+1
|/ /
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-184-4/+4
* | move AbstractCacheEvent into OCPRobin Appelman2021-02-151-93/+0
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-10/+13
* ignore files that have no read permissions during scanningRobin Appelman2021-01-061-0/+4
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma2020-12-211-1/+2
|\
| * Limit getIncomplete query to one rowDaniel Kesselberg2020-12-151-1/+2
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1611-10/+14
|/
* code style and dispatchTypedRobin Appelman2020-12-021-2/+1
* rename cache event to follow new naming standardsRobin Appelman2020-11-261-8/+22
* extend cache eventsRobin Appelman2020-11-263-5/+27
* Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-093-13/+62
* Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-092-15/+37
* Use Query builder functionJoas Schilling2020-11-061-1/+1
* Fix order of GREATEST for OracleJoas Schilling2020-11-061-3/+3