summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* fix: include invisible tags for adminsArthur Schiwon2023-07-072-41/+36
* fix: favorites view and universal search against tagsArthur Schiwon2023-07-071-17/+30
* fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-071-19/+24
* use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-071-16/+21
* ci: adjust return annotation to older psalm versionArthur Schiwon2023-06-261-1/+1
* 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
* fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
* refactor: remove where specification from SELECT getterArthur Schiwon2023-05-162-3/+0
* refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-161-0/+39
* feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-161-0/+4
* PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-162-22/+58
* Fix return types in phpdocCôme Chilliet2023-05-154-4/+4
* Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-151-6/+7
* fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-131-2/+6
* ignore errors while trying to update parent storage_mtimeRobin Appelman2023-04-211-1/+13
* clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
* Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* Try fixing OracleJoas Schilling2023-02-021-1/+6
* composer run cs:fixCôme Chilliet2023-01-203-4/+1
* Switch logical operatorsGit'Fellow2023-01-111-18/+11
* Merge pull request #34924 from nextcloud/cache-jail-path-prefixVincent Petry2022-12-161-1/+1
|\
| * escape path prefix when doing cache jail searchRobin Appelman2022-11-021-1/+1
* | Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-291-1/+1
|/
* Merge pull request #34579 from nextcloud/unencrypted-size-nullVincent Petry2022-10-211-1/+1
|\
| * fix null error in getUnencryptedSizeRobin Appelman2022-10-131-1/+1
* | Fix various other small psalm issuesCarl Schwan2022-10-171-1/+1
|/
* Fix unencrypted size calculation for files created before the Encryption stor...raul2022-10-031-1/+1
* Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
* directly build the search filter for shared storage instead of setting up the...Robin Appelman2022-08-171-2/+6
* Merge pull request #32943 from nextcloud/unencrypted-size-revert-interface-ch...Vincent Petry2022-08-172-30/+40
|\
| * fix updating size when folder is emptyRobin Appelman2022-08-161-13/+17
| * store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-163-8/+62
| * Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-163-53/+5
* | Merge pull request #33550 from nextcloud/jail-search-postVincent Petry2022-08-171-5/+7
|\ \
| * | optimize search post-processing for jail wrapperRobin Appelman2022-08-161-5/+7
| |/
* | Merge pull request #33551 from nextcloud/scanner-dont-update-same-sizeVincent Petry2022-08-171-3/+10
|\ \
| * | don't update the folder size if we know it hasn't changedRobin Appelman2022-08-161-3/+10
| |/
* / fixed the cache searchBuilder negative mapDavid2022-08-161-1/+1
|/
* Document all getIncomplete implementations as returning string|falseCôme Chilliet2022-08-022-2/+2
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* Fix typos in lib/private subdirectoryluz paz2022-07-276-9/+9
* Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-291-1/+1
* Search without join on filecache_extendedCarl Schwan2022-06-232-5/+9
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-024-6/+54
* Files: Extend search to also cover tagsMarcel Klehr2022-05-173-7/+22
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-9/+8
* tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-0/+11
* Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman2022-04-072-3/+8
|\