aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Storage.php
Commit message (Expand)AuthorAgeFilesLines
* Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-291-1/+1
* Fix typos in lib/private subdirectoryluz paz2022-07-271-2/+2
* Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling2022-04-041-0/+1
|\
| * Deduplicate storage ids in list before reusingJoas Schilling2022-04-041-0/+1
* | cache storage id mapping both waysRobin Appelman2022-03-311-13/+3
|/
* return dummy availability if storage is not found in cacheRobin Appelman2022-02-251-2/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* 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
* Remove RedundantcastsRoeland Jago Douma2021-03-041-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-091-9/+24
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-051-1/+2
* log which storage id can't be insertedRobin Appelman2019-09-261-1/+1
* set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-2/+3
* add event for inserting cache entriesRobin Appelman2019-02-071-1/+3
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* more efficient querying of numeric storage idsRobin Appelman2016-09-071-4/+14
* always return numeric storage id as int, also check type equality in test ass...Jörn Friedrich Dreyer2016-08-291-4/+4
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+189