summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to clang-format14Nicolas Werner2022-09-251-1/+1
|
* Verifications sneakily accumulating in the backgroundNicolas Werner2022-07-221-6/+28
|
* Remove a few more headersNicolas Werner2022-06-181-8/+8
|
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-171-3/+3
|
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-171-3/+5
|
* Fix comparison for glare algorithmNicolas Werner2022-06-121-4/+5
|
* Properly handle glare when verifyingNicolas Werner2022-06-121-4/+17
|
* Use right linterNicolas Werner2022-05-101-1/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-9/+9
|
* Fix a few shadowing warningsNicolas Werner2021-12-111-4/+4
| | | | fixes #824
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-2/+5
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Add self verification after loginNicolas Werner2021-10-301-33/+69
|
* lint using clang11Nicolas Werner2021-10-171-2/+2
|
* lintNicolas Werner2021-10-171-2/+2
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+849