| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(textprocessing): accept scheduling a task if there are equivalent taskpro...fix/noid/textprocessing-schedule-taskprocessing-provider | Julien Veyssier | 2024-11-13 | 1 | -1/+5 |
* | feat(textprocessing): factorize taskProcessingCompatibleTaskTypes | Julien Veyssier | 2024-10-24 | 1 | -22/+11 |
* | fix(textprocessing): also list types that are available in task processing | Julien Veyssier | 2024-10-24 | 1 | -0/+29 |
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -2/+2 |
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -1/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -4/+3 |
* | fix(TextProcessing): Don't run taskProcessing if task type is not available | Marcel Klehr | 2024-08-30 | 1 | -1/+1 |
* | feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin... | Julien Veyssier | 2024-08-30 | 1 | -4/+7 |
* | feat(textprocessing): TextProcessingManager::runTask calls TaskProcessingMana... | Julien Veyssier | 2024-08-30 | 1 | -0/+56 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
* | fix(TextProcessing): use error instead of info for exception logging | Anupam Kumar | 2024-07-18 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 5 | -90/+10 |
* | fix missing return statement, inline return | Andrey Borysenko | 2024-02-12 | 1 | -3/+2 |
* | cs:fix | Marcel Klehr | 2023-12-19 | 1 | -3/+3 |
* | Merge branch 'master' into enh/text-processing-provider-with-id | Marcel Klehr | 2023-12-19 | 2 | -36/+81 |
|\ |
|
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -6/+6 |
| * | fix: Make sure array starts at 0 after array filter | Marcel Klehr | 2023-11-10 | 1 | -2/+2 |
| * | fix: Don't try to access undefined array key | Marcel Klehr | 2023-11-09 | 1 | -1/+5 |
| * | Update lib/private/TextProcessing/Manager.php | Marcel Klehr | 2023-11-08 | 1 | -1/+1 |
| * | Update lib/private/TextProcessing/Manager.php | Marcel Klehr | 2023-11-08 | 1 | -1/+1 |
| * | fix: split IProvider2 into two more verbose interfaces | Marcel Klehr | 2023-11-07 | 1 | -4/+4 |
| * | fix(TextProcessing/Manager): add canuseProvider check in getPreferredProviders | Marcel Klehr | 2023-11-06 | 1 | -3/+1 |
| * | fix(TextProcessing/Manager): Throw TaskFailureException upon failure | Marcel Klehr | 2023-11-06 | 1 | -7/+3 |
| * | enh(TextProcessing): Add IProvider2 | Marcel Klehr | 2023-11-03 | 2 | -16/+63 |
* | | enh(TextProcessing): Allow providers and task types to declare a dynamic ID i... | Marcel Klehr | 2023-10-24 | 1 | -1/+7 |
|/ |
|
* | feat: Add delete task API | Julius Härtl | 2023-08-07 | 1 | -0/+12 |
* | change sql where order to match index order | Julien Veyssier | 2023-08-07 | 1 | -2/+2 |
* | allow anon text processing scheduling | Julien Veyssier | 2023-08-07 | 3 | -6/+56 |
* | start implementing ocs endpoint to get task list from user+appId+identifier | Julien Veyssier | 2023-08-07 | 2 | -1/+37 |
* | Migration: Drop llm_tasks table and add textprocessing_tasks | Marcel Klehr | 2023-08-02 | 1 | -1/+1 |
* | AI admin settings: Use config values in AI feature managers | Marcel Klehr | 2023-08-02 | 1 | -1/+17 |
* | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
* | Remove Task::factory method | Marcel Klehr | 2023-07-19 | 1 | -1/+1 |
* | Apply suggestions from code review | Marcel Klehr | 2023-07-17 | 1 | -1/+1 |
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-07-14 | 5 | -0/+494 |