summary refs log tree commit diff
path: root/src/DeviceVerificationFlow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to new relations formatNicolas Werner2021-02-091-16/+18
|
* Make device verification request dialogs easier to understand.Nicolas Werner2021-01-121-0/+6
|
* Request secrets after verificationNicolas Werner2020-12-171-0/+8
|
* Upload cross-signing signatures after verificationNicolas Werner2020-12-171-2/+57
|
* Optimize buildNicolas Werner2020-10-271-2/+4
|
* More unused variables in bindingsNicolas Werner2020-10-081-1/+3
|
* Send master key in verification flow (if we trust it)Nicolas Werner2020-10-081-0/+23
|
* Implement signature upload for own master keyNicolas Werner2020-10-081-0/+49
|
* Fix in room verificationNicolas Werner2020-10-061-26/+49
|
* Show different verification errorsNicolas Werner2020-10-051-2/+3
|
* Make steps in verification flow explicitNicolas Werner2020-10-051-322/+291
|
* Fix verification start to start with requestNicolas Werner2020-10-021-4/+3
|
* Clean up verification and key cache a bitNicolas Werner2020-10-021-68/+58
|
* Fix breaking while using qmlRegisterSingletonInstanceChethan2k12020-09-101-3/+1
|
* Making sure Verification Objects are deleted properlyChethan2k12020-09-101-0/+4
|
* Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-041-12/+16
|
* Add support for Encrypted to-device verification messagesCH Chethan Reddy2020-09-031-1/+1
|
* Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-10/+11
|
* Small FixesCH Chethan Reddy2020-08-291-1/+15
|
* [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-36/+35
|
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-103/+94
|
* Add Room Verification MessagesCH Chethan Reddy2020-07-301-10/+46
|
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-297/+368
|
* Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-4/+4
|
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-36/+94
|
* Error Handling and some fixesCH Chethan Reddy2020-07-301-39/+70
|
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-40/+43
|
* Fix the Weird auto-confirmation and cancellationCH Chethan Reddy2020-07-301-1/+0
|
* Some more fixesCH Chethan Reddy2020-07-301-2/+10
|
* Some ImprovementsCH Chethan Reddy2020-07-301-2/+4
| | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
* Add some more slots and macCH Chethan Reddy2020-07-301-38/+157
|
* Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-301-35/+132
|
* Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-22/+47
| | | | recieving start or request
* Handle Device Verification related to_device messagesChethan2k12020-07-301-3/+102
|
* Add SAS Method choice and Add send_to_device API callChethan2k12020-07-301-28/+103
|
* Tweak UI for device verification and Add more slotsChethan2k12020-07-301-1/+69
|
* Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+36