Commit Graph

1420 Commits (ab8ce89df34ea1fefd457973fd80651dba72a278)

Author SHA1 Message Date
Thomas Tanghus 0eade1b0d5 Code style. One down... 14 years ago
Bart Visscher 5381cc7418 Fix missing parameter decleration, thanks Jenkins :-) 14 years ago
Robin Appelman 8a19e134df fix ununsed variables 14 years ago
Robin Appelman aa118a4c64 remove obsolete oc_filesystem::mountall 14 years ago
Bart Visscher 0b338a7a41 Add missing public to function definition 14 years ago
Bart Visscher 14af503374 Fix parameter order in OC_Filestorage_Common->hash 14 years ago
Bart Visscher cdd9ffc8a5 Add ETag support to the Sabre file connector. 14 years ago
Bjoern Schiessle 53bdb049cb adapted to new SabreDav version 14 years ago
Thomas Tanghus 0af454a23b Trying to get documentation to "Do The Right Thing" (TM) 14 years ago
Tom Needham 29d16f61fa Fix strict standards warnings 14 years ago
Thomas Tanghus de8ed98541 Added some more documentation to OCP\JSON. 14 years ago
Thomas Tanghus 10337c059c Added some documentation for OCP\JSON::callCheck() 14 years ago
Robin Appelman d393638cc8 forgot to make one function abstract 14 years ago
Robin Appelman c9be9ab251 remove unused variables 14 years ago
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 14 years ago
Robin Appelman 39086ef63e dont try to create mountpoints automatically 14 years ago
Robin Appelman 48306a3c4f fix unused variables 14 years ago
Robin Appelman 0e111e1a17 fix increasing folder sizes in filecache for custom roots 14 years ago
Robin Appelman 57ed83f266 fix eventsource fallback when more then one eventsource is active 14 years ago
Robin Appelman 445f52ef8b dont check for filecache updates when getting quota info over webdav 14 years ago
Robin Appelman 98e769d269 dont use the mtimes stored in zip archives since they dont update correctly 14 years ago
Robin Appelman 33b8de91ea allow a more flexible way of using user backends 14 years ago
Robin Appelman f047fdbfaa revert to using fopen for webdav instead of readfile 14 years ago
Georg Ehrke ccb1c57745 add warning in log if OC_L10N::tA was called 14 years ago
Michael Gapczynski 72ebc2a32a Delete old session files, suggested by Torben Nehmer, see bug oc-736 14 years ago
Michael Gapczynski b1a7826d56 Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request 14 years ago
Robin Appelman b45d3ced79 fix remote and public.php 14 years ago
Thomas Mueller 967c6d7d3c allow command line based installation/setup 14 years ago
Michael Gapczynski 281bf62af9 Fix log write() parameters in wrong order 14 years ago
Lukas Reschke 8afcddf44f Handling exceptions 14 years ago
Michael Gapczynski 66da0a2151 Catch exceptions from PHPMailer 14 years ago
Bjoern Schiessle e7a0c4f0bb use readfile() instead iof fopen() for file download over webdav. 14 years ago
Johannes Willnecker 570ea787f1 fixed typo 14 years ago
Johannes Willnecker 3e53bf4a86 Fix for oc-972, oc-1144 and oc-1191 14 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 14 years ago
Bjoern Schiessle 82a57f0ce3 revert performance improvements in userExists() because it breaks new user creation 14 years ago
Bjoern Schiessle 7d41d3aba8 webdav ssl cleanup 14 years ago
Thomas Tanghus 6116dc6b65 Added default parameter $reset to allow for incremental rescan. 14 years ago
Lukas Reschke b46d3019ca Uninitialized variable 14 years ago
Lukas Reschke ec7bb86b28 Fixes a problem with the user creation ("User already existed" even if the user don't exists.) Thanks to Phil Reinhardt for pointing this out. 14 years ago
Michael Gapczynski f955e5e9b2 Move line counter so we only count lines towards the offset that are equal or above the log level 14 years ago
Michael Gapczynski 466d7c0d99 Improvements and bug fix for log reading, fixes bug oc-982 14 years ago
Bjoern Schiessle e91b4bc2ac allow user to upload his own root certificate for secure webdav mount 14 years ago
Bjoern Schiessle ba8dee0520 introduce subclassed client.php and revert changes to 3rdparty 14 years ago
Bjoern Schiessle 5bf050b13b moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems 14 years ago
Bart Visscher 280c59e914 More helpfull debug msg for redirectToDefaultPage 14 years ago
Bart Visscher 621b83df72 Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong 14 years ago
Brice Maron 3b09aa8578 Correct Postgresql connection with space in password. Work around php bug 14 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 14 years ago
Bjoern Schiessle 4bc9e4e012 wrong var name fixed 14 years ago