Commit Graph

23 Commits (30d7993e0105a6c98cbf61d4253d08acf236aca7)

Author SHA1 Message Date
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Björn Schießle f151376ad5 remove remaining line from merge conflict 13 years ago
Björn Schießle a93660d37a fix broken paths in versions app 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Arthur Schiwon 5708488b3e make files_versions use OC_User::getHome, fixes 'PHP Warning: Missing argument 1 for OC_FilesystemView::getAbsolutePath' with custom user home dirs 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Björn Schießle 33dcb3b1f4 fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't work here because it doesn't create directories recursively) 13 years ago
Bart Visscher 5f997021d1 Fix syntax bug 13 years ago
Bart Visscher ee32d1aad5 Fix versioning of shared files 13 years ago
Bart Visscher b04c7175dc Check if the versioned file exists before trying to do the versioning 13 years ago
Bart Visscher 10b74f9d05 Don't hide errors doing the versioning copy 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 285c198c36 EOL fixes 13 years ago
jfd dc3bec6211 OC_Share no longer exists. remove hooks that would trigger require_once / autoloading failures, so i can at least upload files 13 years ago
Robin Appelman 8a19e134df fix ununsed variables 13 years ago
Bjoern Schiessle e248412ca9 use getStorage() to get versions location 13 years ago
Bjoern Schiessle bf09bcc854 add OCP\Files to access files 13 years ago
Frank Karlitschek b967530795 increase the time limit again to a sensible granularity of 1 min. 13 years ago
Bjoern Schiessle 51774cca6b use OC_Filesystem for rollback 13 years ago
Bjoern Schiessle 55cde0e5aa moved remove and rename hook to libs/hooks.php 13 years ago
Sam Tuke a775deaf22 Moved hooks and versions.php into new lib directory 13 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 13 years ago
Bjoern Schiessle bdd1baeb85 use public API 13 years ago
Bjoern Schiessle e5792cc064 adjust the name and/or location of the stored versions if the actual file gets moved or renamed 13 years ago
Bjoern Schiessle f22f49671b move hook to erase versions from deleted files to the right place 13 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 13 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 13 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 13 years ago
Frank Karlitschek 7e931575b4 comment out non working code 13 years ago
Frank Karlitschek 5f4132d6ba more fixes 13 years ago
Frank Karlitschek c3ccdbaa79 more fixes 13 years ago
Frank Karlitschek 57a56299d8 more fixes 13 years ago
Frank Karlitschek d56966f14f someone broke this completely. Hope it works again. Please check your apache error log and turn php notices on if you work on ajax call 13 years ago
Michael Gapczynski 35bd601215 Fix check for when to store a new version of a file 13 years ago
Michael Gapczynski 89f5701d1a Fix versioning of shared files 13 years ago
Sam Tuke 9acd1065b0 made initial testing version of expireAll for version control \ngave some old vars new camelcase names 13 years ago
Sam Tuke fefa4412c4 added phpdoc comment 13 years ago
Sam Tuke c0df40084a added recognition of which version is 'current' - which is currently live and in use on history page 13 years ago
Sam Tuke 0a46ae4f6d added recognition of which version is 'current' - which is currently live and in use on history page 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Klaas Freitag 1fc74ea174 Add ctmp extension to blacklist to make sync test files not versioned. 13 years ago
Frank Karlitschek 8e99475886 first part of the config stuff 13 years ago
Frank Karlitschek 70cea18cce ported getUser 13 years ago
Frank Karlitschek f425b80deb one todo less 13 years ago
Sam Tuke 80c850d018 added revert attempt outcome messages, removed contextual ajax revert button for now as it's not functional, improved readaibility of scripts 13 years ago
Sam Tuke 6312067ab5 improved styling, called css file in history.php 13 years ago
Frank Karlitschek 4ea927a798 wrote a new versioning app over the weekend. Basic functionality to far but it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing. 13 years ago