| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin... | Julien Veyssier | 2024-08-30 | 1 | -1/+3 |
* | chore: deprecate old AI APIs | Marcel Klehr | 2024-07-26 | 7 | -0/+7 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 7 | -109/+16 |
* | feat(stt): add ability to cancel a scheduled transcription | Julien Veyssier | 2024-03-15 | 1 | -0/+11 |
* | Introduce ISpeechToTextProviderWithUserId | Andrey Borysenko | 2024-01-14 | 1 | -0/+37 |
* | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using c... | Marcel Klehr | 2023-12-19 | 1 | -0/+14 |
* | First pass at ai admin settings | Marcel Klehr | 2023-08-02 | 1 | -0/+6 |
* | Fix(docs): Fix parameter type in doc block | Joas Schilling | 2023-04-19 | 1 | -3/+3 |
* | Context params: Make userId nullable | Marcel Klehr | 2023-04-19 | 4 | -5/+5 |
* | SpeechToTextManager#scheduleFileTranscription: Take context params and expose... | Marcel Klehr | 2023-04-19 | 4 | -5/+28 |
* | Run cs:fix | Marcel Klehr | 2023-04-18 | 2 | -2/+0 |
* | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+0 |
* | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+1 |
* | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+1 |
* | Transcription*Event: Add doc block | Marcel Klehr | 2023-04-17 | 2 | -0/+8 |
* | AbstractTranscriptionEvent: Add File param | Marcel Klehr | 2023-04-17 | 3 | -3/+16 |
* | Add missing strict_types + author + copyright | Marcel Klehr | 2023-04-13 | 2 | -0/+48 |
* | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 3 | -28/+54 |
* | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 1 | -2/+5 |
* | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path | Marcel Klehr | 2023-04-12 | 2 | -2/+3 |
* | chore(coding style): Run cs:fix | Marcel Klehr | 2023-04-11 | 1 | -1/+0 |
* | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 3 | -0/+181 |