aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Bootstrap
Commit message (Expand)AuthorAgeFilesLines
* feat(config): implementation of lexiconMaxence Lange2024-12-131-0/+34
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat: mail provider backendSebastianKrupinski2024-07-231-0/+24
* chore: Add SPDX headerAndy Scherzinger2024-05-2412-236/+26
* fix: address review commentsMarcel Klehr2024-05-141-2/+2
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+48
* fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-221-34/+12
* fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+7
* feat: Add declarative settingsjld31032024-03-121-8/+21
* feat: Implement team provider apiJulius Härtl2024-03-051-0/+30
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-237-26/+26
* Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-0/+24
|\
| * Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+24
* | Add api to register setup checksCarl Schwan2023-10-191-3/+27
|/
* fix(docs): Fix parameter types in docsJoas Schilling2023-10-131-8/+2
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-10/+10
* LLM OCP API: Add to RegistrationContextMarcel Klehr2023-07-071-0/+21
* feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+22
* 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
|\