summaryrefslogtreecommitdiffstats
path: root/lib/private/SpeechToText/SpeechToTextManager.php
Commit message (Expand)AuthorAgeFilesLines
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-091-1/+14
* Context params: Make userId nullableMarcel Klehr2023-04-191-1/+1
* SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-191-2/+7
* TranscriptionJob: Add owner argument to simplify filesystem setupMarcel Klehr2023-04-191-1/+1
* Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-181-2/+2
* Fix missing importJoas Schilling2023-04-181-1/+2
* SpeechToTextManager#transcribeFile: Try next provider if one failsMarcel Klehr2023-04-171-7/+9
* Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-171-3/+0
* SpeechToTextManager: Deduplicate transcription jobsMarcel Klehr2023-04-171-0/+3
* Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-131-1/+1
* Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-131-3/+2
* ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-131-17/+10
* ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-121-4/+20
* chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+2
* feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-111-0/+107