summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* Delete the previews when a version is restoredRoeland Jago Douma2018-05-261-0/+8
* Update license headersMorris Jobke2017-11-067-2/+11
* Remove unneeded check if app is enabledMorris Jobke2017-10-231-44/+28
* allow apps to disable versions for some filesBjoern Schiessle2017-09-152-0/+93
* Remove undocumented configJoas Schilling2017-08-011-77/+73
* Fix versions appJoas Schilling2017-08-011-3/+3
* Fix comparisons in the versions appJoas Schilling2017-08-012-12/+12
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-2/+2
* Handle more error casesMorris Jobke2017-05-021-0/+2
* Merge JS for files_versionsLukas Reschke2017-03-241-4/+1
* Properly expire ext storage versions (#26601)Vincent Petry2017-03-102-9/+16
* Show mimeicon when versions don't have a previewRoeland Jago Douma2016-11-291-0/+1
* More testsRoeland Jago Douma2016-11-031-13/+1
* Moved over files_versionsRoeland Jago Douma2016-11-032-1/+112
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-282-4/+4
* Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-291-0/+125
* Skip version and trash expiry for users that never logged inJörn Friedrich Dreyer2016-08-101-1/+1
* Update with robinJoas Schilling2016-07-213-3/+3
* Fix apps/Joas Schilling2016-07-218-13/+23
* 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-264-6/+6
* Move files_versions to PSR-4 (#24571)Joas Schilling2016-05-128-0/+227
* Add missing use statementJoas Schilling2016-04-251-0/+1
* Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-201-16/+12
* 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-125-7/+7
|/
* Deduplicate version expire jobsMorris Jobke2015-12-101-21/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+1
* Update license headersLukas Reschke2015-10-261-1/+1
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-2/+12