summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Utility
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-6/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-053-4/+11
* Some php-cs fixesRoeland Jago Douma2019-11-223-5/+4
* Assume that getType is availableDaniel Kesselberg2019-10-141-7/+4
* Fix ReflectionType::__toString() is deprecatedDaniel Kesselberg2019-10-141-2/+2
* Do not try to autoload built in typesRoeland Jago Douma2019-06-041-9/+5
* Fix testsRoeland Jago Douma2018-11-021-1/+0
* Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling2018-10-091-1/+10
* only catch QueryException when trying to build classRobin Appelman2018-09-211-7/+1
* Single quotesJoas Schilling2018-03-071-1/+1
* Suppress phan errorJoas Schilling2018-03-071-0/+1
* Try without autoloadingJoas Schilling2018-03-061-1/+1
* Better debugging for "Your test case is not allowed to access the database."Joas Schilling2018-03-051-0/+6
* Don't try to match on falseRoeland Jago Douma2018-02-211-17/+19
* Strict OCP\AppFramework\Utility\IControllerMethodReflectorRoeland Jago Douma2018-02-211-10/+10
* Make the ITimeFactory strict + return typesRoeland Jago Douma2018-01-141-2/+2
* Update license headersMorris Jobke2017-11-062-0/+3
* Add isset() as it can be an empty resultLukas Reschke2017-04-131-1/+1
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-29/+26
* handle optional annotation parametersBjoern Schiessle2017-01-181-2/+19
* Fix the regex for annotations with valuesJoas Schilling2017-01-181-1/+1
* When we can not create the class, try if the variable is a registered serviceJoas Schilling2016-10-051-0/+3
* Merge pull request #1426 from nextcloud/sanitze_optLukas Reschke2016-09-261-1/+4
|\
| * Optimize sanitizeNameRoeland Jago Douma2016-09-161-1/+4
* | Use default value instead of throwing when the service could not be foundJoas Schilling2016-09-201-1/+10
|/
* Fix othersJoas Schilling2016-07-213-4/+7
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-223-0/+324