summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2510-1/+329
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-243-0/+133
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-196-0/+310
|\ | | | | feat(SpeechToText): Add SpeechToText OCP provider API
| * Fix(docs): Fix parameter type in doc blockJoas Schilling2023-04-191-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Context params: Make userId nullableMarcel Klehr2023-04-194-5/+5
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * SpeechToTextManager#scheduleFileTranscription: Take context params and ↵Marcel Klehr2023-04-194-5/+28
| | | | | | | | | | | | expose them on the Transcription*Events Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Run cs:fixMarcel Klehr2023-04-182-2/+0
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+0
| | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Transcription*Event: Add doc blockMarcel Klehr2023-04-172-0/+8
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-173-3/+16
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Add missing strict_types + author + copyrightMarcel Klehr2023-04-132-0/+48
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-133-28/+54
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-131-2/+5
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-122-2/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+0
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-114-0/+192
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-6/+7
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix: Allow to catch `IMapperException` by implementing `Throwable`Ferdinand Thiessen2023-04-171-1/+1
|/ | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Add type hints for mappersjld31032023-04-071-2/+1
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-055-10/+10
|\ | | | | Tidy up typing in OC\Files\View
| * More type cleanup in View and FileInfoCôme Chilliet2023-04-032-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix return type of methods returning false on errorCôme Chilliet2023-04-033-7/+7
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Improve typing for fopen/toTmpFileCôme Chilliet2023-04-031-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #37278 from ↵Joas Schilling2023-04-041-0/+7
|\ \ | | | | | | | | | | | | nextcloud/feature/document-talk-icon-url-definition Document talk icon url definition
| * | Fix the example URLVitor Mattos2023-03-201-1/+1
| | | | | | | | | | | | | | | | | | https://github.com/nextcloud/server/pull/37278/files#r1141955740 Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Document talk icon url definitionVitor Mattos2023-03-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/spreed/pull/8333 introduced an optional `icon-url` for the call objects in rich messages. https://github.com/nextcloud/spreed/issues/8389 Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-041-1/+1
|\ \ \ | |_|/ |/| | Getting rid of openssl_seal and rc4 in server side encryption
| * | Adapt code to new encryption systemCôme Chilliet2023-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | fileKey gets deleted upon save as it’s stored in shareKeys instead now. We use presence of a fileKey to detect if a file is using the legacy system or the new one, because we do not always have access to header data. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-4/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #37425 from ↵Julius Härtl2023-03-301-4/+4
|\ \ \ | | | | | | | | | | | | nextcloud/fix/fix-since-version-number-for-app-loading
| * | | Fix version number in phpdoc for app loading refactorCôme Chilliet2023-03-271-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Add label for logo linkChristopher Ng2023-03-291-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #36667 from nextcloud/fix/ocm-validation-errorsKate2023-03-291-2/+5
|\ \ \ \ | |/ / / |/| | | Fix OCM validation errors
| * | | Fix OCM validation errorsjld31032023-02-101-2/+5
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #36665 from nextcloud/fix/36539Julien Veyssier2023-03-221-0/+2
|\ \ \ \ | | | | | | | | | | Always set displayname and display-name for user data
| * | | | Always set displayname and display-name for user datajld31032023-02-101-0/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Small cleanups for AppManagerCôme Chilliet2023-03-201-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Move loadApps to the AppManagerCôme Chilliet2023-03-201-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Move isType to AppManagerCôme Chilliet2023-03-201-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Move loadApp function to the AppManagerCôme Chilliet2023-03-201-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #36928 from ↵Joas Schilling2023-03-162-1/+53
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/techdebt/noid/bruteforce-protection-attribute feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute and allow multiple
| * | | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute ↵Joas Schilling2023-03-082-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | and allow multiple Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Reduce listJoas Schilling2023-03-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Extend listJoas Schilling2023-03-151-0/+5
| |_|/ |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | added @since tagArtur Neumann2023-03-141-0/+4
| | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | public interface to invalidate tokens of userArtur Neumann2023-03-141-0/+37
| | | | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* | | Introduced app enable/disable/update typed eventsThomas Citharel2023-03-133-0/+164
| | | | | | | | | | | | | | | | | | OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-092-0/+129
|\ \ \ | | | | | | | | Use MultipartUpload for uploading chunks to s3