Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ZeroHost-Code/dashboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ZeroHost-Code/dashboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: beta
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 20, 2026

  1. Bump version to v0.9.7 BETA

    ddrayko committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    df2349b View commit details
    Browse the repository at this point in the history
  2. Replace Cloudflare Turnstile with self-hosted Cap CAPTCHA

    - Add config/cap.js with Cap server-side verification
    - Remove config/turnstile.js
    - Update client-side: replace Turnstile widget with cap-widget web component
    - Update routes: rename cfTurnstile → capToken, verifyTurnstile → verifyCap
    - Update .env.example with Cap configuration
    ddrayko committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    3499996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d8b49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2dedbd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Configuration menu
    Copy the full SHA
    8f45845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    610d079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    382ea51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3f232c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4670462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f75843 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    735e45b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92cfb7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2f417a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc4489d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edf3da7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58598bd View commit details
    Browse the repository at this point in the history
  13. Fix cap-widget not rendering in modal: set explicit width, use create…

    …Element instead of innerHTML
    ddrayko committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    927063f View commit details
    Browse the repository at this point in the history
Loading