Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix label for versioning in admin settings | Georg Ehrke | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | fix ununsed variables | Robin Appelman | 2012-07-21 | 1 | -3/+3 |
| | |||||
* | Added CSRF checks to files_versions. Expect some error messages - and report ↵ | Thomas Tanghus | 2012-07-17 | 3 | -0/+3 |
| | | | | them ;) | ||||
* | use getStorage() to get versions location | Bjoern Schiessle | 2012-07-11 | 6 | -157/+156 |
| | | | | | | | | | update routine implemented version number of files_versions increased Conflicts: apps/files_versions/lib/hooks.php | ||||
* | add OCP\Files to access files | Bjoern Schiessle | 2012-07-10 | 1 | -4/+3 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 4 | -42/+35 |
| | |||||
* | increase the time limit again to a sensible granularity of 1 min. | Frank Karlitschek | 2012-07-06 | 1 | -1/+1 |
| | | | | Please talk to me before changing this. | ||||
* | use OC_Filesystem for rollback | Bjoern Schiessle | 2012-07-05 | 1 | -1/+4 |
| | |||||
* | moved remove and rename hook to libs/hooks.php | Bjoern Schiessle | 2012-07-05 | 3 | -39/+39 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-07-03 | 2 | -12/+20 |
|\ | | | | | | | | | Conflicts: apps/files_versions/lib/versions.php | ||||
| * | use filesystem abstraction layer to copy file versions | Bjoern Schiessle | 2012-07-03 | 1 | -3/+11 |
| | | |||||
* | | Moved hooks and versions.php into new lib directory | Sam Tuke | 2012-07-03 | 6 | -338/+381 |
|/ | | | | | Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes | ||||
* | use public API | Bjoern Schiessle | 2012-06-28 | 1 | -5/+5 |
| | |||||
* | adjust the name and/or location of the stored versions if the actual file ↵ | Bjoern Schiessle | 2012-06-28 | 2 | -3/+27 |
| | | | | gets moved or renamed | ||||
* | move hook to erase versions from deleted files to the right place | Bjoern Schiessle | 2012-06-28 | 3 | -39/+15 |
| | |||||
* | delete file versions if the user deletes a file | Bjoern Schiessle | 2012-06-28 | 1 | -0/+38 |
| | |||||
* | handover the correct timestamp | Bjoern Schiessle | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | no reason to strip tags at this point | Bjoern Schiessle | 2012-06-27 | 1 | -1/+0 |
| | |||||
* | Util::formatDate() expect $timestamp as double | Bjoern Schiessle | 2012-06-27 | 4 | -10/+6 |
| | |||||
* | Remove references to /apps/ and correct inclusion of settings | Brice Maron | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | Implemented deleteAll() method in OC_FilesystemView (interface) and ↵ | Sam Tuke | 2012-06-21 | 1 | -81/+5 |
| | | | | | | | | | OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll() | ||||
* | Fixed missing jQuery event object - expire interface now works with Firefox | Sam Tuke | 2012-06-21 | 1 | -45/+33 |
| | |||||
* | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 6 | -15/+124 |
| | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir() | ||||
* | Adjust OC_Filesystem use in hooks to string, so the class is loaded as late ↵ | Bart Visscher | 2012-06-20 | 1 | -1/+1 |
| | | | | as possible | ||||
* | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -22/+44 |
| | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php) | ||||
* | comment out non working code | Frank Karlitschek | 2012-06-05 | 1 | -2/+3 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 5 | -45/+159 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -31/+95 |
| | | | | | | | | old vars new camelcase names | ||||
| * | added phpdoc comment | Sam Tuke | 2012-05-16 | 1 | -2/+5 |
| | | |||||
| * | added recognition of which version is 'current' - which is currently live ↵ | Sam Tuke | 2012-05-16 | 3 | -20/+59 |
| | | | | | | | | and in use on history page | ||||
| * | fixed some include path issues | Sam Tuke | 2012-05-15 | 4 | -63/+25 |
| | | | | | | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php | ||||
* | | more fixes | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
| | | |||||
* | | more fixes | Frank Karlitschek | 2012-05-31 | 1 | -9/+9 |
| | | | | | | | | i don´t understand why this worked before. | ||||
* | | 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 |
| | |