| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(SpeechToTextManager): Throw TaskProcessing Task failed | Marcel Klehr | 2024-08-30 | 1 | -13/+15 |
* | feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin... | Julien Veyssier | 2024-08-30 | 1 | -1/+26 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -20/+2 |
* | feat(stt): add ability to cancel a scheduled transcription | Julien Veyssier | 2024-03-15 | 1 | -0/+18 |
* | Use the STT provider's exception message in the RuntimeException that will be... | Julien Veyssier | 2024-02-14 | 1 | -0/+1 |
* | move setting of userId before provider execution | Andrey Borysenko | 2024-01-14 | 1 | -3/+3 |
* | Introduce ISpeechToTextProviderWithUserId | Andrey Borysenko | 2024-01-14 | 1 | -0/+6 |
* | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using c... | Marcel Klehr | 2023-12-19 | 1 | -2/+8 |
* | AI admin settings: Use config values in AI feature managers | Marcel Klehr | 2023-08-02 | 1 | -1/+14 |
* | Context params: Make userId nullable | Marcel Klehr | 2023-04-19 | 1 | -1/+1 |
* | SpeechToTextManager#scheduleFileTranscription: Take context params and expose... | Marcel Klehr | 2023-04-19 | 1 | -2/+7 |
* | TranscriptionJob: Add owner argument to simplify filesystem setup | Marcel Klehr | 2023-04-19 | 1 | -1/+1 |
* | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-18 | 1 | -2/+2 |
* | Fix missing import | Joas Schilling | 2023-04-18 | 1 | -1/+2 |
* | SpeechToTextManager#transcribeFile: Try next provider if one fails | Marcel Klehr | 2023-04-17 | 1 | -7/+9 |
* | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -3/+0 |
* | SpeechToTextManager: Deduplicate transcription jobs | Marcel Klehr | 2023-04-17 | 1 | -0/+3 |
* | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-13 | 1 | -1/+1 |
* | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 1 | -3/+2 |
* | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 1 | -17/+10 |
* | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path | Marcel Klehr | 2023-04-12 | 1 | -4/+20 |
* | chore(coding style): Run cs:fix | Marcel Klehr | 2023-04-11 | 1 | -1/+2 |
* | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 1 | -0/+107 |