Vincent Petry
5db3f9d9f2
Merge pull request #5291 from nextcloud/bugfix/5027/popup-use-container-for-fullscreen
...
Use container property to fix popups in fulllscreen mode
2021-03-04 16:40:21 +01:00
Joas Schilling
9700c39520
Merge pull request #5314 from nextcloud/techdebt/noid/cleanup-code-checking
...
Cleanup code checking
2021-03-04 14:34:54 +01:00
Joas Schilling
3001c53ba1
Add linting for 8.0
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-04 14:24:53 +01:00
Joas Schilling
c1895cc55b
"The app code checker doesn't check anything and this command will be removed in Nextcloud 23"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-04 14:24:40 +01:00
Joas Schilling
af38552894
Merge pull request #5310 from nextcloud/enh/5290
...
don't allow to delete other persons chats in 1-1 chats
2021-03-04 11:07:20 +01:00
Jakob Röhrl
2c3f80bb08
Don't allow to delete other persons chats in 1-1 chats
...
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2021-03-04 10:22:54 +01:00
Vincent Petry
de3cd732c2
Merge pull request #5302 from nextcloud/enh/5297/message-direct-reply-button
...
Direct reply button in message row
2021-03-04 09:45:34 +01:00
Joas Schilling
bb005880a6
Merge pull request #5307 from nextcloud/changelog/11.1.1+10.1.3
...
Add changelog for 11.1.1 and 10.1.3
2021-03-04 09:35:45 +01:00
Joas Schilling
71ae362a52
Add changelog for 11.1.1 and 10.1.3
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-04 09:32:44 +01:00
Vincent Petry
b19eef1ca9
Force menu in message row
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2021-03-04 09:31:56 +01:00
Nextcloud bot
5bf97d54bc
[tx-robot] updated from transifex
2021-03-04 03:18:28 +00:00
Vincent Petry
9eaa04318e
Use container property to fix popups in fulllscreen mode
...
Many popup components are usually appending themselves to the document
body. This doesn't work in fullscreen mode where we use another
component as the root.
This fix sets the "container" property for all relevant popup components
to make sure they can be visible in fullscreen mode.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-03 17:26:15 +01:00
marco
53f12a82ac
Merge pull request #5301 from nextcloud/bump/nextcloud-vue/3.7.0
...
Bump @nextcloud/vue from 3.6.0 to 3.7.0
2021-03-03 16:19:53 +00:00
Vincent Petry
5ff1981e6d
Direct reply button in message row
...
Moved reply button outside the actions menu in the message row.
This way it is quicker for the user to find and click.
Also fixes hasActions to also include third party message actions for
making the menu visible. The latter worked before only by chance.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-03 16:47:05 +01:00
Vincent Petry
cabb893b83
Bump @nextcloud/vue from 3.6.0 to 3.7.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-03 16:07:40 +01:00
Nextcloud bot
c642f3b889
[tx-robot] updated from transifex
2021-03-03 03:16:43 +00:00
Vincent Petry
4b78e91927
Merge pull request #5273 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.13.8
...
Bump @babel/preset-env from 7.12.17 to 7.13.8
2021-03-02 20:13:28 +01:00
Joas Schilling
c48008efdc
Merge pull request #5082 from nextcloud/bugfix/4552/fix-duplicate-on-delete
...
Fix redirect when deleting current conversation
2021-03-02 10:12:54 +01:00
Nextcloud bot
d366e69de5
[tx-robot] updated from transifex
2021-03-02 03:20:53 +00:00
dependabot[bot]
97abc217b8
Bump @babel/preset-env from 7.12.17 to 7.13.8
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.17 to 7.13.8.
- [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.13.8/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 11:01:10 +00:00
Vincent Petry
6e8f9c889e
Merge pull request #5272 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.13.8
...
Bump @babel/runtime from 7.12.18 to 7.13.8
2021-03-01 11:57:32 +01:00
Vincent Petry
443d776b93
Merge pull request #5274 from nextcloud/dependabot/npm_and_yarn/babel/core-7.13.8
...
Bump @babel/core from 7.12.17 to 7.13.8
2021-03-01 11:57:02 +01:00
Vincent Petry
f8eb680495
Merge pull request #5277 from nextcloud/dependabot/npm_and_yarn/stylelint-13.11.0
...
Bump stylelint from 13.10.0 to 13.11.0
2021-03-01 11:54:41 +01:00
Joas Schilling
7281ab49bb
Merge pull request #5215 from nextcloud/bugfix/5192/force-leave-on-lock
...
When locking a conversation, kick out everyone
2021-03-01 11:27:14 +01:00
Joas Schilling
ea7ea7f863
Merge pull request #5266 from nextcloud/techdebt/noid/remove-non-existing-token-attr
...
Remove obsolete usage of token attr in ChatView
2021-03-01 11:24:41 +01:00
Joas Schilling
8e13e12146
Merge pull request #5269 from nextcloud/bugfix/noid/refresh-files-chat-tab-on-select
...
When reselecting the chat tab, reevaluate fileinfo
2021-03-01 11:19:08 +01:00
Joas Schilling
4c8f23f451
Merge pull request #5270 from nextcloud/bugfix/5027/fullscreen-fix-actions-menus
...
Fix Actions menus in fullscreen mode
2021-03-01 11:13:54 +01:00
Nextcloud bot
1bc9854016
[tx-robot] updated from transifex
2021-03-01 03:13:28 +00:00
Nextcloud bot
27a6ce2b22
[tx-robot] updated from transifex
2021-02-28 03:11:34 +00:00
dependabot[bot]
5b940ee434
Merge pull request #5278 from nextcloud/dependabot/npm_and_yarn/vue-fragment-1.5.2
2021-02-27 03:39:15 +00:00
dependabot[bot]
f4b71e43a5
Merge pull request #5275 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.21
2021-02-27 03:18:05 +00:00
Nextcloud bot
ae911fa69a
[tx-robot] updated from transifex
2021-02-27 03:15:47 +00:00
dependabot[bot]
69c40499f6
Bump vue-fragment from 1.5.1 to 1.5.2
...
Bumps [vue-fragment](https://github.com/Thunberg087/vue-fragment ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/Thunberg087/vue-fragment/releases )
- [Commits](https://github.com/Thunberg087/vue-fragment/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27 02:11:37 +00:00
dependabot[bot]
10fc31e34a
Bump stylelint from 13.10.0 to 13.11.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.10.0 to 13.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.10.0...13.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27 02:10:54 +00:00
dependabot[bot]
f3c92c770f
Bump lodash from 4.17.20 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27 02:08:03 +00:00
dependabot[bot]
eb214bd915
Bump @babel/core from 7.12.17 to 7.13.8
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.17 to 7.13.8.
- [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.13.8/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27 02:07:16 +00:00
dependabot[bot]
a2484c2318
Bump @babel/runtime from 7.12.18 to 7.13.8
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.12.18 to 7.13.8.
- [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.13.8/packages/babel-runtime )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27 02:04:47 +00:00
Vincent Petry
c2d3a5e0cb
Fix Actions menus in fullscreen mode
...
Fullscreen mode is applied on the "#content-vue" container, so now all
relevant Actions components are using that as container too.
This makes the actions menu visible also in fullscreen mode.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-26 15:21:13 +01:00
Vincent Petry
d6a29b2265
When reselecting the chat tab, reevaluate fileinfo
...
When reselecting the chat tab, some changes might have happened in other
tabs like sharing. This refreshes the view when this happens.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-26 11:58:46 +01:00
Vincent Petry
6e7bf7395a
Merge pull request #5265 from nextcloud/bugfix/5214/blocked-lobby-no-call-icon
...
Hide call icon when blocked by lobby
2021-02-26 08:13:38 +01:00
Nextcloud bot
4cef20f028
[tx-robot] updated from transifex
2021-02-26 03:14:41 +00:00
Vincent Petry
5ff4d5d408
Don't expose hasCall in lobby mode for non-moderators
...
This will hide the icon in the UI for non-moderators
when a call is in progress between moderators in lobby mode.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-25 17:45:39 +01:00
Vincent Petry
e511e5defd
Ongoing call warnings are now condition
...
Only show ongoing call warnings in settings dialog when a call is
actually in progress.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-25 17:40:09 +01:00
Vincent Petry
c3f60426be
Remove obsolete usage of token attr in ChatView
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-25 16:01:32 +01:00
Vincent Petry
dd1f2d7143
Merge pull request #5264 from nextcloud/bump/nextcloud-vue/3.6.0
...
Bump @nextcloud/vue from 3.5.4 to 3.6.0
2021-02-25 14:47:43 +01:00
Vincent Petry
da7a4c52d9
Bump @nextcloud/vue from 3.5.4 to 3.6.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-25 10:27:27 +01:00
Joas Schilling
0392c192ff
Merge pull request #5262 from nextcloud/bugfix/noid/check-viewer-handlers-before-using
...
Check viewer handlers before using them
2021-02-25 09:22:31 +01:00
Joas Schilling
da2588e47f
Merge pull request #4935 from nextcloud/feature/noid/move-more-settings-to-conversation-settings
...
Copy actions in conversation menu into the new conversation settings dialog
2021-02-25 09:22:09 +01:00
Joas Schilling
57e7d2f5fc
Check viewer handlers before using them
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-25 08:25:58 +01:00
Nextcloud bot
f64d87549c
[tx-robot] updated from transifex
2021-02-25 03:15:58 +00:00