summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Expand)AuthorAgeFilesLines
* Added CSRF checks to files_versions. Expect some error messages - and report ...Thomas Tanghus2012-07-173-0/+3
* use getStorage() to get versions locationBjoern Schiessle2012-07-116-157/+156
* add OCP\Files to access filesBjoern Schiessle2012-07-101-4/+3
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-094-42/+35
* increase the time limit again to a sensible granularity of 1 min.Frank Karlitschek2012-07-061-1/+1
* use OC_Filesystem for rollbackBjoern Schiessle2012-07-051-1/+4
* moved remove and rename hook to libs/hooks.phpBjoern Schiessle2012-07-053-39/+39
* Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-07-032-12/+20
|\
| * use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-031-3/+11
* | Moved hooks and versions.php into new lib directorySam Tuke2012-07-036-338/+381
|/
* use public APIBjoern Schiessle2012-06-281-5/+5
* adjust the name and/or location of the stored versions if the actual file get...Bjoern Schiessle2012-06-282-3/+27
* move hook to erase versions from deleted files to the right placeBjoern Schiessle2012-06-283-39/+15
* delete file versions if the user deletes a fileBjoern Schiessle2012-06-281-0/+38
* handover the correct timestampBjoern Schiessle2012-06-281-1/+1
* no reason to strip tags at this pointBjoern Schiessle2012-06-271-1/+0
* Util::formatDate() expect $timestamp as doubleBjoern Schiessle2012-06-274-10/+6
* Remove references to /apps/ and correct inclusion of settingsBrice Maron2012-06-221-2/+2
* Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke2012-06-211-81/+5
* Fixed missing jQuery event object - expire interface now works with FirefoxSam Tuke2012-06-211-45/+33
* added new user settings interface for deleting old file versionsSam Tuke2012-06-206-15/+124
* Adjust OC_Filesystem use in hooks to string, so the class is loaded as late a...Bart Visscher2012-06-201-1/+1
* Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-22/+44
* comment out non working codeFrank Karlitschek2012-06-051-2/+3
* Merge branch 'unstable'Bart Visscher2012-06-045-45/+159
|\
| * made initial testing version of expireAll for version control \ngave some old...Sam Tuke2012-05-164-31/+95
| * added phpdoc commentSam Tuke2012-05-161-2/+5
| * added recognition of which version is 'current' - which is currently live and...Sam Tuke2012-05-163-20/+59
| * fixed some include path issuesSam Tuke2012-05-154-63/+25
* | more fixesFrank Karlitschek2012-05-311-2/+2
* | more fixesFrank Karlitschek2012-05-311-9/+9
* | Remove OC_App::register functionBart Visscher2012-05-311-7/+1
* | update copyrightFrank Karlitschek2012-05-261-1/+1
* | removed closing php tagSam Tuke2012-05-221-3/+1
* | Fix check for when to store a new version of a fileMichael Gapczynski2012-05-181-2/+2
* | Fix revert link on history page of file versionsMichael Gapczynski2012-05-181-1/+1
* | Fix versioning of shared filesMichael Gapczynski2012-05-181-17/+51
* | Forgot to actually call remove on the history dropdownMichael Gapczynski2012-05-181-0/+1
* | Remove the history dropdown before creating a new oneMichael Gapczynski2012-05-181-3/+11
* | Don't show the select form in the history dropdown if a file has no other ver...Michael Gapczynski2012-05-181-5/+7
* | mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek2012-05-181-6/+7
* | fix call of all versions pageGeorg Ehrke2012-05-181-1/+1
* | History dropdown clean-upMichael Gapczynski2012-05-171-5/+8
* | Close history dropdown on success. Avoids confusion.Tom Needham2012-05-171-1/+4
* | allow reverting file from history dropdownRobin Appelman2012-05-173-42/+29
* | fix versioning for movable appsRobin Appelman2012-05-171-1/+0
* | removing executable bit - againThomas Mueller2012-05-159-0/+0
* | cache app types during install or updateRobin Appelman2012-05-141-1/+1
* | Add ctmp extension to blacklist to make sync test files not versioned.Klaas Freitag2012-05-141-1/+1
* | improved url generation - made use of OC.linkTo() for linking to versions hi...Sam Tuke2012-05-112-4/+4