provokateurin
|
2c51933b6b
|
refactor(core): Switch to attribute based routing
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-02-21 12:07:50 +07:00 |
provokateurin
|
6243a9471d
|
feat(core): Add OCS endpoint for confirming the user password
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-02-20 14:28:00 +07:00 |
provokateurin
|
d95e500e45
|
feat(core): Expose the confirm password endpoint
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-02-20 08:04:13 +07:00 |
John Molakvoæ
|
4a509dfe8e
|
fix: phpunit
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2024-02-13 21:06:31 +07:00 |
John Molakvoæ
|
9593f4d6f9
|
fix: openapi
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2024-02-13 21:06:31 +07:00 |
Vincent Petry
|
839ddaa354
|
feat: rename users to account or person
Replace translated text in most locations
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
|
2024-02-13 21:06:30 +07:00 |
Côme Chilliet
|
6fc5cef6e9
|
fix: Support other schemes than HTTP and HTTPS in app navigation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-02-06 09:36:39 +07:00 |
Côme Chilliet
|
4f69f49a75
|
fix: Revert external url support in icon as it’s not allowed
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-02-06 09:36:39 +07:00 |
Côme Chilliet
|
4fb5c15db5
|
Allow application to pass external links in navigation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-02-06 09:36:39 +07:00 |
provokateurin
|
b64ab5fba8
|
refactor: Migrate IgnoreOpenAPI attributes to OpenAPI
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-01-18 16:14:17 +07:00 |
Côme Chilliet
|
95ea6188dc
|
Suppress or fix psalm errors related to InvalidTokenException
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-01-11 14:02:15 +07:00 |
Côme Chilliet
|
eee9f1eec4
|
Always catch OCP versions of authentication exceptions
And always throw OC versions for BC
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-01-11 14:02:15 +07:00 |
Joas Schilling
|
0b591916d6
|
fix(openapi): Make OpenAPI CI green again
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-01-11 12:29:19 +07:00 |
Ferdinand Thiessen
|
949e09ccb7
|
enh(core): Refactor profile page to use vue components
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2024-01-10 11:22:27 +07:00 |
Gaspard d'Hautefeuille
|
08ff644f3c
|
Keep https check
https://github.com/nextcloud/server/issues/41196 + keep https check
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu>
|
2024-01-05 04:20:26 +07:00 |
Gaspard d'Hautefeuille
|
85911cbab2
|
Cancel PR #37405, remove regression code
Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu>
|
2024-01-05 04:20:26 +07:00 |
Joas Schilling
|
aa5f037af7
|
chore: apply changes from Nextcloud coding standards 1.1.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2023-11-23 10:36:13 +07:00 |
Benjamin Gaussorgues
|
33837e7d6f
|
Fix invalid users/groups handling in advanced search
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2023-11-15 10:17:43 +07:00 |
Joas Schilling
|
0feb55ee93
|
Merge pull request #41271 from nextcloud/enh/text-processing-iprovider2
enh(TextProcessing): Add two new provider interfaces
|
2023-11-13 10:49:14 +07:00 |
Benjamin Gaussorgues
|
c753eefb21
|
feat(search): Allow multiple search terms in UnifiedController
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2023-11-10 09:21:16 +07:00 |
Marcel Klehr
|
b45007f38f
|
Merge branch 'master' into enh/text-processing-iprovider2
|
2023-11-09 13:46:18 +07:00 |
Christoph Wurst
|
a5422a3998
|
fix: Show error message when CSRF check fails at login
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-11-08 15:18:34 +07:00 |
Marcel Klehr
|
8c0c426538
|
Merge branch 'master' into enh/text-processing-iprovider2
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-11-08 11:52:47 +07:00 |
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 |
Christopher Ng
|
7f530d22e1
|
fix: Only highlight profile entry when viewing own profile
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-11-02 15:43:56 +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 |