Marcel Klehr
|
181f819e41
|
enh(TextProcessing): Add IProvider2
- allow providers to obtain current task's userId
- allow providers to expose average task runtime
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Christoph Wurst
|
78842348b2
|
feat(dependencyinjection): Allow optional (nullable) services
Allows working with classes that might or might not be available.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2 years ago |
Git'Fellow
|
d1169af129
|
Use \Throwable instead
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
2 years ago |
Git'Fellow
|
624986a6d5
|
Catch Imaginary processing errors
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
2 years ago |
Christoph Wurst
|
ac168cf9ff
|
feat(contactsmenu): Show user status
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2 years ago |
Christopher Ng
|
407b67989d
|
enh: Register profile nav entry
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2 years ago |
Marcel Klehr
|
b9985bfd66
|
fix(TextToImage): Add missing task status update
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
14d1c18665
|
en(TextToImage): Add getId method to IProvider
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
47e13cd55b
|
en(TextToImage): Use specific exception class instead of generic RuntimeException
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Git'Fellow
|
974e86e618
|
Don't pass invalid streams to Imaginary
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Update Imaginary.php
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Update Imaginary.php
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
2 years ago |
Jonas
|
7441ce2b11
|
enh(IMountManager): Add method to get MountPoint from CachedMountInfo
Signed-off-by: Jonas <jonas@freesources.org>
|
2 years ago |
Côme Chilliet
|
d8b42c6131
|
Allow passing null to PublicKeyToken::setScope, fixes tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Joas Schilling
|
3a265cee30
|
fix(3rdparty): Don't use indirect dependency "Safe/" for functions
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Côme Chilliet
|
33a24134a7
|
Improve docblock annotations for tokens and their exceptions
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Côme Chilliet
|
58a57a714e
|
Use more precise typing for setScope method parameter
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Marcel Klehr
|
8339b5b128
|
fix: Minor copypasta
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
0c1bd845a7
|
fix: appease linters and psalm
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
4b8a58cc49
|
fix: appease linters and psalm
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Joas Schilling
|
fd9f7a7188
|
fix(profile): Directly migrate to OCP constants
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Joas Schilling
|
2353d3cd5c
|
feat(profile): Add public interface for profile manager so apps can check config
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2 years ago |
Marcel Klehr
|
5f815bdcc6
|
fix(TextToImage\Db\Task): Inject ITimeFactory
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
ded77292d5
|
Update lib/private/TextToImage/Db/TaskMapper.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
f9d209cf15
|
Update lib/private/TextToImage/Db/TaskMapper.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
5d36c4c1d1
|
Update lib/private/TextToImage/Manager.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
91448888d1
|
Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Côme Chilliet
|
1bdf952fde
|
Make sure that OC interfaces returns OC interfaces for backward compatibility
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Côme Chilliet
|
b82e25ea7a
|
Move Exceptions used in OCP to OCP
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Côme Chilliet
|
356f0291a2
|
Align PublicKeyToken with interface changes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Marcel Klehr
|
497559b246
|
fix(RemoveOldTasksBackgroundJob): Update after change to support multiple images in TextToImage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
fa2fa47e6b
|
fix(TextToImage/Manager): Appease psalm
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
71a06b6bf8
|
fix(Folder): Allow filename to be '0'
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
b1018597bc
|
fix(Text2Image): Fix appdata folder creation
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
9787f9dba0
|
enh(Text2Image): Add AI settings section to text2image
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Côme Chilliet
|
f94fb33062
|
Move IToken and IProvider::getToken to OCP
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Marcel Klehr
|
9ee72633cf
|
enh(Text2Image): Expose expected completion time
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
4c58edc1b7
|
fix(Text2Image): Fix psalm error
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
bc85acf7d0
|
fix(Text2Image): Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
37c4ccc751
|
fix(Text2Image): Fix Task#lastUpdated initialization to use DateTime instead of time()
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
b7fd5185b6
|
enh(TextToImage): Allow generating multiple images with one task
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
8968573d9f
|
enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during request lifetime if possible
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Ferdinand Thiessen
|
363d9ebb13
|
feat(NavigationManager): Always sort the default app first
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2 years ago |
Ferdinand Thiessen
|
08cff0777a
|
feat(IAppManager): Allow to set the (user) default apps and get all global default apps
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2 years ago |
Côme Chilliet
|
a3cc3b188d
|
Small code style fix in SetupCheckManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Côme Chilliet
|
be11ffd86a
|
Add debug logging when running setup checks to help with debugging slow results
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Côme Chilliet
|
efa2dfa641
|
Add OCP interface for SetupCheckManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Côme Chilliet
|
5503c4c8e2
|
Add missing licences and copyright in SetupCheck
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2 years ago |
Carl Schwan
|
eb1d612d96
|
Add api to register setup checks
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
4 years ago |
Akhil
|
5e20c3e7b9
|
Add custom apps translation scripts and image path for consistency
Signed-off-by: Akhil <akhil@e.email>
|
2 years ago |
Marcel Klehr
|
3d11ab7af8
|
fix(TextToImage): Add autoloader changes and registerAlias
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |
Marcel Klehr
|
ab856a5c78
|
fix(TextToImage): Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2 years ago |