Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -20/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat(stt): add ability to cancel a scheduled transcription | Julien Veyssier | 2024-03-15 | 1 | -0/+18 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Use the STT provider's exception message in the RuntimeException that will ↵ | Julien Veyssier | 2024-02-14 | 1 | -0/+1 |
| | | | | | | be caught by upper contexts Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | move setting of userId before provider execution | Andrey Borysenko | 2024-01-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | Introduce ISpeechToTextProviderWithUserId | Andrey Borysenko | 2024-01-14 | 1 | -0/+6 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using ↵ | Marcel Klehr | 2023-12-19 | 1 | -2/+8 |
| | | | | | | | | className this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | AI admin settings: Use config values in AI feature managers | Marcel Klehr | 2023-08-02 | 1 | -1/+14 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Context params: Make userId nullable | Marcel Klehr | 2023-04-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | SpeechToTextManager#scheduleFileTranscription: Take context params and ↵ | Marcel Klehr | 2023-04-19 | 1 | -2/+7 |
| | | | | | | expose them on the Transcription*Events Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | TranscriptionJob: Add owner argument to simplify filesystem setup | Marcel Klehr | 2023-04-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-18 | 1 | -2/+2 |
| | | | | Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Fix missing import | Joas Schilling | 2023-04-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | SpeechToTextManager#transcribeFile: Try next provider if one fails | Marcel Klehr | 2023-04-17 | 1 | -7/+9 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -3/+0 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | SpeechToTextManager: Deduplicate transcription jobs | Marcel Klehr | 2023-04-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-13 | 1 | -1/+1 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 1 | -3/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 1 | -17/+10 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path | Marcel Klehr | 2023-04-12 | 1 | -4/+20 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore(coding style): Run cs:fix | Marcel Klehr | 2023-04-11 | 1 | -1/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 1 | -0/+107 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |