Commit Graph

70 Commits (78fce834058a38a7dbcc5310e16095c743434bc6)

Author SHA1 Message Date
Björn Schießle 9edec542c5 mount users home before write/read file to it, necessary to deal with external homes 14 years ago
Bart Visscher 59582e0f3f Fix review issues 14 years ago
Bart Visscher db8dbb9847 Style cleanup files_versions 14 years ago
Björn Schießle efa024cc62 fix getUidAndFilename() function 14 years ago
Björn Schießle 08b68aac6c check if glob() returns any results, fix for stable45 was already approved by pull request #1695 14 years ago
Björn Schießle b05f05ec4a make store function static 14 years ago
Björn Schießle 87b98dab25 use new filesystem to mount users home 14 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 14 years ago
Bart Visscher 0e548283fc Replace OC_FileCache usage in files_versions 14 years ago
Bart Visscher 3e7ca373ec Only calculate md5 of local file once 14 years ago
Bart Visscher 148e4facfa Change files_versions namespace to OCA\Files_Versions 14 years ago
Björn Schießle 73c4d0faff initialize $versionCreated 14 years ago
Björn Schießle f71a5dec99 initialize 14 years ago
Björn Schießle 60d5d5f636 fix for issue #1186, missing variables added 14 years ago
Björn Schießle ef4e6f3d6c fix for issue #1189, missing variables added 14 years ago
Björn Schießle d276d21c76 - code clean-up 14 years ago
Björn Schießle 99a0ea44ee function description fixed 14 years ago
Björn Schießle 67d00bc6bb some more clean-up, isVersioned() is no longer needed; rename hook fixed if a complete folder gets renamed 14 years ago
Björn Schießle 6be9c0a974 some code clean-up 14 years ago
Björn Schießle dca0fda2ad keep track of the size of the versions directory 14 years ago
Björn Schießle 417498d519 add complete size of versions to array 14 years ago
Björn Schießle d51fba7781 every 1000s run reduce the number of versions for all files, not only for the currently edited file 14 years ago
Björn Schießle a0b0a1d294 adjust timestamp of the file copied from the version history 14 years ago
Björn Schießle 619c3ef56d use limits defined in issue https://github.com/owncloud/core/issues/860 14 years ago
Björn Schießle ec3c5f36cb debug output removed 14 years ago
Björn Schießle 21cdf93616 remove DEFAULTMAXFILESIZE limit and make percentage of available space for versions configurable 14 years ago
Björn Schießle e6e9d332cb add missing bracket 14 years ago
Björn Schießle 0e0d54dc58 get timestamp from file instead from time(); typo fixed 14 years ago
Björn Schießle 2a42344781 don't check for min interval, no longer needed 14 years ago
Björn Schießle 75a871ecd7 expire all operation no longer needed; delete oldest versions if limit of empty space is reached 14 years ago
Björn Schießle acc902a0b6 remove blacklist 14 years ago
Björn Schießle 0a49fcf9d1 update files history according the given intervals 14 years ago
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
Robin Appelman 3358bface5 fix incorectly merged versions.php 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 72aebe3aa3 fix broken paths in versions app 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
Sam Tuke 8b01286a5d Merged branch 'master' 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
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 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