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>
|
2023-10-23 11:44:33 +07:00 |
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>
|
2023-10-23 11:43:35 +07:00 |
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>
|
2023-10-23 11:43:09 +07:00 |
Marcel Klehr
|
1f090a3ad7
|
Update lib/public/TextToImage/Task.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-23 11:42:32 +07:00 |
Marcel Klehr
|
4624748937
|
Update lib/public/TextToImage/Task.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-23 11:42:03 +07:00 |
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>
|
2023-10-23 11:08:23 +07:00 |
Côme Chilliet
|
b82e25ea7a
|
Move Exceptions used in OCP to OCP
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-23 10:26:25 +07:00 |
Côme Chilliet
|
356f0291a2
|
Align PublicKeyToken with interface changes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-23 09:41:32 +07:00 |
Marcel Klehr
|
497559b246
|
fix(RemoveOldTasksBackgroundJob): Update after change to support multiple images in TextToImage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-22 12:49:46 +07:00 |
Marcel Klehr
|
fa2fa47e6b
|
fix(TextToImage/Manager): Appease psalm
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-22 12:38:40 +07:00 |
Marcel Klehr
|
71a06b6bf8
|
fix(Folder): Allow filename to be '0'
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-22 12:22:30 +07:00 |
Marcel Klehr
|
b1018597bc
|
fix(Text2Image): Fix appdata folder creation
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-22 12:21:00 +07:00 |
Marcel Klehr
|
4055a90004
|
fix(Text2Image): Fix $completionExpectedAt default value
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-22 12:20:29 +07:00 |
Marcel Klehr
|
9787f9dba0
|
enh(Text2Image): Add AI settings section to text2image
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-22 11:10:24 +07:00 |
Nextcloud bot
|
b76ecf3781
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-22 00:28:37 +07:00 |
John Molakvoæ
|
3214324b72
|
fix(l10n): invalid translation of a number
fix https://github.com/nextcloud/server/issues/35252
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
|
2023-10-21 11:48:46 +07:00 |
Côme Chilliet
|
f94fb33062
|
Move IToken and IProvider::getToken to OCP
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-20 17:51:33 +07:00 |
Marcel Klehr
|
cee5aa84f0
|
fix(Text2Image): Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-20 14:56:24 +07:00 |
Marcel Klehr
|
9ee72633cf
|
enh(Text2Image): Expose expected completion time
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-20 13:54:36 +07:00 |
Marcel Klehr
|
4c58edc1b7
|
fix(Text2Image): Fix psalm error
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-20 13:53:32 +07:00 |
Marcel Klehr
|
bc85acf7d0
|
fix(Text2Image): Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-20 13:38:20 +07:00 |
Marcel Klehr
|
37c4ccc751
|
fix(Text2Image): Fix Task#lastUpdated initialization to use DateTime instead of time()
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-20 13:15:40 +07:00 |
Marcel Klehr
|
b7fd5185b6
|
enh(TextToImage): Allow generating multiple images with one task
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-20 13:13:15 +07:00 |
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>
|
2023-10-20 12:17:17 +07:00 |
Ferdinand Thiessen
|
363d9ebb13
|
feat(NavigationManager): Always sort the default app first
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-10-19 22:04:20 +07:00 |
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>
|
2023-10-19 22:04:20 +07:00 |
Robin Appelman
|
460344336e
|
optimize cache jail creation
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-10-19 19:27:00 +07:00 |
Côme Chilliet
|
a3cc3b188d
|
Small code style fix in SetupCheckManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-19 11:44:03 +07:00 |
Côme Chilliet
|
2e4d1549a4
|
Change SetupResult API to named constructors
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-19 11:44:03 +07:00 |
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>
|
2023-10-19 11:44:02 +07:00 |
Côme Chilliet
|
efa2dfa641
|
Add OCP interface for SetupCheckManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-19 11:44:02 +07:00 |
Côme Chilliet
|
5503c4c8e2
|
Add missing licences and copyright in SetupCheck
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-19 11:44:01 +07:00 |
Côme Chilliet
|
67e7a2635f
|
Fix PHPDoc in OCP for new SetupResult class
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-19 11:44:00 +07:00 |
Côme Chilliet
|
1202171b32
|
Fix docblock and types for new public API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-19 11:43:59 +07:00 |
Carl Schwan
|
c71e47f5c3
|
Progress
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
2023-10-19 11:43:58 +07:00 |
Carl Schwan
|
eb1d612d96
|
Add api to register setup checks
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
2023-10-19 11:43:58 +07:00 |
Akhil
|
5e20c3e7b9
|
Add custom apps translation scripts and image path for consistency
Signed-off-by: Akhil <akhil@e.email>
|
2023-10-19 14:39:29 +07:00 |
Marcel Klehr
|
3d11ab7af8
|
fix(TextToImage): Add autoloader changes and registerAlias
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-19 10:54:18 +07:00 |
John Molakvoæ
|
a572a547f9
|
Merge pull request #40969 from nextcloud/ishare-type
|
2023-10-19 09:29:26 +07:00 |
Varun Patil
|
c008464a2a
|
Fix return type of IShare::getExpirationDate
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
|
2023-10-18 23:23:41 +07:00 |
Nextcloud bot
|
1c014f82c2
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-19 00:28:10 +07:00 |
Joas Schilling
|
4f76c131a4
|
fix(federation): Fix type and docs on ICloudFederationNotification interface
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-18 17:16:22 +07:00 |
Marcel Klehr
|
ab856a5c78
|
fix(TextToImage): Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 14:09:04 +07:00 |
Marcel Klehr
|
9b7f63946f
|
fix(TextToImage): Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:44:21 +07:00 |
Marcel Klehr
|
5ddf3c3366
|
Update lib/public/TextToImage/Exception/TextToImageException.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
47372380b4
|
Update lib/public/TextToImage/Exception/TaskNotFoundException.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
1d07dcc346
|
Update lib/private/TextToImage/Db/Task.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
e8faaebb0f
|
enh(TextToImage): Allow anonymous access to IManager#getUserTasksByApp
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
c59861a9fa
|
enh(TextToImage): Implement removal of stale images and change Task#last_updated to DATETIME
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
207c95838f
|
fix(TextToImage): Fix coding style
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
3e6a8b31c4
|
fix(TextToImage): Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
e5efbc88d8
|
enh(TextToImage): Address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
41847c951a
|
Update lib/private/TextToImage/TaskBackgroundJob.php
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
53678a8534
|
Update lib/public/TextToImage/Events/TaskSuccessfulEvent.php
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
e199d1aae1
|
Update lib/public/TextToImage/IManager.php
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
dc8cba6026
|
cs:Fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
666f7b33c9
|
Small fixes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
2d44c7c1ed
|
Small fixes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Marcel Klehr
|
c8cab9d2fd
|
Implement TextToImage OCP API
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:21:50 +07:00 |
Joas Schilling
|
9bdf98f699
|
Merge pull request #40959 from nextcloud/bugfix/noid/fix-types-in-querybuilder
fix(dbal): Fix types in query builder methods for parameters
|
2023-10-18 11:41:29 +07:00 |
John Molakvoæ
|
80893480c1
|
Merge pull request #40478 from nextcloud/node-from-entry
|
2023-10-18 10:44:21 +07:00 |
Joas Schilling
|
15a7aa51c5
|
fix(dbal): Fix types in query builder methods for parameters
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-18 07:09:08 +07:00 |
Ferdinand Thiessen
|
1f8c21a581
|
Merge pull request #40808 from c39cfbb3/patch-3
fix(L10N): Support "Accept-Language: zh-Hans-CN" and alike
|
2023-10-18 03:43:26 +07:00 |
Ferdinand Thiessen
|
154a9989a7
|
Merge pull request #39852 from nextcloud/pragmaHeader
Stop sending deprecated Pragma header
|
2023-10-18 03:30:21 +07:00 |
Nextcloud bot
|
e1d33096d3
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-18 00:52:29 +07:00 |
c39cfbb3
|
1bf15da863
|
Update lib/private/L10N/Factory.php
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: c39cfbb3 <145777845+c39cfbb3@users.noreply.github.com>
|
2023-10-18 02:33:54 +07:00 |
c39cfbb3
|
f7cd3d17b8
|
L10N/Factory: Support "Accept-Language: zh-Hans-CN" and alike
Signed-off-by: c39cfbb3 <145777845+c39cfbb3@users.noreply.github.com>
|
2023-10-18 02:33:54 +07:00 |
John Molakvoæ
|
4b55594f55
|
feat(files): migrate template picker
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-10-17 11:17:35 +07:00 |
Nextcloud bot
|
cd6b10f89b
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-17 00:27:38 +07:00 |
Côme Chilliet
|
8212feefb9
|
Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-login
Fire group membership events from LDAP at login
|
2023-10-16 10:01:55 +07:00 |
Joas Schilling
|
356c2219bc
|
Merge pull request #40865 from nextcloud/bugfix/noid/fix-version-comment
Fix version number in ITimeFactory after it was delayed
|
2023-10-16 08:01:09 +07:00 |
Joas Schilling
|
a724fd4e9c
|
Merge pull request #40900 from nextcloud/bugfix/noid/fix-parameter-types-in-docs
fix(docs): Fix parameter types in docs
|
2023-10-16 08:00:44 +07:00 |
Nextcloud bot
|
562f19a49e
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-15 00:27:31 +07:00 |
Christoph Wurst
|
cdc2f38a51
|
Merge pull request #40868 from nextcloud/feat/in-memory-cache-factory
feat: Add factory method for in-memory caches
|
2023-10-13 13:52:14 +07:00 |
Joas Schilling
|
a8ae09c544
|
fix(docs): Fix parameter types in docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-13 11:02:42 +07:00 |
Joas Schilling
|
21e7a82e64
|
feat(OCM): Dispatch an event so apps can register resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-13 08:46:28 +07:00 |
Joas Schilling
|
fc445a2eaa
|
feat(OCM): Add a way for apps to create a new IOCMResource
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-13 08:38:19 +07:00 |
Joas Schilling
|
b246d51cbc
|
fix(OCM): Make the OCM provider stateful so apps can add resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-13 08:34:42 +07:00 |
Joas Schilling
|
4dbe0677ad
|
fix(OCM): Make the public API only rely on OCP
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-13 08:34:39 +07:00 |
Christoph Wurst
|
03c7ee4e41
|
Merge pull request #40879 from nextcloud/fix/session/log-lost-crypto-session
fix(session): Log when crypto session data is lost
|
2023-10-12 10:37:15 +07:00 |
Côme Chilliet
|
500374a8e7
|
Fix registerEventListener signature
It seems now psalm correctly supports this.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-12 10:13:43 +07:00 |
Nextcloud bot
|
6379c852c3
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-12 00:25:29 +07:00 |
Christoph Wurst
|
ca33d6b01c
|
fix(session): Log when crypto session data is lost
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-11 19:59:18 +07:00 |
Christoph Wurst
|
ff672b11e2
|
feat: Add factory method for in-memory caches
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-11 13:37:22 +07:00 |
Joas Schilling
|
0a4fbaddc7
|
Fix version number in ITimeFactory after it was delayed
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-11 12:14:41 +07:00 |
Christoph Wurst
|
fac05bce07
|
chore: Drop unused \OC\Memcache\Factory::createLowLatency
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-11 09:40:27 +07:00 |
Christoph Wurst
|
4f183bb604
|
fix(session): Log why session renewal failed
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-11 08:36:13 +07:00 |
Nextcloud bot
|
bf1dbd33a7
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-11 00:28:10 +07:00 |
Côme Chilliet
|
43971f6a5c
|
Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint
Add endpoint for getting disabled user list
|
2023-10-10 13:33:49 +07:00 |
Christoph Wurst
|
8c2b9b3036
|
Merge pull request #40785 from nextcloud/fix/user/log-logout-conditions
fix: Log critical session renewal and logout paths
|
2023-10-10 11:26:25 +07:00 |
Joas Schilling
|
ab15cffa56
|
Merge pull request #33105 from nextcloud/feature/noid/talk-federation-auth
Talk federation authentication
|
2023-10-09 17:06:29 +07:00 |
Joas Schilling
|
7998afe8b3
|
Talk federation authentication
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-09 15:44:56 +07:00 |
Christoph Wurst
|
f398d0b5a3
|
fix: Log critical session renewal and logout paths
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-10-09 13:21:10 +07:00 |
Alexander Piskun
|
4e8ec0bc36
|
Merge pull request #40737 from nextcloud/cors-app_api
added CORS skip if the session was created by AppAPI
|
2023-10-09 13:40:29 +07:00 |
Côme Chilliet
|
a1255539b8
|
Add endpoint for getting disabled user list
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-10-09 12:04:35 +07:00 |
Daniel Hansson
|
06efe9f211
|
Merge pull request #40731 from nextcloud/imaginary-performance
Generate all preview sizes for Imaginary
|
2023-10-09 11:54:03 +07:00 |
Alexander Piskun
|
6ef3875e74
|
Merge branch 'master' into cors-app_api
|
2023-10-09 11:24:04 +07:00 |
Joas Schilling
|
f84a93f435
|
Merge pull request #40472 from nextcloud/fix/aborted_pgsql_transaction_on_error
fix(twofactor): avoid DB error on Twofactor (en/dis)abled event
|
2023-10-09 09:04:24 +07:00 |
Daniel Hansson
|
6e171bbaf5
|
Merge branch 'master' into imaginary-performance
|
2023-10-09 07:29:58 +07:00 |
Joas Schilling
|
570159e610
|
fix(DB): Update comment to state why we still use the max 4k limit
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-06 15:29:27 +07:00 |