summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/versions.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved hooks and versions.php into new lib directorySam Tuke2012-07-031-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 APIBjoern Schiessle2012-06-281-5/+5
|
* adjust the name and/or location of the stored versions if the actual file ↵Bjoern Schiessle2012-06-281-1/+24
| | | | gets moved or renamed
* move hook to erase versions from deleted files to the right placeBjoern Schiessle2012-06-281-1/+13
|
* Implemented deleteAll() method in OC_FilesystemView (interface) and ↵Sam Tuke2012-06-211-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 versionsSam Tuke2012-06-201-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 Tuke2012-06-191-22/+44
| | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
* comment out non working codeFrank Karlitschek2012-06-051-2/+3
|
* Merge branch 'unstable'Bart Visscher2012-06-041-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 Tuke2012-05-161-27/+91
| | | | | | | | old vars new camelcase names
| * added phpdoc commentSam Tuke2012-05-161-2/+5
| |
| * added recognition of which version is 'current' - which is currently live ↵Sam Tuke2012-05-161-16/+53
| | | | | | | | and in use on history page
* | more fixesFrank Karlitschek2012-05-311-2/+2
| |
* | more fixesFrank Karlitschek2012-05-311-9/+9
| | | | | | | | i don´t understand why this worked before.
* | Fix check for when to store a new version of a fileMichael Gapczynski2012-05-181-2/+2
| |
* | Fix versioning of shared filesMichael Gapczynski2012-05-181-17/+51
| |
* | removing executable bit - againThomas Mueller2012-05-151-0/+0
| |
* | Add ctmp extension to blacklist to make sync test files not versioned.Klaas Freitag2012-05-141-1/+1
|/
* first part of the config stuffFrank Karlitschek2012-05-021-19/+19
|
* ported getUserFrank Karlitschek2012-05-011-8/+8
|
* one todo lessFrank Karlitschek2012-04-301-1/+0
|
* added revert attempt outcome messages, removed contextual ajax revert button ↵Sam Tuke2012-04-271-2/+16
| | | | for now as it's not functional, improved readaibility of scripts
* improved styling, called css file in history.phpSam Tuke2012-04-261-1/+1
|
* wrote a new versioning app over the weekend. Basic functionality to far but ↵Frank Karlitschek2012-04-231-0/+216
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.