111 Commits (111fbabfb4772310cfae7037dfc3b71dcb881cc5)

Author SHA1 Message Date
Thomas Müller 111fbabfb4 PHPDoc cleanup - clean code \o/ 11 years ago
Thomas Müller bf809ac85a Removing left overs from old encryption app 11 years ago
Roeland Jago Douma 288da619b1 Deprecate functions that only call the urlgenerator anyway 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Lukas Reschke 7a70fffa6c Don't fallback to Plaintext per default for legacy class 11 years ago
Lukas Reschke f92f3a1a6e Incorporate review changes 11 years ago
Lukas Reschke 13486a5ada Migrate to SwiftMail 11 years ago
Thomas Müller e28d314b53 deprecate isValidFileName() 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 11 years ago
Joas Schilling 4d232e536e Deprecate Util::formatDate() 11 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 11 years ago
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 12 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 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 12 years ago
Vincent Petry 4a493c8835 Some expected Sabre exceptions are now logged with DEBUG level 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Thomas Müller 3eb5898f7b use \OC_Mail::validateAddress() to validate the email address - fixes #7862 12 years ago
Thomas Tanghus 51fe3b8ccd Fix 'Undefined variable: message' in OCP\Util::logException 12 years ago
Vincent Petry 80180bea32 Added IV for ext storage password encryption 12 years ago
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 12 years ago
Robin Appelman 3c1ab66eda Reuse the calculated free_space in buildFileStorageStatistics 12 years ago
Vincent Petry 11ef12a106 Added exception logger plugin for sabre connector 12 years ago
Jens-Christian Fischer 0f6c607171 added function documentation 12 years ago
Jens-Christian Fischer 506393090b Add 'mail_from_address' configuration 12 years ago
Robin Appelman 617acbd6f9 Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search 12 years ago
Vincent Petry 2a1d6d3106 Do not use L10n when logging exceptions 12 years ago
Pellaeon Lin fc607e6bce Separate PHP upload limit and free space 12 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 13 years ago