Commit Graph

109 Commits (4fd53eca06e12b053f4760f2b776eab0e0e36ce9)

Author SHA1 Message Date
Robin Appelman 258782584e fix mimetype detection using the 'file' command in some edge cases 13 years ago
Bart Visscher 22d22d19c0 Do urlencoding in linkTo functions 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Björn Schießle 2570ea7114 don't interpret strpos '0' as 'false' in while loop 13 years ago
Björn Schießle 1207ae1f99 add leading '?' to parameter list (fixes bug #1732) 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 1a46192433 Add args parameter to linkTo(Absolute) function, to append the args automaticly 13 years ago
Michael Gapczynski 0a9d1ed3a6 Initial previewer for public links 13 years ago
Bart Visscher 99ce7ba1df Move serverHost and serverProtocol functions to OC_Request 13 years ago
Bart Visscher c4f1a1de5b Added function to make url absolute 13 years ago
Arthur Schiwon 6b320a2604 provide recursiveArraySearch as Helper function and make available through API 13 years ago
Robin Appelman 856d9c0b54 some indention fixes 13 years ago
Robin Appelman 2a73678fef use file extension for determining mimetypes on default 13 years ago
Robin Appelman 48306a3c4f fix unused variables 13 years ago
Arthur Schiwon 52822652bc provide multibyte aware helper functions mb_str_replace, mb_substr_replace and mb_array_change_key_case for handling with UTF 8 13 years ago
Florian Hülsmann 4ed55315e7 fixed linkTo() 13 years ago
Bart Visscher 19bb4e83c9 Remove redundant code from OC_Helper::linkTo 13 years ago
Robin Appelman 12f7cb8767 fix running tests from cli 13 years ago
Thomas Mueller 637f8398ba fixes oc-668 13 years ago
Victor Dubiniuk db7542b640 Reverting 249190c89b. Fixed in master 13 years ago
Thomas Mueller c1df0539a0 fixes oc-668 13 years ago
Victor Dubiniuk 249190c89b Fix mime-type detection 13 years ago
Thomas Tanghus 8fd9cbcc54 White-space fix. 13 years ago
Thomas Tanghus a34db3fbe0 Don't add slash if it's there already. 13 years ago
Brice Maron 6a812644e4 Correct remote and public, and last occurence of OC:: 13 years ago
Brice Maron cc494259d3 Unit path and webpath, correct some more 13 years ago
Brice Maron b6c5ca126b First almost working version 13 years ago
Frank Karlitschek e3031ae28b more reliable host detection for reverse proxy servers 13 years ago
Frank Karlitschek 0d2d613f59 added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer 13 years ago
Frank Karlitschek 24d14783d7 added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer 13 years ago
Frank Karlitschek 4dc7ed139b don´t hardcode /tmp 13 years ago
Frank Karlitschek 22a04d8e93 don´t hardcode /tmp 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Bart Visscher f71fec8cdc Combine and minimize core and default app css files 13 years ago
Georg Ehrke 52717d2a1b remove comments 13 years ago
Bart Visscher 4dbc2093c6 Create a function for linking to remote.php 13 years ago
Georg Ehrke 5b7cefb1e5 make ampache work with remote.php 13 years ago
Georg Ehrke d032345191 fix validation of getfile parameter - i hate this bloody merge conflicts 13 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 13 years ago
Thomas Mueller 07f2e316e4 removing executable bit from various files 13 years ago
Georg Ehrke 40f95ffdf3 fix security check for the path of the requested file 13 years ago
Georg Ehrke 3f64eb25ab some fixes fore movable apps 13 years ago
Jernej Virag e459309511 Fixed escaping of filename when determining MIME type 13 years ago
Georg Ehrke 0b06eff3a0 another fix for linkto function 13 years ago
Georg Ehrke 29b9e27078 fix linkto function in OC_Helper 13 years ago
Georg Ehrke 6d92ebca45 use native functions of php to parse the string into the Var 13 years ago
Georg Ehrke 9226cb7a6a rename var file to getfile to prevent fails in files app 13 years ago
Georg Ehrke aaedb23f05 fix bug in lib/helper.php and fix file upload 13 years ago
Robin Appelman bdb3962b8d add function to get mimetype from string 13 years ago
Georg Ehrke dfc92675e0 make menu work with movable apps 13 years ago