summaryrefslogtreecommitdiffstats
path: root/lib/private/SpeechToText
Commit message (Expand)AuthorAgeFilesLines
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-091-1/+14
* fix(SpeechToText): Prevent parallel runs of TranscriptionJobMarcel Klehr2023-04-231-0/+1
* Context params: Make userId nullableMarcel Klehr2023-04-191-1/+1
* SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-192-2/+15
* TranscriptionJob: Add owner argument to simplify filesystem setupMarcel Klehr2023-04-192-53/+7
* TranscriptionJob: Ensure filesystem is setup before trying to retrieve fileMarcel Klehr2023-04-181-2/+54
* 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
* AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-171-0/+8
* Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-131-1/+1
* Add missing strict_types + author + copyrightMarcel Klehr2023-04-131-0/+24
* Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-132-13/+20
* ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-132-18/+14
* 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-112-0/+154