summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-0714-5/+1209
| |\ \ \
| | * | | IFilesMetadataMaxence Lange2023-11-074-25/+10
| | * | | IFilesMetadataMaxence Lange2023-11-0714-2/+1221
| | |/ /
| * | | Add $name property in SetupResult and improve APICôme Chilliet2023-11-072-0/+34
| * | | Merge pull request #41214 from nextcloud/bugfix/noid/make-install-verboseJoas Schilling2023-11-071-0/+7
| |\ \ \
| | * | | fix(install): Make installing more verboseJoas Schilling2023-11-031-0/+7
| | |/ /
| * / / feat(openapi): Add OpenAPI attribute to allow multiple scopes and overwriting...Joas Schilling2023-11-032-0/+100
| |/ /
| * | feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-022-0/+108
| * | 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\IGroupChristoph Wurst2023-09-061-26/+34
| * | | feat(contactsmenu): Show user statusChristoph Wurst2023-10-313-0/+60
| * | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-2610-0/+635
| |\ \ \
| | * | | Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| | * | | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| | * | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-0/+6
| | * | | en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-262-2/+34
| | * | | fix: Minor copypastaMarcel Klehr2023-10-231-1/+1
| | * | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | * | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | * | | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-7/+9
| | * | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-221-0/+6
| | * | | fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-202-0/+12
| | * | | enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-1/+21
| | * | | enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-202-11/+26
| | * | | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re...Marcel Klehr2023-10-202-1/+16
| | * | | fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-0/+1
| | * | | fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-5/+5
| | * | | Update lib/public/TextToImage/Exception/TextToImageException.phpMarcel Klehr2023-10-181-0/+3
| | * | | Update lib/public/TextToImage/Exception/TaskNotFoundException.phpMarcel Klehr2023-10-181-0/+3
| | * | | enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-181-2/+2
| | * | | fix(TextToImage): Fix psalm errorsMarcel Klehr2023-10-181-1/+1
| | * | | enh(TextToImage): Address review commentsMarcel Klehr2023-10-183-3/+3
| | * | | Update lib/public/TextToImage/Events/TaskSuccessfulEvent.phpMarcel Klehr2023-10-181-1/+1
| | * | | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-181-1/+1
| | * | | cs:FixMarcel Klehr2023-10-183-5/+0
| | * | | Small fixesMarcel Klehr2023-10-181-2/+1
| | * | | Implement TextToImage OCP APIMarcel Klehr2023-10-188-0/+526
* | | | | fix: Make linters happyMarcel Klehr2023-11-081-1/+0
* | | | | fix: Remove ITaskTypeWithIdMarcel Klehr2023-11-084-41/+5
* | | | | fix(TextProcessing): fix psalm typingMarcel Klehr2023-10-242-2/+2
* | | | | enh(TextProcessing): Allow providers and task types to declare a dynamic ID i...Marcel Klehr2023-10-244-3/+79
|/ / / /
* | | | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-231-0/+12
* | | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-235-0/+285
|\ \ \ \
| * | | | Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-234-7/+22
| * | | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-233-0/+21
| * | | | Move Exceptions used in OCP to OCPCôme Chilliet2023-10-234-0/+114
| * | | | Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-202-0/+135
* | | | | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-231-0/+106
|/ / / /
* | | | feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-1/+5
* | | | feat(IAppManager): Allow to set the (user) default apps and get all global de...Ferdinand Thiessen2023-10-191-0/+17