Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Close history dropdown on success. Avoids confusion. | Tom Needham | 2012-05-17 | 1 | -1/+4 | |
| | | ||||||
* | | allow reverting file from history dropdown | Robin Appelman | 2012-05-17 | 1 | -13/+18 | |
| | | ||||||
* | | improved url generation - made use of OC.linkTo() for linking to versions ↵ | Sam Tuke | 2012-05-11 | 1 | -2/+2 | |
| | | | | | | | | history page | |||||
* | | fixed some include path issues | Sam Tuke | 2012-05-11 | 1 | -28/+19 | |
|/ | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php | |||||
* | don't try to register file actions when we're not in the files app | Robin Appelman | 2012-05-02 | 1 | -21/+21 | |
| | ||||||
* | Implement a basic versioning configuration. Only a on/off switch for now. | Frank Karlitschek | 2012-04-30 | 1 | -1/+11 | |
| | | | | | 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 | 1 | -3/+3 | |
| | | | | for now as it's not functional, improved readaibility of scripts | |||||
* | started implementing ajax file rollback | Sam Tuke | 2012-04-26 | 1 | -13/+19 | |
| | ||||||
* | added available version names to files dropdown menu via new ajax script | Sam Tuke | 2012-04-26 | 1 | -28/+61 | |
| | ||||||
* | linked more button to history page | Sam Tuke | 2012-04-26 | 1 | -3/+3 | |
| | ||||||
* | changed function name to avoid clash with sharing dropdown | Sam Tuke | 2012-04-26 | 1 | -2/+2 | |
| | ||||||
* | added dropdown js menu for file versions, improved readability of history.php | Sam Tuke | 2012-04-25 | 1 | -1/+59 | |
| | ||||||
* | fixed path to history script | Sam Tuke | 2012-04-25 | 1 | -1/+1 | |
| | ||||||
* | added script and loaded it for adding history button | Sam Tuke | 2012-04-25 | 1 | -1/+8 | |
| | ||||||
* | wrote a new versioning app over the weekend. Basic functionality to far but ↵ | Frank Karlitschek | 2012-04-23 | 1 | -0/+2 | |
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. |