summaryrefslogtreecommitdiffstats
path: root/lib/public/util.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-161-0/+2
|\
| * Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-161-0/+2
* | Fixing unit test executionThomas Müller2015-07-031-3/+3
* | Remove OC_LogThomas Müller2015-07-031-1/+1
|/
* [OCP] update PHPdoc to contain correct @since tagsMorris Jobke2015-06-051-0/+2
* Allow change update channel via public APIVictor Dubiniuk2015-05-131-0/+18
* Merge pull request #15736 from owncloud/remove-dependency-on-legacy-code-in-ocpRoeland Douma2015-04-191-1/+1
|\
| * Reduce call of legacy wrapper by call the OCP directlyMorris Jobke2015-04-191-1/+1
* | Add version to @deprecated tagsMorris Jobke2015-04-191-12/+12
|/
* Write the type of exception to the log - really helpful for exceptions which ...Thomas Müller2015-04-171-0/+1
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-8/+54
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-6/+7
* Removing left overs from old encryption appThomas Müller2015-04-071-1/+3
* Deprecate functions that only call the urlgenerator anywayRoeland Jago Douma2015-04-011-0/+3
* Update license headersJenkins for ownCloud2015-03-261-12/+30
* Don't fallback to Plaintext per default for legacy classLukas Reschke2015-03-161-6/+15
* Incorporate review changesLukas Reschke2015-03-161-1/+2
* Migrate to SwiftMailLukas Reschke2015-03-161-4/+23
* deprecate isValidFileName()Thomas Müller2015-03-091-0/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-30/+19
* Updating license headersJenkins for ownCloud2015-02-231-19/+30
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-4/+8
* Deprecate Util::formatDate()Joas Schilling2014-12-101-0/+2
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-2/+2
* Merge pull request #11080 from owncloud/addheader-text-2Vincent Petry2014-10-301-2/+4
|\
| * Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text...Lukas Reschke2014-10-281-2/+4
* | Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+9
|/
* Merge pull request #10934 from owncloud/datadir-write-setupVincent Petry2014-09-251-1/+1
|\
| * Inject config into checkserver and cleanup testsRobin Appelman2014-09-181-1/+1
* | 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
|\