summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-243-0/+133
* Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-196-0/+310
|\
| * Fix(docs): Fix parameter type in doc blockJoas Schilling2023-04-191-3/+3
| * Context params: Make userId nullableMarcel Klehr2023-04-194-5/+5
| * SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-194-5/+28
| * Run cs:fixMarcel Klehr2023-04-182-2/+0
| * 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
| * Transcription*Event: Add doc blockMarcel Klehr2023-04-172-0/+8
| * AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-173-3/+16
| * Add missing strict_types + author + copyrightMarcel Klehr2023-04-132-0/+48
| * Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-133-28/+54
| * ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-131-2/+5
| * ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-122-2/+3
| * chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+0
| * feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-114-0/+192
* | feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-6/+7
* | fix: Allow to catch `IMapperException` by implementing `Throwable`Ferdinand Thiessen2023-04-171-1/+1
|/
* Add type hints for mappersjld31032023-04-071-2/+1
* Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-055-10/+10
|\
| * More type cleanup in View and FileInfoCôme Chilliet2023-04-032-2/+2
| * Fix return type of methods returning false on errorCôme Chilliet2023-04-033-7/+7
| * Improve typing for fopen/toTmpFileCôme Chilliet2023-04-031-1/+1
* | Merge pull request #37278 from nextcloud/feature/document-talk-icon-url-defin...Joas Schilling2023-04-041-0/+7
|\ \
| * | Fix the example URLVitor Mattos2023-03-201-1/+1
| * | Document talk icon url definitionVitor Mattos2023-03-161-0/+7
* | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Adapt code to new encryption systemCôme Chilliet2023-03-171-1/+1
* | | Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-4/+4
* | | Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app...Julius Härtl2023-03-301-4/+4
|\ \ \
| * | | Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-271-4/+4
* | | | Add label for logo linkChristopher Ng2023-03-291-0/+9
* | | | Merge pull request #36667 from nextcloud/fix/ocm-validation-errorsKate2023-03-291-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix OCM validation errorsjld31032023-02-101-2/+5
* | | | Merge pull request #36665 from nextcloud/fix/36539Julien Veyssier2023-03-221-0/+2
|\ \ \ \
| * | | | Always set displayname and display-name for user datajld31032023-02-101-0/+2
| |/ / /
* | | | Small cleanups for AppManagerCôme Chilliet2023-03-201-0/+1
* | | | Move loadApps to the AppManagerCôme Chilliet2023-03-201-0/+14
* | | | Move isType to AppManagerCôme Chilliet2023-03-201-0/+6
* | | | Move loadApp function to the AppManagerCôme Chilliet2023-03-201-0/+14
* | | | Merge pull request #36928 from nextcloud/techdebt/noid/bruteforce-protection-...Joas Schilling2023-03-162-1/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-082-1/+53
* | | | Reduce listJoas Schilling2023-03-151-1/+1
* | | | Extend listJoas Schilling2023-03-151-0/+5
| |_|/ |/| |
* | | added @since tagArtur Neumann2023-03-141-0/+4
* | | public interface to invalidate tokens of userArtur Neumann2023-03-141-0/+37
* | | Introduced app enable/disable/update typed eventsThomas Citharel2023-03-133-0/+164
* | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-092-0/+129
|\ \ \
| * | | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-0/+129
| |/ /