aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Bootstrap
Commit message (Expand)AuthorAgeFilesLines
* chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-151-1/+1
* feat: mail provider backendSebastianKrupinski2024-07-231-0/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-243-61/+6
* fix(IRegistrationContext): Add missing TaskProcessing methodsprovokateurin2024-05-161-0/+22
* feat: Add declarative settingsjld31032024-03-121-0/+11
* feat: Implement team provider apiJulius Härtl2024-03-051-0/+8
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-261-0/+11
|\
| * fix: Minor copypastaMarcel Klehr2023-10-231-1/+1
| * fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-201-0/+11
* | Fix docblock and types for new public APICôme Chilliet2023-10-191-3/+2
* | Add api to register setup checksCarl Schwan2023-10-191-0/+10
|/
* Fix registerEventListener signatureCôme Chilliet2023-10-121-1/+1
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-5/+5
* Since 27.1.0Marcel Klehr2023-07-071-1/+1
* Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Implement ocs APIMarcel Klehr2023-07-071-0/+11
* feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+11
* feat(translations): Add translation provider APIJulius Härtl2023-02-271-0/+11
* Pluggable share providerLouis Chemineau2023-02-021-0/+10
* feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-261-1/+3
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
* Move registration to IBootstrapJulius Härtl2022-08-311-0/+10
* allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-281-0/+11
* Allow registration of migratorsChristopher Ng2022-02-111-0/+11
* Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-071-0/+20
* Add a Talk API for OCPChristoph Wurst2022-02-041-0/+11
* Fix registerEventListener issuesCarl Schwan2022-01-271-2/+2
* Register missing DAV app calendar providerChristoph Wurst2021-10-281-1/+2
* Use more explicit naming for profile link actionChristopher Ng2021-10-251-2/+2
* Move preview provider registration to bootstrapRoeland Jago Douma2021-10-211-0/+13
* Profile backendChristopher Ng2021-10-191-0/+13
* Add Public Calendar ProviderAnna Larch2021-10-141-0/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-0/+10
* Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-161-0/+10
* Type the service registrationChristoph Wurst2021-02-101-0/+2
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-0/+11
* Add a hint about the direction of priorityJoas Schilling2021-01-151-1/+2
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+14
|\
| * Add well known handlers APIChristoph Wurst2020-12-161-0/+14
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
|/
* Add psalm types for the event dispatcherChristoph Wurst2020-10-151-2/+3
* Add Psalm type for the bootstrap registration contextChristoph Wurst2020-10-121-2/+13
* Move initial state provider to boostrapRoeland Jago Douma2020-10-041-0/+13
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-6/+12
* Refactor API to match the widget wordingJulius Härtl2020-08-051-2/+2
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-5/+4
* Make the bootstrap context return ContainerInterface instancesChristoph Wurst2020-07-211-4/+4
* Merge pull request #21850 from nextcloud/techdebt/noid/register-alternative-l...Morris Jobke2020-07-201-0/+13
|\