Skip to content

History

Revisions

  • docs: remove emojis from release notes and templates documentation

    @NeySlim NeySlim committed Jun 4, 2026
    6a2087e
  • docs: add v2.159 release notes and template pinning documentation

    @NeySlim NeySlim committed Jun 3, 2026
    4c86c68
  • docs: update wiki - add refactor overview, migration 036, migration 037 details

    @NeySlim NeySlim committed May 11, 2026
    ec41957
  • Add CA Offline Mode page

    @NeySlim NeySlim committed May 9, 2026
    bf62a8a
  • Release v2.152 wiki update

    @NeySlim NeySlim committed May 8, 2026
    0d9e8f9
  • docs: v2.144 release notes + Home bump Add Release-Notes-v2.144 page (hardening + refactor highlights, upgrade notes, no-breaking-change confirmation) and bump version badge, banner, install snippets, What's New section and Releases timeline.

    @NeySlim NeySlim committed May 3, 2026
    db59f41
  • docs: add Developer-Patterns page Centralise the canonical backend helpers (utils.key_codec, utils.db_transaction, security.encryption, utils.trusted_proxy, utils.ssrf_protection, utils.response) with rationale tied to past incidents (#103/#104/#105 + latent KeyEncryption misuse + bare commit sites). Each helper section explains what it prevents, when to use it, when NOT to use it, and links to its regression test.

    @NeySlim NeySlim committed May 3, 2026
    5b10fe2
  • docs: add v2.143 release notes and refresh Home

    @NeySlim NeySlim committed May 3, 2026
    928720f
  • docs: refresh wiki for v2.142 (versions, hardening pages, release notes v2.141-v2.142)

    @NeySlim NeySlim committed May 2, 2026
    f3245d6
  • docs: refresh wiki for v2.140 (versions, Home, ACME EAB/DNS/private-IPs, consolidated release notes) - Bump version refs 2.127 → 2.140 across install/badge/Quick Start/API docs - Home.md: rewrite What's New with v2.128–v2.140 entries (EAB, custom DNS resolvers, ACME on private IPs, Kubernetes/cert-manager, HSM-backed CAs, SMTP OAuth2, SSO sync_role_on_login, etc.); refresh Quick Links; restore SSH CA section's original (v2.127) introduction tag - New: Release-Notes-v2.128-to-v2.140.md — consolidated changelog for the 2.128 → 2.140 stable releases - ACME-Support.md: add server-side EAB credentials manager (v2.139), custom DNS resolvers for DNS-01, acme.allow_private_ips toggle

    @NeySlim NeySlim committed Apr 27, 2026
    801b503
  • Add Kubernetes & cert-manager integration page

    @NeySlim NeySlim committed Apr 27, 2026
    7ebeeff
  • Add Notifications page (Email & Webhooks)

    @NeySlim NeySlim committed Apr 24, 2026
    ae71a4a
  • docs(sso): add SSO-Authentication page, document auth_source + role preservation (#81)

    @NeySlim NeySlim committed Apr 23, 2026
    d0e31cc
  • CA-Management + HSM-Support: document HSM-backed CAs (issue #77.3)

    @NeySlim NeySlim committed Apr 22, 2026
    2790d6d
  • HSM-Support: add sys/mounts read capability to OpenBao policy Issue #77 (HumongousFungus): the connection test calls /sys/mounts to verify the transit engine is enabled, so the UCM token policy must allow 'read' on sys/mounts or 'Test' fails with 403.

    @NeySlim NeySlim committed Apr 22, 2026
    f719f0c
  • docs(v2.127): native PostgreSQL backend, version bump - Bump all version refs 2.112 -> 2.127 - Update Home.md What's New section with v2.127, v2.126, v2.125 highlights - New Database-Backend.md page covering SQLite/PostgreSQL choice, Settings UI, migration, safety checks, troubleshooting - Add Database Backend to Administration nav

    @NeySlim NeySlim committed Apr 21, 2026
    de07320
  • docs: add HSM Support page, ACME proxy mode section

    @NeySlim NeySlim committed Apr 15, 2026
    e6670e3
  • docs: fix dead internal links - Authentication → Security - Security-Settings → Security - Policies → Approval-Workflows - SSO-Configuration → Configuration - System-Configuration → Configuration / CRL-CDP - Screenshots Gallery → wiki home - Fix trailing backticks in download URLs

    @NeySlim NeySlim committed Apr 10, 2026
    7f3de32
  • docs: point screenshot URLs to dev branch for latest images

    @NeySlim NeySlim committed Apr 10, 2026
    e6977ad
  • docs: update all version references to 2.112 - Update install commands (DEB, RPM, Docker) to 2.112 - Update Version headers across all pages - Update API docs version strings - Update version badge and Latest Stable table - Historical (vX.Y) feature refs left as-is

    @NeySlim NeySlim committed Apr 10, 2026
    287226e
  • docs: retake all screenshots with ucm.tools mock data - All images updated with clean ucm.tools branding - New: ssh-cas, ssh-certificates, tsa, est pages - Zero pew.pet references

    @NeySlim NeySlim committed Apr 10, 2026
    c6f3ded
  • docs: add SSH Certificate Authority page, update for v2.112

    @NeySlim NeySlim committed Apr 10, 2026
    1e15925
  • docs: update wiki to v2.111 — ACME auto-supersede, PKCS7/P12 decode, CT, OCSP delegated, TSA, security audit

    @NeySlim NeySlim committed Apr 9, 2026
    5e14a57
  • docs: update all wiki pages to v2.107 - Update version references across 16 files (v2.99 → v2.107) - Add v2.107 What's New section (SoftHSM, CDP auto-enable, Docker fixes) - Add consolidated v2.100-v2.106 summary (ACME proxy, AIA, protocol URLs) - Update installation links, Docker tags, download URLs - Update system info table (Latest Stable: 2.107)

    @NeySlim NeySlim committed Apr 2, 2026
    bbb6868
  • docs: update CDP auto-enable, SoftHSM Docker, encryption Docker hints

    @NeySlim NeySlim committed Apr 2, 2026
    cd3f5ab
  • docs: add AIA CA Issuers page, update CRL-CDP, OCSP, API Reference, Home

    @NeySlim NeySlim committed Mar 26, 2026
    70b118d
  • docs(api): fix endpoint paths, response format, add missing sections for v2.99 - Fix wrong paths: /api/v2/ca → /cas, /download → /export, /ca/crl → /crl/{ca_id}, /health → /dashboard/stats, /stats → /stats/overview, /scep/profiles → /scep/config - Fix all response examples to use success/data wrapper format - Fix error response format to use flat {success, error} structure - Fix pagination format to use {page, per_page, total, pages} - Add Dashboard & Stats endpoints section (6 endpoints) - Add CRL & OCSP endpoints section (9 endpoints) - Add Certificate Discovery endpoints section (17 endpoints) - Add missing CA endpoints: PATCH, DELETE, import, bulk ops - Add missing cert endpoints: delete, unhold, import, key upload, stats, compliance, bulk revoke/renew/delete/export - Add SCEP config/requests/approve/reject/stats/challenge endpoints - Add permissions to all endpoints - Update version references to 2.99 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

    @NeySlim NeySlim committed Mar 22, 2026
    7d3ab92
  • docs: update wiki pages to v2.99 - ACME-Support: bump version (features already documented in v2.92) - CRL-CDP: add HTTP protocol server docs (port 8080), refid-based CDP URLs, legacy ID backward compatibility, Docker/firewall config - OCSP-Responder: add HTTP protocol server section, POST Content-Type validation per RFC 6960 §4.2.2, update URLs to port 8080 - SCEP-Server: bump version Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

    @NeySlim NeySlim committed Mar 22, 2026
    0bf5aea
  • docs: update wiki pages to v2.99 — JKS export, security audit, approval workflows, EST chain - Certificate-Export: add JKS format documentation with API examples and use cases - Certificate-Tools: add JKS to SSL converter conversion matrix - Security: add v2.75 security audit section (76 findings, 38 fixed) - Certificate-Operations: add approval workflow documentation - EST-Protocol: document full CA chain in enrollment responses (RFC 7030 §4.2.3) - Dashboard: update version reference to 2.99 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

    @NeySlim NeySlim committed Mar 22, 2026
    63778ec
  • docs: update wiki to v2.99 — versions, features, HTTP protocol port - Home.md: version badge 2.99, feature list additions (JKS, HTTP protocol server, approval workflows, X.509 viewer, ACME ECDSA/EAB, EST full chain, ADCS EOBO, RFC 5280 SAN), quick links, system info table - Installation-Guide.md: all download links to v2.99, port 8080 in Docker examples and firewall rules, HTTP_PROTOCOL_PORT mention - Quick-Start.md: all version refs to v2.99, port 8080 in Docker example - Configuration.md: HTTP_PROTOCOL_PORT env var in table, version to 2.99

    @NeySlim NeySlim committed Mar 22, 2026
    cbc0715