Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-24 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #41678 from nextcloud/branchoff/master-is-now-29 | Arthur Schiwon | 2023-11-23 | 1 | -2/+2 | |
|\ | | | | | Master is now 29 | |||||
| * | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2023-11-23 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -14/+13 | |
|/ | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-11 | 2 | -2/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-04 | 2 | -2/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-11-01 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-31 | 6 | -0/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-30 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-29 | 14 | -0/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-28 | 134 | -536/+664 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Create semantically right table for the "OAuth 2.0 clients" | julia.kirschenheuter | 2023-10-27 | 2 | -29/+43 | |
| | | | | | | Adapt styles Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-24 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | adjust phpdoc types in OauthApiController | Julien Veyssier | 2023-10-05 | 1 | -4/+4 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | update OpenAPI specs | Julien Veyssier | 2023-10-05 | 1 | -8/+18 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | update autoload files | Julien Veyssier | 2023-10-05 | 2 | -0/+2 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | adjust oauth app | Julien Veyssier | 2023-10-05 | 2 | -3/+5 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | adjust oauth tests | Julien Veyssier | 2023-10-05 | 2 | -4/+5 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | rename oauth2_access_token's created_at to code_created_at | Julien Veyssier | 2023-10-05 | 5 | -20/+20 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | add db index on oauth2_access_tokens's (token_count, created_at) | Julien Veyssier | 2023-10-05 | 1 | -3/+6 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | add test for refusing to get an oauth token from a code when we're not in ↵ | Julien Veyssier | 2023-10-05 | 1 | -0/+27 | |
| | | | | | | authorization state Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | delete oauth access token when receiving a code that has expired | Julien Veyssier | 2023-10-05 | 1 | -0/+3 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | refuse oauth authorization code if a token has already been delivered ↵ | Julien Veyssier | 2023-10-05 | 1 | -1/+11 | |
| | | | | | | (active token) Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | cleanup access tokens that are still in authorization state and that have ↵ | Julien Veyssier | 2023-10-05 | 6 | -5/+127 | |
| | | | | | | expired Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | add tests for oauth2 authorization code expiration | Julien Veyssier | 2023-10-05 | 2 | -8/+64 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 6 | -7/+97 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | Add labels for input fields | julia.kirschenheuter | 2023-09-22 | 1 | -7/+21 | |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | |||||
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 2 | -5/+5 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | chore: Update nextcloud-vue to v8 beta2 and renamed changed properties | Ferdinand Thiessen | 2023-08-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-19 | 2 | -0/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | oauth2: Add OpenAPI spec | jld3103 | 2023-07-12 | 3 | -13/+25 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-08 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 3 | -53/+49 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | add bruteforce protection in OauthApiController | Julien Veyssier | 2023-06-19 | 2 | -5/+23 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-19 | 2 | -6/+24 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | add extra migration that sets the secret column length in case the previous ↵ | Julien Veyssier | 2023-06-14 | 4 | -1/+59 | |
| | | | | | | step has run when it was setting it to 256 Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | make oauth2 client secret column larger | Julien Veyssier | 2023-06-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | add test that inserts a long oauth client secret | Julien Veyssier | 2023-06-14 | 1 | -0/+10 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-11 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-10 | 2 | -8/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix oauth2 tests | Julien Veyssier | 2023-06-08 | 2 | -25/+53 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-07 | 10 | -84/+162 | |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | Add OpenAPI specs | jld3103 | 2023-05-24 | 1 | -0/+216 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-05-21 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-05-17 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | chore(autoloader): Update autoloaders with composer 2.5.5 | Joas Schilling | 2023-04-21 | 3 | -11/+22 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-30 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(eslint): fix missing import extensions | John Molakvoæ | 2023-03-23 | 2 | -5/+5 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-23 | 2 | -0/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | move mocks into private variables | Artur Neumann | 2023-03-14 | 1 | -2/+8 | |
| | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> |