Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #40795 from ↵ | Christoph Wurst | 2023-10-06 | 1 | -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 mismatch | Christoph Wurst | 2023-10-06 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #40719 from nextcloud/enh/a11y/semantic-user-table | Pytal | 2023-10-05 | 18 | -279/+393 |
|\ | |||||
| * | fix(cypress): User table create/delete tests | Christopher Ng | 2023-10-05 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix(cypress): User table disable/enable tests | Christopher Ng | 2023-10-05 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix(cypress): User table modify tests | Christopher Ng | 2023-10-05 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix(cypress): User table column tests | Christopher Ng | 2023-10-05 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | chore: compile assets | Christopher Ng | 2023-10-05 | 6 | -9/+9 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | enh(settings): Semantic user table markup | Christopher Ng | 2023-10-05 | 8 | -247/+361 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-06 | 62 | -60/+156 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #40766 from nextcloud/enh/noid/oauth2-code-expiration | Julien Veyssier | 2023-10-05 | 13 | -30/+362 |
|\ | | | | | Make OAuth2 authorization code expire | ||||
| * | 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 | 6 | -21/+21 |
| | | | | | | | | 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 | 8 | -8/+104 |
|/ | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Merge pull request #40764 from nextcloud/chore/eslint-no-external-apps | Christoph Wurst | 2023-10-05 | 1 | -2/+2 |
|\ | | | | | chore: Do not lint external apps | ||||
| * | chore: Do not lint external apps | Christoph Wurst | 2023-10-04 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #40745 from nextcloud/fix/noid/ocm-provider-rewrite-rules | Arthur Schiwon | 2023-10-05 | 2 | -1/+2 |
|\ \ | | | | | | | fix ocm-provider rewrite rules | ||||
| * | | Update .htaccess | Maxence Lange | 2023-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | fix ocm-provider rewrite rules | Maxence Lange | 2023-10-02 | 2 | -1/+2 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-05 | 242 | -266/+424 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #40771 from ↵ | Pytal | 2023-10-04 | 11 | -98/+35 |
|\ \ \ | | | | | | | | | | | | | nextcloud/fix/37098/migrate-to-nc-icon-svg-wrapper | ||||
| * | | | chore(assets): Recompile assets | Grigorii K. Shartsev | 2023-10-04 | 6 | -9/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapper | Grigorii K. Shartsev | 2023-10-04 | 5 | -89/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | | Merge pull request #40768 from nextcloud/fix/37098/dashboard-duplicated-ids | Ferdinand Thiessen | 2023-10-04 | 3 | -7/+7 |
|\ \ \ \ | |/ / / |/| | | | fix(dashboard): remove duplicated IDs on the dashboard page | ||||
| * | | | chore: build assets | Grigorii K. Shartsev | 2023-10-04 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | | fix(dashboard): remove duplicated IDs | Grigorii K. Shartsev | 2023-10-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | | Merge pull request #40662 from ↵ | Julia Kirschenheuter | 2023-10-04 | 8 | -11/+15 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix-37080_correct_aria_label_text_on_action_inputs Correct `aria-label` on action input and text field | ||||
| * | | | | chore(assets): Recompile assets | nextcloud-command | 2023-10-04 | 87 | -0/+3644 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | Correct `aria-label` on action input and text field | julia.kirschenheuter | 2023-10-04 | 93 | -3652/+12 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | | | | Merge pull request #40515 from nextcloud/fix/redirect-if-wrong-dir | John Molakvoæ | 2023-10-04 | 1 | -1/+14 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix: redirect to proper directory if file not found | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -1/+14 |
|/ / / | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #40585 from nextcloud/fix/illegal-characters | John Molakvoæ | 2023-10-04 | 7 | -6/+38 |
|\ \ \ | |||||
| * | | | fix(files): disallow illegal characters | John Molakvoæ (skjnldsv) | 2023-10-04 | 7 | -6/+38 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #40660 from ↵ | Joas Schilling | 2023-10-04 | 6 | -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 endpoint | Joas Schilling | 2023-09-28 | 6 | -8/+52 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #40439 from Koc/feature/clickable-logo | John Molakvoæ | 2023-10-04 | 2 | -3/+15 |
|\ \ \ \ | |||||
| * | | | | Make logo in header clickable in the shared file view | Konstantin Myakshin | 2023-10-04 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Konstantin Myakshin <molodchick@gmail.com> | ||||
* | | | | | Merge pull request #40756 from nextcloud/fix/encoded-source | John Molakvoæ | 2023-10-04 | 88 | -154/+155 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | fix(files): legacy humanFileSize tests | John Molakvoæ | 2023-10-04 | 5 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | | | | fix(files): encoded source path on actions requests | John Molakvoæ | 2023-10-03 | 83 | -139/+140 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |