aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-23docs(understand-interface): restructure key toolbox section and add detailssaturneric1-13/+24
- reorganized key toolbox content for better flow - added explanation of key types and usage codes - included details about key groups - expanded usage code descriptions with examples - removed standalone large text file support subsection
2025-06-23docs(guides): update interface documentation with workspace detailssaturneric1-23/+71
- restructured content to focus on workspace organization - added detailed descriptions for file panel, text editor, and mail editor - updated operations bar section with current functionality - improved overall clarity and flow of the documentation
2025-06-23docs: simplify subkey generation guide stepssaturneric1-12/+10
- removed nested bullet points for clearer step-by-step instructions - consolidated method descriptions into single-level bullet points - kept image references in place without changes
2025-06-23docs(guides): add quick file operations section and imagessaturneric1-1/+25
- add new section explaining quick file operations via direct selection - include two screenshots demonstrating the file selection process - reorganize existing content under new heading - improve flow between sections
2025-06-23docs(guides): add key group documentationsaturneric1-0/+109
- introduce key group concept and characteristics - explain how to create and manage key groups - describe typical use cases and special behaviors - note limitations and independence from GnuPG keygroups
2025-06-23docs(generate-use-subkey): improve formatting and add misconceptions sectionsaturneric1-30/+89
- fix markdown formatting inconsistencies - add new section about common subkey misconceptions - reorganize tips and notes into clearer sections - update image references to be consistent
2025-06-23docs(guides): add section on public key certificatessaturneric1-3/+42
- explain what public key certificates contain - describe importance of certificates for identity binding and trust - provide example of certificate usage - improve formatting and readability throughout guide
2025-06-23docs(smart-card): fix heading levels in smart card documentationsaturneric1-2/+2
- change h3 headings to h4 for better document hierarchy - maintain consistent heading levels for user pin and admin pin sections
2025-06-23docs(smart-card): add faq and core concepts sectionsaturneric1-0/+141
- explain what an openpgp smart card is and its advantages - clarify difference between user pin and admin pin - define key stubs and their purpose - answer common questions about key storage and fetching - add section on handling wrong pin attempts and key synchronization - explain multi-credential support in devices like yubikey
2025-06-23docs: improve file operations guide formatting and claritysaturneric1-11/+17
- reformat numbered steps for better readability - add missing newlines between sections - fix indentation in settings instructions - add bullet points for clarity in ASCII/binary format section - improve folder encryption/decryption steps formatting
2025-06-23docs: format markdown headings consistentlysaturneric1-23/+23
- remove bold formatting from section headings - ensure consistent heading levels - maintain proper markdown syntax for subheadings
2025-06-22docs(advanced): update macos security details in app-self-check.mdsaturneric1-8/+19
- clarify use of developer id certificates and notarization - add details about hardened runtime protections - improve explanation of system-level security enforcement
2025-06-19docs(memory-security): update securelevel names in documentationsaturneric1-3/+3
- change "SecureLevel 0 (Default/Low)" to "SecureLevel 0 (Default)" - change "SecureLevel 1 (Medium)" to "SecureLevel 1 (Standard)" - change "SecureLevel 2 (High)" to "SecureLevel 2 (Enhanced)"
2025-06-19refactor: improve faq pagesaturneric1-117/+110
2025-06-19docs(advanced): add module self-check documentationsaturneric1-0/+24
- describe signature verification for integrated modules - explain handling of user-defined/third-party modules - add security note about custom module directory - include tip for sensitive environments
2025-06-19docs(glance): update ui glimpse section with platform-specific notesaturneric1-3/+12
- add macOS screenshot example - wrap note in tip component - clarify platform differences in interface appearance - remove old generic interface screenshot
2025-06-19docs(faq): update faq with new sections and detailssaturneric1-6/+79
- add new section about updating gpgfrontend - replace beta version info with nightly builds explanation - add sections for importing/exporting keys, file operations, compatibility - include details about languages, password handling, smart cards - add privacy policy and feature request info
2025-06-19docs(guides): add smart card management documentationsaturneric1-0/+70
- add comprehensive guide for OpenPGP smart card management - describe key sections and features of smart card controller - explain operations panel functionality - include typical usage scenarios and security notes - add screenshot for visual reference
2025-06-18docs(guides): update symmetric encryption docs for v2.1.9saturneric2-43/+27
- add steps to enable symmetric encryption feature in settings - clarify symmetric encryption process with new dedicated button - update current documentation version to v2.1.9 - remove summary table from symmetric encryption guide - add OpenPGP link in overview glance
2025-06-18docs(content): update self-check and binary verification docssaturneric2-39/+106
- clarify self-check mechanism for different platforms - add details about platform-specific binary signing - improve security notes and recommendations - update code signing information for all platforms - enhance build verification documentation
2025-06-12docs(advanced): update module and gpg controller docssaturneric2-21/+29
- add order to sidebar labels - fix markdown formatting and indentation - improve readability of bullet points - fix tip section formatting - standardize code block formatting
2025-06-12docs(advanced): add app self-check documentationsaturneric1-0/+69
- describe the application self-check feature - explain how it works and how to enable it - list build requirements and platform compatibility - include a security note about the feature
2025-06-12docs(advanced): add app data storage documentationsaturneric1-0/+63
- document application data storage approach and security considerations - explain data object structure and encryption methods - describe file layout and access patterns - include security considerations and key rotation support
2025-06-12feat(docs): add application secure key documentationsaturneric1-0/+167
- document automatic key generation and management - explain encryption algorithms and security levels - describe key storage and pin protection - cover key rotation and data migration - include troubleshooting and best practices
2025-06-12docs(advanced): add memory security documentationsaturneric1-0/+146
- document securelevel configuration options (0-2) - explain openssl secure memory features - describe gpgfrontend's memory security commitment - include system requirements for securelevel 2 - add caution and tip notes for users
2025-06-12docs(portable-mode): add documentation for portable modesaturneric1-0/+65
- describe portable mode features and benefits - explain how to enable portable mode via ENV.ini - include notes about first launch and platform support - provide details on disabling portable mode
2025-06-12docs(sync-public-keys): update and reorder sync public keys documentationsaturneric1-11/+12
- rename file from sync-all-public-keys.md to sync-public-keys.md - add order 4 to sidebar - fix indentation in numbered list - improve formatting and consistency - ensure proper line endings
2025-06-12docs(advanced/key-database): update multi-key database documentationsaturneric1-8/+16
- add order to sidebar configuration - improve formatting and clarity of instructions - add relative path support details - enhance use cases and best practices sections - fix minor typos and improve consistency
2025-06-12docs(key-package): update documentation with security enhancementssaturneric1-35/+80
- add security enhancements section for v2.1.9 - update encryption algorithm details from AES-256-ECB to AES-256-GCM - document new key generation methods and naming convention - explain new PIN protection mechanism - add compatibility notice for v2.1.9+ packages - update transfer instructions to include key file - improve security best practices section
2025-06-12docs(dependencies): update dependencies documentationsaturneric1-9/+28
- restructure content with clear sections - add note about QtAES removal in v2.1.9 - update OpenSSL and mingw-w64 links - improve formatting and organization - clarify icon attribution section
2025-06-12docs(appendix): restructure binary verification documentationsaturneric1-30/+7
- change section headings from ### to ## for consistency - remove third-party library assurance section - simplify binary verification instructions - consolidate build info and public key sections - update key fingerprint and public key block - make language more concise and direct
2025-06-11docs(index): update landing page content and featuressaturneric1-21/+19
- enhance description with 'portable' keyword - rewrite hero tagline for better clarity and appeal - update feature cards with more concise and compelling copy - emphasize portability and multi-key management - refine open source messaging
2025-06-11docs(glance): update overview content with new features and missionnightlysaturneric1-34/+43
- rewrite introduction with key features list - restructure mission and origins section - simplify privacy and contribution statements - update formatting and organization of content
2025-06-08docs(contact): update personal details in contact pagesaturneric1-1/+6
- add full legal name and preferred name - include headquarters location - add note about name usage for verification - improve formatting of email details
2025-05-01chore: updates to Starlight v0.34.2 and theme-nova v0.6.1saturneric1-17/+28
Updates the Starlight dependency to version v0.34.2 and theme-nova to v0.6.1. Applies the starlight-theme-nova plugin for enhanced theming capabilities. Refactors the main page description and links to improve clarity and provide relevant information.
2025-04-27feat: attach deepwiki linksaturneric1-0/+15
2025-04-26fix: the title of trust-manage doc is too long at sidebarsaturneric1-0/+2
2025-04-26feat: let new users know how to support GpgFrontendsaturneric1-0/+5
2025-04-26feat: add manual of trust managementsaturneric1-0/+94
2025-04-09chore: make structure bettersaturneric5-205/+163
2025-04-08feat: adapt manual to v2.1.7saturneric19-1062/+923
2025-03-23fix: solve format issuessaturneric1-2/+2
2025-03-23chore: provide a static mirror download approachsaturneric1-10/+5
2024-12-16fix: correct the text of download pagesaturneric1-5/+5
2024-12-16fix: apply line wrapsaturneric1-1/+3
2024-12-16feat: add winget at download pagesaturneric1-4/+16
2024-12-13fix: remove download source of source forgesaturneric1-7/+0
2024-12-02feat: add nightly build at downloadsaturneric1-4/+10
2024-11-29feat: add and improve documentssaturneric12-503/+1154
2024-08-17fix: add contents and fix broken linkssaturneric9-53/+95