Commit Graph

80 Commits (dbf2bfc8cd3bf399b4964f7979b5442f2e2f4d64)

Author SHA1 Message Date
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Sam Tuke aabef796a0 Added library phpseclib 12 years ago
Robin Appelman bcb27c81d4 use new obEnd function instead of ob_end_clean 12 years ago
Sam Tuke 6975c5537b OC_FSV->copy now only caches files which are copied from data/user/files 12 years ago
Robin Appelman 5569f07e8d add OC_FilesystemView alias for compatibility 12 years ago
Valerio Ponte 8e190a5a97 Moved X-Sendfile headers into OC_Files::get 13 years ago
Valerio Ponte 8420b9bf67 Implemented X-Sendfile support 13 years ago
Björn Schießle 250f40fe40 check if $path is a empty string 13 years ago
Björn Schießle 311b04f609 backport from approved patch in stable45: 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Felix Moeller dfc8228fb4 NoSpaceAfterComma 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Robin Appelman 7fdbce6ac1 use strtotime on non-nummeric times in oc_filesystem::touch 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Sam Tuke 4da67b0a08 Development snapshot; encryption stream wrapper now successfully writes files, and passes unit tests 13 years ago
Robin Appelman 9df60d27bd move some code around 13 years ago
Björn Schießle 35357f3afb etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829) 13 years ago
Björn Schießle a7292e897a The mtime in the file cache has to be updated after version rollback (copy from outside of the regular files root) (fixes bug #1720) 13 years ago
Robin Appelman 82ffefb99b dont trigger filesystem hooks when not using the default view 13 years ago
Bart Visscher e3e4a2bec2 Enable post_write trigger 13 years ago
Georg Ehrke 463b48b2e1 fix file upload 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Robin Appelman 154ce0f68d also add getLocalFolder to OC_Filsystem and OC_FilesystemView 13 years ago
Robin Appelman 53a888cc81 more path normalization 13 years ago
Robin Appelman 1522f7f211 fix some minor problems with path noramlization 13 years ago
Robin Appelman 0c8ce0bb32 some basic path normalization 13 years ago
Michael Gapczynski 6b83470c96 Fix incorrect copy/paste for file_put_contents() 13 years ago
Michael Gapczynski 93c75f46e5 Forgot data parameter for file_put_contents() streams pre proxies 13 years ago
Michael Gapczynski ea18d70c60 Run pre and post proxies for file_put_contents() streams 13 years ago
Michael Gapczynski f328f53ec1 Fix filesystem hash, no longer using basicOperation() 13 years ago
Michael Gapczynski 4c822df28d Fix incorrect copy/paste for file_put_contents() 13 years ago
Michael Gapczynski ea2e76eecc Forgot data parameter for file_put_contents() streams pre proxies 13 years ago
Michael Gapczynski d006a551f4 Run pre and post proxies for file_put_contents() streams 13 years ago
Michael Gapczynski f25ccaff59 Fix filesystem hash, no longer using basicOperation() 13 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 13 years ago
Thomas Tanghus 0eade1b0d5 Code style. One down... 13 years ago
Robin Appelman 48306a3c4f fix unused variables 13 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 13 years ago
Bjoern Schiessle 4bc9e4e012 wrong var name fixed 13 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 13 years ago
Robin Appelman 9ba467d629 fix encryption for binary files 13 years ago
Robin Appelman e3f1507374 use absolute path for file proxies 13 years ago
Bart Visscher cff1b6e699 Don't use substr to get first char of string 13 years ago
Bart Visscher 598a090db4 Add cache for getStorage and getInternalPath functions. 13 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 13 years ago
Robin Appelman a9a424a519 also add hasUpdated to oc_filesystem and oc_filesystemview 13 years ago