aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SpeechToText/SpeechToTextManager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(SpeechToTextManager): Throw TaskProcessing Task failedMarcel Klehr2024-08-301-13/+15
* feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin...Julien Veyssier2024-08-301-1/+26
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
* feat(stt): add ability to cancel a scheduled transcriptionJulien Veyssier2024-03-151-0/+18
* Use the STT provider's exception message in the RuntimeException that will be...Julien Veyssier2024-02-141-0/+1
* move setting of userId before provider executionAndrey Borysenko2024-01-141-3/+3
* Introduce ISpeechToTextProviderWithUserIdAndrey Borysenko2024-01-141-0/+6
* enh(SpeechToText): Allow providers to declare a dynamic ID instead of using c...Marcel Klehr2023-12-191-2/+8
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-021-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