Gitea | v1.26.4

Gitea v1.26.4 released on 21-06-2026


Gitea v1.26.4 is out now. It patches a security issue that could automatically reactivate disabled user accounts during an OAuth2 callback and improves git log traversal error handling, which matters for administrators and operators integrating with external OAuth2/OIDC providers or running large repositories.

Head to the Gitea project releases on GitHub or your usual update channels for the full notes and downloads; Gitea Cloud instances will be upgraded automatically during the provider’s scheduled maintenance window.

What’s in this release

  • Security: prevent automatic reactivation of disabled users on OAuth2 callback (fixes: #38009, PR #38183)
  • Bugfix: improved git log traversal context/error handling (PRs #38182, #38185)
  • Gitea Cloud rollout notice: Cloud instances will be automatically upgraded to v1.26.4 during the provider’s maintenance window

Upgrade notes

  • If you integrate Gitea with external OAuth2/OIDC providers, upgrade to v1.26.4 promptly and review any automation or custom OAuth hooks that assume callback-driven reactivation of accounts.
  • Gitea Cloud users: expect the update to be applied for you. Self-hosted users should plan to upgrade manually to receive the fixes.

Share any comments on your upgrade experience or report issues on the project’s issue tracker so others can benefit from what you found.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes