Commit Graph

98 Commits (ae72f0c158a0eb0f6bbb098aa61d3b031ece0d66)

Author SHA1 Message Date
Vincent Petry ec1a73fab9 Added OC.L10N namespace with translation functions 11 years ago
Lukas Reschke 510d0b2cf3 Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text parameter 11 years ago
Thomas Müller 814114ab8e enhance formatDate function to accept an optional argument containing the time zone 11 years ago
Robin Appelman 6fa3280c2a Inject config into checkserver and cleanup tests 11 years ago
Lukas Reschke 6d3757f864 Do not show exception to the end-user 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Lukas Reschke d26a9c3c58 Add some security utilities 11 years ago
Vincent Petry 173059f6d0 Fixed file list sorting 11 years ago
Bjoern Schiessle ecc1f92bb6 add OCS api call to set expire date for link shares 11 years ago
Joas Schilling 01878153e0 Add language parameter to public API for getL10N() 11 years ago
Vincent Petry 799205488c Prevent loadApps on upgrade 11 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Vincent Petry 4a493c8835 Some expected Sabre exceptions are now logged with DEBUG level 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Thomas Müller 3eb5898f7b use \OC_Mail::validateAddress() to validate the email address - fixes #7862 11 years ago
Thomas Tanghus 51fe3b8ccd Fix 'Undefined variable: message' in OCP\Util::logException 11 years ago
Vincent Petry 80180bea32 Added IV for ext storage password encryption 11 years ago
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