aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/templates
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace fixes in appsBart Visscher2012-08-291-2/+2
|
* Change image links to use imagePath functionBart Visscher2012-08-121-2/+2
|
* fix label for versioning in admin settingsGeorg Ehrke2012-08-041-1/+1
|
* 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/+9
| | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir()
* Merge branch 'unstable'Bart Visscher2012-06-041-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * added recognition of which version is 'current' - which is currently live ↵Sam Tuke2012-05-161-2/+4
| | | | | | | | and in use on history page
| * fixed some include path issuesSam Tuke2012-05-151-1/+1
| | | | | | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
* | Fix revert link on history page of file versionsMichael Gapczynski2012-05-181-1/+1
| |
* | removing executable bit - againThomas Mueller2012-05-152-0/+0
| |
* | fixed some include path issuesSam Tuke2012-05-111-1/+1
|/ | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
* first part of the config stuffFrank Karlitschek2012-05-021-1/+1
|
* some more portingFrank Karlitschek2012-05-011-1/+1
|
* Implement a basic versioning configuration. Only a on/off switch for now.Frank Karlitschek2012-04-301-7/+5
| | | | | I changed my mind about the more complex configuration options. We go with good default for now and don´t expose all the technical options to the users. They can still override in the config file if it´s really really needed and they know what they are doing
* added revert attempt outcome messages, removed contextual ajax revert button ↵Sam Tuke2012-04-272-14/+23
| | | | for now as it's not functional, improved readaibility of scripts
* added available version names to files dropdown menu via new ajax scriptSam Tuke2012-04-261-2/+6
|
* improved styling, called css file in history.phpSam Tuke2012-04-261-1/+3
|
* wrote a new versioning app over the weekend. Basic functionality to far but ↵Frank Karlitschek2012-04-232-0/+25
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.