Arthur Schiwon
|
c5caae1bf0
|
Merge pull request #41678 from nextcloud/branchoff/master-is-now-29
Master is now 29
|
2023-11-23 12:02:20 +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 |
Joas Schilling
|
64e0829fc8
|
feat(branchoff): Bump versions and requirements in apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-11-23 10:09:40 +07:00 |
Nextcloud bot
|
3ce31fc1bf
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-11-11 00:22:14 +07:00 |
Nextcloud bot
|
33e1db616d
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-11-04 00:29:23 +07:00 |
Nextcloud bot
|
0398d74ebd
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-11-01 00:28:44 +07:00 |
Nextcloud bot
|
16bfe0cc65
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-31 00:26:17 +07:00 |
Nextcloud bot
|
600351c4cf
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-30 00:26:19 +07:00 |
Nextcloud bot
|
fe471da316
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-29 00:25:29 +07:00 |
Nextcloud bot
|
0aa65d9714
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-28 00:28:21 +07:00 |
julia.kirschenheuter
|
fbc970855f
|
Create semantically right table for the "OAuth 2.0 clients"
Adapt styles
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-10-27 09:55:45 +07:00 |
Nextcloud bot
|
d772537d90
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-24 00:25:42 +07:00 |
Julien Veyssier
|
d56950a6c9
|
adjust phpdoc types in OauthApiController
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:03 +07:00 |
Julien Veyssier
|
98c8a465b0
|
update OpenAPI specs
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:03 +07:00 |
Julien Veyssier
|
da63d3c27b
|
update autoload files
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
d2bc483adf
|
adjust oauth app
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
32f984c520
|
adjust oauth tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +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
|
e944980eb6
|
add db index on oauth2_access_tokens's (token_count, created_at)
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
ddfc124767
|
add test for refusing to get an oauth token from a code when we're not in authorization state
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
779e1d51ac
|
delete oauth access token when receiving a code that has expired
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
1ab45bad5d
|
refuse oauth authorization code if a token has already been delivered (active token)
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
7bba410997
|
cleanup access tokens that are still in authorization state and that have expired
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-10-05 14:24:02 +07:00 |
Julien Veyssier
|
2995b0948f
|
add tests for oauth2 authorization code expiration
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 |
julia.kirschenheuter
|
ea881fee2f
|
Add labels for input fields
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-09-22 10:46:46 +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 |
Ferdinand Thiessen
|
663db2bb34
|
chore: Update nextcloud-vue to v8 beta2 and renamed changed properties
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-08-02 15:19:26 +07:00 |
Nextcloud bot
|
46d80b4f70
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-07-19 00:26:31 +07:00 |
jld3103
|
1c19c567fe
|
oauth2: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-07-12 07:32:30 +07:00 |
Nextcloud bot
|
a62a8fab97
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-07-08 00:30:07 +07:00 |
Joas Schilling
|
05aa39d777
|
Fix event names of 2FA related typed events
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-03 14:25:01 +07:00 |
Julien Veyssier
|
629adc318f
|
add bruteforce protection in OauthApiController
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-06-19 11:18:06 +07:00 |
Nextcloud bot
|
7250b98791
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-19 00:18:02 +07:00 |
Julien Veyssier
|
578bf8cc0b
|
add extra migration that sets the secret column length in case the previous step has run when it was setting it to 256
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-06-14 17:21:38 +07:00 |
Julien Veyssier
|
24e517c5b3
|
make oauth2 client secret column larger
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-06-14 17:21:38 +07:00 |
Julien Veyssier
|
8086d7e41b
|
add test that inserts a long oauth client secret
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-06-14 17:21:38 +07:00 |
Nextcloud bot
|
2259eedf76
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-11 00:34:31 +07:00 |
Nextcloud bot
|
689936020d
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-10 00:17:36 +07:00 |
Julien Veyssier
|
808819a4d0
|
fix oauth2 tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-06-08 13:02:40 +07:00 |
Julien Veyssier
|
18c742a901
|
encrypt oauth2 client secrets
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-06-07 11:36:08 +07:00 |
jld3103
|
4218f719ea
|
Add OpenAPI specs
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-05-24 16:51:38 +07:00 |
Nextcloud bot
|
96f0118312
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-21 00:17:10 +07:00 |
Joas Schilling
|
7e45fdf867
|
chore(release): Bump requirements and versions in apps/
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-05-17 10:44:23 +07:00 |
Joas Schilling
|
cca3b9495c
|
chore(autoloader): Update autoloaders with composer 2.5.5
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-04-21 15:53:55 +07:00 |
Nextcloud bot
|
2eda49e28d
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-03-30 02:27:36 +07:00 |
John Molakvoæ
|
8633f13e0a
|
chore(eslint): fix missing import extensions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-03-23 08:14:19 +07:00 |
Nextcloud bot
|
4521c79169
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-03-23 02:27:06 +07:00 |
Artur Neumann
|
e97540b9c6
|
move mocks into private variables
Signed-off-by: Artur Neumann <artur@jankaritech.com>
|
2023-03-14 17:18:56 +07:00 |
Artur Neumann
|
707e69b203
|
adjust SettingsController tests
Signed-off-by: Artur Neumann <artur@jankaritech.com>
|
2023-03-14 17:13:29 +07:00 |