Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(speech-to-text): SpeechToTextManager::transcribeFile calls ↵ | Julien Veyssier | 2024-08-30 | 1 | -1/+3 |
| | | | | | | TaskProcessingManager::runTask Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | chore: deprecate old AI APIs | Marcel Klehr | 2024-07-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -18/+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/+11 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | First pass at ai admin settings | Marcel Klehr | 2023-08-02 | 1 | -0/+6 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Fix(docs): Fix parameter type in doc block | Joas Schilling | 2023-04-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 | -1/+4 |
| | | | | | | expose them on the Transcription*Events Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+0 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+1 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+1 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 1 | -2/+5 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path | Marcel Klehr | 2023-04-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 1 | -0/+62 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |