aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* fix: psalm issues and coding styleMarcel Klehr2023-11-062-7/+19
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-062-2/+10
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-033-3/+80
| | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-022-0/+108
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #38425 from nextcloud/feat/ocp/strict-igroupChristoph Wurst2023-11-021-26/+34
|\ | | | | feat(ocp): Add types and strict typing to \OCP\Group\IGroup
| * feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-061-26/+34
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | feat(contactsmenu): Show user statusChristoph Wurst2023-10-313-0/+60
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-2610-0/+635
|\ \ | | | | | | Implement TextToImage OCP API
| * | Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-0/+6
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | en(TextToImage): Use specific exception class instead of generic ↵Marcel Klehr2023-10-262-2/+34
| | | | | | | | | | | | | | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix: Minor copypastaMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-7/+9
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-221-0/+6
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-202-0/+12
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-1/+21
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-202-11/+26
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during ↵Marcel Klehr2023-10-202-1/+16
| | | | | | | | | | | | | | | | | | request lifetime if possible Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-0/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-5/+5
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update lib/public/TextToImage/Exception/TextToImageException.phpMarcel Klehr2023-10-181-0/+3
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update lib/public/TextToImage/Exception/TaskNotFoundException.phpMarcel Klehr2023-10-181-0/+3
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-181-2/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(TextToImage): Fix psalm errorsMarcel Klehr2023-10-181-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(TextToImage): Address review commentsMarcel Klehr2023-10-183-3/+3
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update lib/public/TextToImage/Events/TaskSuccessfulEvent.phpMarcel Klehr2023-10-181-1/+1
| | | | | | | | | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-181-1/+1
| | | | | | | | | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | cs:FixMarcel Klehr2023-10-183-5/+0
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Small fixesMarcel Klehr2023-10-181-2/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Implement TextToImage OCP APIMarcel Klehr2023-10-188-0/+526
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-231-0/+12
| | | | | | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-235-0/+285
|\ \ \ | | | | | | | | Move IToken and IProvider::getToken to OCP
| * | | Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-234-7/+22
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-233-0/+21
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Move Exceptions used in OCP to OCPCôme Chilliet2023-10-234-0/+114
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-202-0/+135
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-231-0/+106
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-1/+5
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(IAppManager): Allow to set the (user) default apps and get all global ↵Ferdinand Thiessen2023-10-191-0/+17
| | | | | | | | | | | | | | | | | | default apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Change SetupResult API to named constructorsCôme Chilliet2023-10-191-1/+34
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-0/+37
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add missing licences and copyright in SetupCheckCôme Chilliet2023-10-192-0/+46
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix PHPDoc in OCP for new SetupResult classCôme Chilliet2023-10-191-0/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix docblock and types for new public APICôme Chilliet2023-10-193-28/+24
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | ProgressCarl Schwan2023-10-191-0/+5
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Add api to register setup checksCarl Schwan2023-10-193-0/+99
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #40969 from nextcloud/ishare-typeJohn Molakvoæ2023-10-191-1/+1
|\ \ \