Граф коммитов

9025 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling 54fa5b2ad9
Merge pull request #5048 from nextcloud/bugfix/3462/allow-adding-self-joined
Allow converting self-joined users participants to regular participants
2021-02-02 14:46:44 +01:00
Joas Schilling 4fe6085cc1
Merge pull request #5063 from nextcloud/fix/favorite-icon
Update favorite dark icon
2021-02-02 14:42:15 +01:00
Joas Schilling 9bd20f3607
Merge pull request #4861 from nextcloud/enh/deleteMsg
Delete chat messages
2021-02-02 14:30:18 +01:00
Joas Schilling 11a861c2cb
Prevent deleting system messages and shares
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:26 +01:00
Joas Schilling 065a1ef8b6
Fix JS docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:26 +01:00
Joas Schilling 919a3e9c1e
Don't allow replying to deleted messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:26 +01:00
Joas Schilling 0df02af770
Fix "you" for deleted chat messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling 79ff094265
Add integration tests for deleted messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling 47c76fa9eb
Add docs and restrict deleting to non-lobby and read-write chats
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling 5db677377a
Add a capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling 1391c5e0c0
Show error/warning if deleting wasn't as successful
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling a7e30320ce
Check max age on deleting
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling 77f6a4ead3
Allow to know when deleting might not be sufficient
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling c1fba14e65
Don't remove message from store on deleting it but update it correctly
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling 01359dfbe0
Render deleted chat messages differently
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:25 +01:00
Joas Schilling 9608867be3
Post a system message when deleting a message
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:24 +01:00
Joas Schilling 3d273aa6e8
Don't render the system message that someone deleted something
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:24 +01:00
Joas Schilling 06d992104d
Trigger API request to delete a chat message when the button is pressed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:24 +01:00
Joas Schilling dd06f39ee5
Add an endpoint to delete a message
For now it only creates a system message

Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 13:52:24 +01:00
Jakob Röhrl bfbce8d714
delete a message
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2021-02-02 13:52:23 +01:00
Joas Schilling b6028592ed
Merge pull request #5019 from nextcloud/feature/noid/allow-other-apps-to-register-message-actions
Allow other apps to register message actions
2021-02-02 13:30:14 +01:00
GretaD e0ec6d562b Update favorite dark icon
Signed-off-by: GretaD <gretadoci@gmail.com>
2021-02-02 13:25:32 +01:00
marco 1d10deda16
Merge pull request #5059 from nextcloud/feature/noid/make-conversation-creation-less-accident
Bring up the "new group conv" dialog for group results
2021-02-02 12:41:08 +01:00
Joas Schilling c3c6a0fbda
Merge pull request #5060 from meonkeys/mostlikely-typo-fix
fix spelling of "most likely" in multiple files
2021-02-02 12:25:07 +01:00
Joas Schilling a8db5f7e70
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-02 12:23:03 +01:00
Nextcloud bot 73bbb6d13a
[tx-robot] updated from transifex 2021-02-02 03:09:00 +00:00
Adam Monsen 4ca9ff4e3a fix spelling of "most likely" in multiple files
Signed-off-by: Adam Monsen <haircut@gmail.com>
2021-02-01 14:22:50 -08:00
Marco Ambrosini e75bee72db Create init.js file and include it in all entry points
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-02-01 16:26:50 +00:00
Joas Schilling 9a5e3d80a8
Bring up the "new group conv" dialog for group results
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-01 16:44:41 +01:00
Marco Ambrosini f073e7086b Allow other apps to register message actions
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-02-01 15:06:38 +00:00
Joas Schilling 8a9f63e9b9
Merge pull request #5052 from nextcloud/enh/4681/allow-resend-invitation-email
Allow resending invitation emails
2021-02-01 14:53:51 +01:00
Vincent Petry 6572296e67
Simplify passing attendeeId syntax
Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-01 14:06:21 +01:00
Joas Schilling 4cb6d134fb
Merge pull request #5053 from nextcloud/dependabot/npm_and_yarn/vue-router-3.5.1
Bump vue-router from 3.4.9 to 3.5.1
2021-02-01 13:41:17 +01:00
Vincent Petry d497e2a183
Adjust invitation resending after reviews
Remove userId legacy argument, only use attendeeId for resending.
Remove "email" from wordings.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Joas Schilling <coding@schilljs.com>
2021-02-01 11:43:59 +01:00
marco c46af29113
Merge pull request #5057 from nextcloud/bugfix/noid/allow-to-post-in-completely-empty-chats-again
Allow to post in completely empty chats
2021-02-01 11:42:59 +01:00
Joas Schilling d3024931ae
Allow to post in completely empty chats
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-01 09:21:57 +01:00
Vincent Petry f477a4b403
Reword resent invitation button
Co-authored-by: marco <marcoambrosini@pm.me>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-01 09:16:24 +01:00
Nextcloud bot 8ea3257d0d
[tx-robot] updated from transifex 2021-02-01 03:14:56 +00:00
Nextcloud bot e08b4f7306
[tx-robot] updated from transifex 2021-01-31 03:11:13 +00:00
marco ba7785ca85
Merge pull request #5017 from nextcloud/bugfix/5016/hover-color-for-grid-collapser
Add hover effects for grid collapser
2021-01-30 12:46:38 +01:00
Nextcloud bot 041a845034
[tx-robot] updated from transifex 2021-01-30 03:17:24 +00:00
dependabot[bot] 37836266f4
Merge pull request #5055 from nextcloud/dependabot/npm_and_yarn/emoji-regex-9.2.1 2021-01-30 02:25:06 +00:00
dependabot[bot] b62e5f4959
Bump vue-router from 3.4.9 to 3.5.1
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.9 to 3.5.1.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.4.9...v3.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30 02:22:43 +00:00
dependabot[bot] a64b168d8a
Merge pull request #5054 from nextcloud/dependabot/npm_and_yarn/vuex-3.6.2 2021-01-30 02:20:10 +00:00
dependabot[bot] 60bcfced64
Bump emoji-regex from 9.2.0 to 9.2.1
Bumps [emoji-regex](https://github.com/mathiasbynens/emoji-regex) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/mathiasbynens/emoji-regex/releases)
- [Commits](https://github.com/mathiasbynens/emoji-regex/compare/v9.2.0...v9.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30 02:15:09 +00:00
dependabot[bot] ff13a4e9db
Bump vuex from 3.6.0 to 3.6.2
Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.0 to 3.6.2.
- [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.6.0...v3.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30 02:09:35 +00:00
Vincent Petry 0d70608041
Add participant action to resend email invitation
Allow moderators to resend email invitations to individual participants
in the participant list's actions menu.

Adjusted endpoints to work with attendeeId as it was needed.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29 16:53:41 +01:00
Vincent Petry a18a3e682b
Added decent spinner when resending invitations
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29 16:26:19 +01:00
Vincent Petry 5f08c96ff6
Reword resendEmail to resendInvitation in APIs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29 16:23:50 +01:00
Vincent Petry 76543aadc7
Allow specifying participant on email resend API
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-29 15:54:57 +01:00