aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Utility
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-244-96/+12
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-2/+2
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+7
* Fix typo in varGit'Fellow2024-02-091-1/+1
* enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-241-6/+27
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+5
* Fix version number in ITimeFactory after it was delayedJoas Schilling2023-10-111-1/+1
* fix(CardDAV): catch right exception when checking for federated app classesAnna Larch2023-07-061-1/+0
* feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-031-1/+25
* fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-062-2/+44
* composer run cs:fixCôme Chilliet2023-01-202-3/+0
* Improve dependency injection error messageCarl Schwan2022-12-011-1/+1
* Improve container return type annotationsJulius Härtl2022-10-141-0/+9
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-3/+5
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-3/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-3/+1
* Bump psr/container from 1.0.0 to 1.1.1Christoph Wurst2021-03-101-2/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* forward query exception when fallback construction failsRobin Appelman2021-02-091-1/+1
* forward original query exception when querying by name failsRobin Appelman2021-02-081-1/+6
* ReflectionParamter::getClass is deprecatedRoeland Jago Douma2020-11-111-6/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+1
* Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-161-43/+86
* Make annotations case insensitiveJoas Schilling2020-06-231-0/+3
* 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