Gitea - Package Updates
Pinned
Gitea
-
[1.33.3]
- Update Gitea to 1.22.3
- Full changelog
- Fix bug when a token is given public only (#32204) (#32218)
- Increase cacheContextLifetime to reduce false reports (#32011) (#32023)
- Don't join repository when loading action table data (#32127) (#32143)
- Fix javascript error when an anonymous user visits migration page (#32144) (#32179)
- Don't init signing keys if oauth2 provider is disabled (#32177)
- Fix wrong status of Set up Job when first step is skipped (#32120) (#32125)
- Fix bug when deleting a migrated branch (#32075) (#32123)
- Truncate commit message during Discord webhook push events (#31970) (#32121)
- Allow to set branch protection in an empty repository (#32095) (#32119)
- Fix panic when cloning with wrong ssh format. (#32076) (#32118)
-
-
[1.33.4]
- Update gitea to 1.22.4
- Full Changelog
- Fix basic auth with webauthn (#32531) (#32536)
- Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479)
-
-
[1.33.5]
- Update gitea to 1.22.5
- Full Changelog
- Upgrade crypto library (#32791 )
- Fix delete branch perm checking (#32654 ) (#32707 )
- Add standard-compliant route to serve outdated R packages (#32783 ) (#32789 )
- Fix internal server error when updating labels without write permission (#32776 ) (#32785 )
- Add Swift login endpoint (#32693 ) (#32701 )
- Fix fork page branch selection (#32711 ) (#32725 )
- Fix word overflow in file search page (#32695 ) (#32699 )
- Fix gogit
GetRefCommitID
(#32705 ) (#32712 ) - Fix race condition in mermaid observer (#32599 ) (#32673 )
- Fixe a keystring misuse and refactor duplicates keystrings (#32668 ) (#32792 )
- Bump relative-time-element to v4.4.4 (#32739 )
- Make wiki pages visit fast (#32732 ) (#32745 )
- Don't create action when syncing mirror pull refs (#32659 ) (#32664 )
-
-
-
[1.34.0]
- Update gitea to 1.23.0
- Full Changelog
- Rename config option
[camo].Allways
to[camo].Always
(#32097 ) - Remove SHA1 for support for SSH RSA signing (#31857 )
- Use UTC as the default timezone when scheduling Actions cron tasks (#31742 )
- Delete Actions logs older than 1 year by default (#31735 )
- Make OIDC introspection authentication strictly require Client ID and secret (#31632 )
- Include file extension checks in attachment API (#32151 )
-
[1.34.1]
- Update gitea to 1.23.1
- Full Changelog
- Move repo size to sidebar (#33155 )
- Fix editor markdown not incrementing in a numbered list (#33187 ) #33193
-
-
[1.34.2]
- Update gitea to 1.23.3
- Full Changelog
- Build Gitea with Golang v1.23.6 to fix security bugs
- Fix a bug caused by status webhook template #33512
-
-
[1.34.3]
- Update gitea to 1.23.4
- Full Changelog
- Enhance routers for the Actions variable operations (#33547) (#33553)
- Enhance routers for the Actions runner operations (#33549) (#33555)
- Fix project issues list and counting (#33594) #33619
- Add a transaction to pickTask (#33543) (#33563)
- Fix mirror bug (#33597) (#33607)
- Use default Git timeout when checking repo health (#33593) (#33598)
- Fix PR's target branch dropdown (#33589) (#33591)
- Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569) (#33577)
- Rework suggestion backend (#33538) (#33546)
- Fix context usage (#33554) (#33557)
-
-
[1.34.4]
- Update gitea to 1.23.5
- Full Changelog
- Compile with Go 1.24.1
- Bump x/oauth2 & x/crypto (#33704) (#33727)
- Optimize user dashboard loading (#33686) (#33708)
- Fix navbar dropdown item align (#33782)
- Fix inconsistent closed issue list icon (#33722) (#33728)
- Fix for Maven Package Naming Convention Handling (#33678) (#33679)
- Improve Open-with URL encoding (#33666) (#33680)
- Deleting repository should unlink all related packages (#33653) (#33673)
- Fix omitempty bug (#33663) (#33670)
- Upgrade go-crypto from 1.1.4 to 1.1.6 (#33745) (#33754)
- Fix OCI image.version annotation for releases to use full semver (#33698) (#33701)
- Try to fix ACME path when renew (#33668) (#33693)
- Fix mCaptcha bug (#33659) (#33661)
- Git graph: don't show detached commits (#33645) (#33650)
-
[1.35.0]
- Base image 5
-
-
[1.35.1]
- Fix hard coded mysql hostname
-
[1.35.2]
- Update gitea to 1.23.6
- Full Changelog
- Fix LFS URL (#33840) (#33843)
- Update jwt and redis packages (#33984) (#33987)
- Update golang crypto and net (#33989)
- Drop timeout for requests made to the internal hook api (#33947) (#33970)
- Fix maven panic when no package exists (#33888) (#33889)
- Fix markdown render (#33870) (#33875)
- Fix auto concurrency cancellation skips commit status updates (#33764) (#33849)
- Fix oauth2 auth (#33961) (#33962)
-
-
[1.35.3]
- Update gitea to 1.23.7
- Full Changelog
- Compile with Go 1.23.8
- Add a config option to block "expensive" pages for anonymous users (#34024 ) (#34071 )
- Also check default ssh-cert location for host (#34099 ) (#34100 ) (#34116 )
- Fix discord webhook 400 status code when description limit is exceeded (#34084 ) (#34124 )
- Get changed files based on merge base when checking
pull_request
actions trigger (#34106 ) (#34120 ) - Fix invalid version in RPM package path (#34112 ) (#34115 )
- Return default avatar url when user id is zero rather than updating database (#34094 ) (#34095 )
- Add additional ReplaceAll in pathsep to cater for different pathsep (#34061 ) (#34070 )
- Try to fix check-attr bug (#34029 ) (#34033 )
- Git client will follow 301 but 307 (#34005 ) (#34010 )