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 | 7 | -0/+7 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 7 | -109/+16 |
| | | | | 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> | ||||
* | Introduce ISpeechToTextProviderWithUserId | Andrey Borysenko | 2024-01-14 | 1 | -0/+37 |
| | | | | 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 | -0/+14 |
| | | | | | | | | className this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.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 | 4 | -5/+5 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | SpeechToTextManager#scheduleFileTranscription: Take context params and ↵ | Marcel Klehr | 2023-04-19 | 4 | -5/+28 |
| | | | | | | expose them on the Transcription*Events Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Run cs:fix | Marcel Klehr | 2023-04-18 | 2 | -2/+0 |
| | | | | 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> | ||||
* | Transcription*Event: Add doc block | Marcel Klehr | 2023-04-17 | 2 | -0/+8 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | AbstractTranscriptionEvent: Add File param | Marcel Klehr | 2023-04-17 | 3 | -3/+16 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Add missing strict_types + author + copyright | Marcel Klehr | 2023-04-13 | 2 | -0/+48 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 3 | -28/+54 |
| | | | | 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 | 2 | -2/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore(coding style): Run cs:fix | Marcel Klehr | 2023-04-11 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 3 | -0/+181 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |