summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Propagator.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-021-2/+6
* 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
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-08-161-0/+15
* Revert "store unencrypted size in the unencrypted_size column"Robin Appelman2022-08-161-15/+0
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-0/+15
* only request free space once for external sharesRobin Appelman2022-04-041-1/+1
* don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-1/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* Use Query builder functionJoas Schilling2020-11-061-1/+1
* Fix order of GREATEST for OracleJoas Schilling2020-11-061-3/+3
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-2/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* dont set folder size to negative values during propagationRobin Appelman2019-11-261-2/+5
* Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdataMorris Jobke2018-12-061-3/+12
|\
| * No need to propogate changes in appdataRoeland Jago Douma2018-12-051-3/+12
* | Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-4/+4
* Update license headersMorris Jobke2017-11-061-0/+1
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+2
* explicitly cast mtime to intRobin Appelman2016-11-031-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* fix mtime propagation on sqliteRobin Appelman2016-06-021-3/+3
* add propagator batchingRobin Appelman2016-06-021-0/+86
* do propagation in a single queryRobin Appelman2016-04-251-20/+47
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+74