Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | cs:fix | Marcel Klehr | 2023-07-07 | 6 | -0/+6 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Use OCP\Common\Exception\NotFoundException | Marcel Klehr | 2023-07-07 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | OCP: Introduce OCP\Common\Exception\NotFoundException | Marcel Klehr | 2023-07-07 | 1 | -0/+41 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: strict types and copyright | Marcel Klehr | 2023-07-07 | 7 | -1/+133 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Type shenanigans for Visitor pattern | Marcel Klehr | 2023-07-07 | 7 | -34/+30 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | Update lib/public/AppFramework/Bootstrap/IRegistrationContext.php | Marcel Klehr | 2023-07-07 | 1 | -1/+1 | |
| | | | | | | | | Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Add task definitions | Marcel Klehr | 2023-07-07 | 6 | -0/+12 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | Update lib/public/LanguageModel/ITopicsProvider.php | Marcel Klehr | 2023-07-07 | 1 | -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 psalm | Marcel Klehr | 2023-07-07 | 7 | -5/+31 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: cs:fix | Marcel Klehr | 2023-07-07 | 3 | -6/+0 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Fix static analysis | Marcel Klehr | 2023-07-07 | 3 | -6/+32 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Add @since | Marcel Klehr | 2023-07-07 | 6 | -3/+94 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Fix type errors | Marcel Klehr | 2023-07-07 | 2 | -4/+24 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Make linters happy | Marcel Klehr | 2023-07-07 | 1 | -12/+11 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: cs:fix | Marcel Klehr | 2023-07-07 | 6 | -9/+1 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Implement ocs API | Marcel Klehr | 2023-07-07 | 4 | -9/+45 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: ADd topics and headline tasks | Marcel Klehr | 2023-07-07 | 6 | -3/+159 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Implement private backend code + add ILanguageModelTask | Marcel Klehr | 2023-07-07 | 8 | -46/+126 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | LLM OCP API: Rework to use Task objects | Marcel Klehr | 2023-07-07 | 12 | -150/+185 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
| * | Initial work on lm OCP API | Marcel Klehr | 2023-07-07 | 8 | -0/+339 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | fix(workflowengine): Remove legacy event (deprecated since 17) | Joas Schilling | 2023-07-19 | 1 | -15/+0 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | fix(comments): Emit CommentsEntityEvent as typed event | Joas Schilling | 2023-07-18 | 1 | -6/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | feat: Add public event for missing indices | Julius Härtl | 2023-07-14 | 2 | -2/+62 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Merge pull request #39331 from nextcloud/feature/openapi/core | Robin Appelman | 2023-07-13 | 2 | -0/+5 | |
|\ \ | | | | | | | core: Add OpenAPI spec | |||||
| * | | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 2 | -0/+5 | |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharing | Kate | 2023-07-13 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | federatedfilesharing: Add OpenAPI spec | |||||
| * | | federatedfilesharing: Add OpenAPI spec | jld3103 | 2023-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | | files: Add OpenAPI spec | jld3103 | 2023-07-12 | 1 | -0/+4 | |
|/ / | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | feat(request): Allow to match the client version with the ↵ | Joas Schilling | 2023-07-11 | 1 | -8/+16 | |
| | | | | | | | | | | | | IRequest::USER_AGENT_* regex Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Add IgnoreOpenAPI attribute | jld3103 | 2023-07-10 | 1 | -0/+37 | |
|/ | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 2 | -3/+4 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add OCSPreconditionFailedException | Louis Chemineau | 2023-07-05 | 1 | -0/+44 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Merge pull request #39043 from ↵ | Christoph Wurst | 2023-07-05 | 1 | -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 WidgetItem | Christoph Wurst | 2023-06-28 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-names | Joas Schilling | 2023-07-03 | 9 | -4/+302 | |
|\ \ | | | | | | | Fix event names of 2FA related typed events | |||||
| * | | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 9 | -4/+302 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilities | Christoph Wurst | 2023-07-03 | 1 | -6/+15 | |
|\ \ \ | |/ / |/| | | feat(ocp): More specific type for ICapabilities::getCapabilities | |||||
| * | | doc(ocp): Upgrade capability registration recommendation | Christoph Wurst | 2023-07-03 | 1 | -5/+2 | |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
| * | | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -1/+13 | |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend | Côme Chilliet | 2023-07-03 | 1 | -0/+56 | |
|\ \ \ | |/ / |/| | | Add IProvideEnabledStateBackend interface | |||||
| * | | Add method to list disabled users to IProvideEnabledStateBackend | Côme Chilliet | 2023-06-29 | 1 | -0/+9 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | Fix since annotations and add boolean return type for setUserEnabled | Côme Chilliet | 2023-06-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | Add user enabled state backend feature | Côme Chilliet | 2023-05-23 | 1 | -0/+47 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Add template types to responses | jld3103 | 2023-06-30 | 17 | -94/+198 | |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-shares | Arthur Schiwon | 2023-06-29 | 1 | -0/+10 | |
|\ \ \ | | | | | | | | | display displayname on federated shares | |||||
| * | | | displayname on federated shares | Maxence Lange | 2023-06-28 | 1 | -0/+10 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | fix(ocp): TimedJob can't have a more specific argument than Job | Christoph Wurst | 2023-06-28 | 1 | -5/+4 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requests | Joas Schilling | 2023-06-28 | 2 | -7/+276 | |
|\ \ \ | | | | | | | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() | |||||
| * | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() | Joas Schilling | 2023-06-27 | 2 | -7/+276 | |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 2 | -2/+13 | |
|\ \ \ | |/ / |/| | |