Joas Schilling
80402f025d
Do not overwrite the focus-visible of vue apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10 13:03:28 +07:00
Joas Schilling
f41edf26bd
Fix "More" app icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-05 11:53:50 +07:00
Carl Schwan
3fa6ee3c60
Fix login flow
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27 11:29:12 +07:00
Carl Schwan
253118298d
Redesign guest pages for better accessibility
...
- Use white box and put content on it
- Improve focus indicator
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27 10:43:21 +07:00
Vincent Petry
8e1240add8
Bump nextcloud-dialogs from 3.1.2 to 3.1.4
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 23:32:07 +07:00
Vincent Petry
255d22fa71
Remove obsolete notification container
...
The future is TOAST 🍞
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 13:54:24 +07:00
Vincent Petry
bb2557c389
Replace files app ids to classes
...
Replaced ids to classes for the following:
- #filestable -> .files-filestable
- #fileList -> .files-fileList
- #controls -> .files-controls
- #emptycontent -> .emptyfilelist.emptycontent
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26 10:19:19 +07:00
Julius Härtl
d98f512007
Make sure app menu text opacity matches the icons
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25 08:49:46 +07:00
Julius Härtl
e165564607
Add legacy popover focus outline
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-20 08:43:03 +07:00
Julius Härtl
9e3c8b6708
Merge pull request #33267 from nextcloud/bugfix/noid/button-hover
...
Use hover css variable for primary buttons
2022-07-19 08:14:54 +07:00
Pytal
d07b78635e
Merge pull request #33240 from nextcloud/fix/login-input-focus
2022-07-18 09:54:22 +07:00
Julius Härtl
9e0d6f5608
Use hover css variable for primary buttons and add proper focus outline
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18 18:24:26 +07:00
Julius Härtl
87320cba99
Fix styling for single skip buttons globally
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-16 10:17:15 +07:00
Christopher Ng
d2854c4e5a
Fix login input focus border
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-15 17:16:21 +07:00
Joas Schilling
df74c7a337
Fix settings icon color
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13 12:09:36 +07:00
Christopher Ng
8aaac57ee6
Use Button component to show password for improved accessibility
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-07 17:46:49 +07:00
Christopher Ng
0b0ef105c5
Use button for grid view toggle instead of hidden checkbox
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-09 00:09:57 +07:00
Christopher Ng
fc56c0eb91
Fix focus styling
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-09 00:06:53 +07:00
Christopher Ng
c1054ea5eb
Augment keyboard accessibility of contacts menu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-07 16:57:13 +07:00
Louis Chemineau
dfd98fab12
Prevent button in notifications to be impacted by css rule
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-02 18:34:19 +07:00
Carl Schwan
c1499519d4
Improve accessibility with more visible focus indication for non vue apps
...
- Add visible-focus effect on each header entry
- Show focus outline when using focus-visible (keyboard navigation)
- Add polyfy for focus-visible since it's only very recently available
on webkit
- Change text for link to home button to describe the destination and
not the current page
- Improve focus effect in app sidebar navigation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16 13:21:48 +07:00
John Molakvoæ
264adf0c3b
Fix profile and add gradient-primary-background
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:01 +07:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +07:00
John Molakvoæ
cc6037e438
Migrate core scss
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:10:59 +07:00
Louis Chemineau
2b685c0e9a
Use toast.scss from @nextcloud/dialogs
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-12 14:53:48 +07:00
John Molakvoæ
5a0b28d603
Merge pull request #32326 from nextcloud/fix/icons-cacher
2022-05-11 09:28:58 +07:00
John Molakvoæ
cb73fe26b8
Compile theming
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-11 08:35:23 +07:00
John Molakvoæ
c59c3b5c1f
Migrate to static icons colours
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-10 23:24:06 +07:00
Vanessa Pertsch
721b2597bc
keyboard focus on login input fields
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-10 16:29:17 +07:00
Git'Fellow
c57fc7918f
Fix indentation
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 17:39:38 +07:00
Git'Fellow
eabfd20e16
Typo
...
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 15:30:41 +07:00
Git'Fellow
88bb5f773d
Switch to overflow-wrap
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 13:12:16 +07:00
Git'Fellow
07153a191e
Fix tooltips overflow
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-05-05 07:52:26 +07:00
Simon L
66e61be9ca
Revert "Show the child folders in the breadcrumb menu when on a parent entry."
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-29 13:03:49 +07:00
John Molakvoæ
5e8a3eb66c
Fix header apps icons
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28 18:12:29 +07:00
John Molakvoæ
7c5bb555e7
Fix logo colour on bright primary colour
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28 18:11:30 +07:00
John Molakvoæ
d9b77bc2eb
Fix dark theme primary mix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-26 09:00:11 +07:00
John Molakvoæ
1dee36c761
Remove accessibility
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 19:00:28 +07:00
John Molakvoæ
69d1d1a84e
Write body theme selector straight in the template
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 09:31:07 +07:00
John Molakvoæ
fa18a77fa2
Fix twofactor loading and public image
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 09:31:06 +07:00
John Molakvoæ (skjnldsv)
a1aaaaa0c8
Update and fix theming images
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-04-21 09:31:06 +07:00
John Molakvoæ (skjnldsv)
738fcba51a
Update search icon size
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-04-21 09:31:05 +07:00
Joas Schilling
b3cf312edc
Start theming providers
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-21 09:29:33 +07:00
Cyrille Bollu
c6a5c07041
Adds a "Request password" button to the public share authentication page for shares
...
of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing
non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves.
- Creates a migration step for the files_sharing app to add the 'password_expiration_time'
attribute to the oc_shares table.
- Makes share temporary passwords' expiration time configurable via a system value.
- Adds a system config value to allow permanent share passwords
-Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue
See https://github.com/nextcloud/server/issues/31005
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-04-11 21:58:24 +07:00
Joas Schilling
4032f0b2c8
Fix alternative login buttons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-09 11:43:17 +07:00
John Molakvoæ
53f379fe3f
Center dialog new file menu
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-07 13:03:18 +07:00
Joas Schilling
62261558f9
Fix missing focus highlight for guest buttons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-25 11:44:17 +07:00
Carl Schwan
16e9e242ed
Revert "Improve layout for the public download page"
...
This reverts commit 2e55ce0899 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-10 10:35:13 +07:00
Carl Schwan
60a7e36f9b
Revert "Fix loading of the text app in public shared links"
...
This reverts commit d3d117c4a8 .
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-10 10:35:01 +07:00
Christian Paier
0942aed8db
Show the parent folders in the breadcrumb menu when on a child entry.
...
Previously, clicking on an menu item in the breadcrumb menu removed the
parent entries of the path, i.e.:
Clicking on the "to" entry in "/path/to/some/folder" changed the
breadcrumb menu to show only the "/path/to" entries.
With this change the breadcrumb menu changes this behaviour as the full
path is still visible (and usable) but with the "to" entry beeing
highlighted.
Signed-off-by: Christian Paier <hallo+git@cpaier.com>
2022-02-02 21:19:23 +07:00