Commit Graph

13 Commits

Author SHA1 Message Date
real-yfprojects 24e1dd5c56
Run pre-commit (with newly added ruff) on code base.
Includes all changes by `pre-commit --all-files` including the changes introduced by ruff.
2023-05-01 10:28:11 +02:00
Manu b6a24debb7 Apply automatic formatting 2022-08-15 15:23:55 +02:00
yfprojects add1ac7041
Improve keyring logging. By @real-yfprojects (#1263)
They now log storing and retrieving passwords.
2022-04-20 12:07:01 +04:00
Manu 2b009c517f Minor: Add hidden keyring imports for macOS 2021-03-03 22:01:34 +08:00
Manu 6d8ad901fb
Allow to fully disable using the system keychain. (#898)
- Add option to avoid using system keychain.
- Prioritize keychains first. Then try to start them.
- Maintenance: Possible fixes for hung tests and segfault on exit on some setups.
2021-03-01 15:25:31 +08:00
samuel-w cbe8e8e72e
Attempt to unlock secretstorage keyring before returning lock state (#745) 2021-02-15 09:11:11 +08:00
samuel-w c99ac04b36
Change keyring priority (#779) 2021-02-02 09:10:39 +08:00
samuel-w 7d7b7a2742
Improved password handling and transparency. By @samuel-w (#550) 2021-01-18 15:52:07 +08:00
samuel-w 7bff91fd21
Ensure system keychain is unlocked before using it. By @samuel-w (#607) 2020-12-16 10:56:42 +08:00
Samuel 5c1306eeb7
Add KWallet support. By @samuel-w (#540) 2020-12-03 16:26:09 +08:00
Samuel Woon 9568a1b410
Get keyring at runtime. By @samuel-w (#635) 2020-09-27 15:19:39 +08:00
Manu 414de1d36b Fall back to DB-based password storage when Gnome-Keyring is missing. Fixes #235 2019-03-24 17:31:22 +08:00
Manuel Riel a1d41612b1
Remove keyring dependency. Fixes #190. By @Hofer-Julian
* Implement secretstorage backend for DBus connection
* Use newer Ubuntu version for Travis CI testing
2019-03-06 09:37:12 +08:00