summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Bootstrap
Commit message (Expand)AuthorAgeFilesLines
* feat(translations): Add translation provider APIJulius Härtl2023-02-271-0/+25
* instrumentation for app bootingRobin Appelman2023-02-091-8/+8
* add more performance instrumentation for app registeringRobin Appelman2023-02-091-2/+14
* Pluggable share providerLouis Chemineau2023-02-021-0/+22
* feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-262-6/+52
* perf(app-framework): Make the app middleware registration lazyChristoph Wurst2023-01-252-23/+3
* composer run cs:fixCôme Chilliet2023-01-2010-10/+0
* Move registration to IBootstrapJulius Härtl2022-08-311-0/+22
* allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-281-0/+23
* load widgets only of enabled appsArthur Schiwon2022-06-222-3/+3
* Add event logging to app loadingJulius Härtl2022-02-281-0/+10
* 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
* Use more explicit naming for profile link actionChristopher Ng2021-10-251-8/+8
* 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
* Harden bootstrap context registrations when apps are missingChristoph Wurst2021-06-251-11/+51
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-39/+35
* Fix log entry readabilityJoas Schilling2021-05-211-2/+2
* Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-051-13/+16
* Fix unit testsJoas Schilling2021-04-271-5/+4
* Less ILoggerJoas Schilling2021-04-272-33/+24
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-1/+22
* Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-161-0/+22
* Move initialstate bootstrap to proper types classesRoeland Jago Douma2021-03-091-6/+4
* Register service aliases und parameters just onceChristoph Wurst2021-02-241-2/+3
* Fix remaining #25359Roeland Jago Douma2021-02-101-4/+1
* Type the service registrationChristoph Wurst2021-02-107-101/+438
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-1/+22
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+24
|\
| * Add well known handlers APIChristoph Wurst2020-12-161-0/+24
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+2
|/
* Fix reverse registration and missing comments tabChristoph Wurst2020-11-241-6/+6
* Allow lazy app registrationChristoph Wurst2020-11-182-13/+21
* Fix typo 'shared'Robin Windey2020-10-121-1/+1
* Move initial state provider to boostrapRoeland Jago Douma2020-10-041-0/+24
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-8/+18
* Merge pull request #22133 from nextcloud/boot-app-onceMorris Jobke2020-08-071-0/+8
|\
| * only boot apps onceRobin Appelman2020-08-071-0/+8
* | Refactor API to match the widget wordingJulius Härtl2020-08-051-3/+3
|/
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-5/+5
* Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-212-11/+11
* Allow to register AlternativeLogin on RegistrationContextJoas Schilling2020-07-161-0/+24
* Move to lazy panel registration during registration contextJulius Härtl2020-07-152-0/+42
* Merge pull request #21812 from nextcloud/feature/noid/app-bootstrap-without-a...Morris Jobke2020-07-141-1/+7
|\
| * Do not load app.php if Application implements IBootstrapMorris Jobke2020-07-141-1/+7
* | Delegate bootstrap registration lazilyChristoph Wurst2020-07-142-28/+22
|/
* Callable parameter injectionChristoph Wurst2020-07-032-0/+73