Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-27 | .travis.yml: fix a typo | Kitsune Ral | |
2020-03-26 | Travis CI: build with and without E2EE | Kitsune Ral | |
2020-03-26 | Fix building tests without E2EE | Kitsune Ral | |
2020-03-26 | Connection: allRooms(), rooms(), roomsCount(); deprecate roomMap() | Kitsune Ral | |
Backport of #354. | |||
2020-03-26 | SsoSession and Connection::prepareForSso() | Kitsune Ral | |
Final part of #388 backport. | |||
2020-03-26 | Connection: loginWithToken(); connectWithToken() -> assumeIdentity() | Kitsune Ral | |
Part of #388 backport. | |||
2020-03-26 | Connection: support getting the list of login flows | Kitsune Ral | |
Backport of #386. | |||
2020-03-26 | Support for receiving m.reaction events | Kitsune Ral | |
Continuation of the #341 backport. | |||
2020-03-26 | Refactoring around Connection::onSyncSuccess() | Kitsune Ral | |
The method grew large and a bit unwieldy over the years. | |||
2020-03-26 | AliasesEventContent::toJson(): optimise generated JSON | Kitsune Ral | |
2020-03-26 | Room::aliases(): don't add canonical alias if it's empty | Kitsune Ral | |
Fixes #394. | |||
2020-03-25 | Support of MSC1849 message editing | Kitsune Ral | |
This is a backport of #341, as fixed by #373 and #376. | |||
2020-03-25 | Room: make downloaded file name building more robust | Kitsune Ral | |
Backport of a fix for #366. | |||
2020-03-25 | Redaction: update essential keys list | Kitsune Ral | |
No more special: - prev_content (MSC1954, fixes #318) - aliases (follow up on MSC2432) | |||
2020-03-25 | Initialise read marker if none is found in the whole timeline | Kitsune Ral | |
Backport of a fix to #361. | |||
2020-03-25 | Fix room highlighting for names with hashtag | Alexey Andreyev | |
Fixes #359 | |||
2020-03-25 | BaseJob: Only send access token when needed | Kitsune Ral | |
This is a basic fix for #358, without a workaround added in 5937127b (such workaround would break API compatibility). | |||
2020-03-25 | qmc-example: make tests work again | Kitsune Ral | |
2020-03-25 | BaseJob: support M_USER_DEACTIVATED error code | Kitsune Ral | |
Backport for #344. | |||
2020-03-25 | Update the cache for sure if unread counters were changed | Kitsune Ral | |
Backport of #345. | |||
2020-03-25 | setAvatarForRoom: try recover from otherAvatars inconsistency | Kitsune Ral | |
Cherry-pick of what seems to be a fix for #347. | |||
2020-03-25 | .well-known support | Kitsune Ral | |
Squashed cherry-pick of #330. | |||
2020-03-25 | Support for server notices rooms (MSC1452) | Kitsune Ral | |
Fixes #326. | |||
2020-03-25 | linkifyUrls(): be more conservative in parsing serverparts | Kitsune Ral | |
Closes #321. | |||
2020-03-25 | Fix missing alias updates; make Room aliases accessors work (using MSC2432) | Kitsune Ral | |
Backport of #383 to 0.5.x branch. Fixes #301. | |||
2020-03-25 | Compatibility with Qt 5.14 | Kitsune Ral | |
2020-03-25 | .travis.yml: be explicit about using trusty | Kitsune Ral | |
Travis CI switched to xenial by default since some time ago. | |||
2020-03-24 | Connection: fix a deprecation warning | Kitsune Ral | |
2020-03-23 | Expose aliases() and altAliases() as properties | Black Hat | |
2020-03-21 | Merge pull request #383 from ram-nad/msc2432-fix | Kitsune Ral | |
fixing msc2432 | |||
2020-03-21 | Update aliases code lib/room.cpp | Ram Nad | |
Co-Authored-By: Kitsune Ral <Kitsune-Ral@users.sf.net> | |||
2020-03-20 | Merge branch 'msc2432-fix' of github.com:ram-nad/libQuotient into msc2432-fix | Ram Nad | |
2020-03-20 | emit nameChanged() on AliasesChange | Ram Nad | |
2020-03-20 | Make rvalue constructor explicit Update lib/events/roomcanonicalaliasevent.h | Ram Nad | |
Co-Authored-By: Kitsune Ral <Kitsune-Ral@users.sf.net> | |||
2020-03-20 | Make constructor explicit lib/events/roomcanonicalaliasevent.h | Ram Nad | |
Co-Authored-By: Kitsune Ral <Kitsune-Ral@users.sf.net> | |||
2020-03-20 | dont use this | Ram Nad | |
2020-03-20 | added altAliases() | Ram Nad | |
2020-03-20 | Merge pull request #389 from quotient-im/kitsune-login-flows | Kitsune Ral | |
Support single sign-on | |||
2020-03-20 | adding header in qmake | Ram Nad | |
2020-03-20 | made suggested changes | Ram Nad | |
2020-03-20 | Add warranty in lib/events/roomcanonicalaliasevent.h | Ram Nad | |
Co-Authored-By: Kitsune Ral <Kitsune-Ral@users.sf.net> | |||
2020-03-19 | Merge pull request #376 from rpallai/editing-fixes | Kitsune Ral | |
Simple changes for sending edits | |||
2020-03-18 | SsoSession and Connection::prepareForSso() | Kitsune Ral | |
The response in the web browser is quite barebone, just enough to give feedback that things are alright. Closes #386. Closes #388. | |||
2020-03-17 | Use constant | Roland Pallai | |
Co-Authored-By: Kitsune Ral <Kitsune-Ral@users.sf.net> | |||
2020-03-17 | MSC1849 compatible edited messages (#373) | Roland Pallai | |
* Make handling of edited messages MSC1849 compatible Server side aggregation replaces `content` with `new_content` in edited messages. The same must be done at client side on incremental updates to keep timeline consistent. As server side aggregations is in use by default from Synapse 1.2.0 this patch fixes a real issue. | |||
2020-03-15 | Connection: loginWithToken(); connectWithToken() -> assumeIdentity() | Kitsune Ral | |
2020-03-14 | Connection: minor cleanup | Kitsune Ral | |
2020-03-13 | Connection: support getting the list of login flows | Kitsune Ral | |
The flows themselves are not facilitated in any way (yet). | |||
2020-03-13 | Merge pull request #346 from quotient-im/aa13q-e2ee-encrypted-msg | Kitsune Ral | |
E2EE: implement receiving of the messages | |||
2020-03-12 | E2EE: Make building E2EE optional. Contributes to #369 | Alexey Andreev | |
Signed-off-by: Alexey Andreev <aa13q@ya.ru> |