summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError in ProfilerCôme Chilliet2023-04-201-1/+1
* Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-194-0/+254
|\
| * 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-114-0/+180
* | To be consistent with the list of usersJérôme Herbinet2023-04-181-1/+1
* | 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-181-0/+3
|\ \ \ \
| * | | | fix(security)!: Use consistent HTTP status for strict cookie checksChristoph Wurst2023-04-171-0/+3
| |/ / /
* | | | 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 #37676 from nextcloud/fix/auth/atomic-password-db-statementsSimon L2023-04-171-51/+55
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix(auth): Run token statements in atomic transactionChristoph Wurst2023-04-121-51/+55
* | | | | | Merge pull request #32314 from nextcloud/object-mkdir-loggingSimon L2023-04-171-0/+3
|\ \ \ \ \ \
| * | | | | | additional logging when mkdir fails for object storageRobin Appelman2023-04-051-0/+3
* | | | | | | Merge pull request #35129 from Glandos/previewperf2Simon L2023-04-171-93/+47
|\ \ \ \ \ \ \
| * | | | | | | try to make linters happyGlandos2023-04-171-2/+2
| * | | | | | | gather code from small and max previewGlandos2023-04-171-90/+36
| * | | | | | | Revert 0e49b40Glandos2023-04-171-3/+0
| * | | | | | | improve parameter docGlandos2023-04-171-1/+1
| * | | | | | | Ensure max preview image is not nullGlandos2023-04-171-0/+3
| * | | | | | | php-cs-fixGlandos2023-04-171-1/+1
| * | | | | | | List preview directory only onceGlandos2023-04-171-5/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #31286 from rotdrop/bugfix/dont-start-session-when-session...Simon L2023-04-171-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Don't call session_start() when PHP session is still or already open.Claus-Justus Heine2023-04-171-0/+1
| |/ / / / /
* / / / / / Put Mimeloader insertion and read in the same transactionThomas Citharel2023-04-171-18/+41
|/ / / / /
* | | | | Merge pull request #37429 from nextcloud/object-store-rmdirJulius Härtl2023-04-131-36/+50
|\ \ \ \ \