summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * cs:fixMarcel Klehr2023-07-076-0/+6
| * LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-1/+2
| * OCP: Introduce OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-0/+41
| * LLM OCP API: strict types and copyrightMarcel Klehr2023-07-077-1/+133
| * LLM OCP API: Type shenanigans for Visitor patternMarcel Klehr2023-07-077-34/+30
| * Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-07-071-1/+1
| * LLM OCP API: Add task definitionsMarcel Klehr2023-07-076-0/+12
| * Update lib/public/LanguageModel/ITopicsProvider.phpMarcel Klehr2023-07-071-1/+1
| * LLM OCP API: Fix coding style and psalmMarcel Klehr2023-07-077-5/+31
| * LLM OCP API: cs:fixMarcel Klehr2023-07-073-6/+0
| * LLM OCP API: Fix static analysisMarcel Klehr2023-07-073-6/+32
| * LLM OCP API: Add @sinceMarcel Klehr2023-07-076-3/+94
| * LLM OCP API: Fix type errorsMarcel Klehr2023-07-072-4/+24
| * LLM OCP API: Make linters happyMarcel Klehr2023-07-071-12/+11
| * LLM OCP API: cs:fixMarcel Klehr2023-07-076-9/+1
| * LLM OCP API: Implement ocs APIMarcel Klehr2023-07-074-9/+45
| * LLM OCP API: ADd topics and headline tasksMarcel Klehr2023-07-076-3/+159
| * LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-07-078-46/+126
| * LLM OCP API: Rework to use Task objectsMarcel Klehr2023-07-0712-150/+185
| * Initial work on lm OCP APIMarcel Klehr2023-07-078-0/+339
* | fix(workflowengine): Remove legacy event (deprecated since 17)Joas Schilling2023-07-191-15/+0
* | fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-6/+4
* | feat: Add public event for missing indicesJulius Härtl2023-07-142-2/+62
* | Merge pull request #39331 from nextcloud/feature/openapi/coreRobin Appelman2023-07-132-0/+5
|\ \
| * | core: Add OpenAPI specjld31032023-07-132-0/+5
* | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharingKate2023-07-131-1/+1
|\ \ \ | |/ / |/| |
| * | federatedfilesharing: Add OpenAPI specjld31032023-07-121-1/+1
* | | files: Add OpenAPI specjld31032023-07-121-0/+4
|/ /
* | feat(request): Allow to match the client version with the IRequest::USER_AGEN...Joas Schilling2023-07-111-8/+16
* | Add IgnoreOpenAPI attributejld31032023-07-101-0/+37
|/
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-062-3/+4
* Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-051-0/+44
* Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-wi...Christoph Wurst2023-07-051-1/+1
|\
| * fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
* | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-039-4/+302
|\ \
| * | Fix event names of 2FA related typed eventsJoas Schilling2023-07-039-4/+302
* | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-031-6/+15
|\ \ \ | |/ / |/| |
| * | doc(ocp): Upgrade capability registration recommendationChristoph Wurst2023-07-031-5/+2
| * | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-1/+13
* | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-0/+56
|\ \ \ | |/ / |/| |
| * | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
| * | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-4/+4
| * | Add user enabled state backend featureCôme Chilliet2023-05-231-0/+47
* | | Add template types to responsesjld31032023-06-3017-94/+198
* | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-sharesArthur Schiwon2023-06-291-0/+10
|\ \ \
| * | | displayname on federated sharesMaxence Lange2023-06-281-0/+10
* | | | fix(ocp): TimedJob can't have a more specific argument than JobChristoph Wurst2023-06-281-5/+4
| |_|/ |/| |
* | | 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()Joas Schilling2023-06-272-7/+276
| |/ /
* | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-282-2/+13
|\ \ \ | |/ / |/| |