aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/advanced (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(config): add starlight-links-validator integrationsaturneric2025-07-071-2/+0
| | | | | | * Integrated `starlight-links-validator` into the Astro configuration. * Updated `package.json` and `package-lock.json` to include the new dependency. * Removed outdated note from the sync public keys documentation.
* chore(docs): update sidebar order for GpgController and Module Controllersaturneric2025-07-063-2/+109
| | | | | * Adjusted the sidebar order for the GpgController from 5 to 6. * Updated the sidebar order for the Module Controller from 6 to 7.
* docs(advanced): add detailed documentation for Multi-Key Database and ↵saturneric2025-06-274-59/+84
| | | | KeyPackage features
* docs: update image urls in gnupg and key database docssaturneric2025-06-242-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
* docs: fix formatting and links in documentationsaturneric2025-06-231-1/+1
| | | | | | - remove colon from SecureLevel 2 heading - fix link placement in getting-started guide - improve section organization in getting-started
* docs(advanced): update macos security details in app-self-check.mdsaturneric2025-06-221-8/+19
| | | | | | - clarify use of developer id certificates and notarization - add details about hardened runtime protections - improve explanation of system-level security enforcement
* docs(memory-security): update securelevel names in documentationsaturneric2025-06-191-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)"
* docs(advanced): add module self-check documentationsaturneric2025-06-191-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
* docs(content): update self-check and binary verification docssaturneric2025-06-181-33/+71
| | | | | | | | - 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
* docs(advanced): update module and gpg controller docssaturneric2025-06-122-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
* docs(advanced): add app self-check documentationsaturneric2025-06-121-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
* docs(advanced): add app data storage documentationsaturneric2025-06-121-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
* feat(docs): add application secure key documentationsaturneric2025-06-121-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
* docs(advanced): add memory security documentationsaturneric2025-06-121-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
* docs(portable-mode): add documentation for portable modesaturneric2025-06-121-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
* docs(sync-public-keys): update and reorder sync public keys documentationsaturneric2025-06-121-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
* docs(advanced/key-database): update multi-key database documentationsaturneric2025-06-121-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
* docs(key-package): update documentation with security enhancementssaturneric2025-06-121-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
* chore: make structure bettersaturneric2025-04-094-196/+144
|
* feat: adapt manual to v2.1.7saturneric2025-04-083-126/+84
|
* feat: add and improve documentssaturneric2024-11-293-0/+478
|
* feat: fit documents to v2.1.3saturneric2024-06-142-16/+65
|
* fix: add some missing contents and solve some conflictssaturneric2024-05-252-13/+42
|
* feat: initial commitsaturneric2024-04-052-0/+139