julia.kirschenheuter
af14bbbbbc
Change header semantic in the user status dialog
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-29 07:29:45 +07:00
julia.kirschenheuter
e056cd621d
User status dialog a11y: make different focus and active state for OnlineStatusSelect and PredefinedStatus
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-17 17:08:24 +07:00
John Molakvoæ
9cc2f25072
Update @nextcloud/dialogs@ and fix toasts styling
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-02 16:31:52 +07:00
John Molakvoæ
a6684da737
Compile assets
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-19 10:03:01 +07:00
Carl Schwan
a18f5e76d5
Make css rule important
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-18 08:13:01 +07:00
Carl Schwan
7d35e2223b
Fix vertical alignment of user status icon
...
Now it is properly centered even if the font size is bigger (when using
the dislexia font)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 16:09:26 +07:00
dependabot[bot]
1f8f088337
Bump @nextcloud/moment from 1.2.0 to 1.2.1
...
Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-moment/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
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-10-13 01:53:16 +07:00
nextcloud-command
5a888596b4
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-29 18:07:53 +07:00
nextcloud-command
076d4dd7db
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-28 18:58:43 +07:00
Carl Schwan
3fcb05e900
Port Profile section checbox to NcCheckoxRadioSwitch component
...
Improve accessibility and unify the design
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12 15:38:20 +07:00
Carl Schwan
3431e63c12
Bump nc vue to beta2
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09 15:17:03 +07:00
Carl Schwan
bc9a488046
Update avatars on update
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-09 14:23:41 +07:00
nextcloud-command
f14264ee52
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-29 06:14:56 +07:00
Carl Schwan
f1ce2c2b93
Fix rebasing issues and improve profile settings page a bit more
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:51:10 +07:00
Vincent Petry
bfb52957c7
Update to @nextcloud/vue-6.0.0-beta.4
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25 08:54:40 +07:00
Vincent Petry
d0473214cd
Add Nc prefix to Nc vue component names
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25 08:38:00 +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
szaimen
e8b1740c96
use an en-dash for the userstatus panel
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-30 11:57:40 +07:00
dependabot[bot]
ed89243950
Bump webpack from 5.72.0 to 5.73.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.0 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
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-06-06 16:19:06 +07:00
Joas Schilling
1429a9a8ef
Also reset the status on clearAt
...
When you set yourself to "DND - In a meeting" for one hour,
the expectation is that you are also "online"/normal again
when the meeting is over. So we extend the logic to also include
the status itself to be reverted.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27 11:32:53 +07:00
Joas Schilling
52737c029c
Don't overwrite certain values if the refreshing comes in via short updates
...
This e.g. happens from the talk participant list which only has the status, message and icon.
Due to the overwriting e.g. the clearAt was overwritten with null
and afterwards the status modal showed "Invalid date" as "Clear at"
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-27 09:30:16 +07:00
Carl Schwan
da49e3f3e0
Port share by mail settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19 15:45:44 +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
nextcloud-command
369a7f3128
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-21 19:00:29 +07:00
dependabot[bot]
4c31929341
Bump moment from 2.29.1 to 2.29.2
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2 )
---
updated-dependencies:
- dependency-name: moment
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-04-09 23:13:07 +07:00
Carl Schwan
ddc739b5ac
Retrieve user status only once when displaying page
...
We don't need to inject it in the template if the data is already
available in the initial state. This is also a bit cleaner.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05 19:28:06 +07:00
dependabot[bot]
7e3f1bcc9f
Bump sass from 1.49.9 to 1.49.11
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.9 to 1.49.11.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.9...1.49.11 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
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-04-03 13:56:47 +07:00
Vanessa Pertsch
0cdd7e9fcd
quick fix for focus on weather and customize button
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-23 13:26:55 +07:00
Vanessa Pertsch
383387f11c
fix: button type to tertiary
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-03-21 13:31:05 +07:00
dependabot[bot]
44921c156d
Bump @nextcloud/moment from 1.1.1 to 1.2.0
...
Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/nextcloud/nextcloud-moment/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.1.1...v1.2.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
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-03-19 16:33:19 +07:00
Christopher Ng
108abd77ed
Add profile default setting for admin
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-18 02:55:12 +07:00
Vanessa Pertsch
bf7150eae7
add new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-02 14:33:44 +07:00
szaimen
1116529b56
fix all modals after vue 5.0
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-22 13:27:14 +07:00
Louis Chemineau
99570df60a
Use asset-loader instead of url-loader
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-14 14:50:09 +07:00
Joas Schilling
40e141ee4a
Fix selecting user status, clear time and app password scope
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-07 09:11:42 +07:00
dependabot[bot]
fea10250d2
Bump @nextcloud/axios from 1.8.0 to 1.9.0
...
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
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-01-22 10:47:14 +07:00
Louis Chemineau
ddbe62ae40
Compile frontend
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-21 13:13:52 +07:00
dependabot[bot]
f0be9aa0a8
Bump style-loader from 2.0.0 to 3.3.1
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 2.0.0 to 3.3.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v2.0.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: style-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-19 17:17:15 +07:00
dependabot[bot]
8300f44440
Bump webpack from 5.46.0 to 5.66.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.46.0 to 5.66.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.46.0...v5.66.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
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-01-17 14:41:41 +07:00
Louis Chemineau
d92cbf5149
Typing corrections
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11 17:12:55 +07:00
Louis Chemineau
cd53bc8e22
Fix webpack version
...
Reason: https://github.com/webpack/webpack/pull/14628
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08 10:15:47 +07:00
Louis Chemineau
a6874aa7ce
Compile bundle
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08 10:15:45 +07:00
John Molakvoæ (skjnldsv)
fc536de25c
Ensure mapfile consistency
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08 10:14:52 +07:00
John Molakvoæ (skjnldsv)
74b9803108
Eslint fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08 10:14:05 +07:00