Age | Commit message (Expand) | Author |
2021-12-01 | Add function to decrypt notifications | Tobias Fella |
2021-12-01 | Move non-cache data to a non-cache location | Tobias Fella |
2021-12-01 | Save olm account on shutdown | Tobias Fella |
2021-12-01 | Add mxc protocol to the networkaccessmanager | Tobias Fella |
2021-12-01 | Implement download and decryption of encrypted files | Tobias Fella |
2021-12-01 | Store pickling key in qtkeychain and pickle encrypted | Tobias Fella |
2021-12-01 | Fix build without E2EE | Tobias Fella |
2021-12-01 | Fix FTBFS | Tobias Fella |
2021-12-01 | Fix everything | Carl Schwan |
2021-12-01 | ssl | Carl Schwan |
2021-12-01 | E2EE: initial port to internal olm wrapper | Alexey Andreyev |
2021-10-13 | connection.h: more doc-comments | Alexey Rusakov |
2021-09-10 | Move URL creation to Room/Connection; use query instead of fragment | Alexey Rusakov |
2021-08-22 | Drop other stuff deprecated pre- or early 0.6 | Alexey Rusakov |
2021-07-18 | MembershipType -> Membership, also used for JoinState | Alexey Rusakov |
2021-02-26 | Add public method to determine if we can change the user password | Carl Schwan |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2021-01-15 | Merge pull request #428 from ognarb/licensing | Kitsune Ral |
2020-12-28 | Connection: refactor the resolve/login code | Kitsune Ral |
2020-12-28 | More comments/documentation | Kitsune Ral |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
2020-11-27 | Make it compile with QT_NO_KEYWORDS | Carl Schwan |
2020-09-04 | Fixes of clazy warnings | Kitsune Ral |
2020-08-03 | Cleanup | Kitsune Ral |
2020-06-19 | Revert adding a pause between syncs, use sane timeout defaults | Kitsune Ral |
2020-06-14 | quotient_common.h for common namespace things | Kitsune Ral |
2020-06-12 | Connection::isLoggedIn() and more robust logout() | Kitsune Ral |
2020-06-12 | Connection::syncLoop: give a pause between syncs | Kitsune Ral |
2020-06-12 | Connection: add (STORED false) to derived Q_PROPERTYs | Kitsune Ral |
2020-06-05 | Connection::run(): Q_INVOKABLE and chaining | Kitsune Ral |
2020-04-15 | Connection: track resolving and login flows jobs; isUsable() | Kitsune Ral |
2020-04-15 | Connection: cleanup and reformat | Kitsune Ral |
2020-04-15 | Connection: connectToServer -> loginWithPassword | Kitsune Ral |
2020-03-31 | Reparent all jobs to their connections | Kitsune Ral |
2020-03-21 | Merge pull request #383 from ram-nad/msc2432-fix | Kitsune Ral |
2020-03-18 | SsoSession and Connection::prepareForSso() | Kitsune Ral |
2020-03-15 | Connection: loginWithToken(); connectWithToken() -> assumeIdentity() | Kitsune Ral |
2020-03-13 | Connection: support getting the list of login flows | Kitsune Ral |
2020-03-12 | E2EE: Make building E2EE optional. Contributes to #369 | Alexey Andreev |
2020-03-08 | fixing msc2432 | Ram Nad |
2019-10-20 | Qualify types in signals and Q_INVOKABLEs | Kitsune Ral |
2019-09-29 | Connection: allRooms(), rooms(), roomsCount(); deprecate roomMap() | Kitsune Ral |
2019-09-12 | Introduce HashQ<> and UnorderedMap<> | Kitsune Ral |
2019-08-20 | Connection::run() | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral |
2019-08-02 | Apply the new brace wrapping to source files | Kitsune Ral |
2019-08-02 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-27 | E2EE: introduce EncryptedEvent | Alexey Andreyev |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-09 | Move serverPart() to the public API | Kitsune Ral |