dependabot[bot]
d3d0ede6c0
Bump css-vars-ponyfill from 2.4.7 to 2.4.8
...
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill ) from 2.4.7 to 2.4.8.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases )
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.7...v2.4.8 )
---
updated-dependencies:
- dependency-name: css-vars-ponyfill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-10 18:19:10 +07:00
dependabot[bot]
95fa9c242d
Bump v-click-outside from 3.1.2 to 3.2.0
...
Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside ) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/ndelvalle/v-click-outside/releases )
- [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.2...v3.2.0 )
---
updated-dependencies:
- dependency-name: v-click-outside
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-09 19:16:36 +07:00
Joas Schilling
f47f9c6785
Fix eslint line breaks
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 13:41:07 +07:00
Joas Schilling
5c8e949a55
Add empty alt tags for decorative icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 13:03:45 +07:00
Joas Schilling
fb53842a61
Fix inverting on darkmode and spacing
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08 12:57:14 +07:00
Julius Härtl
79e642123b
Merge pull request #33448 from nextcloud/bugfix/allow-download-label
2022-08-04 22:24:11 +07:00
dependabot[bot]
f64f19be88
Merge pull request #33269 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.2
2022-08-04 18:55:24 +07:00
Julius Härtl
02fd7d2216
Fix label for allow download share permission
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-04 15:21:10 +07:00
Carl Schwan
256c78374f
Improve Devices & sessions settings
...
- Add label for better accessibility
- Only allow to add app token with a name
- Align in rows
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-02 00:38:28 +07:00
Carl Schwan
7b723813ce
Multiple fixes
...
- Fix tests
- Use non deprecated event stuff
- Add a bit of type hinting to the new stuff
- More safe handling of instanceOfStorage (share might not be the first
wrapper)
- Fix resharing
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-31 19:37:59 +07:00
dependabot[bot]
2ad99b766c
Bump jquery-ui from 1.13.1 to 1.13.2
...
Bumps [jquery-ui](https://github.com/jquery/jquery-ui ) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2 )
---
updated-dependencies:
- dependency-name: jquery-ui
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-28 18:15:58 +07:00
dependabot[bot]
ef7ffa5157
Bump core-js from 3.22.0 to 3.22.3
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.0 to 3.22.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.0...v3.22.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-27 20:16:28 +07:00
Vincent Petry
3e9c52ae5f
Merge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons
...
Accessible names for share panel buttons
2022-07-27 14:31:48 +07:00
Carl Schwan
791a18246f
Merge pull request #33265 from nextcloud/fix/carl/login-boxes
...
Redesign guest pages for better accessibility
2022-07-27 12:37:13 +07:00
Louis
5edab673a7
Merge pull request #33300 from nextcloud/fix/dashboard-dark-color-theme
...
dashboard: Fix dark theme detection
2022-07-27 11:29:30 +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
bbfad33a40
Fix caldav invitation related public pages
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27 10:43:22 +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
4a8cbb82fd
Accessible names for share panel buttons
...
Added aria-label for the buttons on the share panel.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 23:03:38 +07:00
dependabot[bot]
7566b305d7
Bump underscore from 1.12.0 to 1.13.4
...
Bumps [underscore](https://github.com/jashkenas/underscore ) from 1.12.0 to 1.13.4.
- [Release notes](https://github.com/jashkenas/underscore/releases )
- [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.13.4 )
---
updated-dependencies:
- dependency-name: underscore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 13:10:22 +07:00
Ferdinand Thiessen
800f6b350e
dashboard: Fix dark theme detection
...
When system default color theme is selected for theming,
the enabledThemes array is empty or just contains one entry 'default',
in this case the color theme has to be retrieved from the browser.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26 11:54:35 +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
Vincent Petry
623d53315b
Merge pull request #33206 from nextcloud/enh/27869/consolidate
...
Consolidate account property getters
2022-07-26 09:13:24 +07:00
Carl Schwan
6206b312b2
Merge pull request #33338 from nextcloud/fix/contrast-search-icon
...
Fix contrast of the search icon
2022-07-25 15:29:02 +07:00
Carl Schwan
9d8870eede
Fix contrast of the search icon
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-25 12:48:35 +07:00
Vincent Petry
b7ae7393e9
Recompilation attempt with updated npm
...
node v14.20.0
npm 8.15.0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-22 17:17:10 +07:00
Vincent Petry
be6285acf6
Fix sharing panel lighthouse warnings
...
Replaced h5 with span and adjusted selectors.
Fixed ul/li hierarchy of some elements.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-22 17:49:55 +07:00
Vincent Petry
6c42874f04
Merge pull request #33297 from nextcloud/fix/filepicker-new-button
...
FilePicker: Hide `newButton` outline if only picking is allowed
2022-07-21 15:56:34 +07:00
Carl Schwan
bff1e9a9f5
Merge pull request #32646 from jld3103/fix/user-status-heartbeat-api
...
Make user status heartbeat API publicly accessible
2022-07-21 13:59:51 +07:00
jld3103
3e7a36b309
Make user status heartbeat API publicly accessible
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-07-21 13:07:34 +07:00
jld3103
6c2ea4b29c
Add Neon user-agent
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-07-21 12:39:44 +07:00
Christopher Ng
34308087d6
Consolidate account property getters
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-21 01:14:23 +07:00
Christopher Ng
ecdde8dd5c
Use material design icons in Email component
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-21 00:05:13 +07:00
Ferdinand Thiessen
003c76cca2
FilePicker: Hide also outline of `new` button if type is `CHOOSE`
...
If the filepicker mode is set to `FILEPICKER_TYPE_CHOOSE`
currently only the button but not the outline of it is hidden.
This also hides the outline to fix #33142
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-20 18:03:53 +07:00
Julius Härtl
d5437e2a30
Merge pull request #33255 from nextcloud/fix/login-password-translation
...
LoginForm: Fix password label translation call
2022-07-18 14:34:31 +07:00
Marcel Klehr
c991089bfc
LoginForm: Fix password label translation call
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-18 10:29:31 +07:00
Carl Schwan
6a6ce39d0b
Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-setting
...
Cleanup oauth2 admin settings
2022-07-18 11:47:53 +07:00
Joas Schilling
ecb30a22f2
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15 09:15:24 +07:00
Pytal
4832853f65
Merge pull request #33222 from nextcloud/bugfix/noid/fix-translation-of-user-exists-error
2022-07-14 10:57:30 +07:00
Joas Schilling
a90913ac98
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14 15:58:33 +07:00
Carl Schwan
53db418ee9
Cleanup oauth2 admin settings
...
- Use more vue components
- Add link to doc
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-14 12:16:13 +07:00
Joas Schilling
0e7647c2eb
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14 10:30:59 +07:00
Carl Schwan
4e0574e184
Port encryption admin settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-13 14:58:55 +07:00
nextcloud-command
25bcaed5c1
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-12 09:24:05 +07:00
John Molakvoæ
48ece9f345
Merge pull request #33163 from nextcloud/enh/a11y-account-property-labels
2022-07-08 11:41:50 +07:00
Christopher Ng
ad0f2db292
Add current scope to scope actions label
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-07 19:02:24 +07:00
Pytal
43a2501bf2
Merge pull request #33148 from nextcloud/enh/a11y-login-show-password
2022-07-07 11:43:43 +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
e0492074aa
Add expanded attribute to button for listing others with access
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-07 17:23:50 +07:00