aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/ajax
Commit message (Collapse)AuthorAgeFilesLines
...
* no reason to strip tags at this pointBjoern Schiessle2012-06-271-1/+0
|
* Util::formatDate() expect $timestamp as doubleBjoern Schiessle2012-06-271-3/+1
|
* added new user settings interface for deleting old file versionsSam Tuke2012-06-201-0/+41
| | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir()
* Merge branch 'unstable'Bart Visscher2012-06-041-1/+8
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * made initial testing version of expireAll for version control \ngave some ↵Sam Tuke2012-05-161-1/+1
| | | | | | | | old vars new camelcase names
| * fixed some include path issuesSam Tuke2012-05-151-31/+5
| | | | | | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
* | allow reverting file from history dropdownRobin Appelman2012-05-172-29/+11
| |
* | removing executable bit - againThomas Mueller2012-05-153-0/+0
| |
* | fixed some include path issuesSam Tuke2012-05-111-31/+5
|/ | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
* ported oc_jsonFrank Karlitschek2012-05-033-6/+6
|
* first part of the config stuffFrank Karlitschek2012-05-021-3/+3
|
* some more portingFrank Karlitschek2012-05-011-1/+1
|
* ported getUserFrank Karlitschek2012-05-012-2/+2
|
* forgot a fileFrank Karlitschek2012-05-011-0/+11
|
* started implementing ajax file rollbackSam Tuke2012-04-262-2/+35
|
* added available version names to files dropdown menu via new ajax scriptSam Tuke2012-04-261-0/+54