summary refs log tree commit diff
path: root/src/ui/UserProfile.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-6/+14
|
* Handle matrix schemeNicolas Werner2021-01-101-6/+1
| | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312
* Optimize buildNicolas Werner2020-10-271-2/+2
|
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-105/+40
|
* Make steps in verification flow explicitNicolas Werner2020-10-051-38/+17
|
* Clean up verification and key cache a bitNicolas Werner2020-10-021-43/+27
|
* Fix catch by value warningNicolas Werner2020-09-031-3/+3
|
* Small FixesCH Chethan Reddy2020-08-291-4/+5
|
* Verify signatures and find trusted devicesCH Chethan Reddy2020-08-251-64/+117
|
* Cache FixCH Chethan Reddy2020-08-241-63/+108
|
* [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-2/+3
|
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-18/+36
|
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-0/+34
|
* Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-10/+7
|
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-5/+6
|
* Refactor UserProfileNicolas Werner2020-07-301-42/+66
|
* Some issue with UserProfileCH Chethan Reddy2020-07-301-23/+48
|
* [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-39/+53
|
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-0/+28
|
* Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-19/+27
|
* Adding DeviceList for userprofileChethan2k12020-07-301-11/+33
|
* Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+58