summary refs log tree commit diff
path: root/src/ui/UIA.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-171-0/+1
|
* Sort known UIA flows firstNicolas Werner2022-03-131-0/+30
|
* Initial qml root windowNicolas Werner2022-01-261-4/+3
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Fix registration on matrix.orgNicolas Werner2021-11-031-5/+141
| | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670
* Support bootstrapping crosssigningNicolas Werner2021-10-091-0/+136
Showing the bootstrap state and showing there are unverified devices is still missing.