| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | fix: Check for wrapped retriable exceptions | Julius Härtl | 2023-05-02 | 1 | -2/+6 |
* | Fix unencrypted size calculation for files created before the Encryption stor... | raul | 2022-10-03 | 1 | -1/+1 |
* | Fix: Prevent deadlocks during mtime/size/etag propagation | raul | 2022-10-03 | 1 | -17/+29 |
* | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-08-16 | 1 | -0/+15 |
* | Revert "store unencrypted size in the unencrypted_size column" | Robin Appelman | 2022-08-16 | 1 | -15/+0 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 1 | -0/+15 |
* | only request free space once for external shares | Robin Appelman | 2022-04-04 | 1 | -1/+1 |
* | don't overwrite the etag from storage backends that already provide "good" etags | Robin Appelman | 2022-04-04 | 1 | -1/+5 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+0 |
* | Use Query builder function | Joas Schilling | 2020-11-06 | 1 | -1/+1 |
* | Fix order of GREATEST for Oracle | Joas Schilling | 2020-11-06 | 1 | -3/+3 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -2/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
* | dont set folder size to negative values during propagation | Robin Appelman | 2019-11-26 | 1 | -2/+5 |
* | Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdata | Morris Jobke | 2018-12-06 | 1 | -3/+12 |
|\ |
|
| * | No need to propogate changes in appdata | Roeland Jago Douma | 2018-12-05 | 1 | -3/+12 |
* | | Only execute query in propagateChange once | Roeland Jago Douma | 2018-12-05 | 1 | -2/+2 |
|/ |
|
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -4/+4 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+2 |
* | explicitly cast mtime to int | Robin Appelman | 2016-11-03 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | fix mtime propagation on sqlite | Robin Appelman | 2016-06-02 | 1 | -3/+3 |
* | add propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+86 |
* | do propagation in a single query | Robin Appelman | 2016-04-25 | 1 | -20/+47 |
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -0/+74 |