aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError in ProfilerCôme Chilliet2023-04-201-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2010-0/+10
* Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-1912-0/+578
|\
| * fix(autoloader): RebuildJoas Schilling2023-04-192-2/+6
| * Fix(docs): Fix parameter type in doc blockJoas Schilling2023-04-191-3/+3
| * Context params: Make userId nullableMarcel Klehr2023-04-195-6/+6
| * SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-196-7/+43
| * 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
| * Run cs:fixMarcel Klehr2023-04-182-2/+0
| * 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/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+0
| * Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| * Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| * Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-171-3/+0
| * SpeechToTextManager: Deduplicate transcription jobsMarcel Klehr2023-04-171-0/+3
| * Transcription*Event: Add doc blockMarcel Klehr2023-04-172-0/+8
| * AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-174-3/+24
| * Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-131-1/+1
| * Add missing strict_types + author + copyrightMarcel Klehr2023-04-133-0/+72
| * Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-135-41/+74
| * ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-133-20/+19
| * ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-123-6/+23
| * chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+0
| * chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+2
| * feat(SpeechToText): Add autoload changesMarcel Klehr2023-04-112-0/+10
| * feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-118-0/+372
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-19156-178/+214
* | Merge pull request #37582 from Jerome-Herbinet/patch-16Simon L2023-04-181-1/+1
|\ \
| * | To be consistent with the list of usersJérôme Herbinet2023-04-181-1/+1
* | | feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-6/+7
|/ /
* | Merge pull request #37772 from nextcloud/enh/30986/follow-upSimon L2023-04-181-0/+4
|\ \
| * | fix php-lintSimon L2023-04-171-1/+0
| * | Update lib/private/Preview/Bundled.phpClaus-Justus Heine2023-04-171-1/+1
| * | Prevent the OpenDocument preview generator from trying to open empty files.Claus-Justus Heine2023-04-171-0/+5
* | | Merge pull request #36617 from nextcloud/update/psr-containerSimon L2023-04-181-3/+3
|\ \ \
| * | | fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-3/+3
* | | | Merge pull request #37316 from nextcloud/fix/security/strict-cookie-check-sta...Simon L2023-04-182-1/+6
|\ \ \ \
| * | | | fix(security)!: Use consistent HTTP status for strict cookie checksChristoph Wurst2023-04-172-1/+6
| |/ / /
* | | | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodesSimon L2023-04-181-1/+5
|\ \ \ \
| * | | | fix: Use proper path when creating node instancesJulius Härtl2023-04-171-1/+5
* | | | | Merge pull request #37534 from Rsplwe/masterSimon L2023-04-181-7/+18
|\ \ \ \ \
| * | | | | Update lib/private/Files/ObjectStore/S3.phpRsplwe2023-04-031-1/+1
| * | | | | s3: get remaining truncation partRsplwe2023-04-011-7/+18
| * | | | | Adjust the value of 'maxparts' to 1000Rsplwe2023-04-011-1/+1
* | | | | | Merge pull request #37324 from nextcloud/fix/mapper-exceptionSimon L2023-04-181-1/+1
|\ \ \ \ \ \
| * | | | | | fix: Allow to catch `IMapperException` by implementing `Throwable`Ferdinand Thiessen2023-04-171-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #37676 from nextcloud/fix/auth/atomic-password-db-statementsSimon L2023-04-171-51/+55
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |