| Commit message (Expand) | Author | Age | Files | Lines |
* | log imaginary errors as info to not spam the server logs | Simon L | 2023-08-10 | 1 | -2/+2 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-10 | 4 | -0/+6 |
* | feat: Add delete task API | Julius Härtl | 2023-08-09 | 2 | -0/+20 |
* | change sql where order to match index order | Julien Veyssier | 2023-08-09 | 1 | -2/+2 |
* | allow anon text processing scheduling | Julien Veyssier | 2023-08-09 | 7 | -8/+71 |
* | start implementing ocs endpoint to get task list from user+appId+identifier | Julien Veyssier | 2023-08-09 | 3 | -1/+45 |
* | fix composer autoload files | Julien Veyssier | 2023-08-09 | 2 | -0/+2 |
* | Migration: Drop llm_tasks table and add textprocessing_tasks | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | AI admin settings: cs:fix | Marcel Klehr | 2023-08-09 | 1 | -1/+0 |
* | AI admin settings: Use config values in AI feature managers | Marcel Klehr | 2023-08-09 | 3 | -5/+53 |
* | fix(TextProcessing): Inject L10N\IFactory instead of IL10N | Marcel Klehr | 2023-08-09 | 4 | -9/+26 |
* | First pass at ai admin settings | Marcel Klehr | 2023-08-09 | 3 | -0/+18 |
* | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | Remove Task::factory method | Marcel Klehr | 2023-08-09 | 2 | -18/+1 |
* | Fix psalm errors | Marcel Klehr | 2023-08-09 | 5 | -0/+9 |
* | cs:fix | Marcel Klehr | 2023-08-09 | 1 | -2/+0 |
* | Update autoloaders | Marcel Klehr | 2023-08-09 | 2 | -38/+38 |
* | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 2 | -8/+1 |
* | Fix psalm errors | Marcel Klehr | 2023-08-09 | 1 | -6/+9 |
* | Fix psalm errors | Marcel Klehr | 2023-08-09 | 1 | -1/+0 |
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-08-09 | 28 | -627/+414 |
* | Since 27.1.0 | Marcel Klehr | 2023-08-09 | 16 | -81/+81 |
* | cs:fix | Marcel Klehr | 2023-08-09 | 2 | -4/+0 |
* | LLM OCP API: Improve scheduleTask docblock | Marcel Klehr | 2023-08-09 | 1 | -1/+2 |
* | LLM OCP API: Avoid using OC in OCP | Marcel Klehr | 2023-08-09 | 3 | -17/+10 |
* | OCP\Common\NotFoundException: Add param type | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | LLM OCP API: Simplify TaskBackgroundJob#run catch block | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRuns | Marcel Klehr | 2023-08-09 | 1 | -0/+2 |
* | LLM OCP API: Don't lose trace of wrapped exceptions | Marcel Klehr | 2023-08-09 | 1 | -4/+4 |
* | LLM OCP API: Simplify LanguageModelManager#canHandleTask | Marcel Klehr | 2023-08-09 | 1 | -1/+6 |
* | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/ | Marcel Klehr | 2023-08-09 | 2 | -4/+4 |
* | LLM OCP API: Add missing copyright and strict types | Marcel Klehr | 2023-08-09 | 3 | -0/+69 |
* | Update lib/public/LanguageModel/Events/TaskFailedEvent.php | Marcel Klehr | 2023-08-09 | 1 | -2/+4 |
* | Update lib/public/LanguageModel/ILanguageModelProvider.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | LLM OCP API: Fix psam error | Marcel Klehr | 2023-08-09 | 1 | -1/+3 |
* | LLM OCP API: Fix psam errors | Marcel Klehr | 2023-08-09 | 1 | -2/+6 |
* | LLM OCP API: Fix psalm error | Marcel Klehr | 2023-08-09 | 1 | -2/+2 |
* | LLM OCP API: Add identifier param | Marcel Klehr | 2023-08-09 | 3 | -5/+28 |
* | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 1 | -2/+2 |
* | cs:fix | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | Fix LanguageModelManager#runTask: Insert task into db if it doesn't exist | Marcel Klehr | 2023-08-09 | 1 | -2/+6 |
* | Make tests pass | Marcel Klehr | 2023-08-09 | 4 | -9/+31 |
* | ILanguageModelTask: Use php type checking along with psalm parameterized types | Marcel Klehr | 2023-08-09 | 5 | -12/+14 |
* | ILanguageModelManager: Add docblock description | Marcel Klehr | 2023-08-09 | 1 | -0/+2 |
* | TaskMapper#update: Use time factory | Marcel Klehr | 2023-08-09 | 1 | -2/+6 |
* | Add tasks::last_updated column and vacate tasks after a week | Marcel Klehr | 2023-08-09 | 6 | -2/+136 |
* | cs:fix | Marcel Klehr | 2023-08-09 | 6 | -0/+6 |
* | LLM OCP API: Use OCP\Common\Exception\NotFoundException | Marcel Klehr | 2023-08-09 | 2 | -3/+5 |
* | OCP: Introduce OCP\Common\Exception\NotFoundException | Marcel Klehr | 2023-08-09 | 1 | -0/+41 |