| Commit message (Expand) | Author | Age | Files | Lines |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -3/+3 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 4 | -96/+12 |
* | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo... | Côme Chilliet | 2024-04-30 | 1 | -2/+2 |
* | fix: Fix new psalm errors from update | Côme Chilliet | 2024-04-08 | 1 | -1/+1 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | Add timezone getter to ITimeFactory | Anna Larch | 2024-02-13 | 1 | -0/+7 |
* | Fix typo in var | Git'Fellow | 2024-02-09 | 1 | -1/+1 |
* | enh(dispatcher): enforce psalm ranges in the http dispatcher | Arthur Schiwon | 2023-11-24 | 1 | -6/+27 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | feat(dependencyinjection): Allow optional (nullable) services | Christoph Wurst | 2023-11-03 | 1 | -0/+5 |
* | Fix version number in ITimeFactory after it was delayed | Joas Schilling | 2023-10-11 | 1 | -1/+1 |
* | fix(CardDAV): catch right exception when checking for federated app classes | Anna Larch | 2023-07-06 | 1 | -1/+0 |
* | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterface | Joas Schilling | 2023-03-03 | 1 | -1/+25 |
* | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if... | Ferdinand Thiessen | 2023-02-06 | 2 | -2/+44 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -3/+0 |
* | Improve dependency injection error message | Carl Schwan | 2022-12-01 | 1 | -1/+1 |
* | Improve container return type annotations | Julius Härtl | 2022-10-14 | 1 | -0/+9 |
* | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 1 | -3/+5 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -3/+5 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -3/+1 |
* | Bump psr/container from 1.0.0 to 1.1.1 | Christoph Wurst | 2021-03-10 | 1 | -2/+2 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | forward query exception when fallback construction fails | Robin Appelman | 2021-02-09 | 1 | -1/+1 |
* | forward original query exception when querying by name fails | Robin Appelman | 2021-02-08 | 1 | -1/+6 |
* | ReflectionParamter::getClass is deprecated | Roeland Jago Douma | 2020-11-11 | 1 | -6/+6 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -1/+1 |
* | Use PSR container interface and deprecate our own abstraction | Christoph Wurst | 2020-07-16 | 1 | -43/+86 |
* | Make annotations case insensitive | Joas Schilling | 2020-06-23 | 1 | -0/+3 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -6/+5 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -4/+11 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -5/+4 |
* | Assume that getType is available | Daniel Kesselberg | 2019-10-14 | 1 | -7/+4 |
* | Fix ReflectionType::__toString() is deprecated | Daniel Kesselberg | 2019-10-14 | 1 | -2/+2 |
* | Do not try to autoload built in types | Roeland Jago Douma | 2019-06-04 | 1 | -9/+5 |
* | Fix tests | Roeland Jago Douma | 2018-11-02 | 1 | -1/+0 |
* | Allow to inject/mock `new \DateTime()` similar to time() | Joas Schilling | 2018-10-09 | 1 | -1/+10 |
* | only catch QueryException when trying to build class | Robin Appelman | 2018-09-21 | 1 | -7/+1 |
* | Single quotes | Joas Schilling | 2018-03-07 | 1 | -1/+1 |
* | Suppress phan error | Joas Schilling | 2018-03-07 | 1 | -0/+1 |
* | Try without autoloading | Joas Schilling | 2018-03-06 | 1 | -1/+1 |
* | Better debugging for "Your test case is not allowed to access the database." | Joas Schilling | 2018-03-05 | 1 | -0/+6 |
* | Don't try to match on false | Roeland Jago Douma | 2018-02-21 | 1 | -17/+19 |
* | Strict OCP\AppFramework\Utility\IControllerMethodReflector | Roeland Jago Douma | 2018-02-21 | 1 | -10/+10 |
* | Make the ITimeFactory strict + return types | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+3 |
* | Add isset() as it can be an empty result | Lukas Reschke | 2017-04-13 | 1 | -1/+1 |
* | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 1 | -29/+26 |