Commit Graph

  • be47316219 Expand developer string. master Saleem Edah-Tally 2022-11-19 15:56:56 +01:00
  • b9a358eb36 Transform to CMake project. SET 2022-10-16 23:02:09 +02:00
  • 2161e23d91 Prefer setObjectName to setId. SET 2021-02-28 19:06:01 +01:00
  • 87d543c8f8 Prefer setObjectName to setId. config SET 2021-02-28 19:02:44 +01:00
  • d6f6be678c Show localized GpgME error strings. SET 2020-11-26 22:30:04 +01:00
  • 20cf898a72 Remove unused includes. SET 2020-11-26 22:29:43 +01:00
  • b90ec093ad Use local scope ::Context when creating keys. SET 2020-11-26 21:03:35 +01:00
  • 608ccbc1bb Generate key data before download is requested. SET 2020-11-25 22:03:12 +01:00
  • 4d5d426f30 Remove unused function. SET 2020-11-25 21:34:18 +01:00
  • fe7d92caef Change key event to disable export button. SET 2020-11-25 21:31:34 +01:00
  • de7880ae36 Allocate passphrase on demand. SET 2020-11-25 21:29:27 +01:00
  • 127cb7d738 Enclose subject common name in square brackets. SET 2020-11-25 19:14:50 +01:00
  • 93bd93a0fa Improve some UI strings. SET 2020-11-25 12:26:14 +01:00
  • 9ca5a4cbbb Update README. SET 2020-11-24 23:54:13 +01:00
  • b68bee813d Allow to export private keys. SET 2020-11-24 22:15:46 +01:00
  • b761c366f7 Merge branch 'master' into TestExportPrivateKeys SET 2020-11-24 20:13:23 +01:00
  • ab4e6d85bc Log subject common name also. SET 2020-11-24 19:07:54 +01:00
  • e56d1bd6eb Fix download code. SET 2020-11-23 21:20:13 +01:00
  • e4f8ac9c3a Remove useless conditional. SET 2020-11-23 20:37:09 +01:00
  • e14a5c19f4 Log GpgME errors. SET 2020-11-23 20:34:11 +01:00
  • b726b89086 Use new Context::setExpire to set expiration dates. SET 2020-11-23 11:45:33 +01:00
  • c9defdc02a Apply some CSS makeup. SET 2020-11-22 22:36:41 +01:00
  • bbc62a6efa Preserve source widget on click. SET 2020-11-22 18:58:04 +01:00
  • 14964f9862 Validate uid certification input. SET 2020-11-22 14:48:27 +01:00
  • 6f15ab4d06 Refractor some identifiers to be more meaningful. SET 2020-11-22 14:28:52 +01:00
  • 110e5e4fb3 Allow revoking key certifications. SET 2020-11-22 14:22:08 +01:00
  • 898764be7b Document changing subkey expiry time. SET 2020-11-22 09:21:38 +01:00
  • e9a55a1f69 Allow changing subkey expiry time. SET 2020-11-21 20:53:01 +01:00
  • 82b8810f62 Allow exporting secret keys. SET 2020-11-20 22:41:29 +01:00
  • bb174075df Allow to add and revoke user identities. SET 2020-11-19 19:16:17 +01:00
  • 43e1eff221 Add function to revoke a user identity. SET 2020-11-18 20:48:15 +01:00
  • 98c4fa2b22 Use right uid string. SET 2020-11-18 20:40:16 +01:00
  • da3f5c3516 Add function to add a new user identity to a key. SET 2020-11-16 15:58:50 +01:00
  • 4aa4ec9bf3 Hide export button with successful key search. SET 2020-11-16 14:44:14 +01:00
  • 3ac566fbfe Format uid string correctly when creating keys. SET 2020-11-16 14:39:57 +01:00
  • 0e9cc34ac0 Prefer key fingerprints anywhere. SET 2020-11-15 20:55:05 +01:00
  • 64b480912f Update JSON configuration file template. SET 2020-11-15 20:40:26 +01:00
  • e312ac1efd Allow exporting public keys. SET 2020-11-15 19:32:08 +01:00
  • 9ae83ed7bd Prefer fingerprint for key anchor id. SET 2020-11-15 12:17:57 +01:00
  • 7633ef9d60 Add function to export public keys. SET 2020-11-15 11:58:07 +01:00
  • e944da9eda Test export private keys in C++. SET 2020-11-15 11:47:30 +01:00
  • f48a3602c6 Test export private keys in C. SET 2020-11-15 10:56:11 +01:00
  • 5e7df13df0 Show subkey and certification algorithms. SET 2020-11-14 15:03:36 +01:00
  • a721bb0225 Use common code formatting style. SET 2020-11-14 14:46:28 +01:00
  • a7146a07b2 Add a close button in uid certification popup. SET 2020-11-14 11:41:04 +01:00
  • 1c3c073ef8 Reorganize KeyEdit class. SET 2020-11-14 11:32:49 +01:00
  • 6ac7ea7c0f Reorganize code. SET 2020-11-14 11:25:00 +01:00
  • bb4df1423a Move all keyring management functions to a separate class. SET 2020-11-14 10:44:52 +01:00
  • 2b6c0960be Improve changing certification trust level. SET 2020-11-13 22:40:53 +01:00
  • 1424f31253 Ignore unknown fingerprints when certifying keys. SET 2020-11-13 21:46:09 +01:00
  • 8b789b09ca Rename upload and delete classes and variables to be more meaningful. SET 2020-11-13 18:45:29 +01:00
  • 1b73407db2 Allow to create keys. SET 2020-11-13 18:28:17 +01:00
  • b9b4396b12 Fix key generation functions. SET 2020-11-12 22:25:14 +01:00
  • 39afc3ebdc Fix bad return value of AppConfig::WriteTextFile. SET 2020-11-12 10:56:37 +01:00
  • 10f2a659bf Do update ownership of secret keys. SET 2020-11-11 21:37:31 +01:00
  • 335ecd1261 AppConfig : update ownership of secret key. SET 2020-11-11 21:36:08 +01:00
  • 4f8ea18a66 Use fingerprint instead of keyid when importing and deleting keys. SET 2020-11-11 21:09:43 +01:00
  • 9cce0febdb Add key creation functions. SET 2020-11-11 14:47:05 +01:00
  • 15abc8b810 Prefer transient popup to change key expiry date SET 2020-11-08 09:03:45 +01:00
  • fd583c091a Optimize passphrase line edit visibility in certify key popup. SET 2020-11-07 22:28:33 +01:00
  • 2bddf29596 Allow to change key expiry date. SET 2020-11-07 22:17:44 +01:00
  • fcd595d530 Rename variable. SET 2020-11-07 18:54:38 +01:00
  • 9cf9e803d8 Better describe key certification. SET 2020-11-07 16:33:13 +01:00
  • 9996ec6f1c Hint at one-way operation during key certification. SET 2020-11-07 16:28:28 +01:00
  • ffd9692504 List key certifications SET 2020-11-07 12:21:49 +01:00
  • de5f765688 Merge branch 'edit' SET 2020-11-06 21:44:33 +01:00
  • c8b2f81bf8 Optimize certification trust level management. SET 2020-11-06 21:42:50 +01:00
  • f32d96b868 Merge branch 'edit' SET 2020-11-06 17:10:10 +01:00
  • b408350933 Fix status report. SET 2020-11-06 17:08:22 +01:00
  • 9f98859099 Fix status report. SET 2020-11-06 17:08:22 +01:00
  • 2ba2aadcd8 Update README.md. SET 2020-11-05 20:27:59 +01:00
  • 18e518b8fe Merge branch 'edit' SET 2020-11-05 20:23:41 +01:00
  • 4d521b3d0b Link all configurations to wthttp. SET 2020-11-05 20:21:50 +01:00
  • fa9596f7bb Merge branch 'edit' SET 2020-11-04 21:53:43 +01:00
  • dc035883e7 Update gitignore. SET 2020-11-04 21:51:51 +01:00
  • d75c983be6 Merge branch 'edit' SET 2020-11-04 21:47:52 +01:00
  • ea720f2cab Show status info for key, uid and signature, in tooltips. SET 2020-11-04 21:45:48 +01:00
  • 90a6e5b294 Merge branch 'edit' SET 2020-11-04 21:02:18 +01:00
  • 54fa245fa8 Allow certification trust level to be editable for any key. SET 2020-11-04 21:00:03 +01:00
  • 709954b2f7 Merge branch 'edit' SET 2020-11-04 09:08:23 +01:00
  • f5416addc0 Create and use a sensitive WText in some tree table nodes. SET 2020-11-03 22:48:31 +01:00
  • 757dd7401e Update README.md. SET 2020-11-03 18:07:08 +01:00
  • 0bb61b7119 Use CSS style sheet. SET 2020-11-03 14:15:11 +01:00
  • 980b172c96 Bump version. SET 2020-11-03 11:17:10 +01:00
  • 7f8af95d3a Certify key. SET 2020-11-03 11:06:25 +01:00
  • e434315940 Edit owner trust level. SET 2020-10-25 17:28:47 +01:00
  • ca2105733b Show certification trust level when listing keys. SET 2020-10-19 19:28:48 +02:00
  • b1ab6ba97d Fix typo SET 2019-10-28 14:12:50 +01:00
  • c9f56cc7eb Hide delete button when findind keys. SET 2019-10-28 11:50:19 +01:00
  • ecb57eef48 Fix typo nmset 2019-10-25 20:25:27 +02:00
  • 117f68e43c Update formating nmset 2019-10-25 20:22:58 +02:00
  • 47e78be7e9 Initial commit SET 2019-10-25 20:16:43 +02:00