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

5548 Коммитов

Автор SHA1 Сообщение Дата
Nextcloud bot 206aec1a58
[tx-robot] updated from transifex 2020-02-01 03:01:40 +00:00
marco 2cbce20612
Merge pull request #2870 from nextcloud/bugfix/noid/chat-loading
Improve chat loading
2020-01-31 15:13:07 +01:00
marco 9afba6e995
Merge pull request #2872 from nextcloud/axios
rm -rf jquery/
2020-01-31 15:07:16 +01:00
Joas Schilling 52add20363
Merge pull request #2857 from nextcloud/feature/2546/improve-new-group-creation
Improve new group conversation feature
2020-01-31 10:17:04 +01:00
Marco Ambrosini 9f5289e528 Reset password protect checkbox to it's initial state when closing
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-31 10:08:40 +01:00
Joas Schilling 920869aca6
Merge pull request #2873 from nextcloud/update-participant-docs
Clarify circles support when adding participants
2020-01-31 10:04:11 +01:00
Nextcloud bot 735ed18f4d
[tx-robot] updated from transifex 2020-01-31 03:00:03 +00:00
Mario Đanić 95eeaf769b
Clarify circles support when adding participants 2020-01-30 22:38:42 +01:00
Marco Ambrosini 5386941d62 Confirm name by pressing enter
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-30 18:16:06 +01:00
Joas Schilling 55d81965c8
Replace jQuery.ajax() with axios calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 18:12:35 +01:00
Marco Ambrosini de32da44b6 Fix plaintext password
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-30 16:23:25 +01:00
Joas Schilling 56eeb09cb4
Merge pull request #2869 from nextcloud/bugfix/noid/mention-spams-network-requests
Dont spam requests when typing a mention
2020-01-30 16:12:25 +01:00
Joas Schilling c42ee0a464
Dont spam requests when typing a mention
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 16:11:56 +01:00
Joas Schilling 8433778222
Make the service more readable
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 15:09:39 +01:00
Joas Schilling 0677bac41b
Only load history once
When we already have a history, we don't need to load more from it on entering the conversation

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 15:04:12 +01:00
Joas Schilling 27cfb82d8b
Respect last-chat header and make sure that messages are received to the correct token
Before the header was not respected and instead the last message id of the known
chat messages was used. This ment that when there were too many commands
which are not visible to the user, the chat would load for ever.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 15:04:11 +01:00
Joas Schilling 583e812143
Don't accept users until a conversation is loaded
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 15:04:11 +01:00
Joas Schilling d9230460bd
Combine all watchers into one
Before getMessages() was called twice in the beginning,
making everything slower than necessary and giving a laggy feeling

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 15:03:30 +01:00
Joas Schilling 58315e6e4f
Merge pull request #2856 from nextcloud/bugfix/2853/pressing-enter-again-sends-invisible-message
Pressing enter again re-sends last message
2020-01-30 09:07:40 +01:00
Joas Schilling 6645107f1c
Merge pull request #2862 from nextcloud/bugfix/2861/fix-flow-notifications
Fix flow notifications
2020-01-30 09:01:56 +01:00
Nextcloud bot 3d069e025e
[tx-robot] updated from transifex 2020-01-30 03:03:31 +00:00
Joas Schilling c414e4c394
Merge pull request #2860 from nextcloud/bugfix/2696/unread-own-messages
Mark own messages immediatelly read
2020-01-29 15:14:18 +01:00
Marco Ambrosini eee7fa16a1 Remove unnecessary template element
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-29 13:25:04 +01:00
Marco Ambrosini f3475c2d13 Add docs to the new_group_conversation feature
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-29 13:25:04 +01:00
Marco Ambrosini d4daf5745c Display search icon in the search-box
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-29 10:15:47 +01:00
Joas Schilling d23840d7fc
Merge pull request #2859 from nextcloud/bugfix/noid/design-sticky-avatar
Avoid jump when avatar gets sticky
2020-01-29 09:44:52 +01:00
Joas Schilling 6d162dc025
Fix flow notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-29 09:37:22 +01:00
Julius Härtl 9e614a9e58
Avoid jump when avatar gets sticky
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 09:11:33 +01:00
Marco Ambrosini d658ba76a8 Focus on the input when clicking the search hint
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-29 08:38:13 +01:00
Marco Ambrosini b0f04b237f Display search hint at the end of the participants list
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-29 08:28:09 +01:00
Nextcloud bot 3547f95232
[tx-robot] updated from transifex 2020-01-29 03:03:19 +00:00
Joas Schilling 670ef340d2
Mark own messages immediatelly read
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-28 16:59:48 +01:00
Joas Schilling 92aeb14f95
Pressing enter again re-sends last message
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-28 09:52:13 +01:00
Nextcloud bot 9a288a52b6
[tx-robot] updated from transifex 2020-01-28 03:04:08 +00:00
Marco Ambrosini f38eb3ce56 Display some possible participants by default
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-27 17:28:53 +01:00
Joas Schilling 160445a530
Merge pull request #2850 from nextcloud/changelog/8.0.1
Add changelog for 8.0.1
2020-01-27 10:54:02 +01:00
Joas Schilling 85915a2457
Add changelog for 8.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-27 10:53:46 +01:00
Joas Schilling ce7a4c932b
Merge pull request #2838 from nextcloud/bugfix/722/update-guestnames
Update guest names on chat messages and in the call
2020-01-27 09:23:49 +01:00
Joas Schilling 7dda57d056
Merge pull request #2844 from nextcloud/typo/noid/fix-docs
Fix typos in the docs
2020-01-27 09:23:31 +01:00
dependabot-preview[bot] 4938dc5e41
Merge pull request #2846 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.0.0-beta.31 2020-01-27 07:59:22 +00:00
Nextcloud bot f119b550d8
[tx-robot] updated from transifex 2020-01-27 03:02:19 +00:00
Nextcloud bot 8a065889e2
[tx-robot] updated from transifex 2020-01-26 03:01:11 +00:00
dependabot-preview[bot] f4fb069fe7
Bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.0.0-beta.30 to 1.0.0-beta.31.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.0.0-beta.31/packages/test-utils)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-26 02:14:05 +00:00
Nextcloud bot 487d5b3920
[tx-robot] updated from transifex 2020-01-25 03:00:44 +00:00
Joas Schilling e4311434c5
Fix typos in the docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-24 14:33:48 +01:00
Ivan Sein 7a557f9670
Merge pull request #2842 from nextcloud/bugfix/2817/delete-confirmation
Require confirmation before deleting a conversation
2020-01-24 11:15:07 +01:00
Joas Schilling e1a3e53ae6
Require confirmation before deleting a conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-24 10:26:05 +01:00
Nextcloud bot 03d97e7a48
[tx-robot] updated from transifex 2020-01-24 03:00:59 +00:00
Joas Schilling fd8b434eba
Merge pull request #2836 from nextcloud/bugfix/2558/call-indicator-missing-in-participant-list
Add call indicator to participant list
2020-01-23 16:30:03 +01:00
Joas Schilling 3f3d653a42
Don't show call-icon for search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-23 15:32:01 +01:00