summary refs log tree commit diff
path: root/src/encryption/SelfVerificationStatus.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Downgrade self verification status logging to debugNicolas Werner2023-11-011-1/+1
* Cleanup headers a bit moreNicolas Werner2023-10-311-1/+1
* Speed up compilation a bitNicolas Werner2023-10-311-2/+4
* Fix verification error codesNicolas Werner2023-07-161-0/+2
* Move to automatic type registrationNicolas Werner2023-06-191-0/+5
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-1/+3
* Work around MSVC bug with structured bindings in lambdasNicolas Werner2022-10-021-2/+18
* 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