aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SpeechToText
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-302-2/+27
* chore: Add SPDX headerAndy Scherzinger2024-05-242-38/+4
* feat(stt): add ability to cancel a scheduled transcriptionJulien Veyssier2024-03-151-0/+18
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
* 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
* 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