Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-01 | Move non-cache data to a non-cache location | Tobias Fella | |
2021-12-01 | Various improvements and fixes | Tobias Fella | |
2021-12-01 | Store pickling key in qtkeychain and pickle encrypted | Tobias Fella | |
2021-12-01 | Various fixes | Tobias Fella | |
2021-12-01 | Implement (meg)olm key caching, megolm decrypting, EncryptedEvent | Tobias Fella | |
decryption, handling of encrypted redactions and replies | |||
2021-12-01 | Add a function for decrypting E2EE files/images | Tobias Fella | |
2021-12-01 | Cleanup and Refactor EncryptionManager | Tobias Fella | |
2021-12-01 | fix typo | Carl Schwan | |
2021-12-01 | Apply a few more comments | Carl Schwan | |
2021-12-01 | Apply suggestions from code review | Carl Schwan | |
Co-authored-by: Nicolas Fella <6377822+nicolasfella@users.noreply.github.com> | |||
2021-12-01 | More tests | Carl Schwan | |
2021-12-01 | More porting to new API | Carl Schwan | |
2021-12-01 | E2EE: initial port to internal olm wrapper | Alexey Andreyev | |
Remove qtolm git module. Update CMakeLists.txt. Rename olm to crypto subdir to prevent disambiguation. Rename internal files accordingly. Comment out not ported E2EE API usage. | |||
2021-12-01 | Remove duplicated file | Carl Schwan | |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral | |
After going through all the files and the history of commits on them it was clear that some copyright statements are obsolete (the code has been overwritten since) and some are missing. This commit tries best to remedy that, along with adding SPDX tags where they were still not used. Also, a minimal SPDX convention is documented for further contributions. Closes #426. | |||
2021-01-15 | Merge pull request #428 from ognarb/licensing | Kitsune Ral | |
Port existing copyright statement to reuse using licensedigger | |||
2021-01-14 | Fix a typo in the previous typo fix | Kitsune Ral | |
2021-01-14 | EncryptionManager: fix a typo | Kitsune Ral | |
2020-12-26 | Add a few more files | Carl Schwan | |
2020-06-19 | Fix FTBFS and warnings with E2EE switched on | Kitsune Ral | |
2020-06-07 | Small updates to match the new generated definitions | Kitsune Ral | |
2020-03-12 | E2EE: Make building E2EE optional. Contributes to #369 | Alexey Andreev | |
Signed-off-by: Alexey Andreev <aa13q@ya.ru> | |||
2020-02-25 | E2EE: fix olm session decrypt, move to EncryptionManager | Alexey Andreyev | |
Signed-off-by: Alexey Andreev <aa13q@ya.ru> | |||
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-14 | E2EE: provide a shared header with encryption standard key names | Alexey Andreyev | |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral | |
2019-07-08 | E2EE: fix EncryptionManager algorithm names | Alexey Andreyev | |
2019-07-08 | E2EE: fix uploadIdentityKeys signatures generation | Alexey Andreyev | |
2019-07-08 | E2EE: add new account generation logic | Alexey Andreyev | |
2019-07-04 | Upload one-time keys. Issue #88 | Alexey Andreyev | |
2019-07-04 | Upload device public keys. Issue #87 | Alexey Andreyev | |
2019-07-04 | Add EncryptionManager class. Add AccountSettings::encryptionAccountPickle logic. | Alexey Andreyev | |