aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-27docs(guides): restructure and enhance the 'Fundamental Concepts' guide for ↵saturneric1-36/+77
clarity and depth
2025-06-27docs(advanced): add detailed documentation for Multi-Key Database and ↵saturneric4-59/+84
KeyPackage features
2025-06-27docs(guides): add comprehensive guide for understanding GpgFrontend ↵saturneric1-1/+13
interface and features
2025-06-27docs(overview): add FAQ section to enhance user guidance for GpgFrontendsaturneric2-165/+280
2025-06-27docs(overview): add new 'At a Glance' documentation section for GpgFrontendsaturneric2-89/+142
2025-06-24docs(overview): add new images to glance documentationsaturneric1-0/+4
- added two new webp images showing additional interface examples - images follow same format as existing documentation assets
2025-06-24docs(appendix): update code binary verification documentationsaturneric1-5/+7
- replace "our software" with "GpgFrontend" for clarity - expand windows section to include .msi and .msix packages - add verification screenshot for windows binaries
2025-06-24docs(guides): update documentation with new images and formattingsaturneric5-92/+93
- add new images to file-operations.md - update formatting in generate-key.md - add images and improve structure in key-server-operations.md - add images and reorganize content in openpgp-trust-manage.md - update images and simplify text in text-opetations.md
2025-06-24docs(guides): restructure email operations documentationsaturneric1-45/+29
- reorganized sections for better flow - simplified bullet point formatting - updated image references - removed redundant headers - consolidated best practices section
2025-06-24docs: update image urls in documentation guidessaturneric6-100/+100
- replace outdated image urls with new ones - standardize image url format across all guides - update references to match new image locations
2025-06-24docs: update documentation for setup and requirementssaturneric3-4/+4
- remove extra blank line in macOS brew installation instructions - update minimum GnuPG version requirement from 2.1.0 to 2.2.0 - add direct link to locale ts files in translation guide
2025-06-24docs(code-binary-verify): add verification images and certum linksaturneric1-3/+9
- add images showing verification process for each platform - include link to certum website for code signing certificate - maintain existing verification instructions while adding visual aids
2025-06-24docs: update image urls in gnupg and key database docssaturneric2-6/+7
- replaced outdated image urls with new ones - fixed formatting of tip section in gnupg controller doc - updated all image references to use 2025 date format
2025-06-24docs: restructure algorithms comparison contentsaturneric1-19/+12
- remove redundant section headings - consolidate related content under clearer sections - improve formatting for better readability - reword some explanations for conciseness
2025-06-24docs(overview): update getting started guide with homebrew link and imagesaturneric1-1/+4
- add link to homebrew cask formula - include screenshot image for macos installation
2025-06-24docs(glance.md): update ui glimpse section with new screenshot and notesaturneric1-8/+9
- replace single macOS screenshot reference with general manual screenshot approach - update note about platform consistency and documentation applicability - add new screenshot image - clarify visual differences across platforms while maintaining feature consistency
2025-06-23chore: reformat the contact pagesaturneric1-7/+8
2025-06-23chore: add a link to bktus.comsaturneric1-1/+1
2025-06-23chore: update contact infosaturneric1-23/+20
2025-06-23docs: fix formatting and links in documentationsaturneric2-5/+3
- remove colon from SecureLevel 2 heading - fix link placement in getting-started guide - improve section organization in getting-started
2025-06-23docs(downloads): restructure downloads page for better claritysaturneric1-33/+63
- reorganize content into clear sections - add detailed asset naming patterns table - improve platform-specific installation instructions - update badges and links for better visibility
2025-06-23docs(overview): update getting started guidesaturneric1-6/+10
- rename section to "Brief Installation Guide" - add note about package manager installations - update download links to point to latest releases - improve clarity of installation steps
2025-06-23docs(overview): update getting started guidesaturneric1-118/+40
- remove macOS from windows note in prerequisites - update windows installer to msix format - add general installation intro paragraph - update linux instructions to use generic appimage filename - restructure basic operations section into index with links - remove detailed operation steps in favor of linking to guides - add tip about consulting documentation
2025-06-23docs(guides): reorder sections in fundamental-concepts.mdsaturneric1-42/+33
- moved public key certificates section after web of trust explanation - removed standalone summary section as content is covered elsewhere - improved flow of concepts from basic to advanced topics
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