Commit Graph

28 Commits (b6086759387f0d14b46fa2f169cc3919506fec41)

Author SHA1 Message Date
Björn Schießle f66ebea5ca fix typo in variable name 13 years ago
Björn Schießle bafb78ac94 fix regression in file versioning for shared files 13 years ago
Björn Schießle d527bb6c54 fix regression in file versioning for shared files 13 years ago
Felix Moeller 9795bc19bf Checkstyle: Fix the last two InvalidEOLChar 13 years ago
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 785aa751bb Whitespace fixes 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
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 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 f22f49671b move hook to erase versions from deleted files to the right place 13 years ago
Bjoern Schiessle 52f99a7570 delete file versions if the user deletes a file 13 years ago