| Commit message (Expand) | Author | Age | Files | Lines |
* | Harden bootstrap context registrations when apps are missing | Christoph Wurst | 2021-06-25 | 1 | -11/+51 |
* | Move DateTime::RFC2822 to DateTimeInterface::2822 | Christoph Wurst | 2021-06-23 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 55 | -111/+69 |
* | Propagate throttling on OCS response | Lukas Reschke | 2021-06-01 | 1 | -0/+5 |
* | Remove unused constants | Lukas Reschke | 2021-05-25 | 1 | -13/+0 |
* | Fix log entry readability | Joas Schilling | 2021-05-21 | 1 | -2/+2 |
* | fix error when using CORS with no auth credentials | korelstar | 2021-05-18 | 1 | -5/+4 |
* | Fix unauthorized OCS status in provisioning | Joas Schilling | 2021-05-12 | 2 | -3/+11 |
* | Don't break OCC if an app is breaking in it's Application class | Joas Schilling | 2021-05-05 | 1 | -13/+16 |
* | Merge pull request #26591 from nextcloud/techdebt/noid/less-ilogger | Christoph Wurst | 2021-04-27 | 4 | -45/+34 |
|\ |
|
| * | Fix unit tests | Joas Schilling | 2021-04-27 | 2 | -6/+5 |
| * | Less ILogger | Joas Schilling | 2021-04-27 | 3 | -39/+29 |
* | | Fix ratelimit template | Joas Schilling | 2021-04-27 | 1 | -14/+7 |
|/ |
|
* | Move 2FA registration to IBootstrap | Roeland Jago Douma | 2021-04-20 | 1 | -1/+22 |
* | Allow registering NotifierServices trough IBootstrap | Roeland Jago Douma | 2021-04-16 | 1 | -0/+22 |
* | Bump psr/container from 1.0.0 to 1.1.1 | Christoph Wurst | 2021-03-10 | 1 | -2/+2 |
* | Move initialstate bootstrap to proper types classes | Roeland Jago Douma | 2021-03-09 | 1 | -6/+4 |
* | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_api | Roeland Jago Douma | 2021-03-03 | 3 | -9/+8 |
|\ |
|
| * | Remove deprecated \OCP\API | Roeland Jago Douma | 2021-03-03 | 3 | -9/+8 |
* | | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -1/+3 |
|/ |
|
* | Register service aliases und parameters just once | Christoph Wurst | 2021-02-24 | 1 | -2/+3 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 5 | -7/+7 |
* | Fix remaining #25359 | Roeland Jago Douma | 2021-02-10 | 1 | -4/+1 |
* | Type the service registration | Christoph Wurst | 2021-02-10 | 7 | -101/+438 |
* | 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 |
* | Move TemplateProvider registration to boot context and make template type reg... | Julius Härtl | 2021-01-28 | 1 | -1/+22 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 2 | -3/+3 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -7/+6 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | Merge pull request #24730 from J0WI/fix-trusted-ipv6 | Julius Härtl | 2020-12-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix IPv6 localhost regex | J0WI | 2020-12-16 | 1 | -1/+1 |
* | | | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-api | Christoph Wurst | 2020-12-18 | 1 | -0/+24 |
|\ \ \ |
|
| * | | | Add well known handlers API | Christoph Wurst | 2020-12-16 | 1 | -0/+24 |
* | | | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 7 | -7/+7 |
| |/ /
|/| | |
|
* | | | Make $vars and $secureRandom required. | Daniel Kesselberg | 2020-12-10 | 1 | -2/+2 |
|/ / |
|
* | | Fix reverse registration and missing comments tab | Christoph Wurst | 2020-11-24 | 1 | -6/+6 |
* | | Merge pull request #24164 from nextcloud/fix/lazy-app-registration | Morris Jobke | 2020-11-19 | 2 | -13/+21 |
|\ \ |
|
| * | | Allow lazy app registration | Christoph Wurst | 2020-11-18 | 2 | -13/+21 |
* | | | missing level | Maxence Lange | 2020-11-18 | 1 | -0/+1 |
|/ / |
|
* | | Remove some IRouter methods | Roeland Jago Douma | 2020-11-17 | 1 | -4/+4 |
* | | ReflectionParamter::getClass is deprecated | Roeland Jago Douma | 2020-11-11 | 1 | -6/+6 |
* | | Remove the cookie paths for php<7.3 | Christoph Wurst | 2020-11-06 | 1 | -12/+8 |
* | | Cleanup route registration logic | Roeland Jago Douma | 2020-11-03 | 1 | -0/+269 |
* | | Fix type errors detected by Psalm | Christoph Wurst | 2020-10-14 | 1 | -2/+7 |
* | | Fix typo 'shared' | Robin Windey | 2020-10-12 | 1 | -1/+1 |
* | | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 8 | -13/+13 |
* | | Merge pull request #21821 from nextcloud/enh/bootstrap/initial_state | Roeland Jago Douma | 2020-10-04 | 1 | -0/+24 |
|\ \ |
|