summary refs log tree commit diff
path: root/src/ui/UIA.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QML the fallback auth dialogLoren Burkholder2023-07-141-0/+2
|
* Port the reCAPTCHA dialog to QMLLoren Burkholder2023-07-061-1/+4
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+22
|
* 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
|
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+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>
* Switch to clang-format14Nicolas Werner2022-09-251-1/+2
|
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-171-1/+1
|
* Use right linterNicolas Werner2022-05-101-2/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Fix registration on matrix.orgNicolas Werner2021-11-031-0/+17
| | | | | | | | 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/+40
Showing the bootstrap state and showing there are unverified devices is still missing.