Age | Commit message (Expand) | Author |
2022-02-13 | Merge branch 'dev' | Alexey Rusakov |
2022-02-12 | Replace QPair with std::pair | Tobias Fella |
2022-02-11 | Implement more suggestions | Tobias Fella |
2022-02-07 | Remove encryptionmanager and various fixes | Tobias Fella |
2022-01-23 | Omittable: split out from util.h and refresh | Alexey Rusakov |
2022-01-06 | Brush up SsoSession; document Connection::prepareForSso | Alexey Rusakov |
2022-01-02 | Add ImplPtr and makeImpl | Alexey Rusakov |
2022-01-02 | Manage symbols visibility for dynamic linking | Alexey Rusakov |
2021-12-29 | Add QUOTIENT_API throughout non-generated code | Alexey Rusakov |
2021-12-28 | Convert struct LoginFlows to namespace | Alexey Rusakov |
2021-12-27 | Connection: Simplify room/user factory code | Alexey Rusakov |
2021-12-25 | Make canChangePassword available from QML | Carl Schwan |
2021-12-10 | Use individual databases for each connection | Tobias Fella |
2021-12-07 | Rename "crypto" -> "e2ee" | Tobias Fella |
2021-12-01 | Apply more suggestions | Tobias Fella |
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 |