Commit Graph

28 Commits (ee1ce6714bbdc00813fe4a2d2bdc45d995d66a2e)

Author SHA1 Message Date
Björn Schießle ee1ce6714b add size to versions array 14 years ago
Björn Schießle 24d4f701bf calculate free space for versions 14 years ago
Björn Schießle f66ebea5ca fix typo in variable name 14 years ago
Björn Schießle bafb78ac94 fix regression in file versioning for shared files 14 years ago
Björn Schießle d527bb6c54 fix regression in file versioning for shared files 14 years ago
Felix Moeller 9795bc19bf Checkstyle: Fix the last two InvalidEOLChar 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 14 years ago
Björn Schießle f151376ad5 remove remaining line from merge conflict 14 years ago
Björn Schießle a93660d37a fix broken paths in versions app 14 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 14 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 14 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 14 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) 14 years ago
Bart Visscher 5f997021d1 Fix syntax bug 14 years ago
Bart Visscher ee32d1aad5 Fix versioning of shared files 14 years ago
Bart Visscher b04c7175dc Check if the versioned file exists before trying to do the versioning 14 years ago
Bart Visscher 10b74f9d05 Don't hide errors doing the versioning copy 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Bart Visscher 285c198c36 EOL fixes 14 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 14 years ago
Robin Appelman 8a19e134df fix ununsed variables 14 years ago
Bjoern Schiessle e248412ca9 use getStorage() to get versions location 14 years ago
Bjoern Schiessle bf09bcc854 add OCP\Files to access files 14 years ago
Frank Karlitschek b967530795 increase the time limit again to a sensible granularity of 1 min. 14 years ago
Bjoern Schiessle 51774cca6b use OC_Filesystem for rollback 14 years ago
Bjoern Schiessle 55cde0e5aa moved remove and rename hook to libs/hooks.php 14 years ago
Sam Tuke a775deaf22 Moved hooks and versions.php into new lib directory 14 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 14 years ago
Bjoern Schiessle bdd1baeb85 use public API 14 years ago
Bjoern Schiessle e5792cc064 adjust the name and/or location of the stored versions if the actual file gets moved or renamed 14 years ago
Bjoern Schiessle f22f49671b move hook to erase versions from deleted files to the right place 14 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 14 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 14 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 14 years ago
Frank Karlitschek 7e931575b4 comment out non working code 14 years ago
Frank Karlitschek 5f4132d6ba more fixes 14 years ago
Frank Karlitschek c3ccdbaa79 more fixes 14 years ago
Frank Karlitschek 57a56299d8 more fixes 14 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 14 years ago
Michael Gapczynski 35bd601215 Fix check for when to store a new version of a file 14 years ago
Michael Gapczynski 89f5701d1a Fix versioning of shared files 14 years ago
Sam Tuke 9acd1065b0 made initial testing version of expireAll for version control \ngave some old vars new camelcase names 14 years ago
Sam Tuke fefa4412c4 added phpdoc comment 14 years ago
Sam Tuke c0df40084a added recognition of which version is 'current' - which is currently live and in use on history page 14 years ago
Sam Tuke 0a46ae4f6d added recognition of which version is 'current' - which is currently live and in use on history page 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Klaas Freitag 1fc74ea174 Add ctmp extension to blacklist to make sync test files not versioned. 14 years ago
Frank Karlitschek 8e99475886 first part of the config stuff 14 years ago
Frank Karlitschek 70cea18cce ported getUser 14 years ago