aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-3/+4
* Autoload lib files of versions appJoas Schilling2014-12-021-0/+0
* don't move versions if only the mount point was renamedBjoern Schiessle2014-10-311-0/+10
* Fix typoLukas Reschke2014-10-291-2/+2
* get the source path and owner in a pre hook and the target path and owner in aBjoern Schiessle2014-10-292-11/+68
* make sure that we always delete oldest firstBjoern Schiessle2014-10-091-0/+3
* make sure that the versions array contains the correct pathBjoern Schiessle2014-08-051-2/+2
* add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+10
* make sure that we always find all versionsBjoern Schiessle2014-07-301-22/+37
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-302-5/+26
* Remove deleted versions from the cacheRobin Appelman2014-07-101-4/+21
* Dont delete versions as local filesRobin Appelman2014-07-071-5/+4
* initialize arrayBjoern Schiessle2014-06-181-0/+1
* wwe no longer have a versions tableBjoern Schiessle2014-06-102-26/+0
* Fix merge conflictThomas Müller2014-06-031-31/+0
* let file cache handle the versions sizeBjoern Schiessle2014-06-021-40/+9
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-192-13/+13
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-3/+3
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-6/+6
* @returns -> @returnThomas Müller2014-05-131-1/+1
* remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-121-1/+1
* add preDelete hook for files_versions appGeorg Ehrke2014-03-111-1/+4
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-1/+1
|\
| * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+2
|/
* fix array orderBjoern Schiessle2014-01-221-4/+3
* fix size calculation of getAllVersions()Bjoern Schiessle2014-01-221-1/+1
* isolate getExpireList function to make it testableBjoern Schiessle2014-01-211-77/+76
* don't use the user id within the versions preview call as it could be used to...Thomas Müller2014-01-211-6/+11
* When reading the size of "files" mountpoints need to be excludedVincent Petry2014-01-201-1/+1
* call getFileInfo to enforce a file cache entry for the new version, fix #6286Bjoern Schiessle2014-01-151-2/+4
* use better coding styleBjoern Schiessle2013-11-281-1/+2
* make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle2013-11-282-16/+49
* Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trashBjörn Schießle2013-11-271-0/+1
|\
| * move files to owners trashBjoern Schiessle2013-11-251-0/+1
* | remove unused variableBjoern Schiessle2013-11-221-2/+0
* | use oc filesystem operations to calc the versions size. This makes sure that ...Bjoern Schiessle2013-11-191-12/+13
|/
* implement delete hooks in file versions libGeorg Ehrke2013-11-121-0/+3
* Merge branch 'master' into versioning_preview_sharedBjoern Schiessle2013-10-111-14/+12
|\
| * some small fixesBjoern Schiessle2013-10-111-2/+1
| * make files versions root a class constantBjoern Schiessle2013-10-101-3/+3
| * some small changes/fixesBjoern Schiessle2013-10-101-9/+8
* | make previews work for shared files in the versions drop-downBjoern Schiessle2013-10-101-1/+1
|/
* fix getVersions() for sub directoriesBjoern Schiessle2013-10-101-2/+3
* add missing preview linkBjoern Schiessle2013-10-101-0/+1
* don't use glob() and getLocalFile(), this can lead to problems on windows ser...Bjoern Schiessle2013-10-101-81/+57
* add previews to versions dialogBjoern Schiessle2013-10-021-0/+1
* Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-181-7/+8
|\
| * Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-2/+5
| |\