Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | 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> | ||||
* | fix(SpeechToText): Prevent parallel runs of TranscriptionJob | Marcel Klehr | 2023-04-23 | 1 | -0/+1 |
| | | | | 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 | 2 | -2/+15 |
| | | | | | | 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 | 2 | -53/+7 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | TranscriptionJob: Ensure filesystem is setup before trying to retrieve file | Marcel Klehr | 2023-04-18 | 1 | -2/+54 |
| | | | | 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> | ||||
* | AbstractTranscriptionEvent: Add File param | Marcel Klehr | 2023-04-17 | 1 | -0/+8 |
| | | | | 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> | ||||
* | Add missing strict_types + author + copyright | Marcel Klehr | 2023-04-13 | 1 | -0/+24 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 2 | -13/+20 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 2 | -18/+14 |
| | | | | 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 | 2 | -0/+154 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |