Ferdinand Thiessen
4e8484608a
Merge pull request #41683 from nextcloud/fix/41677-ab_navigation_stops_on_2_elements_inside
...
Remove unneeded links and add `focus-visible` state on a link
2023-11-24 01:49:55 +07:00
julia.kirschenheuter
58d34f0f60
Remove unneeded links and add `focus-visible` state on a link
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-11-24 00:51:33 +07:00
Ferdinand Thiessen
faa2f2d551
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-24 00:49:31 +07:00
Ferdinand Thiessen
a9c627cd91
Merge pull request #41687 from nextcloud/fix/unified-search-view
...
fix(core): Subscribe to navigation changes on mounted for Unified search
2023-11-23 21:27:41 +07:00
fenn-cs
8c6c0d1c85
Focus global search input on open
...
For better accesibility, the search input in the global search
modal should be focused when the search modal is opened.
Resolves: https://github.com/nextcloud/server/issues/41651
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-23 17:40:37 +07:00
Andy Scherzinger
953382e937
Merge pull request #41669 from nextcloud/app-based-filtering-global-search
...
Add app-based filtering to global search
2023-11-23 16:51:35 +07:00
fenn-cs
a67905a8c6
Add app-based filtering to global search
...
Emit search queries from the global search modal that would trigger
list filtering in various apps that support it.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-23 13:02:27 +07:00
Andy Scherzinger
7646f68cd7
Merge pull request #41680 from nextcloud/Jerome-Herbinet-change-update-wording
...
Replace "Update" with "Edit" in advanced share settings
2023-11-23 13:58:18 +07:00
Andy Scherzinger
ea9127cd02
Merge pull request #41672 from nextcloud/bugfix/4872/fix-star-stroke-color
...
Fix star stroke color on hover
2023-11-23 13:55:39 +07:00
Ferdinand Thiessen
fca05f4613
fix(core): Subscribe to navigation changes on mounted for Unified search
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-23 13:26:42 +07:00
Jérôme Herbinet
50d6213db3
npm run build
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-23 10:35:30 +07:00
Joas Schilling
376f8c3574
chore(assets): Recompile JS
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-23 10:39:07 +07:00
Marco Ambrosini
accdb2d712
Fix star stroke color on hover
...
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-23 09:24:25 +07:00
nextcloud-command
efed41fe6a
chore(deps): fix npm audit
...
Signed-off-by: GitHub <noreply@github.com>
2023-11-23 08:00:31 +07:00
Pytal
ca91eda240
Merge pull request #41638 from nextcloud/fix/41625-Replace_contacts-menu_search_and_unified-search_with_NcTextField
...
Replace input form with `NcTextField`
2023-11-22 09:39:16 +07:00
Marco Ambrosini
fc3636792a
Show shared label only if the current user have shared the file.
...
The presence of the text "Sharing label" in all shared files caused
the view to be too loaded, so it's been decided to show it only when
the current user is the owner of the share.
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-22 15:41:50 +07:00
Marco
f476220f09
Add star indicator in file description
...
Signed-off-by: Marco <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-22 13:41:50 +07:00
julia.kirschenheuter
ab845405df
Replace input form with `NcTextField`
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-11-22 14:14:56 +07:00
Maksim Sukharev
e1d3fb53bc
Merge pull request #41641 from nextcloud/fix/41269/remove-emoji-status-border
...
fix(user_status): remove border from emoji picker
2023-11-22 08:35:32 +07:00
Louis Chemineau
c7e2c340a8
Trigger default action when open file initial state is set
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-21 19:45:41 +07:00
Maksim Sukharev
c823076239
chore(user_status): compile assets
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-11-21 14:58:11 +07:00
fenn-cs
701e626d18
Move search result section to component & hide thumbnail if error
...
The section that handles the search result list item is big and complex enough
to have it's own component. Inside this component, a new method is added to hide
the thumbnail preview if the image load errors out.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-21 13:29:03 +07:00
Louis
ff92a0a02d
Merge pull request #41617 from nextcloud/artonge/fix/error_files_versions_previews
...
Handle error in previews for files versions
2023-11-21 10:55:49 +07:00
Julius Härtl
bd9e1a6f6f
chore: Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 21:45:15 +07:00
Louis Chemineau
6896724dd4
Handle error in previews for files versions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-20 18:12:25 +07:00
Ferdinand Thiessen
543e2dbf0f
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-20 17:09:48 +07:00
nextcloud-command
f4dbe8d9a6
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-19 15:02:01 +07:00
Christopher Ng
a1fcc0341d
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-17 16:42:50 +07:00
Grigorii K. Shartsev
346c6173f2
fix(files): make table view a valid html table
...
<div> is not allowed as a <table> child
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-18 00:16:13 +07:00
Ferdinand Thiessen
0b55db7f1d
fix(cypress): Adjust user settings tests for changed actions component
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-17 23:16:23 +07:00
Ferdinand Thiessen
9b9133c0e9
chore: Update `@nextcloud/vue` to 8.2.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-17 22:41:05 +07:00
Julius Härtl
018cf71820
fix: Avoid invisible areas through keyboard navigation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-17 17:48:32 +07:00
julia.kirschenheuter
ff2ef8d0d6
Replace ActionLink with ActionButton on sharing tab
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
So-authored-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-17 16:55:05 +07:00
Ferdinand Thiessen
8c24a32fda
Merge pull request #41560 from nextcloud/fix/a11y/advanced-sharing-focus
...
fix(a11y): Focus on sharing quick permission radio
2023-11-17 11:41:54 +07:00
Christopher Ng
95c889a65e
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-16 16:14:36 +07:00
Christopher Ng
4c126f2906
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-16 16:05:00 +07:00
nextcloud-command
75796ba250
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-16 20:39:16 +07:00
Ferdinand Thiessen
82e08f1df3
Merge pull request #41519 from nextcloud/fix/files-sorting
...
fix(files): Ensure folders and favorites are sorted first regardless of sorting mode
2023-11-16 19:59:56 +07:00
nextcloud-command
7f462649da
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-16 14:03:17 +07:00
Ferdinand Thiessen
1be7eb1402
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-16 14:25:43 +07:00
Ferdinand Thiessen
75284bcf69
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-16 14:16:16 +07:00
Joas Schilling
04c3fea7ac
Merge pull request #41485 from nextcloud/bugfix/noid/sort-asc-by-default
...
fix(files): Sort list ASC by default
2023-11-16 10:35:15 +07:00
Joas Schilling
9e1e6a8d93
chore(assets): Recompile JS
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-16 06:31:41 +07:00
Joas Schilling
9a9cdce79f
chore(assets): Recompile JS
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-16 06:20:31 +07:00
Pytal
50f8d6c129
Merge pull request #41335 from nextcloud/enh/a11y/admin-collab-tags
...
enh(systemtags): Add accessible system tags form
2023-11-15 20:52:36 +07:00
Ferdinand Thiessen
0d4ece537a
Merge pull request #41506 from nextcloud/Valdnet-patch-1
...
Correct spelling
2023-11-16 02:47:23 +07:00
Christopher Ng
3354b6ba7c
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-15 17:13:14 +07:00
Valdnet
b9473b46ad
Correct spelling
...
Unification of spelling in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-15 19:26:58 +07:00
julia.kirschenheuter
9d9fffb9d3
Move delete share button into the scrolling container
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-11-15 17:11:10 +07:00
Louis Chemineau
c249c56e70
Bump @nextcloud/dialogs to v5.0.1
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-15 14:11:19 +07:00