Commit Graph

53 Commits (1378af838ced159f1070f869394dccbde8c21219)

Author SHA1 Message Date
Bjoern Schiessle 53bb89824d check if some encrypted files are left after the app was disabled and warn the user 12 years ago
Robin Appelman d509a0c403 return result from getL10N 12 years ago
Bart Visscher a22940d3cd Add OC_L10N to public api 12 years ago
Victor Dubiniuk 5a3fce12a4 Implement encodePath 12 years ago
itheiss 568c256aff Fix #2499 12 years ago
Thomas Mueller 6019cdd5bd adding test case for getDefaultEmailAddress() + fixing #1844 again 12 years ago
Thomas Mueller 6c304fa5c0 validate the generated email address and fall back to localhost.localdomain in case it is not valid 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher ed1dc3e064 Fix files router download links 12 years ago
Christian Koch a4f909cefd Update lib/public/util.php 12 years ago
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support 12 years ago
Thomas Mueller 5ff29b4348 fixing indent 12 years ago
Bart Visscher a8f963d9cf Spaces to tabs 12 years ago
Thomas Mueller a21da9f9fd fixing returns 12 years ago
Robin Appelman 54f6f1e6b7 phpdoc fixes for public api 12 years ago
Thomas Müller 986f5d9f3e fixing variable name 12 years ago
Thomas Müller 39d874cd90 the maximum upload size is now part of the response of the upload and delete operation. 12 years ago
Randolph Carter d2828bab07 fixes default email sender address 12 years ago
Felix Moeller bc4382c5c5 Checkstyle: fix the last NoSpaceAfterEquals 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Bart Visscher 22d22d19c0 Do urlencoding in linkTo functions 13 years ago
Georg Ehrke 2b42893fa9 style fixes for public util api 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
Bart Visscher db18218a1b Space before tab fixes 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
Arthur Schiwon 6b320a2604 provide recursiveArraySearch as Helper function and make available through API 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 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
Bjoern Schiessle d9607df26f backport of sanitizeHTML() function 13 years ago
Bjoern Schiessle 6644511124 remove unnecessary comment 13 years ago
Bjoern Schiessle d2936bd90c introducing a sanitize HTML function for the internal and the public API. This 13 years ago
Thomas Tanghus 625cd822c3 Backport CSRF prevention. 13 years ago
Thomas Tanghus 8fd9cbcc54 White-space fix. 13 years ago
Frank Karlitschek 344299a074 add two csrf check calls. Review and lot´s of porting needed. 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 a945fa10a6 update copyright 13 years ago
Frank Karlitschek 08f7d4c552 document the public classes a bit more 13 years ago
Philipp Roggan bba434ca37 fixed typo in lib/public/util.php:106 (varname to ) 13 years ago
Bart Visscher 4dbc2093c6 Create a function for linking to remote.php 13 years ago
Thomas Tanghus cde60dba0f Fix typo. 13 years ago
Frank Karlitschek 5d55c709dd some more documentation cleanups. much more is needed. 13 years ago
Frank Karlitschek 9bcc5c11a8 porting the hooks and starting with the templates 13 years ago
Frank Karlitschek 8c7f854671 move all the files stuff into a files class 13 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 13 years ago
Frank Karlitschek e48f511606 port linkto and serverHost 13 years ago
Frank Karlitschek 31e32e3c10 ported checkLoggedIn and checkAdmin 13 years ago