summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* chore(assets): Recompile JSJoas Schilling2024-01-104-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* enh(core): replaced previous native a element with NcButtonEduardo Morales2024-01-092-3/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(core): enhanced contrast when UserMenuItem is focusedEduardo Morales2024-01-092-3/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-092-3/+3
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): kept only first and last breadcrumb titlesEduardo Morales2024-01-082-3/+3
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* chore(assets): Recompile assetsnextcloud-command2024-01-082-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-082-3/+3
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #42630 from nextcloud/backport/41916/stable28Grigorii K. Shartsev2024-01-082-3/+3
|\ | | | | [stable28] fix(files): add visible label to webdav URL in settings
| * chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-082-3/+3
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #42622 from ↵Eduardo Morales2024-01-082-3/+3
|\ \ | | | | | | | | | | | | nextcloud/stable28-enh/settings/42440/preview-card-settings-now-satisfy-contrast-ratio [stable28] enh(settings): removed background-gradient to ensure contrast ratio a…
| * | enh(settings): removed background-gradient to ensure contrast ratio a11y ↵Eduardo Morales2024-01-082-3/+3
| |/ | | | | | | | | | | | | | | | | requirements Signed-off-by: Eduardo Morales <emoral435@gmail.com> (cherry picked from commit e5767898c7f328efffeef188025af442fe65ed79) Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* / [backport] chore(package): bumped nc-calendar to 2.0.1Eduardo Morales2024-01-082-3/+3
|/ | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-032-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-022-3/+3
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Bump NcVue to v8.4.0julia.kirschenheuter2024-01-02107-156/+178
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> chore(assets): Recompile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #42495 from ↵John Molakvoæ2023-12-282-3/+3
|\ | | | | | | nextcloud/stable28-fix/a11y/personal-info-headings
| * fix(settings): Use heading for Profile and Profile picture sectionsChristopher Ng2023-12-272-3/+3
| | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit ee11df899312d90cad4176a3427cd8878badf6e6) Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | enh(breadcrumbs): removed unnecessary aria labelEduardo Morales2023-12-282-3/+3
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | chore(assets): Recompile assetsnextcloud-command2023-12-282-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-272-3/+3
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | fix(files): allow silent batch actions errorsJohn Molakvoæ2023-12-272-3/+3
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(assets): Recompile assetsnextcloud-command2023-12-262-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2023-12-243-3/+25
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Rename "global search" to "unified search"fenn-cs2023-12-2221-73/+73
| | | | | | | | | | - Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2023-12-2174-111/+111
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #42118 from nextcloud/stable28-backport-42030Ferdinand Thiessen2023-12-217-7/+7
|\ | | | | [stable28] Replace input filed with password field and added password error message
| * Replace input filed with password field and added password error messagejulia.kirschenheuter2023-12-207-7/+7
| | | | | | | | | | | | | | | | | | Remove unneeded NcDateTimePicker Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> (cherry picked from commit 696545b5300326e57bd24821cb2746aee30a992b) Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | chore(assets): Recompile assetsnextcloud-command2023-12-204-6/+6
|/ | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add global accessibility switchLouis Chemineau2023-12-194-6/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #42294 from nextcloud/backport/42283/stable28Eduardo Morales2023-12-152-3/+3
|\ | | | | [stable28] fix: Ensure correct max contrast color is used when blurred background is used
| * fix(core): Make sure correct colors are used on blurred backgroundFerdinand Thiessen2023-12-152-3/+3
| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | chore(deps): Bump @nextcloud/upload to 1.0.4John Molakvoæ2023-12-158-13/+7
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): Partly revert 32c1aeb and show correct quota againFerdinand Thiessen2023-12-152-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files): fix download file encoded sourceJohn Molakvoæ2023-12-152-3/+3
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [stable28] fix(dashboard): changed h3 elements to h2Eduardo Morales2023-12-156-9/+9
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #42295 from nextcloud/backport/42132/stable28Eduardo Morales2023-12-152-3/+3
|\ | | | | [stable28] enh(oauth2): allowed toggling of aria label
| * enh(oauth2): allowed toggling of aria labelEduardo Morales2023-12-152-3/+3
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | chore(assets): Recompile assetsnextcloud-command2023-12-1475-111/+201
|/ | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(a11y): Unified search headingsChristopher Ng2023-12-142-3/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): navigation exactJohn Molakvoæ2023-12-142-3/+3
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2023-12-144-6/+6
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #42278 from nextcloud/fix/backport-28-42183Andy Scherzinger2023-12-142-3/+3
|\ | | | | [stable28] fix(UnifiedSearch): Drop title prop
| * chore: Compile assetsFerdinand Thiessen2023-12-144-6/+6
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Compile assetsFerdinand Thiessen2023-12-144-6/+6
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2023-12-088-12/+12
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2023-12-0711-15/+37
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2023-12-072-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #42076 from nextcloud/backport/42067/stable28Louis2023-12-077-7/+7
|\ | | | | [stable28] Fix some silent share bugs
| * chore(assets): Recompile assetsnextcloud-command2023-12-077-7/+7
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | chore(assets): Recompile JSJoas Schilling2023-12-078-12/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>