summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/command
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-122-2/+3
|
* Deduplicate version expire jobsMorris Jobke2015-12-101-16/+2
| | | | | | * versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* Merge pull request #16964 from owncloud/versions_occThomas Müller2015-07-061-0/+114
|\ | | | | add occ tool to delete versions
| * add occ tool to delete versionsBjoern Schiessle2015-06-161-0/+114
| |
* | update license headers and authorsMorris Jobke2015-06-251-4/+19
|/
* Check whether the user exists before trying to set up his file systemJoas Schilling2015-06-051-0/+6
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* teardown after we're doneRobin Appelman2015-03-261-0/+1
|
* save uid instead of user object in commandRobin Appelman2015-03-261-4/+4
|
* Setup the filesystem in the expire commandRobin Appelman2015-03-261-2/+11
|
* expire versions in a background commandRobin Appelman2015-03-261-0/+48