Commit Graph

70 Commits (f710205ee766cb2c12cf21d28cd5295d9fff432c)

Author SHA1 Message Date
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 11 years ago
Robin Appelman 3c1ab66eda Reuse the calculated free_space in buildFileStorageStatistics 11 years ago
Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector 11 years ago
Jens-Christian Fischer 0f6c607171 added function documentation 11 years ago
Jens-Christian Fischer 506393090b Add 'mail_from_address' configuration 11 years ago
Robin Appelman 617acbd6f9 Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search 11 years ago
Vincent Petry 2a1d6d3106 Do not use L10n when logging exceptions 11 years ago
Pellaeon Lin fc607e6bce Separate PHP upload limit and free space 11 years ago
Morris Jobke ef592981ea unify license headers for public API files 12 years ago
Morris Jobke 0dbe90cc9a fix documentation stuff 12 years ago
Vincent Petry c4dee281e6 Added $app parameter to logException 12 years ago
Vincent Petry 42c58220de Moved logException to OCP\Util class 12 years ago
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