aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Storage.php
Commit message (Expand)AuthorAgeFilesLines
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-31/+31
* Merge pull request #18231 from nextcloud/fix/shared_version_restoreRoeland Jago Douma2019-12-091-10/+7
|\
| * Fix restoring shared versionsRoeland Jago Douma2019-12-051-10/+7
* | Update license headersChristoph Wurst2019-12-051-2/+4
|/
* Do not create Application instances directlyChristoph Wurst2019-10-111-2/+2
* Make sure we only fetch the file by id for the actual ownerJulius Härtl2019-08-011-1/+1
* set availableSpace to 0 if userFolder not foundFelix Nieuwenhuizen2019-03-021-6/+7
* use node API for free space calculation in versions app (same method as trash...Felix Nieuwenhuizen2019-03-021-3/+5
* modular versions apiRobin Appelman2018-11-011-14/+11
* Delete the previews when a version is restoredRoeland Jago Douma2018-05-141-0/+8
* Use more magic DI in files_versionsRoeland Jago Douma2018-05-111-1/+1
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-4/+5
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Merge pull request #8053 from nextcloud/simplify-substrJoas Schilling2018-01-261-1/+1
|\
| * Use short for of substr to not need strlen()Morris Jobke2018-01-251-1/+1
* | Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
|/
* Update license headersMorris Jobke2017-11-061-1/+1
* allow apps to disable versions for some filesBjoern Schiessle2017-09-151-0/+12
* Remove undocumented configJoas Schilling2017-08-011-77/+73
* Fix versions appJoas Schilling2017-08-011-3/+3
* Fix comparisons in the versions appJoas Schilling2017-08-011-7/+7
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-2/+2
* Properly expire ext storage versions (#26601)Vincent Petry2017-03-101-6/+15
* Show mimeicon when versions don't have a previewRoeland Jago Douma2016-11-291-0/+1
* Moved over files_versionsRoeland Jago Douma2016-11-031-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+5
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-8/+12
|\
| * we don't need to check permissions twiceBjoern Schiessle2016-07-041-4/+2
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-0/+8
| |\
| * | check permissions before rollbackBjoern Schiessle2016-06-301-5/+11
* | | Upgrading the log level From Debug to INFO to be consistent with files_trashb...Carlos Damken2016-07-061-3/+3
| |/ |/|
* | Hide revert button when no permission to revertVincent Petry2016-06-281-0/+8
|/
* Rollback version must also adjust cached sizeVincent Petry2016-06-221-1/+8
* Construct path to the version file from the current directory and filename. F...Victor Dubiniuk2016-06-021-4/+6
* Update license headersLukas Reschke2016-05-261-4/+3
* Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-121-0/+809