Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | l10n support enhanced in files_version | Thomas Mueller | 2013-02-07 | 1 | -6/+13 |
| | |||||
* | Change files_versions namespace to OCA\Files_Versions | Bart Visscher | 2013-02-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 1 | -4/+2 |
|\ | |||||
| * | some more clean-up, isVersioned() is no longer needed; rename hook fixed if ↵ | Björn Schießle | 2013-01-11 | 1 | -4/+2 |
| | | | | | | | | a complete folder gets renamed | ||||
* | | remove silly assignment | Thomas Mueller | 2013-01-06 | 1 | -1/+0 |
|/ | |||||
* | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 1 | -2/+2 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -20/+20 |
| | |||||
* | This is unnessecary because we already run htmlentities() over the template ↵ | Lukas Reschke | 2012-08-11 | 1 | -1/+1 |
| | | | | engine | ||||
* | use getStorage() to get versions location | Bjoern Schiessle | 2012-07-11 | 1 | -1/+1 |
| | | | | | | | | | update routine implemented version number of files_versions increased Conflicts: apps/files_versions/lib/hooks.php | ||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | Moved hooks and versions.php into new lib directory | Sam Tuke | 2012-07-03 | 1 | -1/+2 |
| | | | | | Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes | ||||
* | Util::formatDate() expect $timestamp as double | Bjoern Schiessle | 2012-06-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 Tuke | 2012-05-16 | 1 | -1/+1 |
| | | | | | | | | old vars new camelcase names | ||||
| * | added recognition of which version is 'current' - which is currently live ↵ | Sam Tuke | 2012-05-16 | 1 | -2/+2 |
| | | | | | | | | and in use on history page | ||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | | |||||
* | | fix versioning for movable apps | Robin Appelman | 2012-05-17 | 1 | -1/+0 |
| | | |||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | | |||||
* | | improved url generation - made use of OC.linkTo() for linking to versions ↵ | Sam Tuke | 2012-05-11 | 1 | -2/+2 |
|/ | | | | history page | ||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -2/+2 |
| | |||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | added revert attempt outcome messages, removed contextual ajax revert button ↵ | Sam Tuke | 2012-04-27 | 1 | -12/+21 |
| | | | | for now as it's not functional, improved readaibility of scripts | ||||
* | started implementing ajax file rollback | Sam Tuke | 2012-04-26 | 1 | -2/+7 |
| | |||||
* | added available version names to files dropdown menu via new ajax script | Sam Tuke | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | improved styling, called css file in history.php | Sam Tuke | 2012-04-26 | 1 | -0/+1 |
| | |||||
* | added dropdown js menu for file versions, improved readability of history.php | Sam Tuke | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+60 |
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. |