aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: remove unnecessary assertsaturneric8 days1-4/+5
* fix: find out adsk problem of flatpaksaturneric8 days1-0/+6
* fix: solve found issues by testingsaturneric9 days6-21/+48
* fix: gpg context will take response of gpg-agentsaturneric9 days9-33/+123
* fix: operations of subkeysaturneric9 days3-8/+8
* fix: solve found issues on windowssaturneric9 days1-1/+1
* fix: gpg agent cannot run as daemon on windowssaturneric9 days1-52/+81
* fix: init database path and name as soon as possiblesaturneric9 days1-16/+32
* fix: gpgconf path should firstly be initialized at gpg contextsaturneric9 days1-12/+12
* fix: make sure gpg-agent is running after initsaturneric9 days1-1/+89
* fix: issues found on macossaturneric9 days1-2/+2
* feat: add more basic env checks at initsaturneric9 days1-2/+1
* feat: add more info checksaturneric9 days20-345/+599
* fix: qt5 build issuessaturneric10 days1-2/+2
* feat: check scd versionsaturneric10 days4-0/+64
* chore: update and check translationssaturneric10 days3-8/+4
* feat: generate cark keyssaturneric10 days9-266/+419
* fix: compiler issues on CIsaturneric10 days2-5/+6
* feat: switch text-based model to workspace-based modelsaturneric11 days4-4/+4
* fix: testing and solve bugs foundsaturneric11 days7-106/+136
* fix: found bugssaturneric12 days1-2/+3
* feat: support key groupssaturneric12 days24-217/+999
* refactor: code cleanupsaturneric14 days2-1/+209
* feat: add SmartCardControllersaturneric14 days10-24/+355
* feat: add assuan direct comm supportsaturneric2025-04-125-16/+437
* refactor: GpgKey and GpgSubKeysaturneric2025-04-126-20/+19
* feat: add ui support for adsk featuressaturneric2025-04-121-1/+1
* feat: support adsksaturneric2025-04-112-0/+57
* chore: clean up codesaturneric2025-02-042-4/+0
* fix: solve discovered issues before release v2.1.7saturneric2025-02-042-3/+2
* fix: qt5 compile issuessaturneric2025-02-039-20/+22
* refactor: make some function names shortersaturneric2025-02-022-9/+9
* feat: improve KeyGenerateDialogsaturneric2025-02-022-29/+34
* feat: upgrade KeyGenDialog to meet easy and advanced requirementssaturneric2025-02-012-299/+133
* fix: tiny fixessaturneric2025-01-271-16/+13
* refactor: clean up code and reduce duplicationsaturneric2025-01-271-169/+25
* refactor: reduce code duplication of gnupg operationssaturneric2025-01-271-14/+23
* refactor: reduce code duplication of gnupg file operationssaturneric2025-01-271-25/+6
* refactor: reduce code duplicationsaturneric2025-01-273-563/+407
* fix: kill all gnupg daemons in a proper waysaturneric2025-01-272-162/+171
* fix: improve code compatibilitysaturneric2025-01-263-24/+5
* feat: allow file batch operationssaturneric2025-01-262-4/+4
* refactor: using qt containers instead of std containerssaturneric2024-12-1311-63/+43
* fix: compiler warningssaturneric2024-12-033-4/+12
* fix: discovered issuessaturneric2024-12-022-12/+19
* fix: getting gpg-agent to start automatically on macOSsaturneric2024-11-301-10/+13
* feat: support uid revoke and uid delete operationssaturneric2024-11-266-264/+632
* feat: rewrite core init processes and add env optionsaturneric2024-11-222-8/+9
* feat: add revoke subkey functionsaturneric2024-11-192-55/+195
* feat: add delete subkey functionsaturneric2024-11-182-51/+148