Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved hooks and versions.php into new lib directory | Sam Tuke | 2012-07-03 | 1 | -348/+0 |
| | | | | | 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 | 1 | -1/+24 |
| | | | | gets moved or renamed | ||||
* | move hook to erase versions from deleted files to the right place | Bjoern Schiessle | 2012-06-28 | 1 | -1/+13 |
| | |||||
* | 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() | ||||
* | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 1 | -14/+12 |
| | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir() | ||||
* | 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 | 1 | -40/+145 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 | -27/+91 |
| | | | | | | | | 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 | 1 | -16/+53 |
| | | | | | | | | and in use on history page | ||||
* | | 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. | ||||
* | | Fix check for when to store a new version of a file | Michael Gapczynski | 2012-05-18 | 1 | -2/+2 |
| | | |||||
* | | Fix versioning of shared files | Michael Gapczynski | 2012-05-18 | 1 | -17/+51 |
| | | |||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | | |||||
* | | Add ctmp extension to blacklist to make sync test files not versioned. | Klaas Freitag | 2012-05-14 | 1 | -1/+1 |
|/ | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 1 | -19/+19 |
| | |||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -8/+8 |
| | |||||
* | one todo less | Frank Karlitschek | 2012-04-30 | 1 | -1/+0 |
| | |||||
* | added revert attempt outcome messages, removed contextual ajax revert button ↵ | Sam Tuke | 2012-04-27 | 1 | -2/+16 |
| | | | | for now as it's not functional, improved readaibility of scripts | ||||
* | improved styling, called css file in history.php | Sam Tuke | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | wrote a new versioning app over the weekend. Basic functionality to far but ↵ | Frank Karlitschek | 2012-04-23 | 1 | -0/+216 |
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. |