Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -7/+1 |
| | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | removed closing php tag | Sam Tuke | 2012-05-22 | 1 | -3/+1 |
| | |||||
* | Fix check for when to store a new version of a file | Michael Gapczynski | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Fix revert link on history page of file versions | Michael Gapczynski | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Fix versioning of shared files | Michael Gapczynski | 2012-05-18 | 1 | -17/+51 |
| | |||||
* | Forgot to actually call remove on the history dropdown | Michael Gapczynski | 2012-05-18 | 1 | -0/+1 |
| | |||||
* | Remove the history dropdown before creating a new one | Michael Gapczynski | 2012-05-18 | 1 | -3/+11 |
| | |||||
* | Don't show the select form in the history dropdown if a file has no other ↵ | Michael Gapczynski | 2012-05-18 | 1 | -5/+7 |
| | | | | versions | ||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -6/+7 |
| | | | | ownCloud 4 | ||||
* | fix call of all versions page | Georg Ehrke | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | History dropdown clean-up | Michael Gapczynski | 2012-05-17 | 1 | -5/+8 |
| | |||||
* | 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 | 3 | -42/+29 |
| | |||||
* | fix versioning for movable apps | Robin Appelman | 2012-05-17 | 1 | -1/+0 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 9 | -0/+0 |
| | |||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Add ctmp extension to blacklist to make sync test files not versioned. | Klaas Freitag | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | improved url generation - made use of OC.linkTo() for linking to versions ↵ | Sam Tuke | 2012-05-11 | 2 | -4/+4 |
| | | | | history page | ||||
* | fixed some include path issues | Sam Tuke | 2012-05-11 | 4 | -63/+25 |
| | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php | ||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 2 | -2/+2 |
| | |||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 3 | -6/+6 |
| | |||||
* | don't try to register file actions when we're not in the files app | Robin Appelman | 2012-05-02 | 1 | -21/+21 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 3 | -23/+23 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 3 | -4/+4 |
| | |||||
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | |||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 3 | -10/+10 |
| | |||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | forgot a file | Frank Karlitschek | 2012-05-01 | 1 | -0/+11 |
| | |||||
* | one todo less | Frank Karlitschek | 2012-04-30 | 1 | -1/+0 |
| | |||||
* | Implement a basic versioning configuration. Only a on/off switch for now. | Frank Karlitschek | 2012-04-30 | 2 | -8/+16 |
| | | | | | 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 | ||||
* | enable by default. at least during oC4 testing | Frank Karlitschek | 2012-04-29 | 1 | -0/+1 |
| | |||||
* | added revert attempt outcome messages, removed contextual ajax revert button ↵ | Sam Tuke | 2012-04-27 | 6 | -32/+77 |
| | | | | for now as it's not functional, improved readaibility of scripts | ||||
* | started implementing ajax file rollback | Sam Tuke | 2012-04-26 | 4 | -17/+61 |
| | |||||
* | added available version names to files dropdown menu via new ajax script | Sam Tuke | 2012-04-26 | 4 | -31/+122 |
| | |||||
* | improved styling, called css file in history.php | Sam Tuke | 2012-04-26 | 4 | -4/+8 |
| | |||||
* | 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 | 2 | -2/+60 |
| | |||||
* | 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 | 2 | -1/+9 |
| | |||||
* | made code a little more readable | Sam Tuke | 2012-04-25 | 1 | -19/+19 |
| | |||||
* | wrote a new versioning app over the weekend. Basic functionality to far but ↵ | Frank Karlitschek | 2012-04-23 | 10 | -0/+347 |
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. |