summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-061-1/+3
* no more require_once()Thomas Mueller2012-09-051-1/+1
* Add missing ; to js codeBart Visscher2012-09-051-2/+2
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-051-0/+6
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-044-0/+8
* Add url-params to url with new parameter in linkTo functionBart Visscher2012-09-031-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-035-0/+9
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-025-0/+9
* translation support enhancedThomas Mueller2012-09-011-3/+8
* unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-311-1/+1
* Space before tab fixesBart Visscher2012-08-292-9/+8
* Remove php close at end of fileBart Visscher2012-08-292-3/+0
* Whitespace fixes in appsBart Visscher2012-08-297-61/+61
* [tx-robot] updated from transifexv4.5.0beta1Jenkins for ownCloud2012-08-291-0/+4
* [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