Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Change image links to use imagePath function | Bart Visscher | 2012-08-12 | 1 | -2/+2 |
| | |||||
* | fix label for versioning in admin settings | Georg Ehrke | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | Util::formatDate() expect $timestamp as double | Bjoern Schiessle | 2012-06-27 | 1 | -3/+1 |
| | |||||
* | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 1 | -0/+9 |
| | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir() | ||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -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 Tuke | 2012-05-16 | 1 | -2/+4 |
| | | | | | | | | and in use on history page | ||||
| * | fixed some include path issues | Sam Tuke | 2012-05-15 | 1 | -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 versions | Michael Gapczynski | 2012-05-18 | 1 | -1/+1 |
| | | |||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 2 | -0/+0 |
| | | |||||
* | | fixed some include path issues | Sam Tuke | 2012-05-11 | 1 | -1/+1 |
|/ | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php | ||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Implement a basic versioning configuration. Only a on/off switch for now. | Frank Karlitschek | 2012-04-30 | 1 | -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 Tuke | 2012-04-27 | 2 | -14/+23 |
| | | | | for now as it's not functional, improved readaibility of scripts | ||||
* | added available version names to files dropdown menu via new ajax script | Sam Tuke | 2012-04-26 | 1 | -2/+6 |
| | |||||
* | improved styling, called css file in history.php | Sam Tuke | 2012-04-26 | 1 | -1/+3 |
| | |||||
* | wrote a new versioning app over the weekend. Basic functionality to far but ↵ | Frank Karlitschek | 2012-04-23 | 2 | -0/+25 |
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. |