- 18 Nov, 2020 2 commits
- 05 Nov, 2020 2 commits
-
-
Ariel Fuggini authored
-
JC Brand authored
-
- 04 Nov, 2020 1 commit
-
-
JC Brand authored
-
- 02 Nov, 2020 2 commits
-
-
JC Brand authored
OMEMO should not be enabled if the device is not trusted and also not if the cache gets cleared on logout.
-
Dele Olajide authored
Fixes #1250 Change favicon color when unread messages
-
- 30 Oct, 2020 1 commit
-
-
Dele Olajide authored
When Converse runs inside a browser extension, enable browser sync and local storage for persistent storage
-
- 29 Oct, 2020 4 commits
-
-
JC Brand authored
-
JC Brand authored
In MUCs, messages are fetched too late in order for it to be practical to wait for messages before rendering various parts of the MUC view. Previously there was a bug, in the sense that `messages.fetched` was `undefined` when being `await`ed in `updateAfterMessagesFetched`. Once this was fixed, this issue became clear.
-
JC Brand authored
since we create the `fetched` promise earlier
-
JC Brand authored
Fixes #2241
-
- 28 Oct, 2020 1 commit
-
-
JC Brand authored
-
- 27 Oct, 2020 2 commits
-
-
JC Brand authored
When we're showing only one chat at a time, we want to make sure that all other chats have their `hidden` flag set to `true`. Previously this was done in chatboxviews, but given that we want to render UI based on state, this should be done in the headless part of Converse. As a result of the changes, the `beforeShowingChatView` has been removed.
-
JC Brand authored
-
- 26 Oct, 2020 1 commit
-
- 23 Oct, 2020 9 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
In the process, turn it into a component
-
JC Brand authored
-
JC Brand authored
-
Xavi authored
* keep message in place after edition by assigning previous message original timestamp * update time displayed to keep current behaviour * add test to check a message remains in the same position of the history after being edited * briefly describe pr changes in changelog
-
Xavi authored
-
Dele Olajide authored
-
Dele Olajide authored
-
- 21 Oct, 2020 1 commit
-
-
Dele Olajide authored
-
- 20 Oct, 2020 2 commits
-
-
JC Brand authored
-
JC Brand authored
- `allow_user_trust_override` - `clear_cache_on_logout` The `persistent_store` setting can now also be set to `sessionStorage` The `trusted` settings was in effect playing the role of two separate settings and implicitly affecting a third ('persistent_store'). By breaking it up, we make things more explicit and allow for new configurations. For example, clearing the cache on logout, while using some kind of persistent store.
-
- 19 Oct, 2020 1 commit
-
-
JC Brand authored
-
- 15 Oct, 2020 4 commits
-
-
bernard-ng authored
-
dependabot-preview[bot] authored
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.** - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Bernard Ngandu authored
use muc-toolbar-btn-color for background
-
Xavi authored
* allow the use of MUC affiliation, MUC role, and VCard roles as hats * update setting documentation * remove filter from VCard roles * update naming and documentation to make explicit the use of XEP-317 Hats * include muc_hats config option update to changelog
-
- 14 Oct, 2020 2 commits
-
-
Bernard Ngandu authored
* notify changes to client on bookmark-update * update XEP-115 caps verification string
-
JC Brand authored
-
- 13 Oct, 2020 4 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
in 1:1 chats. See: https://xmpp.org/extensions/xep-0313.html#archives_id
-
- 09 Oct, 2020 1 commit
-
-
JC Brand authored
-