summary refs log tree commit diff
path: root/src/encryption/SelfVerificationStatus.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a few more headersNicolas Werner2022-06-181-1/+0
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-171-1/+1
* Simplify includes a bitNicolas Werner2022-06-161-0/+2
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-2/+2
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-1/+1
* Fix a few shadowing warningsNicolas Werner2021-12-111-5/+5
* Improve fetching of device keys after loginNicolas Werner2021-11-081-3/+14
* Fix self verification status never updatingNicolas Werner2021-11-071-1/+2
* Don't try to load verification status before db is readyNicolas Werner2021-11-071-1/+0
* Move away from using an event loop to access secretsNicolas Werner2021-11-071-4/+9
* Fix translation nitsNicolas Werner2021-11-041-1/+1
* Prompt user when there are unverified devicesNicolas Werner2021-11-011-1/+19
* Add self verification after loginNicolas Werner2021-10-301-1/+46
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+249