summaryrefslogtreecommitdiffstats
path: root/lib/public/util.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-697/+0
* Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-3/+13
* Happy new year!Thomas Müller2016-01-121-3/+3
* Remove generateRandomBytes from OC_UtilRoeland Jago Douma2016-01-101-1/+1
* Refactor OC_Util::callCheckMorris Jobke2015-12-221-1/+3
* Move OC_Helper code to OCP\Util for linkToRemoteMorris Jobke2015-12-181-1/+5
* properly use OCP\Util instead of OC_HelperMorris Jobke2015-12-181-1/+4
* OC_Helper::linkToRoute is deprecatedRoeland Jago Douma2015-12-171-1/+1
* OC_Helper::linkTo is deprecatedRoeland Jago Douma2015-12-171-1/+1
* Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke2015-12-081-3/+3
* Reduce OC_Config usage in lib/Morris Jobke2015-12-021-2/+3
* Remove unused internal methodsMorris Jobke2015-11-261-2/+2
* Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-1/+5
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* cache result of \OCP\Util::needUpgrade()Individual IT Services2015-09-291-1/+5
* Remove passwords from logged exception stack tracesMorris Jobke2015-09-241-9/+2
* 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