Gitea - Package Updates
Pinned
Gitea
-
[1.32.10]
- Update Gitea to 1.21.11
- Full changelog
- Use go1.21.9 to include Golang security fix
- Fix possible renderer security problem (#30136) (#30315)
- Fix close file in the Upload func (#30262) (#30269)
- Fix inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) (#30250)
- Fix missing 0 prefix of GPG key id (#30245) (#30247)
- Include encoding in signature payload (#30174) (#30181)
- Move from max( id ) to max( index ) for latest commit statuses (#30076) (#30155)
- Load attachments for code comments (#30124) (#30126)
- Fix gitea doctor will remove repo-avatar files when executing command storage-archives (#30094) (#30120)
- Fix possible data race on tests (#30093) (#30108)
- Performance optimization for git push (#30104)
- Fix duplicate migrated milestones (#30102) (#30105)
- Fix panic for fixBrokenRepoUnits16961 (#30068) (#30100)
- Fix incorrect SVGs (#30087)
- Fix create commit status (#30225) (#30340)
- Performance optimization for git push (#30104) (#30354)
- Fix misuse of unsupported global variables (#30402)
- Fix to delete the cookie when AppSubURL is non-empty (#30375) (#30468)
- Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) (#30408)
- Change the default maxPerPage for gitbucket (#30392) (#30471)
- Check the token's owner and repository when registering a runner (#30406) (#30412)
- Avoid losing token when updating mirror settings (#30429) (#30466)
- Fix commit status cache which missed target_url (#30426) (#30445)
- Fix rename branch 500 when the target branch is deleted but exist in database (#30430) (#30437)
- Fix mirror error when mirror repo is empty (#30432) (#30467)
- Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) (#30447)
- Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) (#30497)
-
[1.33.0]
- Update Gitea to 1.22.0
- Full changelog
- Breaking changes
- Allow everyone to read or write a wiki by a repo unit setting (#30495)
- Use raw Wiki links for non-renderable Wiki files (#30273)
- Render embedded code preview by permalink in markdown (#30234) (#30249)
- Support repo code search without setting up an indexer (#29998)
- Support pasting URLs over markdown text (#29566)
- Allow to change primary email before account activation (#29412)
- Customizable "Open with" applications for repository clone (#29320)
- Allow options to disable user deletion from the interface on app.ini (#29275)
- Extend issue template YAML engine (#29274)
-
[1.33.2]
- Update Gitea to 1.22.2
- Full changelog
- Replace v-html with v-text in search inputbox (#31966) (#31973)
- Fix nuget/conan/container packages upload bugs (#31967) (#31982)
- Refactor the usage of batch catfile (#31754) (#31889)
- Fix overflowing content in action run log (#31842) (#31853)
- Scroll images in project issues separately from the remaining issue (#31683) (#31823)
- Add :focus-visible style to buttons (#31799) (#31819)
- Fix the display of project type for deleted projects (#31732) (#31734)
- Fix API owner ID should be zero when created repo secret (#31715) (#31811)
- Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729)
- Fix API endpoint for registration-token (#31722) (#31728)
- Add permission check when creating PR (#31033) (#31720)
-
[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