summary refs log tree commit diff
path: root/src/ui/UIA.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-0/+1
|
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* QML the fallback auth dialogLoren Burkholder2023-07-141-14/+7
|
* make lintLoren Burkholder2023-07-061-1/+1
|
* Port the reCAPTCHA dialog to QMLLoren Burkholder2023-07-061-18/+10
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-4/+4
| | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* 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.