Nextcloud bot
77b3f810ae
[tx-robot] updated from transifex
2020-12-04 03:14:23 +00:00
Vincent Petry
ccb20028f5
Merge pull request #4711 from nextcloud/bugfix/noid/no-more-disco
...
Don't repeat calls to handler when using short keys
2020-12-03 18:01:04 +01:00
Vincent Petry
235d842cee
Don't repeat calls to handler when using short keys
...
When holding a shortcut key like "m" for mute, don't repeat the call to
the handler to avoid flickering.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-03 17:33:29 +01:00
Joas Schilling
bf6a37babd
Merge pull request #4708 from nextcloud/bugfix/noid/dont-select-timestamps
...
Don't select timestamp but selecting messages
2020-12-03 16:34:38 +01:00
Vincent Petry
5231d0ca27
Don't select timestamp but selecting messages
...
Fixes copying of multiple messages.
Now only the message bodies are included and no more timestamps.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-03 15:28:26 +01:00
Vincent Petry
87cd8eb3d7
Merge pull request #4709 from nextcloud/bugfix/noid/update-nextcloud-vue.3.3.1
...
Bump @nextcloud-vue from 3.3.0 to 3.3.1
2020-12-03 15:19:52 +01:00
Vincent Petry
e25d355ad0
Bump @nextcloud-vue from 3.3.0 to 3.3.1
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-03 14:43:59 +01:00
Nextcloud bot
c2c2c0c672
[tx-robot] updated from transifex
2020-12-03 03:13:43 +00:00
Nextcloud bot
c42af36f6c
[tx-robot] updated from transifex
2020-12-02 03:14:42 +00:00
Joas Schilling
316ac06f20
Merge pull request #4700 from nextcloud/bugfix/4668/fix-follow-self
...
Fix follow self + remember state after unfollowing + collapse stripe
2020-12-01 11:16:22 +01:00
Joas Schilling
e1f553a6f7
Merge pull request #4703 from nextcloud/bugfix/noid/participant-row-role-middle
...
Vertically align participant indicator
2020-12-01 10:41:16 +01:00
Joas Schilling
4d75c01909
Merge pull request #4704 from nextcloud/bugfix/noid/psalm-single-file
...
Help psalm find context when running single files
2020-12-01 10:35:02 +01:00
Joas Schilling
475dbecaca
Merge pull request #4689 from nextcloud/bugfix/4677/sip-follow-ups
...
Follow up for SIP changes
2020-12-01 09:02:17 +01:00
Joas Schilling
bdb462a0be
Fix unit tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-01 08:33:43 +01:00
Nextcloud bot
481ba14825
[tx-robot] updated from transifex
2020-12-01 03:13:20 +00:00
Vincent Petry
8fa167f970
Help psalm find context when running single files
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-30 20:56:02 +01:00
Vincent Petry
c90a6e5c7e
Remember last layout when unfollowing
...
After following, start presentation mode which will internally remember
the last state. When unfollowing, stop presentation mode which will
restore the previous state, unless tempered with previously.
This will now also automatically collapse the stripe and the own video
when following.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-30 17:25:16 +01:00
Vincent Petry
f23b0a2d16
Don't show controls when following own video
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-30 17:23:38 +01:00
Vincent Petry
d1274f09eb
Vertically align participant indicator
...
Center vertically the moderator and guest indicator in the participant
row.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-30 17:21:54 +01:00
Joas Schilling
2371782fd6
Fix return code when user can not enable SIP
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:43:34 +01:00
Joas Schilling
ae9226c636
Expose the dial-in information to clients
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:13:27 +01:00
Joas Schilling
8078dd8d27
Make sure we always generate a PIN for users when SIP is enabled
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:13:27 +01:00
Joas Schilling
671ded5486
Add docs and capability
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:13:26 +01:00
Joas Schilling
e0c4fd1b12
Generate a attendee pin for the moderator when enabling SIP and return it
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:13:26 +01:00
Joas Schilling
21194ecb64
Return SIP and attendee information when interacting with rooms API
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:13:26 +01:00
Joas Schilling
178a14e3cb
Guests should not see the settings panel
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:13:26 +01:00
Joas Schilling
80302f6af5
Make sure the key calculation is always unique
...
before it was s#0 for all email invites
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 16:13:26 +01:00
marco
de7672d243
Merge pull request #4576 from nextcloud/feature/4007/conversation-menu-to-sidebar
...
Move conversation menu options to a dialog
2020-11-30 15:56:04 +01:00
Vincent Petry
5d70066682
Merge pull request #4699 from nextcloud/bugfix/4574/sidebar-no-self-follow
...
Disallow following self in sidebar mode
2020-11-30 15:47:35 +01:00
Joas Schilling
7be00a1cb8
Merge pull request #4698 from nextcloud/techdebt/noid/allow-picking-api-versions-in-integration-tests
...
Techdebt/noid/allow picking api versions in integration tests
2020-11-30 14:28:37 +01:00
Joas Schilling
2a9b7341b2
Merge pull request #4697 from nextcloud/techdebt/noid/remove-duplicate-top-bar-height-var
...
Remove duplicate top bar height scss variable
2020-11-30 14:16:16 +01:00
Vincent Petry
1e19c7fbca
Disallow following self in sidebar mode
...
Remove hover effect and ignore clicks on a local video when in sidebar
mode, to prevent following self.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-30 14:14:37 +01:00
Joas Schilling
87caf0ddec
Merge pull request #4696 from nextcloud/bugfix/4668/sidebar-media-controls
...
Adjust local media control position in sidebar
2020-11-30 14:13:15 +01:00
Joas Schilling
b7cb0128c9
Merge pull request #4695 from nextcloud/feature/noid/no-response
...
Add "No response" bot
2020-11-30 14:07:39 +01:00
Joas Schilling
e913de8932
Allow picking the API version on all endpoints
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 13:57:16 +01:00
Vincent Petry
30d7606a7e
Remove duplicate top bar height scss variable
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-30 13:48:20 +01:00
Daniel Calviño Sánchez
21ce9a0231
Make possible to fetch room data with a specific API version
...
By default API version 1 will be used. To use a specific API version
" (v1)", " (v2)" or " (v3)" can be appended to the step name.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-30 13:48:01 +01:00
Vincent Petry
8b27713f08
Adjust local media control position in sidebar
...
When in sidebar, use the same size as the video for properly centering
the media controls.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-30 13:43:42 +01:00
Joas Schilling
8ac92fc7f3
Add "No response" bot
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-30 13:29:32 +01:00
Nextcloud bot
6caf1a4b9d
[tx-robot] updated from transifex
2020-11-30 03:13:17 +00:00
Joas Schilling
3b05503c65
Merge pull request #4692 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.2
...
Bump babel-loader from 8.2.1 to 8.2.2
2020-11-29 13:58:50 +01:00
Joas Schilling
df1355e045
Merge pull request #4691 from nextcloud/dependabot/npm_and_yarn/vuex-3.6.0
...
Bump vuex from 3.5.1 to 3.6.0
2020-11-29 13:58:41 +01:00
Joas Schilling
7eb7e97128
Merge pull request #4690 from nextcloud/dependabot/npm_and_yarn/babel/core-7.12.9
...
Bump @babel/core from 7.12.7 to 7.12.9
2020-11-29 13:58:29 +01:00
Nextcloud bot
ff3915127a
[tx-robot] updated from transifex
2020-11-29 03:12:24 +00:00
Nextcloud bot
c58800bdf7
[tx-robot] updated from transifex
2020-11-28 03:10:19 +00:00
dependabot-preview[bot]
44240dbfcd
Bump babel-loader from 8.2.1 to 8.2.2
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.1...v8.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-28 02:19:29 +00:00
dependabot-preview[bot]
d505265dce
Bump vuex from 3.5.1 to 3.6.0
...
Bumps [vuex](https://github.com/vuejs/vuex ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/vuejs/vuex/releases )
- [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vuex/compare/v3.5.1...v3.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-28 02:17:49 +00:00
dependabot-preview[bot]
1dd0f6d24d
Bump @babel/core from 7.12.7 to 7.12.9
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.7 to 7.12.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.9/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-28 02:15:46 +00:00
Vincent Petry
828af670a6
Replace Action components with plain HTML inputs
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-27 15:50:58 +01:00
Vincent Petry
959abc1c76
Add "more settings" menu item to open sidebar settings
...
Created a new dialog for conversation settings.
It includes the share link settings (aka guest access), the
moderation settings and the SIP settings.
Added notifications after success/error when saving.
Added field disabling logic while saving which provides some visual
feedback.
Refactored various "conversation" computed properties to all use the
same dummy conversation object when the token was not found.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-27 15:50:46 +01:00