julia.kirschenheuter
fc3744e949
Change contactsmenu structure to a list
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-30 14:38:52 +02:00
julia.kirschenheuter
ef97df258a
Replace custom tooltips with native ones of entries in contacts menu.
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-29 15:02:18 +02:00
julia.kirschenheuter
9ec8ba7d84
Create headings for settings pages
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-09 10:37:27 +01:00
Christopher Ng
7343b212db
Add label and switch ocdialog close button to button element
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-07 01:18:10 +00:00
Christopher Ng
b3b4174d6c
Add avatar contact img description
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-05 08:48:11 +00:00
Christopher Ng
56f644acac
Add name for home breadcrumb in filepicker
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-26 22:19:48 +00:00
Christopher Ng
6e6e3cd4ed
Add focus border for search results
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-24 16:59:24 -08:00
Christopher Ng
65179836d6
Port user menu to Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit c77998209f )
2023-02-24 12:40:38 -08:00
Simon L
1ddf4328e9
fix too long entries in contacts-menu
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-16 10:52:39 +00:00
Louis Chemineau
6da48df354
Restore copy button text on directory fetch error
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-09 11:05:42 +01:00
Christopher Ng
ad12f75798
Fix focus not returning to search icon
...
- Remove programmatic focusing already handled by focus-trap
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-26 23:58:57 +00:00
Christopher Ng
3a49400944
Port global search menu to focus trapped NcHeaderMenu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-19 07:44:37 +00:00
Christopher Ng
6f3a0e2e91
Focus trap contacts menu with NcHeaderMenu port
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-18 15:06:57 -08:00
zorn-v
0b6344ea37
Remove js navigation on alternative login click
...
Signed-off-by: zorn-v <zorn7@yandex.ru>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-10 23:59:46 +00:00
Thomas Citharel
23f9dd3cc8
Allow target="_blank" in app navigation items
...
Which was removed in the Vue rewrite in #33728 . This breaks things like https://github.com/nextcloud/external/issues/79
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-01-05 07:40:17 +01:00
julia.kirschenheuter
055f4217c8
Change focused items behavior that neighbor elements (text and border) have no overlapping.
...
Add native tooltips to items.
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-22 15:31:19 +01:00
Vincent Petry
8bda44f38c
Merge pull request #35497 from nextcloud/backport/35494/stable25
...
[stable25] Remove old code from comment to not trigger automatic scanners more than needed
2022-12-16 16:59:25 +01:00
Christopher Ng
de64b3b2a0
Improve verbosity of search description
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-13 01:07:17 +00:00
Christopher Ng
928db64213
Fix contrast of global search headings
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 29b1748e2c )
2022-12-08 17:57:16 +00:00
Joas Schilling
ea41d47992
Remove old code from comment to not trigger automatic scanners more than needed
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-29 15:59:03 +00:00
Daniel Kesselberg
3c66e7caac
Revert "Add minimumInputLength for tags select"
...
This reverts commit e1d9b0bae2 .
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-11-24 11:24:28 +00:00
Christopher Ng
54296f5567
Allow single character search by default
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-24 01:17:26 +00:00
Simon L
ca8bbbd6f0
Merge pull request #35235 from nextcloud/backport/35227/stable25
...
[stable25] Limit toggle grid view button scope
2022-11-17 23:06:45 +01:00
Vincent Petry
8d0c5cc66a
Limit toggle grid view button scope
...
Limit the button action scope to the file picker dialog so that it
doesn't touch the file list present in the page.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-17 17:24:55 +00:00
Christopher Ng
e68be69dc9
Close global search menu when focus leaves
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-17 17:18:32 +00:00
Simon L
17a2e832a1
Fix AppMenu icons for firefox
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-16 01:47:38 +00:00
Christopher Ng
caceb9d0a8
Fix rendering of login headline
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-11-15 08:35:07 +00:00
Carl Schwan
2887ee0518
Fix icon of encrypted folders in filepicker
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-27 09:36:30 +00:00
Christopher Ng
b772dbd416
Fix more icon color
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-21 08:35:07 +00:00
Christopher Ng
4fc531bd03
Invert header icons on bright preset backgrounds
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-20 06:47:29 +00:00
Christopher Ng
adbaff71de
Fix empty password string being submitted to server
...
- Fix reveal password not working
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit dbaf8f3b89 )
2022-10-19 17:20:00 +00:00
blizzz
05e320a034
Merge pull request #34661 from nextcloud/backport/34614/stable25
...
[stable25] Fix regexp for unified searching in apps
2022-10-19 11:14:26 +02:00
Joas Schilling
6b1901f0e7
🧭 Fix rebuilding the navigation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-18 20:36:28 +00:00
Vincent Petry
08adbbd7ef
Fix regexp for unified searching in apps
...
Use the correct match for operators.
Prevent the dropdown to close itself when selecting an app to filter by.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-10-18 17:49:06 +00:00
Simon L
036af3556c
Merge pull request #34332 from nextcloud/backport/34327/stable25
...
[stable25] Fix starred favourite icon
2022-10-01 17:45:13 +02:00
Joas Schilling
019ffa2ec0
Only match http(s) URLs for references
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-30 06:11:45 +00:00
John Molakvoæ (skjnldsv)
77da30a906
Fix starred favourite icon
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-09-29 14:23:25 +00:00
Carl Schwan
f0cd60b21b
Clear search results when remove search query
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-19 18:28:40 +02:00
Valdnet
ac58ba5a90
l10n: Change to a capital letter
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-17 19:34:25 +02:00
Vincent Petry
8880fe3fd1
Merge pull request #34096 from nextcloud/bug/noid/tag-loading
...
Tag loading
2022-09-16 14:53:12 +02:00
Daniel Kesselberg
383701914c
Set focus to input field
...
Fix:
- TypeError: this.$refs.user.focus is not a function
- TypeError: this.$refs.password.focus is not a function
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-16 10:51:24 +02:00
Christopher Ng
a7c7d84f59
Reset global search on files sidebar navigation change
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15 18:55:00 +00:00
Daniel Kesselberg
700875d90d
Rewrite OC.SystemTags.getDescriptiveTag to vanilla js
...
For every tag a deprecation warning is emitted.
With 10k tags the ui becomes unresponsive and inspector crashed occasionally.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15 17:08:04 +02:00
Daniel Kesselberg
1bfac6d094
Improve loading for tags
...
When opening the tag select and type something the tags are loaded.
If you continue to type but the tags are not finally loaded yet (the first xhr request is still running)
another xhr request is triggered. This happens for every keystroke.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15 12:01:28 +02:00
Daniel Kesselberg
e1d9b0bae2
Add minimumInputLength for tags select
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-15 12:01:28 +02:00
Joas Schilling
5267ea2624
Add an OCP method to check the shortcut state and use it for global search and menu control
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15 11:20:08 +02:00
Vincent Petry
71eab82117
Adjust recommended apps page
...
Removed collabora code.
Added description for richdocuments as the name will be "Nextcloud
Office" pulled from the app store.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-09-14 18:28:19 +02:00
Carl Schwan
7ea015f0d1
Merge pull request #34042 from nextcloud/profile/section-plugin
...
Add api to load additional section in profile page
2022-09-14 13:35:31 +02:00
Carl Schwan
66a7a89898
Add api to load additional section in profile page
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-14 12:55:40 +02:00
Simon L
0846a3f6fe
Merge pull request #34039 from nextcloud/enh/34037/heading-login-form
...
add a heading to the login form
2022-09-12 21:41:45 +02:00