aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-282-0/+5
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-252-0/+8
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-252-0/+8
* | OC_Share no longer exists. remove hooks that would trigger require_once / aut...jfd2012-08-251-29/+34
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-244-0/+14
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-231-0/+4
* Merge branch 'share_api'Michael Gapczynski2012-08-192-1/+37
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-146-3/+15
| |\
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-08-061-1/+1
| |\ \
| * \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-255-3/+42
| |\ \ \
| * | | | Make file actions permissions awareMichael Gapczynski2012-07-251-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-201-0/+4
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-171-0/+4
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-164-0/+16
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-154-0/+16
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-133-0/+12
* | | | l10n directories have been missingThomas Mueller2012-08-131-0/+0
* | | | Change image links to use imagePath functionBart Visscher2012-08-121-2/+2
* | | | This is unnessecary because we already run htmlentities() over the template e...Lukas Reschke2012-08-111-1/+1
| |_|/ |/| |
* | | fix label for versioning in admin settingsGeorg Ehrke2012-08-041-1/+1
| |/ |/|
* | fix ununsed variablesRobin Appelman2012-07-211-3/+3
* | 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