aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/util.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11019 from owncloud/do-not-show-exception-to-enduserLukas Reschke2014-09-231-28/+10
|\
| * Do not show exception to the end-userLukas Reschke2014-09-171-28/+10
* | enhance formatDate function to accept an optional argument containing the tim...Thomas Müller2014-09-221-2/+4
|/
* Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-0/+11
|\
| * Fixed file list sortingVincent Petry2014-08-111-0/+11
* | Merge branch 'master' into securityutilsLukas Reschke2014-08-311-1/+1
|\ \
| * | Use public api for getting l10nRobin Appelman2014-08-311-1/+1
| |/
* / Add some security utilitiesLukas Reschke2014-08-271-0/+1
|/
* add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-0/+9
* Add language parameter to public API for getL10N()Joas Schilling2014-07-211-2/+3
* Prevent loadApps on upgradeVincent Petry2014-06-181-0/+9
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+9
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+8
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-8/+8
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-1/+1
* Some expected Sabre exceptions are now logged with DEBUG levelVincent Petry2014-05-071-4/+5
* Some more PHPDoc fixesLukas Reschke2014-04-211-12/+9
* use \OC_Mail::validateAddress() to validate the email address - fixes #7862Thomas Müller2014-03-241-1/+1
* Merge pull request #7794 from owncloud/extstorage-obfuscatepasswordsLukas Reschke2014-03-201-0/+9
|\
| * Added IV for ext storage password encryptionVincent Petry2014-03-191-0/+9
* | Fix 'Undefined variable: message' in OCP\Util::logExceptionThomas Tanghus2014-03-201-5/+2
|/
* Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-181-0/+9
* Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-141-1/+1
|\
| * merge master into fileinfoRobin Appelman2014-01-291-2/+11
| |\
| * | Add a FileInfo class which holds all info of a file and return that from getF...Robin Appelman2014-01-131-1/+1
* | | merge master into storagestatistics-reuseRobin Appelman2014-02-051-2/+25
|\ \ \
| * \ \ Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-301-4/+12
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #6907 from owncloud/webdav-logexceptionsThomas Müller2014-01-271-2/+6
| | |\ \
| | | * | Added exception logger plugin for sabre connectorVincent Petry2014-01-271-2/+6
| | | |/
| * | | Separate PHP upload limit and free spacePellaeon Lin2013-12-081-0/+19
* | | | Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman2014-01-271-3/+4
| |/ / |/| |
* | | added function documentationJens-Christian Fischer2014-01-241-0/+4
* | | Add 'mail_from_address' configurationJens-Christian Fischer2014-01-241-0/+1
| |/ |/|
* | Do not use L10n when logging exceptionsVincent Petry2013-12-161-2/+1
|/
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
* fix documentation stuffMorris Jobke2013-10-311-114/+88
* Added $app parameter to logExceptionVincent Petry2013-10-231-4/+4
* Moved logException to OCP\Util classVincent Petry2013-10-231-0/+33
* check if some encrypted files are left after the app was disabled and warn th...Bjoern Schiessle2013-08-121-0/+8
* return result from getL10NRobin Appelman2013-07-221-1/+1
* Merge pull request #3880 from owncloud/code-checkerBart Visscher2013-07-211-0/+9
|\
| * Add OC_L10N to public apiBart Visscher2013-07-191-0/+9
* | Implement encodePathVictor Dubiniuk2013-07-091-0/+14
|/
* Fix #2499itheiss2013-03-221-0/+1
* adding test case for getDefaultEmailAddress() + fixing #1844 againThomas Mueller2013-03-041-2/+2
* validate the generated email address and fall back to localhost.localdomain i...Thomas Mueller2013-03-011-4/+7
* Style-fix: Breakup long linesBart Visscher2013-02-141-3/+6
* Fix files router download linksBart Visscher2013-02-081-0/+14