aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Support specifying IPv6 proxies in CIDR notationSimon Leiner2022-08-021-30/+3
* Fix typos in lib/private subdirectoryluz paz2022-07-273-4/+4
* load widgets only of enabled appsArthur Schiwon2022-06-222-3/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-11/+3
* Trying without the useCôme Chilliet2022-04-261-2/+1
* Use sabre function directly rather than duplicating itCôme Chilliet2022-04-261-11/+2
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-042-7/+34
* Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry2022-03-291-0/+3
|\
| * Add direct arg to login flowVincent Petry2022-03-281-0/+3
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-222-18/+59
|\ \ | |/ |/|
| * Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-232-18/+59
* | Add event logging to app loadingJulius Härtl2022-02-281-0/+10
* | Diagnostics event logging to Nextcloud logJulius Härtl2022-02-282-2/+13
|/
* Allow registration of migratorsChristopher Ng2022-02-111-0/+25
* Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-071-0/+52
* Add a Talk API for OCPChristoph Wurst2022-02-041-0/+35
* Check style updateCarl Schwan2022-01-133-4/+4
* Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-291-0/+4
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-232-5/+8
* Use more explicit naming for profile link actionChristopher Ng2021-10-251-8/+8
* Make the route name error more helpfulChristoph Wurst2021-10-222-2/+2
* Move preview provider registration to bootstrapRoeland Jago Douma2021-10-212-0/+69
* Profile backendChristopher Ng2021-10-192-10/+39
* Add Public Calendar ProviderAnna Larch2021-10-141-0/+22
* Merge pull request #28915 from nextcloud/fix/improve-bug-reportingChristoph Wurst2021-09-301-1/+1
|\
| * Improve syntax error reportingCarl Schwan2021-09-211-1/+1
* | Add admin privilege delegation for admin settingsCarl Schwan2021-09-292-6/+46
|/
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Migrate HintException to OCPGary Kim2021-06-301-1/+2
* Harden bootstrap context registrations when apps are missingChristoph Wurst2021-06-251-11/+51
* Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0455-111/+69
* Propagate throttling on OCS responseLukas Reschke2021-06-011-0/+5
* Remove unused constantsLukas Reschke2021-05-251-13/+0
* Fix log entry readabilityJoas Schilling2021-05-211-2/+2
* fix error when using CORS with no auth credentialskorelstar2021-05-181-5/+4
* Fix unauthorized OCS status in provisioningJoas Schilling2021-05-122-3/+11
* Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-051-13/+16
* Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-274-45/+34
|\
| * Fix unit testsJoas Schilling2021-04-272-6/+5
| * Less ILoggerJoas Schilling2021-04-273-39/+29
* | Fix ratelimit templateJoas Schilling2021-04-271-14/+7
|/
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-1/+22
* Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-161-0/+22
* Bump psr/container from 1.0.0 to 1.1.1Christoph Wurst2021-03-101-2/+2
* Move initialstate bootstrap to proper types classesRoeland Jago Douma2021-03-091-6/+4
* Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-033-9/+8
|\
| * Remove deprecated \OCP\APIRoeland Jago Douma2021-03-033-9/+8
* | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-1/+3
|/
* Register service aliases und parameters just onceChristoph Wurst2021-02-241-2/+3