Marcel Klehr
|
d11b9cbd79
|
fix(TextProcessing/Manager): Throw TaskFailureException upon failure
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-11-06 12:50:16 +07:00 |
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>
|
2023-11-03 16:22:54 +07:00 |
Joas Schilling
|
2b8114d59d
|
feat(events): Add typed event for filtering autocompletion suggestions
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-11-02 11:08:53 +07:00 |
Robin Appelman
|
1fffa3eae0
|
load script and styles on setup page
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-10-31 10:03:09 +07:00 |
Marcel Müller
|
c2393fb712
|
Reset BFP for sudo action
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
|
2023-10-28 18:36:43 +07:00 |
Christopher Ng
|
d899e676de
|
fix: Set profile as active nav entry
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-10-26 10:30:22 +07:00 |
Joas Schilling
|
2b7f78fc2e
|
Merge pull request #40326 from nextcloud/enh/text-to-image-api
Implement TextToImage OCP API
|
2023-10-26 15:53:30 +07:00 |
Marcel Klehr
|
154bb53538
|
Update core/Controller/TextToImageApiController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-26 11:35:55 +07:00 |
Marcel Klehr
|
47e13cd55b
|
en(TextToImage): Use specific exception class instead of generic RuntimeException
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-26 11:16:15 +07:00 |
Joas Schilling
|
2353d3cd5c
|
feat(profile): Add public interface for profile manager so apps can check config
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-10-23 12:56:31 +07:00 |
Marcel Klehr
|
7b7f552a6e
|
fix(Text2Image): Fix OpenAPI types
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-20 13:33:05 +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 |
Marcel Klehr
|
92cc171a61
|
fix(TextToImage): Fix OpenAPI definitions
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-19 11:07:03 +07:00 |
Marcel Klehr
|
6238aca6c5
|
fix(TextToImage): Fix bruteforce protection
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 14:46:40 +07:00 |
Marcel Klehr
|
e57e94e11a
|
fix(TextToImage): Add bruteforce protection to API
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 14:09:19 +07:00 |
Marcel Klehr
|
d3da49de44
|
fix(TextToImage): Fix docblock of getImage route
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:31:00 +07:00 |
Marcel Klehr
|
c5fbe5a7bc
|
enh(TextToImage): Add bruteforce protection for anonymous API usage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-10-18 13:31:00 +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
|
1e36d74c3e
|
Update core/Controller/TextToImageApiController.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
|
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 |
Ferdinand Thiessen
|
154a9989a7
|
Merge pull request #39852 from nextcloud/pragmaHeader
Stop sending deprecated Pragma header
|
2023-10-18 03:30:21 +07:00 |
Julien Veyssier
|
c6da99474e
|
rename oauth2_access_token's created_at to code_created_at
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
807f173dec
|
make oauth2 authorization code expire after 10 minutes
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Joas Schilling
|
c88b02abff
|
Merge pull request #40660 from nextcloud/bugfix/noid/fix-missing-user-status-on-autocomplete-api
fix(autocomplete): Fix missing user status on autocomplete endpoint
|
2023-10-04 10:12:14 +07:00 |
Joas Schilling
|
a7018bc5e8
|
fix(autocomplete): Fix missing user status on autocomplete endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-09-28 14:02:18 +07:00 |
Christoph Wurst
|
dbd666e82b
|
fix(unifiedsearch): Allow searching for "0"
empty("0") evaluates to true
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-09-28 10:53:07 +07:00 |
jld3103
|
c2d45cb172
|
Add single status code descriptions for OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-09-27 08:05:21 +07:00 |
Côme Chilliet
|
f68d4f7300
|
Remove deprecated methods Util::writeLog and DIContainer::log
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-25 10:37:12 +07:00 |
jld3103
|
c72ca72cde
|
core: Fix OCM OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-09-23 13:00:58 +07:00 |
Maxence Lange
|
b5dcd048ae
|
small fixes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2023-09-20 08:23:45 +07:00 |
Maxence Lange
|
8b9e7e235d
|
ocm controller
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2023-09-20 08:23:45 +07:00 |
jld3103
|
79b8b5c0f2
|
core: Fix OpenAPI for reference API
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-09-14 15:49:13 +07:00 |
jld3103
|
8b9b637ec6
|
ProfileApi: Fix typo
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-09-03 11:45:48 +07:00 |
Joas Schilling
|
25309bcb45
|
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-08-28 15:50:45 +07:00 |
Git'Fellow
|
066f6ef16c
|
Stop sending deprecated Pragma header
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
2023-08-28 15:11:22 +07:00 |
John Molakvoæ
|
266fb31180
|
fix(tests): preview phpunit
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-08-17 18:58:21 +07:00 |
John Molakvoæ
|
28725c46a8
|
feat: redirect to the mime icon if no preview available
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-08-17 18:56:38 +07:00 |
jld3103
|
902e0396e0
|
Fix text processing OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-08-11 11:37:56 +07:00 |
Julien Veyssier
|
f154fe7f8e
|
fix psalm issue
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-08-07 18:28:58 +07:00 |
Julius Härtl
|
fca1c309a0
|
feat: Add delete task API
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-08-07 13:27:53 +07:00 |
Julien Veyssier
|
41b19cf969
|
allow anon text processing scheduling
add a textprocessing_tasks index
convert anotations to method attributes
refactor TP manager
add mapper methods
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-08-07 13:27:53 +07:00 |
Julien Veyssier
|
9986e02097
|
start implementing ocs endpoint to get task list from user+appId+identifier
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-08-07 13:27:53 +07:00 |
jld3103
|
dca22c1d2c
|
core: Document text processing API
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-07-31 14:09:12 +07:00 |
Marcel Klehr
|
7c80d66ee5
|
Merge pull request #38854 from nextcloud/enh/llm-api
|
2023-07-21 11:20:31 +07:00 |
Marcel Klehr
|
6d568b0d32
|
Fix tests: Adjust constructor signature
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-07-19 17:33:11 +07:00 |
Marcel Klehr
|
7389567c7d
|
Remove Task::factory method
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-07-19 13:15:14 +07:00 |
Joas Schilling
|
0d51d8fbcb
|
fix(core): Add password confirmation requirement for getapppassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-17 12:07:22 +07:00 |
Marcel Klehr
|
95d2d3af5c
|
Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-07-14 16:10:39 +07:00 |