Commit Graph

122 Commits (0fac2e3f3aaaeaddf431f7877ebddb6372a00a42)

Author SHA1 Message Date
Nicolas Grekas 472d48f6e3 Do not use OC*::mb_*_replace(), they are useless 11 years ago
Thomas Müller 403deb2a33 Fixing unit test execution 11 years ago
Thomas Müller d3ac73c0c9 Remove OC_Log 11 years ago
Morris Jobke 0c9604e3b2 [OCP] update PHPdoc to contain correct @since tags 11 years ago
Victor Dubiniuk af814ba270 Allow change update channel via public API 11 years ago
Morris Jobke c056c52010 Add version to @deprecated tags 11 years ago
Morris Jobke 9b8ebdadf7 Reduce call of legacy wrapper by call the OCP directly 11 years ago
Thomas Müller d671f13f26 Write the type of exception to the log - really helpful for exceptions which hold no message 11 years ago
Morris Jobke 7644950b48 Add @since tags to all methods in public namespace 11 years ago
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 12 years ago
Lukas Reschke d26a9c3c58 Add some security utilities 12 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 12 years ago
Joas Schilling 01878153e0 Add language parameter to public API for getL10N() 12 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