aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
...
| * cs:fixMarcel Klehr2023-07-076-0/+6
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-1/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * OCP: Introduce OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-0/+41
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: strict types and copyrightMarcel Klehr2023-07-077-1/+133
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Type shenanigans for Visitor patternMarcel Klehr2023-07-077-34/+30
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-07-071-1/+1
| | | | | | | | Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Add task definitionsMarcel Klehr2023-07-076-0/+12
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Update lib/public/LanguageModel/ITopicsProvider.phpMarcel Klehr2023-07-071-1/+1
| | | | | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Fix coding style and psalmMarcel Klehr2023-07-077-5/+31
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: cs:fixMarcel Klehr2023-07-073-6/+0
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Fix static analysisMarcel Klehr2023-07-073-6/+32
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Add @sinceMarcel Klehr2023-07-076-3/+94
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Fix type errorsMarcel Klehr2023-07-072-4/+24
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Make linters happyMarcel Klehr2023-07-071-12/+11
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: cs:fixMarcel Klehr2023-07-076-9/+1
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Implement ocs APIMarcel Klehr2023-07-074-9/+45
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: ADd topics and headline tasksMarcel Klehr2023-07-076-3/+159
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-07-078-46/+126
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * LLM OCP API: Rework to use Task objectsMarcel Klehr2023-07-0712-150/+185
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Initial work on lm OCP APIMarcel Klehr2023-07-078-0/+339
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(workflowengine): Remove legacy event (deprecated since 17)Joas Schilling2023-07-191-15/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-6/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat: Add public event for missing indicesJulius Härtl2023-07-142-2/+62
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #39331 from nextcloud/feature/openapi/coreRobin Appelman2023-07-132-0/+5
|\ \ | | | | | | core: Add OpenAPI spec
| * | core: Add OpenAPI specjld31032023-07-132-0/+5
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharingKate2023-07-131-1/+1
|\ \ \ | |/ / |/| | federatedfilesharing: Add OpenAPI spec
| * | federatedfilesharing: Add OpenAPI specjld31032023-07-121-1/+1
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | files: Add OpenAPI specjld31032023-07-121-0/+4
|/ / | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | feat(request): Allow to match the client version with the ↵Joas Schilling2023-07-111-8/+16
| | | | | | | | | | | | IRequest::USER_AGENT_* regex Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add IgnoreOpenAPI attributejld31032023-07-101-0/+37
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-062-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-051-0/+44
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #39043 from ↵Christoph Wurst2023-07-051-1/+1
|\ | | | | | | | | nextcloud/fix/ocp/dashboard-widgetitems-see-widget-getitems fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
| * fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-039-4/+302
|\ \ | | | | | | Fix event names of 2FA related typed events
| * | Fix event names of 2FA related typed eventsJoas Schilling2023-07-039-4/+302
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-031-6/+15
|\ \ \ | |/ / |/| | feat(ocp): More specific type for ICapabilities::getCapabilities
| * | doc(ocp): Upgrade capability registration recommendationChristoph Wurst2023-07-031-5/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-1/+13
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-0/+56
|\ \ \ | |/ / |/| | Add IProvideEnabledStateBackend interface
| * | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-4/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add user enabled state backend featureCôme Chilliet2023-05-231-0/+47
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add template types to responsesjld31032023-06-3017-94/+198
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-sharesArthur Schiwon2023-06-291-0/+10
|\ \ \ | | | | | | | | display displayname on federated shares
| * | | displayname on federated sharesMaxence Lange2023-06-281-0/+10
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | fix(ocp): TimedJob can't have a more specific argument than JobChristoph Wurst2023-06-281-5/+4
| |_|/ |/| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requestsJoas Schilling2023-06-282-7/+276
|\ \ \ | | | | | | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()
| * | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-06-272-7/+276
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-282-2/+13
|\ \ \ | |/ / |/| |