summaryrefslogtreecommitdiffstats
path: root/src/filecontent.h
AgeCommit message (Collapse)Author
2019-09-28Don't show a TOTP secret when selecting a password entry in the main windowMaciej S. Szmigiero
Knowing the TOTP secret for a password entry allows somebody to recreate the whole OTP sequence so it definitely shouldn't be displayed in the clear. In fact, it shouldn't be displayed at all in the main window since the proper way to utilize a TOTP entry is to click the "OTP" button to generate a new OTP (rather than to copy the secret to the clipboard like it was a password). The password edit dialog isn't affected by this change and will still show the whole entry, including its TOTP secret if present.
2018-06-28Minor cleanup mostly of html and docblocksAnne Jan Brouwer
2018-06-20Backward compatibility with Qt 5.2 should solve #371Anne Jan Brouwer
2018-04-18Automated housekeeping (clang-format CHANGELOG and localization)Anne Jan Brouwer
2018-04-18Removed comment out #includesClaudio Maradonna
2018-04-18Cleaning #includes. This should make compilation faster and should help to ↵Claudio Maradonna
make a good refactoring
2018-03-15Introduce FileContent classLukas Vogel
This can be used to parse the content of the password file in a common place. In a later commit we should replace the parsing in mainwindow and passworddialog.