aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #40795 from ↵Christoph Wurst2023-10-061-0/+2
|\ | | | | | | | | nextcloud/fix/user/log-app-token-login-name-mismatch-user fix(user): Log affected user of app token login name mismatch
| * fix(user): Log affected user of app token login name mismatchChristoph Wurst2023-10-061-0/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #40719 from nextcloud/enh/a11y/semantic-user-tablePytal2023-10-0518-279/+393
|\
| * fix(cypress): User table create/delete testsChristopher Ng2023-10-051-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(cypress): User table disable/enable testsChristopher Ng2023-10-051-6/+6
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(cypress): User table modify testsChristopher Ng2023-10-051-5/+5
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(cypress): User table column testsChristopher Ng2023-10-051-8/+8
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * chore: compile assetsChristopher Ng2023-10-056-9/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * enh(settings): Semantic user table markupChristopher Ng2023-10-058-247/+361
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0662-60/+156
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40766 from nextcloud/enh/noid/oauth2-code-expirationJulien Veyssier2023-10-0513-30/+362
|\ | | | | Make OAuth2 authorization code expire
| * adjust phpdoc types in OauthApiControllerJulien Veyssier2023-10-051-4/+4
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * update OpenAPI specsJulien Veyssier2023-10-051-8/+18
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * update autoload filesJulien Veyssier2023-10-052-0/+2
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * adjust oauth appJulien Veyssier2023-10-052-3/+5
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * adjust oauth testsJulien Veyssier2023-10-052-4/+5
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-056-21/+21
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * add db index on oauth2_access_tokens's (token_count, created_at)Julien Veyssier2023-10-051-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 Veyssier2023-10-051-0/+27
| | | | | | | | | | | | authorization state Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * delete oauth access token when receiving a code that has expiredJulien Veyssier2023-10-051-0/+3
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * refuse oauth authorization code if a token has already been delivered ↵Julien Veyssier2023-10-051-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 Veyssier2023-10-056-5/+127
| | | | | | | | | | | | expired Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * add tests for oauth2 authorization code expirationJulien Veyssier2023-10-052-8/+64
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-058-8/+104
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #40764 from nextcloud/chore/eslint-no-external-appsChristoph Wurst2023-10-051-2/+2
|\ | | | | chore: Do not lint external apps
| * chore: Do not lint external appsChristoph Wurst2023-10-041-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #40745 from nextcloud/fix/noid/ocm-provider-rewrite-rulesArthur Schiwon2023-10-052-1/+2
|\ \ | | | | | | fix ocm-provider rewrite rules
| * | Update .htaccessMaxence Lange2023-10-031-1/+1
| | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fix ocm-provider rewrite rulesMaxence Lange2023-10-022-1/+2
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-05242-266/+424
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40771 from ↵Pytal2023-10-0411-98/+35
|\ \ \ | | | | | | | | | | | | nextcloud/fix/37098/migrate-to-nc-icon-svg-wrapper
| * | | chore(assets): Recompile assetsGrigorii K. Shartsev2023-10-046-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-045-89/+26
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | Merge pull request #40768 from nextcloud/fix/37098/dashboard-duplicated-idsFerdinand Thiessen2023-10-043-7/+7
|\ \ \ \ | |/ / / |/| | | fix(dashboard): remove duplicated IDs on the dashboard page
| * | | chore: build assetsGrigorii K. Shartsev2023-10-044-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | fix(dashboard): remove duplicated IDsGrigorii K. Shartsev2023-10-041-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | Merge pull request #40662 from ↵Julia Kirschenheuter2023-10-048-11/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix-37080_correct_aria_label_text_on_action_inputs Correct `aria-label` on action input and text field
| * | | | chore(assets): Recompile assetsnextcloud-command2023-10-0487-0/+3644
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Correct `aria-label` on action input and text fieldjulia.kirschenheuter2023-10-0493-3652/+12
| |/ / / | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #40515 from nextcloud/fix/redirect-if-wrong-dirJohn Molakvoæ2023-10-041-1/+14
|\ \ \ \ | |/ / / |/| | |
| * | | fix: redirect to proper directory if file not foundJohn Molakvoæ (skjnldsv)2023-10-041-1/+14
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #40585 from nextcloud/fix/illegal-charactersJohn Molakvoæ2023-10-047-6/+38
|\ \ \
| * | | fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-047-6/+38
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #40660 from ↵Joas Schilling2023-10-046-8/+52
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/fix-missing-user-status-on-autocomplete-api fix(autocomplete): Fix missing user status on autocomplete endpoint
| * | | fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-286-8/+52
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #40439 from Koc/feature/clickable-logoJohn Molakvoæ2023-10-042-3/+15
|\ \ \ \
| * | | | Make logo in header clickable in the shared file viewKonstantin Myakshin2023-10-042-3/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
* | | | | Merge pull request #40756 from nextcloud/fix/encoded-sourceJohn Molakvoæ2023-10-0488-154/+155
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(files): legacy humanFileSize testsJohn Molakvoæ2023-10-045-15/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-0383-139/+140
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>