summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/storage.php
Commit message (Expand)AuthorAgeFilesLines
* Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-121-809/+0
* Add missing use statementJoas Schilling2016-04-251-0/+1
* Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke2016-03-031-10/+12
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* make sure that the file name doesn't end with a trailing slash. Can for examp...Bjoern Schiessle2016-02-191-0/+3
* get the actual user instead of a federated cloud idBjoern Schiessle2016-02-181-24/+47
* Use cache directly instead of QBLukas Reschke2016-02-101-5/+2
* Use database for keeping track of the versionLukas Reschke2016-02-091-1/+9
* Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-4/+2
* use int values and constants instead of stringsArthur Schiwon2016-02-081-8/+12
* versions provide more information when throwing hooksArthur Schiwon2016-02-081-8/+9
* Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-151-23/+15
|\
| * removed unused importsRobin Appelman2016-01-111-3/+0
| * improve handling of non existing files in the trashbinRobin Appelman2016-01-111-10/+15
| * de-deplicate getUidAndFilenameRobin Appelman2016-01-111-12/+2
* | Happy new year!Thomas Müller2016-01-121-2/+2
|/
* Deduplicate version expire jobsMorris Jobke2015-12-101-21/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+1
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-2/+12
* handle versions expire for home storages with unlimited quotaRobin Appelman2015-10-161-8/+12
* Fix preserving file ids when restoring a file with object storageRobin Appelman2015-10-161-1/+14
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Lock files when rolling back versionRobin Appelman2015-10-021-0/+9
* delete cached preview when rolling back file's versionGeorg Ehrke2015-09-201-0/+3
* Correct method title. Add docblockVictor Dubiniuk2015-09-161-1/+5
* Add expiration for versions older than maxVictor Dubiniuk2015-09-151-0/+28
* Namespacing, reusingVictor Dubiniuk2015-09-151-2/+7
* ImprovementsVictor Dubiniuk2015-09-151-6/+13
* Add quota status to expiration checkVictor Dubiniuk2015-09-151-10/+10
* Add versions obligationVictor Dubiniuk2015-09-151-4/+38
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Abort expiration when file is goneVincent Petry2015-05-291-1/+5
* Use owner when expiring versions, not the logged in userVincent Petry2015-05-131-8/+11
* Merge pull request #15881 from owncloud/share-moveversionsproperlyVincent Petry2015-05-111-18/+41
|\
| * Fix version rename with files and foldersVincent Petry2015-04-271-18/+41
* | Do not run method when the path is emptyJoas Schilling2015-05-071-0/+3
* | Use moveFromStorage instead of streamCopy when restoring versionVincent Petry2015-04-301-14/+1
* | Fix version rollback to keep fileidVincent Petry2015-04-301-4/+38
|/
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-14/+0
* Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-261-5/+22
|\
| * save uid instead of user object in commandRobin Appelman2015-03-261-1/+1
| * Setup the filesystem in the expire commandRobin Appelman2015-03-261-1/+1
| * expire versions in a background commandRobin Appelman2015-03-261-5/+22
* | Update license headersJenkins for ownCloud2015-03-261-5/+29
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-29/+11
* Updating license headersJenkins for ownCloud2015-02-231-11/+29
* replace hook with storage wrapperBjoern Schiessle2015-01-191-1/+1
* make versions of shared files downloadableBjoern Schiessle2015-01-091-3/+3
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-3/+4