Update gitea/gitea Docker tag to v1.23.5 #26

Merged
justus merged 1 commits from renovate/gitea-gitea-1.x into main 2025-03-24 07:51:25 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
gitea/gitea minor 1.22.3 -> 1.23.5

Release Notes

go-gitea/gitea (gitea/gitea)

v1.23.5

Compare Source

v1.23.4

Compare Source

v1.23.3

Compare Source

  • Security
    • Build Gitea with Golang v1.23.6 to fix security bugs
  • BUGFIXES
    • Fix a bug caused by status webhook template #​33512

v1.23.2

Compare Source

v1.23.1

Compare Source

v1.23.0

Compare Source

  • BREAKING

    • Rename config option [camo].Allways to [camo].Always (#​32097)
    • Remove SHA1 for support for ssh rsa signing (#​31857)
    • Use UTC as default timezone when schedule 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)
  • SECURITY

    • Include file extension checks in attachment API (#​32151)
    • Include all security fixes which have been backported to v1.22
  • FEATURES

    • Allow to fork repository into the same owner (#​32819)
    • Support "merge upstream branch" (Sync fork) (#​32741)
    • Add Arch package registry (#​32692)
    • Allow to disable the password-based login (sign-in) form (#​32687)
    • Allow cropping an avatar before setting it (#​32565)
    • Support quote selected comments to reply (#​32431)
    • Add reviewers selection to new pull request (#​32403)
    • Suggestions for issues (#​32327)
    • Add priority to protected branch (#​32286)
    • Included tag search capabilities (#​32045)
    • Add option to filter board cards by labels and assignees (#​31999)
    • Add automatic light/dark option for the colorblind theme (#​31997)
    • Support migration from AWS CodeCommit (#​31981)
    • Introduce globallock as distributed locks (#​31908 & #​31813)
    • Support compression for Actions logs & enable by default (#​31761 & #​32013)
    • Add pure SSH LFS support (#​31516)
    • Add Passkey login support (#​31504)
    • Actions support workflow dispatch event (#​28163)
    • Support repo license (#​24872)
    • Issue time estimate, meaningful time tracking (#​23113)
    • GitHub like repo home page (#​32213 & #​32847)
    • Rearrange Clone Panel (#​31142)
    • Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#​32573)
    • Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#​32946) #​32964
    • Update i18n.go - Language Picker (#​32933) #​32935
  • PERFORMANCE

    • Perf: add extra index to notification table (#​32395)
    • Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#​32543)
    • Improve performance of diffs (#​32393)
    • Make LFS http_client parallel within a batch. (#​32369)
    • Add new index for action to resolve the performance problem (#​32333)
    • Improve get feed with pagination (#​31821)
    • Performance improvements for pull request list API (#​30490)
    • Use batch database operations instead of one by one to optimze api pulls (#​32680)
    • Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache (#​32987) #​33046
  • ENHANCEMENTS

    • Code

      • Remove unnecessary border in repo home page sidebar (#​32767)
      • Add 'Copy path' button to file view (#​32584)
      • Improve diff file tree (#​32658)
      • Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settings. (#​32307)
      • Updated tokenizer to better matching when search for code snippets (#​32261)
      • Change the code search to sort results by relevance (#​32134)
      • Support migrating GitHub/GitLab PR draft status (#​32242)
      • Move lock icon position and add additional tooltips to branch list page (#​31839)
      • Add tag name in the commits list (#​31082)
      • Add MAX_ROWS option for CSV rendering (#​30268)
      • Allow code search by filename (#​32210)
      • Make git push options accept short name (#​32245)
      • Repo file list enhancements (#​32835)
    • Markdown & Editor

      • Refactor markdown math render, add dollor-backquote syntax support (#​32831)
      • Make Monaco theme follow browser, fully type codeeditor.ts (#​32756)
      • Refactor markdown editor and use it for milestone description editor (#​32688)
      • Add some handy markdown editor features (#​32400)
      • Improve markdown textarea for indentation and lists (#​31406)
    • Issue

      • Add label/author/assignee filters to the user/org home issue list (#​32779)
      • Refactor issue filter (labels, poster, assignee) (#​32771)
      • Style unification for the issue_management area (#​32605)
      • Add "View all branches/tags" entry to Branch Selector (#​32653)
      • Improve textarea paste (#​31948)
      • Add avif image file support (#​32508)
      • Prevent from submitting issue/comment on uploading (#​32263)
      • Issue Templates: add option to have dropdown printed list (#​31577)
      • Allow searching issues by ID (#​31479)
      • Add is_archived option for issue indexer (#​32735)
      • Improve attachment upload methods (#​30513)
      • Support issue template assignees (#​31083)
      • Prevent simultaneous editing of comments and issues (#​31053)
      • Add issue comment when moving issues from one column to another of the project (#​29311)
    • Pull Request

      • Display head branch more comfortable on pull request view (#​32000)
      • Simplify review UI (#​31062)
      • Allow force push to protected branches (#​28086)
      • Add line-through for deleted branch on pull request view page (#​32500)
      • Support requested_reviewers data in comment webhook events (#​26178)
      • Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#​32215)
      • Allow including Reviewed-on/Reviewed-by lines for custom merge messages (#​31211)
    • Actions

      • Render job title as commit message (#​32748)
      • Refactor RepoActionView.vue, add ::group:: support (#​32713)
      • Make RepoActionView.vue support ##[group] (#​32770)
      • Support pull_request_target event for commit status (#​31703)
      • Detect whether action view branch was deleted (#​32764)
      • Allow users with write permission to run actions (#​32644)
      • Show latest run when visit /run/latest (#​31808)
    • Packages

      • Improve rubygems package registry (#​31357)
      • Add support for npm bundleDependencies (#​30751)
      • Add signature support for the RPM module (#​27069)
      • Extract and display readme and comments for Composer packages (#​30927)
    • Project

      • Add title to project view page (#​32747)
      • Set the columns height to hug all its contents (#​31726)
      • Rename project board -> column to make the UI less confusing (#​30170)
    • User & Organazition

      • Use better name for userinfo structure (#​32544)
      • Use user.FullName in Oauth2 id_token response (#​32542)
      • Limit org member view of restricted users (#​32211)
      • Allow disabling authentication related user features (#​31535)
      • Add option to change mail from user display name (#​31528)
      • Use FullName in Emails to address the recipient if possible (#​31527)
    • Administration

      • Add support for a credentials chain for minio access (#​31051)
      • Move admin routers from /admin to /-/admin (#​32189)
      • Add cache test for admins (#​31265)
      • Add option for mailer to override mail headers (#​27860)
      • Azure blob storage support (#​30995)
      • Supports forced use of S3 virtual-hosted style (#​30969)
      • Move repository visibility to danger zone in the settings area (#​31126)
    • Others

      • Remove urls from translations (#​31950)
      • Simplify 404/500 page (#​31409)
      • Optimize installation-page experience (#​32558)
      • Refactor login page (#​31530)
      • Add new event commit status creation and webhook implementation (#​27151)
      • Repo Activity: count new issues that were closed (#​31776)
      • Set manual tabindexes on login page (#​31689)
      • Add YEAR, MONTH, MONTH_ENGLISH, DAY variables for template repos (#​31584)
      • Add typescript guideline and typescript-specific eslint plugins and fix issues (#​31521)
      • Make toast support preventDuplicates (#​31501)
      • Fix tautological conditions (#​30735)
      • Issue change title notifications (#​33050) #​33065
  • API

    • Implement update branch API (#​32433)
    • Fix missing outputs for jobs with matrix (#​32823)
    • Make API "compare" accept commit IDs (#​32801)
    • Add github compatible tarball download API endpoints (#​32572)
    • Harden runner updateTask and updateLog api (#​32462)
    • Add DISABLE_ORGANIZATIONS_PAGE and DISABLE_CODE_PAGE settings for explore pages and fix an issue related to user search (#​32288)
    • Make admins adhere to branch protection rules (#​32248)
    • Calculate PublicOnly for org membership only once (#​32234)
    • Allow filtering PRs by poster in the ListPullRequests API (#​32209)
    • Return 404 instead of error when commit not exist (#​31977)
    • Save initial signup information for users to aid in spam prevention (#​31852)
    • Fix upload maven pacakge parallelly (#​31851)
    • Fix null requested_reviewer from API (#​31773)
    • Add permission description for API to add repo collaborator (#​31744)
    • Add return type to GetRawFileOrLFS and GetRawFile (#​31680)
    • Add skip secondary authorization option for public oauth2 clients (#​31454)
    • Add tag protection via rest api #​17862 (#​31295)
    • Document possible action types for the user activity feed API (#​31196)
    • Add topics for repository API (#​31127)
    • Add support for searching users by email (#​30908)
    • Add API endpoints for getting action jobs status (#​26673)
  • REFACTOR

    • Update JS and PY dependencies (#​31940)
    • Enable no-jquery/no-parse-html-literal and fix violation (#​31684)
    • Refactor image diff (#​31444)
    • Refactor CSRF token (#​32216)
    • Fix some typescript issues (#​32586)
    • Refactor names (#​31405)
    • Use per package global lock for container uploads instead of memory lock (#​31860)
    • Move team related functions to service layer (#​32537)
    • Move GetFeeds to service layer (#​32526)
    • Resolve lint for unused parameter and unnecessary type arguments (#​30750)
    • Reimplement GetUserOrgsList to make it simple and clear (#​32486)
    • Move some functions from issue.go to standalone files (#​32468)
    • Refactor sidebar assignee&milestone&project selectors (#​32465)
    • Refactor sidebar label selector (#​32460)
    • Fix a number of typescript issues (#​32459)
    • Refactor language menu and dom utils (#​32450)
    • Refactor issue page info (#​32445)
    • Split issue sidebar into small templates (#​32444)
    • Refactor template ctx and render utils (#​32422)
    • Refactor repo legacy (#​32404)
    • Refactor markup package (#​32399)
    • Refactor markup render system (#​32533 & #​32589 & #​32612)
    • Refactor the DB migration system slightly (#​32344)
    • Remove jQuery import from some files (#​32512)
    • Strict pagination check (#​32548)
    • Split mail sender sub package from mailer service package (#​32618)
    • Remove outdated code about fixture generation (#​32708)
    • Refactor RepoBranchTagSelector (#​32681)
    • Refactor issue list (#​32755)
    • Refactor LabelEdit (#​32752)
    • Split issue/pull view router function as multiple smaller functions (#​32749)
    • Refactor some LDAP code (#​32849)
    • Unify repo search order by logic (#​30876)
    • Remove duplicate empty repo check in delete branch API (#​32569)
    • Replace deprecated math/rand functions (#​30733)
    • Remove fomantic dimmer module (#​30723)
    • Add types to fetch,toast,bootstrap,svg (#​31627)
    • Refactor webhook (#​31587)
    • Move AddCollabrator and CreateRepositoryByExample to service layer (#​32419)
    • Refactor RepoRefByType (#​32413)
    • Refactor: remove redundant err declarations (#​32381)
    • Refactor markup code (#​31399)
    • Refactor render system (orgmode) (#​32671)
    • Refactor render system (#​32492)
    • Refactor markdown render (#​32736 & #​32728)
    • Refactor repo unit "disabled" check (#​31389)
    • Refactor route path normalization (#​31381)
    • Refactor to use UnsafeStringToBytes (#​31358)
    • Migrate vue components to setup (#​32329)
    • Refactor globallock (#​31933)
    • Use correct function name (#​31887)
    • Use a common message template instead of a special one (#​31878)
    • Fix a number of Typescript issues (#​31877)
    • Refactor dropzone (#​31482)
    • Move custom tw- helpers to tailwind plugin (#​31184)
    • Replace gt-word-break with tw-break-anywhere (#​31183)
    • Drop IDOrderDesc for listing Actions task and always order by id DESC (#​31150)
    • Split common-global.js into separate files (#​31438)
    • Improve detecting empty files (#​31332)
    • Use querySelector over alternative DOM methods (#​31280)
    • Remove jQuery .text() (#​30506)
    • Use repo as of renderctx's member rather than a repoPath on metas (#​29222)
    • Refactor some frontend problems (#​32646)
    • Refactor DateUtils and merge TimeSince (#​32409)
    • Replace DateTime with proper functions (#​32402)
    • Replace DateTime with DateUtils (#​32383)
    • Convert frontend code to typescript (#​31559)
    • Refactor maven package registry (#​33049) #​33057
    • Refactor testfixtures #​33028
  • BUGFIXES

  • MISC

    • Optimize branch protection rule loading (#​32280)
    • Bump to go 1.23 (#​31855)
    • Remove unused call to $.HeadRepo in view_title template (#​32317)
    • Do not display attestation-manifest and use short sha256 instead of full sha256 (#​32851)
    • Upgrade htmx to 2.0.4 (#​32834)
    • Improve JSX/TSX support in code editor (#​32833)
    • Add User-Agent for gitea's self-implemented lfs client. (#​32832)
    • Use errors.New to replace fmt.Errorf with no parameters (#​32800)
    • Add "n commits" link to contributors in contributors graph page (#​32799)
    • Update dependencies, tweak eslint (#​32719)
    • Remove all "floated" CSS styles (#​32691)
    • Show tag name on branch/tag selector if repo shown from tag ref (#​32689)
    • Use new mail package instead of an unmintained one (#​32682)
    • Optimize the styling of icon buttons within file-header-right (#​32675)
    • Validate OAuth Redirect URIs (#​32643)
    • Support optional/configurable IAMEndpoint for Minio Client (#​32581) (#​32581)
    • Make search box in issue sidebar dropdown list always show when scrolling (#​32576)
    • Bump CI,Flake and Snap to Node 22 (#​32487)
    • Update github.com/meilisearch/meilisearch-go (#​32484)
    • Add DEFAULT_MIRROR_REPO_UNITS and DEFAULT_TEMPLATE_REPO_UNITS options (#​32416)
    • Update go dependencies (#​32389)
    • Update JS and PY dependencies (#​32388)
    • Upgrade rollup to 4.24.0 (#​32312)
    • Upgrade vue to 3.5.12 (#​32311)
    • Improve the maintainblity of the reserved username list (#​32229)
    • Upgrade htmx to 2.0.3 (#​32192)
    • Count typescript files as frontend for labeling (#​32088)
    • Only use Host header from reverse proxy (#​32060)
    • Failed authentications are logged to level Warning (#​32016)
    • Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#​31959)
    • Distinguish official vs non-official reviews, add tool tips, and upgr… (#​31924)
    • Update mermaid to v11 (#​31913)
    • Bump relative-time-element to v4.4.3 (#​31910)
    • Upgrade htmx to 2.0.2 (#​31847)
    • Add warning message in merge instructions when AutodetectManualMerge was not enabled (#​31805)
    • Add types to various low-level functions (#​31781)
    • Update JS dependencies (#​31766)
    • Remove unused code from models/repos/release.go (#​31756)
    • Support delete user email in admin panel (#​31690)
    • Add username to OIDC introspection response (#​31688)
    • Use GetDisplayName() instead of DisplayName() to generate rss feeds (#​31687)
    • Code editor theme enhancements (#​31629)
    • Update JS dependencies (#​31616)
    • Add types for js globals (#​31586)
    • Add back esbuild-loader for .js files (#​31585)
    • Don't show hidden labels when filling out an issue template (#​31576)
    • Allow synchronizing user status from OAuth2 login providers (#​31572)
    • Display app name in the registration email title (#​31562)
    • Use stable version of fabric (#​31526)
    • Support legacy _links LFS batch responses (#​31513)
    • Fix JS error with disabled attachment and easymde (#​31511)
    • Always use HTML attributes for avatar size (#​31509)
    • Use nolyfill to remove some polyfills (#​31468)
    • Disable issue/PR comment button given empty input (#​31463)
    • Add simple JS init performance trace (#​31459)
    • Bump htmx to 2.0.0 (#​31413)
    • Update JS dependencies, remove eslint-plugin-jquery (#​31402)
    • Split org Propfile README to a new tab overview (#​31373)
    • Update nix flake and add gofumpt (#​31320)
    • Code optimization (#​31315)
    • Enable poetry non-package mode (#​31282)
    • Optimize profile layout to enhance visual experience (#​31278)
    • Update golang.org/x/net (#​31260)
    • Bump @github/relative-time-element to v4.4.1 (#​31232)
    • Remove unnecessary inline style for tab-size (#​31224)
    • Update golangci-lint to v1.59.0 (#​31221)
    • Update chroma to v2.14.0 (#​31177)
    • Update JS dependencies (#​31120)
    • Improve the handling of jobs.<job_id>.if (#​31070)
    • Clean up revive linter config, tweak golangci output (#​30980)
    • Use CSS inset shorthand (#​30939)
    • Forbid deprecated break-word in CSS (#​30934)
    • Remove obsolete monaco workaround (#​30893)
    • Update JS dependencies, add new eslint rules (#​30840)
    • Fix body margin shifting with modals, fix error on project column edit (#​30831)
    • Remove disk-clean workflow (#​30741)
    • Bump github.com/google/go-github to v61 (#​30738)
    • Add built js files to eslint ignore (#​30737)
    • Use ProtonMail/go-crypto for opengpg in tests (#​30736)
    • Upgrade xorm to v1.3.9 and improve some migrations Sync (#​29899)
    • Added default sorting milestones by name (#​27084)
    • Enable unparam linter (#​31277)
    • Use Alpine 3.21 for the docker images (#​32924) #​32951
    • Bump x/net (#​32896) #​32899
    • Use -s -w ldflags for release artifacts (#​33041) #​33042
    • Remove aws go sdk package dependency (#​33029) #​33047

v1.22.6

Compare Source

v1.22.5

Compare Source

v1.22.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://github.com/go-gitea/gitea) | minor | `1.22.3` -> `1.23.5` | --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.23.5`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1235---2025-03-04) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.23.4...v1.23.5) - SECURITY - Bump x/oauth2 & x/crypto ([#&#8203;33704](https://github.com/go-gitea/gitea/issues/33704)) ([#&#8203;33727](https://github.com/go-gitea/gitea/issues/33727)) - PERFORMANCE - Optimize user dashboard loading ([#&#8203;33686](https://github.com/go-gitea/gitea/issues/33686)) ([#&#8203;33708](https://github.com/go-gitea/gitea/issues/33708)) - BUGFIXES - Fix navbar dropdown item align ([#&#8203;33782](https://github.com/go-gitea/gitea/issues/33782)) - Fix inconsistent closed issue list icon ([#&#8203;33722](https://github.com/go-gitea/gitea/issues/33722)) ([#&#8203;33728](https://github.com/go-gitea/gitea/issues/33728)) - Fix for Maven Package Naming Convention Handling ([#&#8203;33678](https://github.com/go-gitea/gitea/issues/33678)) ([#&#8203;33679](https://github.com/go-gitea/gitea/issues/33679)) - Improve Open-with URL encoding ([#&#8203;33666](https://github.com/go-gitea/gitea/issues/33666)) ([#&#8203;33680](https://github.com/go-gitea/gitea/issues/33680)) - Deleting repository should unlink all related packages ([#&#8203;33653](https://github.com/go-gitea/gitea/issues/33653)) ([#&#8203;33673](https://github.com/go-gitea/gitea/issues/33673)) - Fix omitempty bug ([#&#8203;33663](https://github.com/go-gitea/gitea/issues/33663)) ([#&#8203;33670](https://github.com/go-gitea/gitea/issues/33670)) - Upgrade go-crypto from 1.1.4 to 1.1.6 ([#&#8203;33745](https://github.com/go-gitea/gitea/issues/33745)) ([#&#8203;33754](https://github.com/go-gitea/gitea/issues/33754)) - Fix OCI image.version annotation for releases to use full semver ([#&#8203;33698](https://github.com/go-gitea/gitea/issues/33698)) ([#&#8203;33701](https://github.com/go-gitea/gitea/issues/33701)) - Try to fix ACME path when renew ([#&#8203;33668](https://github.com/go-gitea/gitea/issues/33668)) ([#&#8203;33693](https://github.com/go-gitea/gitea/issues/33693)) - Fix mCaptcha bug ([#&#8203;33659](https://github.com/go-gitea/gitea/issues/33659)) ([#&#8203;33661](https://github.com/go-gitea/gitea/issues/33661)) - Git graph: don't show detached commits ([#&#8203;33645](https://github.com/go-gitea/gitea/issues/33645)) ([#&#8203;33650](https://github.com/go-gitea/gitea/issues/33650)) - Use MatchPhraseQuery for bleve code search ([#&#8203;33628](https://github.com/go-gitea/gitea/issues/33628)) - Adjust appearence of commit status webhook ([#&#8203;33778](https://github.com/go-gitea/gitea/issues/33778)) [#&#8203;33789](https://github.com/go-gitea/gitea/issues/33789) - Upgrade golang net from 0.35.0 -> 0.36.0 ([#&#8203;33795](https://github.com/go-gitea/gitea/issues/33795)) [#&#8203;33796](https://github.com/go-gitea/gitea/issues/33796) ### [`v1.23.4`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1234---2025-02-16) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.23.3...v1.23.4) - SECURITY - Enhance routers for the Actions variable operations ([#&#8203;33547](https://github.com/go-gitea/gitea/issues/33547)) ([#&#8203;33553](https://github.com/go-gitea/gitea/issues/33553)) - Enhance routers for the Actions runner operations ([#&#8203;33549](https://github.com/go-gitea/gitea/issues/33549)) ([#&#8203;33555](https://github.com/go-gitea/gitea/issues/33555)) - Fix project issues list and counting ([#&#8203;33594](https://github.com/go-gitea/gitea/issues/33594)) [#&#8203;33619](https://github.com/go-gitea/gitea/issues/33619) - PERFORMANCES - Performance optimization for pull request files loading comments attachments ([#&#8203;33585](https://github.com/go-gitea/gitea/issues/33585)) ([#&#8203;33592](https://github.com/go-gitea/gitea/issues/33592)) - BUGFIXES - Add a transaction to `pickTask` ([#&#8203;33543](https://github.com/go-gitea/gitea/issues/33543)) ([#&#8203;33563](https://github.com/go-gitea/gitea/issues/33563)) - Fix mirror bug ([#&#8203;33597](https://github.com/go-gitea/gitea/issues/33597)) ([#&#8203;33607](https://github.com/go-gitea/gitea/issues/33607)) - Use default Git timeout when checking repo health ([#&#8203;33593](https://github.com/go-gitea/gitea/issues/33593)) ([#&#8203;33598](https://github.com/go-gitea/gitea/issues/33598)) - Fix PR's target branch dropdown ([#&#8203;33589](https://github.com/go-gitea/gitea/issues/33589)) ([#&#8203;33591](https://github.com/go-gitea/gitea/issues/33591)) - Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) ([#&#8203;33569](https://github.com/go-gitea/gitea/issues/33569)) ([#&#8203;33577](https://github.com/go-gitea/gitea/issues/33577)) - Rework suggestion backend ([#&#8203;33538](https://github.com/go-gitea/gitea/issues/33538)) ([#&#8203;33546](https://github.com/go-gitea/gitea/issues/33546)) - Fix context usage ([#&#8203;33554](https://github.com/go-gitea/gitea/issues/33554)) ([#&#8203;33557](https://github.com/go-gitea/gitea/issues/33557)) - Only show the latest version in the Arch index ([#&#8203;33262](https://github.com/go-gitea/gitea/issues/33262)) ([#&#8203;33580](https://github.com/go-gitea/gitea/issues/33580)) - Skip deletion error for action artifacts ([#&#8203;33476](https://github.com/go-gitea/gitea/issues/33476)) ([#&#8203;33568](https://github.com/go-gitea/gitea/issues/33568)) - Make actions URL in commit status webhooks absolute ([#&#8203;33620](https://github.com/go-gitea/gitea/issues/33620)) [#&#8203;33632](https://github.com/go-gitea/gitea/issues/33632) - Add missing locale ([#&#8203;33641](https://github.com/go-gitea/gitea/issues/33641)) [#&#8203;33642](https://github.com/go-gitea/gitea/issues/33642) ### [`v1.23.3`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1233---2025-02-06) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.23.2...v1.23.3) - Security - Build Gitea with Golang v1.23.6 to fix security bugs - BUGFIXES - Fix a bug caused by status webhook template [#&#8203;33512](https://github.com/go-gitea/gitea/issues/33512) ### [`v1.23.2`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1232---2025-02-04) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.23.1...v1.23.2) - BREAKING - Add tests for webhook and fix some webhook bugs ([#&#8203;33396](https://github.com/go-gitea/gitea/issues/33396)) ([#&#8203;33442](https://github.com/go-gitea/gitea/issues/33442)) - Package webhook’s Organization was incorrectly used as the User struct. This PR fixes the issue. - This changelog is just a hint. The change is not really breaking because most fields are the same, most users are not affected. - ENHANCEMENTS - Clone button enhancements ([#&#8203;33362](https://github.com/go-gitea/gitea/issues/33362)) ([#&#8203;33404](https://github.com/go-gitea/gitea/issues/33404)) - Repo homepage styling tweaks ([#&#8203;33289](https://github.com/go-gitea/gitea/issues/33289)) ([#&#8203;33381](https://github.com/go-gitea/gitea/issues/33381)) - Add a confirm dialog for "sync fork" ([#&#8203;33270](https://github.com/go-gitea/gitea/issues/33270)) ([#&#8203;33273](https://github.com/go-gitea/gitea/issues/33273)) - Make tracked time representation display as hours ([#&#8203;33315](https://github.com/go-gitea/gitea/issues/33315)) ([#&#8203;33334](https://github.com/go-gitea/gitea/issues/33334)) - Improve sync fork behavior ([#&#8203;33319](https://github.com/go-gitea/gitea/issues/33319)) ([#&#8203;33332](https://github.com/go-gitea/gitea/issues/33332)) - BUGFIXES - Fix code button alignment ([#&#8203;33345](https://github.com/go-gitea/gitea/issues/33345)) ([#&#8203;33351](https://github.com/go-gitea/gitea/issues/33351)) - Correct bot label `vertical-align` ([#&#8203;33477](https://github.com/go-gitea/gitea/issues/33477)) ([#&#8203;33480](https://github.com/go-gitea/gitea/issues/33480)) - Fix SSH LFS memory usage ([#&#8203;33455](https://github.com/go-gitea/gitea/issues/33455)) ([#&#8203;33460](https://github.com/go-gitea/gitea/issues/33460)) - Fix issue sidebar dropdown keyboard support ([#&#8203;33447](https://github.com/go-gitea/gitea/issues/33447)) ([#&#8203;33450](https://github.com/go-gitea/gitea/issues/33450)) - Fix user avatar ([#&#8203;33439](https://github.com/go-gitea/gitea/issues/33439)) - Fix `GetCommitBranchStart` bug ([#&#8203;33298](https://github.com/go-gitea/gitea/issues/33298)) ([#&#8203;33421](https://github.com/go-gitea/gitea/issues/33421)) - Add pubdate for repository rss and add some tests ([#&#8203;33411](https://github.com/go-gitea/gitea/issues/33411)) ([#&#8203;33416](https://github.com/go-gitea/gitea/issues/33416)) - Add missed auto merge feed message on dashboard ([#&#8203;33309](https://github.com/go-gitea/gitea/issues/33309)) ([#&#8203;33405](https://github.com/go-gitea/gitea/issues/33405)) - Fix issue suggestion bug ([#&#8203;33389](https://github.com/go-gitea/gitea/issues/33389)) ([#&#8203;33391](https://github.com/go-gitea/gitea/issues/33391)) - Make issue suggestion work for all editors ([#&#8203;33340](https://github.com/go-gitea/gitea/issues/33340)) ([#&#8203;33342](https://github.com/go-gitea/gitea/issues/33342)) - Fix issue count ([#&#8203;33338](https://github.com/go-gitea/gitea/issues/33338)) ([#&#8203;33341](https://github.com/go-gitea/gitea/issues/33341)) - Fix Account linking page ([#&#8203;33325](https://github.com/go-gitea/gitea/issues/33325)) ([#&#8203;33327](https://github.com/go-gitea/gitea/issues/33327)) - Fix closed dependency title ([#&#8203;33285](https://github.com/go-gitea/gitea/issues/33285)) ([#&#8203;33287](https://github.com/go-gitea/gitea/issues/33287)) - Fix sidebar milestone link ([#&#8203;33269](https://github.com/go-gitea/gitea/issues/33269)) ([#&#8203;33272](https://github.com/go-gitea/gitea/issues/33272)) - Fix missing license when sync mirror ([#&#8203;33255](https://github.com/go-gitea/gitea/issues/33255)) ([#&#8203;33258](https://github.com/go-gitea/gitea/issues/33258)) - Fix upload file form ([#&#8203;33230](https://github.com/go-gitea/gitea/issues/33230)) ([#&#8203;33233](https://github.com/go-gitea/gitea/issues/33233)) - Fix mirror bug ([#&#8203;33224](https://github.com/go-gitea/gitea/issues/33224)) ([#&#8203;33225](https://github.com/go-gitea/gitea/issues/33225)) - Fix system admin cannot fork or get private fork with API ([#&#8203;33401](https://github.com/go-gitea/gitea/issues/33401)) ([#&#8203;33417](https://github.com/go-gitea/gitea/issues/33417)) - Fix push message behavior ([#&#8203;33215](https://github.com/go-gitea/gitea/issues/33215)) ([#&#8203;33317](https://github.com/go-gitea/gitea/issues/33317)) - Trivial fixes ([#&#8203;33304](https://github.com/go-gitea/gitea/issues/33304)) ([#&#8203;33312](https://github.com/go-gitea/gitea/issues/33312)) - Fix "stop time tracking button" on navbar ([#&#8203;33084](https://github.com/go-gitea/gitea/issues/33084)) ([#&#8203;33300](https://github.com/go-gitea/gitea/issues/33300)) - Fix tag route and empty repo ([#&#8203;33253](https://github.com/go-gitea/gitea/issues/33253)) - Fix cache test triggered by non memory cache ([#&#8203;33220](https://github.com/go-gitea/gitea/issues/33220)) ([#&#8203;33221](https://github.com/go-gitea/gitea/issues/33221)) - Revert empty lfs ref name ([#&#8203;33454](https://github.com/go-gitea/gitea/issues/33454)) ([#&#8203;33457](https://github.com/go-gitea/gitea/issues/33457)) - Fix flex width ([#&#8203;33414](https://github.com/go-gitea/gitea/issues/33414)) ([#&#8203;33418](https://github.com/go-gitea/gitea/issues/33418)) - Fix commit status events ([#&#8203;33320](https://github.com/go-gitea/gitea/issues/33320)) [#&#8203;33493](https://github.com/go-gitea/gitea/issues/33493) - Fix unnecessary comment when moving issue on the same project column ([#&#8203;33496](https://github.com/go-gitea/gitea/issues/33496)) [#&#8203;33499](https://github.com/go-gitea/gitea/issues/33499) - Add timetzdata build tag to binary releases ([#&#8203;33463](https://github.com/go-gitea/gitea/issues/33463)) [#&#8203;33503](https://github.com/go-gitea/gitea/issues/33503) - MISC - Use ProtonMail/go-crypto to replace keybase/go-crypto ([#&#8203;33402](https://github.com/go-gitea/gitea/issues/33402)) ([#&#8203;33410](https://github.com/go-gitea/gitea/issues/33410)) - Update katex to latest version ([#&#8203;33361](https://github.com/go-gitea/gitea/issues/33361)) - Update go tool dependencies ([#&#8203;32916](https://github.com/go-gitea/gitea/issues/32916)) ([#&#8203;33355](https://github.com/go-gitea/gitea/issues/33355)) ### [`v1.23.1`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1231---2025-01-09) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.23.0...v1.23.1) - ENHANCEMENTS - Move repo size to sidebar ([#&#8203;33155](https://github.com/go-gitea/gitea/issues/33155)) ([#&#8203;33182](https://github.com/go-gitea/gitea/issues/33182)) - BUGFIXES - Use updated path to s6-svscan after alpine upgrade ([#&#8203;33185](https://github.com/go-gitea/gitea/issues/33185)) ([#&#8203;33188](https://github.com/go-gitea/gitea/issues/33188)) - Fix fuzz test ([#&#8203;33156](https://github.com/go-gitea/gitea/issues/33156)) ([#&#8203;33158](https://github.com/go-gitea/gitea/issues/33158)) - Fix raw file API ref handling ([#&#8203;33172](https://github.com/go-gitea/gitea/issues/33172)) ([#&#8203;33189](https://github.com/go-gitea/gitea/issues/33189)) - Fix ACME panic ([#&#8203;33178](https://github.com/go-gitea/gitea/issues/33178)) ([#&#8203;33186](https://github.com/go-gitea/gitea/issues/33186)) - Fix branch dropdown not display ref name ([#&#8203;33159](https://github.com/go-gitea/gitea/issues/33159)) ([#&#8203;33183](https://github.com/go-gitea/gitea/issues/33183)) - Fix assignee list overlapping in Issue sidebar ([#&#8203;33176](https://github.com/go-gitea/gitea/issues/33176)) ([#&#8203;33181](https://github.com/go-gitea/gitea/issues/33181)) - Fix sync fork for consistency ([#&#8203;33147](https://github.com/go-gitea/gitea/issues/33147)) [#&#8203;33192](https://github.com/go-gitea/gitea/issues/33192) - Fix editor markdown not incrementing in a numbered list ([#&#8203;33187](https://github.com/go-gitea/gitea/issues/33187)) [#&#8203;33193](https://github.com/go-gitea/gitea/issues/33193) ### [`v1.23.0`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1230---2025-01-08) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.22.6...v1.23.0) - BREAKING - Rename config option `[camo].Allways` to `[camo].Always` ([#&#8203;32097](https://github.com/go-gitea/gitea/issues/32097)) - Remove SHA1 for support for ssh rsa signing ([#&#8203;31857](https://github.com/go-gitea/gitea/issues/31857)) - Use UTC as default timezone when schedule Actions cron tasks ([#&#8203;31742](https://github.com/go-gitea/gitea/issues/31742)) - Delete Actions logs older than 1 year by default ([#&#8203;31735](https://github.com/go-gitea/gitea/issues/31735)) - Make OIDC introspection authentication strictly require Client ID and secret ([#&#8203;31632](https://github.com/go-gitea/gitea/issues/31632)) - SECURITY - Include file extension checks in attachment API ([#&#8203;32151](https://github.com/go-gitea/gitea/issues/32151)) - Include all security fixes which have been backported to v1.22 - FEATURES - Allow to fork repository into the same owner ([#&#8203;32819](https://github.com/go-gitea/gitea/issues/32819)) - Support "merge upstream branch" (Sync fork) ([#&#8203;32741](https://github.com/go-gitea/gitea/issues/32741)) - Add Arch package registry ([#&#8203;32692](https://github.com/go-gitea/gitea/issues/32692)) - Allow to disable the password-based login (sign-in) form ([#&#8203;32687](https://github.com/go-gitea/gitea/issues/32687)) - Allow cropping an avatar before setting it ([#&#8203;32565](https://github.com/go-gitea/gitea/issues/32565)) - Support quote selected comments to reply ([#&#8203;32431](https://github.com/go-gitea/gitea/issues/32431)) - Add reviewers selection to new pull request ([#&#8203;32403](https://github.com/go-gitea/gitea/issues/32403)) - Suggestions for issues ([#&#8203;32327](https://github.com/go-gitea/gitea/issues/32327)) - Add priority to protected branch ([#&#8203;32286](https://github.com/go-gitea/gitea/issues/32286)) - Included tag search capabilities ([#&#8203;32045](https://github.com/go-gitea/gitea/issues/32045)) - Add option to filter board cards by labels and assignees ([#&#8203;31999](https://github.com/go-gitea/gitea/issues/31999)) - Add automatic light/dark option for the colorblind theme ([#&#8203;31997](https://github.com/go-gitea/gitea/issues/31997)) - Support migration from AWS CodeCommit ([#&#8203;31981](https://github.com/go-gitea/gitea/issues/31981)) - Introduce globallock as distributed locks ([#&#8203;31908](https://github.com/go-gitea/gitea/issues/31908) & [#&#8203;31813](https://github.com/go-gitea/gitea/issues/31813)) - Support compression for Actions logs & enable by default ([#&#8203;31761](https://github.com/go-gitea/gitea/issues/31761) & [#&#8203;32013](https://github.com/go-gitea/gitea/issues/32013)) - Add pure SSH LFS support ([#&#8203;31516](https://github.com/go-gitea/gitea/issues/31516)) - Add Passkey login support ([#&#8203;31504](https://github.com/go-gitea/gitea/issues/31504)) - Actions support workflow dispatch event ([#&#8203;28163](https://github.com/go-gitea/gitea/issues/28163)) - Support repo license ([#&#8203;24872](https://github.com/go-gitea/gitea/issues/24872)) - Issue time estimate, meaningful time tracking ([#&#8203;23113](https://github.com/go-gitea/gitea/issues/23113)) - GitHub like repo home page ([#&#8203;32213](https://github.com/go-gitea/gitea/issues/32213) & [#&#8203;32847](https://github.com/go-gitea/gitea/issues/32847)) - Rearrange Clone Panel ([#&#8203;31142](https://github.com/go-gitea/gitea/issues/31142)) - Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access ([#&#8203;32573](https://github.com/go-gitea/gitea/issues/32573)) - Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token ([#&#8203;32946](https://github.com/go-gitea/gitea/issues/32946)) [#&#8203;32964](https://github.com/go-gitea/gitea/issues/32964) - Update i18n.go - Language Picker ([#&#8203;32933](https://github.com/go-gitea/gitea/issues/32933)) [#&#8203;32935](https://github.com/go-gitea/gitea/issues/32935) - PERFORMANCE - Perf: add extra index to notification table ([#&#8203;32395](https://github.com/go-gitea/gitea/issues/32395)) - Introduce OrgList and add LoadTeams, optimaze Load teams for orgs ([#&#8203;32543](https://github.com/go-gitea/gitea/issues/32543)) - Improve performance of diffs ([#&#8203;32393](https://github.com/go-gitea/gitea/issues/32393)) - Make LFS http_client parallel within a batch. ([#&#8203;32369](https://github.com/go-gitea/gitea/issues/32369)) - Add new index for action to resolve the performance problem ([#&#8203;32333](https://github.com/go-gitea/gitea/issues/32333)) - Improve get feed with pagination ([#&#8203;31821](https://github.com/go-gitea/gitea/issues/31821)) - Performance improvements for pull request list API ([#&#8203;30490](https://github.com/go-gitea/gitea/issues/30490)) - Use batch database operations instead of one by one to optimze api pulls ([#&#8203;32680](https://github.com/go-gitea/gitea/issues/32680)) - Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache ([#&#8203;32987](https://github.com/go-gitea/gitea/issues/32987)) [#&#8203;33046](https://github.com/go-gitea/gitea/issues/33046) - ENHANCEMENTS - Code - Remove unnecessary border in repo home page sidebar ([#&#8203;32767](https://github.com/go-gitea/gitea/issues/32767)) - Add 'Copy path' button to file view ([#&#8203;32584](https://github.com/go-gitea/gitea/issues/32584)) - Improve diff file tree ([#&#8203;32658](https://github.com/go-gitea/gitea/issues/32658)) - Add new \[lfs_client].BATCH_SIZE and \[server].LFS_MAX_BATCH_SIZE config settings. ([#&#8203;32307](https://github.com/go-gitea/gitea/issues/32307)) - Updated tokenizer to better matching when search for code snippets ([#&#8203;32261](https://github.com/go-gitea/gitea/issues/32261)) - Change the code search to sort results by relevance ([#&#8203;32134](https://github.com/go-gitea/gitea/issues/32134)) - Support migrating GitHub/GitLab PR draft status ([#&#8203;32242](https://github.com/go-gitea/gitea/issues/32242)) - Move lock icon position and add additional tooltips to branch list page ([#&#8203;31839](https://github.com/go-gitea/gitea/issues/31839)) - Add tag name in the commits list ([#&#8203;31082](https://github.com/go-gitea/gitea/issues/31082)) - Add `MAX_ROWS` option for CSV rendering ([#&#8203;30268](https://github.com/go-gitea/gitea/issues/30268)) - Allow code search by filename ([#&#8203;32210](https://github.com/go-gitea/gitea/issues/32210)) - Make git push options accept short name ([#&#8203;32245](https://github.com/go-gitea/gitea/issues/32245)) - Repo file list enhancements ([#&#8203;32835](https://github.com/go-gitea/gitea/issues/32835)) - Markdown & Editor - Refactor markdown math render, add dollor-backquote syntax support ([#&#8203;32831](https://github.com/go-gitea/gitea/issues/32831)) - Make Monaco theme follow browser, fully type codeeditor.ts ([#&#8203;32756](https://github.com/go-gitea/gitea/issues/32756)) - Refactor markdown editor and use it for milestone description editor ([#&#8203;32688](https://github.com/go-gitea/gitea/issues/32688)) - Add some handy markdown editor features ([#&#8203;32400](https://github.com/go-gitea/gitea/issues/32400)) - Improve markdown textarea for indentation and lists ([#&#8203;31406](https://github.com/go-gitea/gitea/issues/31406)) - Issue - Add label/author/assignee filters to the user/org home issue list ([#&#8203;32779](https://github.com/go-gitea/gitea/issues/32779)) - Refactor issue filter (labels, poster, assignee) ([#&#8203;32771](https://github.com/go-gitea/gitea/issues/32771)) - Style unification for the issue_management area ([#&#8203;32605](https://github.com/go-gitea/gitea/issues/32605)) - Add "View all branches/tags" entry to Branch Selector ([#&#8203;32653](https://github.com/go-gitea/gitea/issues/32653)) - Improve textarea paste ([#&#8203;31948](https://github.com/go-gitea/gitea/issues/31948)) - Add avif image file support ([#&#8203;32508](https://github.com/go-gitea/gitea/issues/32508)) - Prevent from submitting issue/comment on uploading ([#&#8203;32263](https://github.com/go-gitea/gitea/issues/32263)) - Issue Templates: add option to have dropdown printed list ([#&#8203;31577](https://github.com/go-gitea/gitea/issues/31577)) - Allow searching issues by ID ([#&#8203;31479](https://github.com/go-gitea/gitea/issues/31479)) - Add `is_archived` option for issue indexer ([#&#8203;32735](https://github.com/go-gitea/gitea/issues/32735)) - Improve attachment upload methods ([#&#8203;30513](https://github.com/go-gitea/gitea/issues/30513)) - Support issue template assignees ([#&#8203;31083](https://github.com/go-gitea/gitea/issues/31083)) - Prevent simultaneous editing of comments and issues ([#&#8203;31053](https://github.com/go-gitea/gitea/issues/31053)) - Add issue comment when moving issues from one column to another of the project ([#&#8203;29311](https://github.com/go-gitea/gitea/issues/29311)) - Pull Request - Display head branch more comfortable on pull request view ([#&#8203;32000](https://github.com/go-gitea/gitea/issues/32000)) - Simplify review UI ([#&#8203;31062](https://github.com/go-gitea/gitea/issues/31062)) - Allow force push to protected branches ([#&#8203;28086](https://github.com/go-gitea/gitea/issues/28086)) - Add line-through for deleted branch on pull request view page ([#&#8203;32500](https://github.com/go-gitea/gitea/issues/32500)) - Support requested_reviewers data in comment webhook events ([#&#8203;26178](https://github.com/go-gitea/gitea/issues/26178)) - Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled ([#&#8203;32215](https://github.com/go-gitea/gitea/issues/32215)) - Allow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages ([#&#8203;31211](https://github.com/go-gitea/gitea/issues/31211)) - Actions - Render job title as commit message ([#&#8203;32748](https://github.com/go-gitea/gitea/issues/32748)) - Refactor RepoActionView.vue, add `::group::` support ([#&#8203;32713](https://github.com/go-gitea/gitea/issues/32713)) - Make RepoActionView.vue support `##[group]` ([#&#8203;32770](https://github.com/go-gitea/gitea/issues/32770)) - Support `pull_request_target` event for commit status ([#&#8203;31703](https://github.com/go-gitea/gitea/issues/31703)) - Detect whether action view branch was deleted ([#&#8203;32764](https://github.com/go-gitea/gitea/issues/32764)) - Allow users with write permission to run actions ([#&#8203;32644](https://github.com/go-gitea/gitea/issues/32644)) - Show latest run when visit /run/latest ([#&#8203;31808](https://github.com/go-gitea/gitea/issues/31808)) - Packages - Improve rubygems package registry ([#&#8203;31357](https://github.com/go-gitea/gitea/issues/31357)) - Add support for npm bundleDependencies ([#&#8203;30751](https://github.com/go-gitea/gitea/issues/30751)) - Add signature support for the RPM module ([#&#8203;27069](https://github.com/go-gitea/gitea/issues/27069)) - Extract and display readme and comments for Composer packages ([#&#8203;30927](https://github.com/go-gitea/gitea/issues/30927)) - Project - Add title to project view page ([#&#8203;32747](https://github.com/go-gitea/gitea/issues/32747)) - Set the columns height to hug all its contents ([#&#8203;31726](https://github.com/go-gitea/gitea/issues/31726)) - Rename project `board` -> `column` to make the UI less confusing ([#&#8203;30170](https://github.com/go-gitea/gitea/issues/30170)) - User & Organazition - Use better name for userinfo structure ([#&#8203;32544](https://github.com/go-gitea/gitea/issues/32544)) - Use user.FullName in Oauth2 id_token response ([#&#8203;32542](https://github.com/go-gitea/gitea/issues/32542)) - Limit org member view of restricted users ([#&#8203;32211](https://github.com/go-gitea/gitea/issues/32211)) - Allow disabling authentication related user features ([#&#8203;31535](https://github.com/go-gitea/gitea/issues/31535)) - Add option to change mail from user display name ([#&#8203;31528](https://github.com/go-gitea/gitea/issues/31528)) - Use FullName in Emails to address the recipient if possible ([#&#8203;31527](https://github.com/go-gitea/gitea/issues/31527)) - Administration - Add support for a credentials chain for minio access ([#&#8203;31051](https://github.com/go-gitea/gitea/issues/31051)) - Move admin routers from /admin to /-/admin ([#&#8203;32189](https://github.com/go-gitea/gitea/issues/32189)) - Add cache test for admins ([#&#8203;31265](https://github.com/go-gitea/gitea/issues/31265)) - Add option for mailer to override mail headers ([#&#8203;27860](https://github.com/go-gitea/gitea/issues/27860)) - Azure blob storage support ([#&#8203;30995](https://github.com/go-gitea/gitea/issues/30995)) - Supports forced use of S3 virtual-hosted style ([#&#8203;30969](https://github.com/go-gitea/gitea/issues/30969)) - Move repository visibility to danger zone in the settings area ([#&#8203;31126](https://github.com/go-gitea/gitea/issues/31126)) - Others - Remove urls from translations ([#&#8203;31950](https://github.com/go-gitea/gitea/issues/31950)) - Simplify 404/500 page ([#&#8203;31409](https://github.com/go-gitea/gitea/issues/31409)) - Optimize installation-page experience ([#&#8203;32558](https://github.com/go-gitea/gitea/issues/32558)) - Refactor login page ([#&#8203;31530](https://github.com/go-gitea/gitea/issues/31530)) - Add new event commit status creation and webhook implementation ([#&#8203;27151](https://github.com/go-gitea/gitea/issues/27151)) - Repo Activity: count new issues that were closed ([#&#8203;31776](https://github.com/go-gitea/gitea/issues/31776)) - Set manual `tabindex`es on login page ([#&#8203;31689](https://github.com/go-gitea/gitea/issues/31689)) - Add `YEAR`, `MONTH`, `MONTH_ENGLISH`, `DAY` variables for template repos ([#&#8203;31584](https://github.com/go-gitea/gitea/issues/31584)) - Add typescript guideline and typescript-specific eslint plugins and fix issues ([#&#8203;31521](https://github.com/go-gitea/gitea/issues/31521)) - Make toast support preventDuplicates ([#&#8203;31501](https://github.com/go-gitea/gitea/issues/31501)) - Fix tautological conditions ([#&#8203;30735](https://github.com/go-gitea/gitea/issues/30735)) - Issue change title notifications ([#&#8203;33050](https://github.com/go-gitea/gitea/issues/33050)) [#&#8203;33065](https://github.com/go-gitea/gitea/issues/33065) - API - Implement update branch API ([#&#8203;32433](https://github.com/go-gitea/gitea/issues/32433)) - Fix missing outputs for jobs with matrix ([#&#8203;32823](https://github.com/go-gitea/gitea/issues/32823)) - Make API "compare" accept commit IDs ([#&#8203;32801](https://github.com/go-gitea/gitea/issues/32801)) - Add github compatible tarball download API endpoints ([#&#8203;32572](https://github.com/go-gitea/gitea/issues/32572)) - Harden runner updateTask and updateLog api ([#&#8203;32462](https://github.com/go-gitea/gitea/issues/32462)) - Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore pages and fix an issue related to user search ([#&#8203;32288](https://github.com/go-gitea/gitea/issues/32288)) - Make admins adhere to branch protection rules ([#&#8203;32248](https://github.com/go-gitea/gitea/issues/32248)) - Calculate `PublicOnly` for org membership only once ([#&#8203;32234](https://github.com/go-gitea/gitea/issues/32234)) - Allow filtering PRs by poster in the ListPullRequests API ([#&#8203;32209](https://github.com/go-gitea/gitea/issues/32209)) - Return 404 instead of error when commit not exist ([#&#8203;31977](https://github.com/go-gitea/gitea/issues/31977)) - Save initial signup information for users to aid in spam prevention ([#&#8203;31852](https://github.com/go-gitea/gitea/issues/31852)) - Fix upload maven pacakge parallelly ([#&#8203;31851](https://github.com/go-gitea/gitea/issues/31851)) - Fix null requested_reviewer from API ([#&#8203;31773](https://github.com/go-gitea/gitea/issues/31773)) - Add permission description for API to add repo collaborator ([#&#8203;31744](https://github.com/go-gitea/gitea/issues/31744)) - Add return type to GetRawFileOrLFS and GetRawFile ([#&#8203;31680](https://github.com/go-gitea/gitea/issues/31680)) - Add skip secondary authorization option for public oauth2 clients ([#&#8203;31454](https://github.com/go-gitea/gitea/issues/31454)) - Add tag protection via rest api [#&#8203;17862](https://github.com/go-gitea/gitea/issues/17862) ([#&#8203;31295](https://github.com/go-gitea/gitea/issues/31295)) - Document possible action types for the user activity feed API ([#&#8203;31196](https://github.com/go-gitea/gitea/issues/31196)) - Add topics for repository API ([#&#8203;31127](https://github.com/go-gitea/gitea/issues/31127)) - Add support for searching users by email ([#&#8203;30908](https://github.com/go-gitea/gitea/issues/30908)) - Add API endpoints for getting action jobs status ([#&#8203;26673](https://github.com/go-gitea/gitea/issues/26673)) - REFACTOR - Update JS and PY dependencies ([#&#8203;31940](https://github.com/go-gitea/gitea/issues/31940)) - Enable `no-jquery/no-parse-html-literal` and fix violation ([#&#8203;31684](https://github.com/go-gitea/gitea/issues/31684)) - Refactor image diff ([#&#8203;31444](https://github.com/go-gitea/gitea/issues/31444)) - Refactor CSRF token ([#&#8203;32216](https://github.com/go-gitea/gitea/issues/32216)) - Fix some typescript issues ([#&#8203;32586](https://github.com/go-gitea/gitea/issues/32586)) - Refactor names ([#&#8203;31405](https://github.com/go-gitea/gitea/issues/31405)) - Use per package global lock for container uploads instead of memory lock ([#&#8203;31860](https://github.com/go-gitea/gitea/issues/31860)) - Move team related functions to service layer ([#&#8203;32537](https://github.com/go-gitea/gitea/issues/32537)) - Move GetFeeds to service layer ([#&#8203;32526](https://github.com/go-gitea/gitea/issues/32526)) - Resolve lint for unused parameter and unnecessary type arguments ([#&#8203;30750](https://github.com/go-gitea/gitea/issues/30750)) - Reimplement GetUserOrgsList to make it simple and clear ([#&#8203;32486](https://github.com/go-gitea/gitea/issues/32486)) - Move some functions from issue.go to standalone files ([#&#8203;32468](https://github.com/go-gitea/gitea/issues/32468)) - Refactor sidebar assignee\&milestone\&project selectors ([#&#8203;32465](https://github.com/go-gitea/gitea/issues/32465)) - Refactor sidebar label selector ([#&#8203;32460](https://github.com/go-gitea/gitea/issues/32460)) - Fix a number of typescript issues ([#&#8203;32459](https://github.com/go-gitea/gitea/issues/32459)) - Refactor language menu and dom utils ([#&#8203;32450](https://github.com/go-gitea/gitea/issues/32450)) - Refactor issue page info ([#&#8203;32445](https://github.com/go-gitea/gitea/issues/32445)) - Split issue sidebar into small templates ([#&#8203;32444](https://github.com/go-gitea/gitea/issues/32444)) - Refactor template ctx and render utils ([#&#8203;32422](https://github.com/go-gitea/gitea/issues/32422)) - Refactor repo legacy ([#&#8203;32404](https://github.com/go-gitea/gitea/issues/32404)) - Refactor markup package ([#&#8203;32399](https://github.com/go-gitea/gitea/issues/32399)) - Refactor markup render system ([#&#8203;32533](https://github.com/go-gitea/gitea/issues/32533) & [#&#8203;32589](https://github.com/go-gitea/gitea/issues/32589) & [#&#8203;32612](https://github.com/go-gitea/gitea/issues/32612)) - Refactor the DB migration system slightly ([#&#8203;32344](https://github.com/go-gitea/gitea/issues/32344)) - Remove jQuery import from some files ([#&#8203;32512](https://github.com/go-gitea/gitea/issues/32512)) - Strict pagination check ([#&#8203;32548](https://github.com/go-gitea/gitea/issues/32548)) - Split mail sender sub package from mailer service package ([#&#8203;32618](https://github.com/go-gitea/gitea/issues/32618)) - Remove outdated code about fixture generation ([#&#8203;32708](https://github.com/go-gitea/gitea/issues/32708)) - Refactor RepoBranchTagSelector ([#&#8203;32681](https://github.com/go-gitea/gitea/issues/32681)) - Refactor issue list ([#&#8203;32755](https://github.com/go-gitea/gitea/issues/32755)) - Refactor LabelEdit ([#&#8203;32752](https://github.com/go-gitea/gitea/issues/32752)) - Split issue/pull view router function as multiple smaller functions ([#&#8203;32749](https://github.com/go-gitea/gitea/issues/32749)) - Refactor some LDAP code ([#&#8203;32849](https://github.com/go-gitea/gitea/issues/32849)) - Unify repo search order by logic ([#&#8203;30876](https://github.com/go-gitea/gitea/issues/30876)) - Remove duplicate empty repo check in delete branch API ([#&#8203;32569](https://github.com/go-gitea/gitea/issues/32569)) - Replace deprecated `math/rand` functions ([#&#8203;30733](https://github.com/go-gitea/gitea/issues/30733)) - Remove fomantic dimmer module ([#&#8203;30723](https://github.com/go-gitea/gitea/issues/30723)) - Add types to fetch,toast,bootstrap,svg ([#&#8203;31627](https://github.com/go-gitea/gitea/issues/31627)) - Refactor webhook ([#&#8203;31587](https://github.com/go-gitea/gitea/issues/31587)) - Move AddCollabrator and CreateRepositoryByExample to service layer ([#&#8203;32419](https://github.com/go-gitea/gitea/issues/32419)) - Refactor RepoRefByType ([#&#8203;32413](https://github.com/go-gitea/gitea/issues/32413)) - Refactor: remove redundant err declarations ([#&#8203;32381](https://github.com/go-gitea/gitea/issues/32381)) - Refactor markup code ([#&#8203;31399](https://github.com/go-gitea/gitea/issues/31399)) - Refactor render system (orgmode) ([#&#8203;32671](https://github.com/go-gitea/gitea/issues/32671)) - Refactor render system ([#&#8203;32492](https://github.com/go-gitea/gitea/issues/32492)) - Refactor markdown render ([#&#8203;32736](https://github.com/go-gitea/gitea/issues/32736) & [#&#8203;32728](https://github.com/go-gitea/gitea/issues/32728)) - Refactor repo unit "disabled" check ([#&#8203;31389](https://github.com/go-gitea/gitea/issues/31389)) - Refactor route path normalization ([#&#8203;31381](https://github.com/go-gitea/gitea/issues/31381)) - Refactor to use UnsafeStringToBytes ([#&#8203;31358](https://github.com/go-gitea/gitea/issues/31358)) - Migrate vue components to setup ([#&#8203;32329](https://github.com/go-gitea/gitea/issues/32329)) - Refactor globallock ([#&#8203;31933](https://github.com/go-gitea/gitea/issues/31933)) - Use correct function name ([#&#8203;31887](https://github.com/go-gitea/gitea/issues/31887)) - Use a common message template instead of a special one ([#&#8203;31878](https://github.com/go-gitea/gitea/issues/31878)) - Fix a number of Typescript issues ([#&#8203;31877](https://github.com/go-gitea/gitea/issues/31877)) - Refactor dropzone ([#&#8203;31482](https://github.com/go-gitea/gitea/issues/31482)) - Move custom `tw-` helpers to tailwind plugin ([#&#8203;31184](https://github.com/go-gitea/gitea/issues/31184)) - Replace `gt-word-break` with `tw-break-anywhere` ([#&#8203;31183](https://github.com/go-gitea/gitea/issues/31183)) - Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` ([#&#8203;31150](https://github.com/go-gitea/gitea/issues/31150)) - Split common-global.js into separate files ([#&#8203;31438](https://github.com/go-gitea/gitea/issues/31438)) - Improve detecting empty files ([#&#8203;31332](https://github.com/go-gitea/gitea/issues/31332)) - Use `querySelector` over alternative DOM methods ([#&#8203;31280](https://github.com/go-gitea/gitea/issues/31280)) - Remove jQuery `.text()` ([#&#8203;30506](https://github.com/go-gitea/gitea/issues/30506)) - Use repo as of renderctx's member rather than a repoPath on metas ([#&#8203;29222](https://github.com/go-gitea/gitea/issues/29222)) - Refactor some frontend problems ([#&#8203;32646](https://github.com/go-gitea/gitea/issues/32646)) - Refactor DateUtils and merge TimeSince ([#&#8203;32409](https://github.com/go-gitea/gitea/issues/32409)) - Replace DateTime with proper functions ([#&#8203;32402](https://github.com/go-gitea/gitea/issues/32402)) - Replace DateTime with DateUtils ([#&#8203;32383](https://github.com/go-gitea/gitea/issues/32383)) - Convert frontend code to typescript ([#&#8203;31559](https://github.com/go-gitea/gitea/issues/31559)) - Refactor maven package registry ([#&#8203;33049](https://github.com/go-gitea/gitea/issues/33049)) [#&#8203;33057](https://github.com/go-gitea/gitea/issues/33057) - Refactor testfixtures [#&#8203;33028](https://github.com/go-gitea/gitea/issues/33028) - BUGFIXES - Fix issues with inconsistent spacing in areas ([#&#8203;32607](https://github.com/go-gitea/gitea/issues/32607)) - Fix incomplete Actions status aggregations ([#&#8203;32859](https://github.com/go-gitea/gitea/issues/32859)) - In some lfs server implementations, they require the ref attribute. ([#&#8203;32838](https://github.com/go-gitea/gitea/issues/32838)) - Update the list of watchers and stargazers when clicking watch/unwatch or star/unstar ([#&#8203;32570](https://github.com/go-gitea/gitea/issues/32570)) - Fix `recentupdate` sorting bugs ([#&#8203;32505](https://github.com/go-gitea/gitea/issues/32505)) - Fix incorrect "Target branch does not exist" in PR title ([#&#8203;32222](https://github.com/go-gitea/gitea/issues/32222)) - Handle "close" actionable references for manual merges ([#&#8203;31879](https://github.com/go-gitea/gitea/issues/31879)) - render plain text file if the LFS object doesn't exist ([#&#8203;31812](https://github.com/go-gitea/gitea/issues/31812)) - Fix Null Pointer error for CommitStatusesHideActionsURL ([#&#8203;31731](https://github.com/go-gitea/gitea/issues/31731)) - Fix loadRepository error when access user dashboard ([#&#8203;31719](https://github.com/go-gitea/gitea/issues/31719)) - Hide the "Details" link of commit status when the user cannot access actions ([#&#8203;30156](https://github.com/go-gitea/gitea/issues/30156)) - Fix duplicate dropdown dividers ([#&#8203;32760](https://github.com/go-gitea/gitea/issues/32760)) - Fix SSPI button visibility when SSPI is the only enabled method ([#&#8203;32841](https://github.com/go-gitea/gitea/issues/32841)) - Fix overflow on org header ([#&#8203;32837](https://github.com/go-gitea/gitea/issues/32837)) - Exclude protected branches from recently pushed ([#&#8203;31748](https://github.com/go-gitea/gitea/issues/31748)) - Fix large image overflow in comment page ([#&#8203;31740](https://github.com/go-gitea/gitea/issues/31740)) - Fix milestone deadline and date related problems ([#&#8203;32339](https://github.com/go-gitea/gitea/issues/32339)) - Fix markdown preview $$ support ([#&#8203;31514](https://github.com/go-gitea/gitea/issues/31514)) - Fix a compilation error in the Gitpod environment ([#&#8203;32559](https://github.com/go-gitea/gitea/issues/32559)) - Fix PR diff review form submit ([#&#8203;32596](https://github.com/go-gitea/gitea/issues/32596)) - Fix a number of typescript issues ([#&#8203;32308](https://github.com/go-gitea/gitea/issues/32308)) - Fix some function names in comment ([#&#8203;32300](https://github.com/go-gitea/gitea/issues/32300)) - Fix absolute-date ([#&#8203;32375](https://github.com/go-gitea/gitea/issues/32375)) - Clarify Actions resources ownership ([#&#8203;31724](https://github.com/go-gitea/gitea/issues/31724)) - Try to fix ACME directory problem ([#&#8203;33072](https://github.com/go-gitea/gitea/issues/33072)) [#&#8203;33077](https://github.com/go-gitea/gitea/issues/33077) - Inherit submodules from template repository content ([#&#8203;16237](https://github.com/go-gitea/gitea/issues/16237)) [#&#8203;33068](https://github.com/go-gitea/gitea/issues/33068) - Use project's redirect url instead of composing url ([#&#8203;33058](https://github.com/go-gitea/gitea/issues/33058)) [#&#8203;33064](https://github.com/go-gitea/gitea/issues/33064) - Fix toggle commit body button ui when latest commit message is long ([#&#8203;32997](https://github.com/go-gitea/gitea/issues/32997)) [#&#8203;33034](https://github.com/go-gitea/gitea/issues/33034) - Fix package error handling and npm meta and empty repo guide [#&#8203;33112](https://github.com/go-gitea/gitea/issues/33112) - Fix empty git repo handling logic and fix mobile view ([#&#8203;33101](https://github.com/go-gitea/gitea/issues/33101)) [#&#8203;33102](https://github.com/go-gitea/gitea/issues/33102) - Fix line-number and scroll bugs ([#&#8203;33094](https://github.com/go-gitea/gitea/issues/33094)) [#&#8203;33095](https://github.com/go-gitea/gitea/issues/33095) - Fix bleve fuzziness search ([#&#8203;33078](https://github.com/go-gitea/gitea/issues/33078)) [#&#8203;33087](https://github.com/go-gitea/gitea/issues/33087) - Fix broken forms [#&#8203;33082](https://github.com/go-gitea/gitea/issues/33082) - Fix empty repo updated time ([#&#8203;33120](https://github.com/go-gitea/gitea/issues/33120)) [#&#8203;33124](https://github.com/go-gitea/gitea/issues/33124) - Add missing transaction when set merge [#&#8203;33113](https://github.com/go-gitea/gitea/issues/33113) - Fix issue comment number ([#&#8203;30556](https://github.com/go-gitea/gitea/issues/30556)) [#&#8203;33055](https://github.com/go-gitea/gitea/issues/33055) - Fix duplicate co-author in squashed merge commit messages ([#&#8203;33020](https://github.com/go-gitea/gitea/issues/33020)) [#&#8203;33054](https://github.com/go-gitea/gitea/issues/33054) - Fix Agit pull request permission check ([#&#8203;32999](https://github.com/go-gitea/gitea/issues/32999)) [#&#8203;33005](https://github.com/go-gitea/gitea/issues/33005) - Fix scoped label ui when contains emoji ([#&#8203;33007](https://github.com/go-gitea/gitea/issues/33007)) [#&#8203;33014](https://github.com/go-gitea/gitea/issues/33014) - Fix bug on activities ([#&#8203;33008](https://github.com/go-gitea/gitea/issues/33008)) [#&#8203;33016](https://github.com/go-gitea/gitea/issues/33016) - Fix review code comment avatar alignment ([#&#8203;33031](https://github.com/go-gitea/gitea/issues/33031)) [#&#8203;33032](https://github.com/go-gitea/gitea/issues/33032) - Fix templating in pull request comparison ([#&#8203;33025](https://github.com/go-gitea/gitea/issues/33025)) [#&#8203;33038](https://github.com/go-gitea/gitea/issues/33038) - Fix bug automerge cannot be chosed when there is only 1 merge style ([#&#8203;33040](https://github.com/go-gitea/gitea/issues/33040)) [#&#8203;33043](https://github.com/go-gitea/gitea/issues/33043) - Fix settings not being loaded at CLI ([#&#8203;26402](https://github.com/go-gitea/gitea/issues/26402)) [#&#8203;33048](https://github.com/go-gitea/gitea/issues/33048) - Support for email addresses containing uppercase characters when activating user account ([#&#8203;32998](https://github.com/go-gitea/gitea/issues/32998)) [#&#8203;33001](https://github.com/go-gitea/gitea/issues/33001) - Support org labels when adding labels by label names ([#&#8203;32988](https://github.com/go-gitea/gitea/issues/32988)) [#&#8203;32996](https://github.com/go-gitea/gitea/issues/32996) - Do not render truncated links in markdown ([#&#8203;32980](https://github.com/go-gitea/gitea/issues/32980)) [#&#8203;32983](https://github.com/go-gitea/gitea/issues/32983) - Demilestone should not include milestone ([#&#8203;32923](https://github.com/go-gitea/gitea/issues/32923)) [#&#8203;32979](https://github.com/go-gitea/gitea/issues/32979) - Fix Azure blob object Seek ([#&#8203;32974](https://github.com/go-gitea/gitea/issues/32974)) [#&#8203;32975](https://github.com/go-gitea/gitea/issues/32975) - Fix maven pom inheritance ([#&#8203;32943](https://github.com/go-gitea/gitea/issues/32943)) [#&#8203;32976](https://github.com/go-gitea/gitea/issues/32976) - Fix textarea newline handle ([#&#8203;32966](https://github.com/go-gitea/gitea/issues/32966)) [#&#8203;32977](https://github.com/go-gitea/gitea/issues/32977) - Fix outdated tmpl code ([#&#8203;32953](https://github.com/go-gitea/gitea/issues/32953)) [#&#8203;32961](https://github.com/go-gitea/gitea/issues/32961) - Fix commit range paging ([#&#8203;32944](https://github.com/go-gitea/gitea/issues/32944)) [#&#8203;32962](https://github.com/go-gitea/gitea/issues/32962) - Fix repo avatar conflict ([#&#8203;32958](https://github.com/go-gitea/gitea/issues/32958)) [#&#8203;32960](https://github.com/go-gitea/gitea/issues/32960) - Fix trailing comma not matched in the case of alphanumeric issue ([#&#8203;32945](https://github.com/go-gitea/gitea/issues/32945)) - Relax the version checking for Arch packages ([#&#8203;32908](https://github.com/go-gitea/gitea/issues/32908)) [#&#8203;32913](https://github.com/go-gitea/gitea/issues/32913) - Add more load functions to make sure the reference object loaded ([#&#8203;32901](https://github.com/go-gitea/gitea/issues/32901)) [#&#8203;32912](https://github.com/go-gitea/gitea/issues/32912) - Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index ([#&#8203;33106](https://github.com/go-gitea/gitea/issues/33106)) [#&#8203;33128](https://github.com/go-gitea/gitea/issues/33128) - Fix git remote error check, fix dependencies, fix js error ([#&#8203;33129](https://github.com/go-gitea/gitea/issues/33129)) [#&#8203;33133](https://github.com/go-gitea/gitea/issues/33133) - MISC - Optimize branch protection rule loading ([#&#8203;32280](https://github.com/go-gitea/gitea/issues/32280)) - Bump to go 1.23 ([#&#8203;31855](https://github.com/go-gitea/gitea/issues/31855)) - Remove unused call to $.HeadRepo in view_title template ([#&#8203;32317](https://github.com/go-gitea/gitea/issues/32317)) - Do not display `attestation-manifest` and use short sha256 instead of full sha256 ([#&#8203;32851](https://github.com/go-gitea/gitea/issues/32851)) - Upgrade htmx to 2.0.4 ([#&#8203;32834](https://github.com/go-gitea/gitea/issues/32834)) - Improve JSX/TSX support in code editor ([#&#8203;32833](https://github.com/go-gitea/gitea/issues/32833)) - Add User-Agent for gitea's self-implemented lfs client. ([#&#8203;32832](https://github.com/go-gitea/gitea/issues/32832)) - Use errors.New to replace fmt.Errorf with no parameters ([#&#8203;32800](https://github.com/go-gitea/gitea/issues/32800)) - Add "n commits" link to contributors in contributors graph page ([#&#8203;32799](https://github.com/go-gitea/gitea/issues/32799)) - Update dependencies, tweak eslint ([#&#8203;32719](https://github.com/go-gitea/gitea/issues/32719)) - Remove all "floated" CSS styles ([#&#8203;32691](https://github.com/go-gitea/gitea/issues/32691)) - Show tag name on branch/tag selector if repo shown from tag ref ([#&#8203;32689](https://github.com/go-gitea/gitea/issues/32689)) - Use new mail package instead of an unmintained one ([#&#8203;32682](https://github.com/go-gitea/gitea/issues/32682)) - Optimize the styling of icon buttons within file-header-right ([#&#8203;32675](https://github.com/go-gitea/gitea/issues/32675)) - Validate OAuth Redirect URIs ([#&#8203;32643](https://github.com/go-gitea/gitea/issues/32643)) - Support optional/configurable IAMEndpoint for Minio Client ([#&#8203;32581](https://github.com/go-gitea/gitea/issues/32581)) ([#&#8203;32581](https://github.com/go-gitea/gitea/issues/32581)) - Make search box in issue sidebar dropdown list always show when scrolling ([#&#8203;32576](https://github.com/go-gitea/gitea/issues/32576)) - Bump CI,Flake and Snap to Node 22 ([#&#8203;32487](https://github.com/go-gitea/gitea/issues/32487)) - Update `github.com/meilisearch/meilisearch-go` ([#&#8203;32484](https://github.com/go-gitea/gitea/issues/32484)) - Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options ([#&#8203;32416](https://github.com/go-gitea/gitea/issues/32416)) - Update go dependencies ([#&#8203;32389](https://github.com/go-gitea/gitea/issues/32389)) - Update JS and PY dependencies ([#&#8203;32388](https://github.com/go-gitea/gitea/issues/32388)) - Upgrade rollup to 4.24.0 ([#&#8203;32312](https://github.com/go-gitea/gitea/issues/32312)) - Upgrade vue to 3.5.12 ([#&#8203;32311](https://github.com/go-gitea/gitea/issues/32311)) - Improve the maintainblity of the reserved username list ([#&#8203;32229](https://github.com/go-gitea/gitea/issues/32229)) - Upgrade htmx to 2.0.3 ([#&#8203;32192](https://github.com/go-gitea/gitea/issues/32192)) - Count typescript files as frontend for labeling ([#&#8203;32088](https://github.com/go-gitea/gitea/issues/32088)) - Only use Host header from reverse proxy ([#&#8203;32060](https://github.com/go-gitea/gitea/issues/32060)) - Failed authentications are logged to level Warning ([#&#8203;32016](https://github.com/go-gitea/gitea/issues/32016)) - Enhance USER_DISABLED_FEATURES to allow disabling change username or full name ([#&#8203;31959](https://github.com/go-gitea/gitea/issues/31959)) - Distinguish official vs non-official reviews, add tool tips, and upgr… ([#&#8203;31924](https://github.com/go-gitea/gitea/issues/31924)) - Update mermaid to v11 ([#&#8203;31913](https://github.com/go-gitea/gitea/issues/31913)) - Bump relative-time-element to v4.4.3 ([#&#8203;31910](https://github.com/go-gitea/gitea/issues/31910)) - Upgrade `htmx` to `2.0.2` ([#&#8203;31847](https://github.com/go-gitea/gitea/issues/31847)) - Add warning message in merge instructions when `AutodetectManualMerge` was not enabled ([#&#8203;31805](https://github.com/go-gitea/gitea/issues/31805)) - Add types to various low-level functions ([#&#8203;31781](https://github.com/go-gitea/gitea/issues/31781)) - Update JS dependencies ([#&#8203;31766](https://github.com/go-gitea/gitea/issues/31766)) - Remove unused code from models/repos/release.go ([#&#8203;31756](https://github.com/go-gitea/gitea/issues/31756)) - Support delete user email in admin panel ([#&#8203;31690](https://github.com/go-gitea/gitea/issues/31690)) - Add `username` to OIDC introspection response ([#&#8203;31688](https://github.com/go-gitea/gitea/issues/31688)) - Use GetDisplayName() instead of DisplayName() to generate rss feeds ([#&#8203;31687](https://github.com/go-gitea/gitea/issues/31687)) - Code editor theme enhancements ([#&#8203;31629](https://github.com/go-gitea/gitea/issues/31629)) - Update JS dependencies ([#&#8203;31616](https://github.com/go-gitea/gitea/issues/31616)) - Add types for js globals ([#&#8203;31586](https://github.com/go-gitea/gitea/issues/31586)) - Add back esbuild-loader for .js files ([#&#8203;31585](https://github.com/go-gitea/gitea/issues/31585)) - Don't show hidden labels when filling out an issue template ([#&#8203;31576](https://github.com/go-gitea/gitea/issues/31576)) - Allow synchronizing user status from OAuth2 login providers ([#&#8203;31572](https://github.com/go-gitea/gitea/issues/31572)) - Display app name in the registration email title ([#&#8203;31562](https://github.com/go-gitea/gitea/issues/31562)) - Use stable version of fabric ([#&#8203;31526](https://github.com/go-gitea/gitea/issues/31526)) - Support legacy \_links LFS batch responses ([#&#8203;31513](https://github.com/go-gitea/gitea/issues/31513)) - Fix JS error with disabled attachment and easymde ([#&#8203;31511](https://github.com/go-gitea/gitea/issues/31511)) - Always use HTML attributes for avatar size ([#&#8203;31509](https://github.com/go-gitea/gitea/issues/31509)) - Use nolyfill to remove some polyfills ([#&#8203;31468](https://github.com/go-gitea/gitea/issues/31468)) - Disable issue/PR comment button given empty input ([#&#8203;31463](https://github.com/go-gitea/gitea/issues/31463)) - Add simple JS init performance trace ([#&#8203;31459](https://github.com/go-gitea/gitea/issues/31459)) - Bump htmx to 2.0.0 ([#&#8203;31413](https://github.com/go-gitea/gitea/issues/31413)) - Update JS dependencies, remove `eslint-plugin-jquery` ([#&#8203;31402](https://github.com/go-gitea/gitea/issues/31402)) - Split org Propfile README to a new tab `overview` ([#&#8203;31373](https://github.com/go-gitea/gitea/issues/31373)) - Update nix flake and add gofumpt ([#&#8203;31320](https://github.com/go-gitea/gitea/issues/31320)) - Code optimization ([#&#8203;31315](https://github.com/go-gitea/gitea/issues/31315)) - Enable poetry non-package mode ([#&#8203;31282](https://github.com/go-gitea/gitea/issues/31282)) - Optimize profile layout to enhance visual experience ([#&#8203;31278](https://github.com/go-gitea/gitea/issues/31278)) - Update `golang.org/x/net` ([#&#8203;31260](https://github.com/go-gitea/gitea/issues/31260)) - Bump `@github/relative-time-element` to v4.4.1 ([#&#8203;31232](https://github.com/go-gitea/gitea/issues/31232)) - Remove unnecessary inline style for tab-size ([#&#8203;31224](https://github.com/go-gitea/gitea/issues/31224)) - Update golangci-lint to v1.59.0 ([#&#8203;31221](https://github.com/go-gitea/gitea/issues/31221)) - Update chroma to v2.14.0 ([#&#8203;31177](https://github.com/go-gitea/gitea/issues/31177)) - Update JS dependencies ([#&#8203;31120](https://github.com/go-gitea/gitea/issues/31120)) - Improve the handling of `jobs.<job_id>.if` ([#&#8203;31070](https://github.com/go-gitea/gitea/issues/31070)) - Clean up revive linter config, tweak golangci output ([#&#8203;30980](https://github.com/go-gitea/gitea/issues/30980)) - Use CSS `inset` shorthand ([#&#8203;30939](https://github.com/go-gitea/gitea/issues/30939)) - Forbid deprecated `break-word` in CSS ([#&#8203;30934](https://github.com/go-gitea/gitea/issues/30934)) - Remove obsolete monaco workaround ([#&#8203;30893](https://github.com/go-gitea/gitea/issues/30893)) - Update JS dependencies, add new eslint rules ([#&#8203;30840](https://github.com/go-gitea/gitea/issues/30840)) - Fix body margin shifting with modals, fix error on project column edit ([#&#8203;30831](https://github.com/go-gitea/gitea/issues/30831)) - Remove disk-clean workflow ([#&#8203;30741](https://github.com/go-gitea/gitea/issues/30741)) - Bump `github.com/google/go-github` to v61 ([#&#8203;30738](https://github.com/go-gitea/gitea/issues/30738)) - Add built js files to eslint ignore ([#&#8203;30737](https://github.com/go-gitea/gitea/issues/30737)) - Use `ProtonMail/go-crypto` for `opengpg` in tests ([#&#8203;30736](https://github.com/go-gitea/gitea/issues/30736)) - Upgrade xorm to v1.3.9 and improve some migrations Sync ([#&#8203;29899](https://github.com/go-gitea/gitea/issues/29899)) - Added default sorting milestones by name ([#&#8203;27084](https://github.com/go-gitea/gitea/issues/27084)) - Enable `unparam` linter ([#&#8203;31277](https://github.com/go-gitea/gitea/issues/31277)) - Use Alpine 3.21 for the docker images ([#&#8203;32924](https://github.com/go-gitea/gitea/issues/32924)) [#&#8203;32951](https://github.com/go-gitea/gitea/issues/32951) - Bump x/net ([#&#8203;32896](https://github.com/go-gitea/gitea/issues/32896)) [#&#8203;32899](https://github.com/go-gitea/gitea/issues/32899) - Use -s -w ldflags for release artifacts ([#&#8203;33041](https://github.com/go-gitea/gitea/issues/33041)) [#&#8203;33042](https://github.com/go-gitea/gitea/issues/33042) - Remove aws go sdk package dependency ([#&#8203;33029](https://github.com/go-gitea/gitea/issues/33029)) [#&#8203;33047](https://github.com/go-gitea/gitea/issues/33047) ### [`v1.22.6`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1226---2024-12-12) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.22.5...v1.22.6) - SECURITY - Fix misuse of PublicKeyCallback([#&#8203;32810](https://github.com/go-gitea/gitea/issues/32810)) - BUGFIXES - Fix lfs migration ([#&#8203;32812](https://github.com/go-gitea/gitea/issues/32812)) ([#&#8203;32818](https://github.com/go-gitea/gitea/issues/32818)) - Add missing two sync feed for refs/pull ([#&#8203;32815](https://github.com/go-gitea/gitea/issues/32815)) - TESTING - Avoid MacOS keychain dialog in integration tests ([#&#8203;32813](https://github.com/go-gitea/gitea/issues/32813)) ([#&#8203;32816](https://github.com/go-gitea/gitea/issues/32816)) ### [`v1.22.5`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1225---2024-12-11) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.22.4...v1.22.5) - SECURITY - Upgrade crypto library ([#&#8203;32791](https://github.com/go-gitea/gitea/issues/32791)) - Fix delete branch perm checking ([#&#8203;32654](https://github.com/go-gitea/gitea/issues/32654)) ([#&#8203;32707](https://github.com/go-gitea/gitea/issues/32707)) - BUGFIXES - Add standard-compliant route to serve outdated R packages ([#&#8203;32783](https://github.com/go-gitea/gitea/issues/32783)) ([#&#8203;32789](https://github.com/go-gitea/gitea/issues/32789)) - Fix internal server error when updating labels without write permission ([#&#8203;32776](https://github.com/go-gitea/gitea/issues/32776)) ([#&#8203;32785](https://github.com/go-gitea/gitea/issues/32785)) - Add Swift login endpoint ([#&#8203;32693](https://github.com/go-gitea/gitea/issues/32693)) ([#&#8203;32701](https://github.com/go-gitea/gitea/issues/32701)) - Fix fork page branch selection ([#&#8203;32711](https://github.com/go-gitea/gitea/issues/32711)) ([#&#8203;32725](https://github.com/go-gitea/gitea/issues/32725)) - Fix word overflow in file search page ([#&#8203;32695](https://github.com/go-gitea/gitea/issues/32695)) ([#&#8203;32699](https://github.com/go-gitea/gitea/issues/32699)) - Fix gogit `GetRefCommitID` ([#&#8203;32705](https://github.com/go-gitea/gitea/issues/32705)) ([#&#8203;32712](https://github.com/go-gitea/gitea/issues/32712)) - Fix race condition in mermaid observer ([#&#8203;32599](https://github.com/go-gitea/gitea/issues/32599)) ([#&#8203;32673](https://github.com/go-gitea/gitea/issues/32673)) - Fixe a keystring misuse and refactor duplicates keystrings ([#&#8203;32668](https://github.com/go-gitea/gitea/issues/32668)) ([#&#8203;32792](https://github.com/go-gitea/gitea/issues/32792)) - Bump relative-time-element to v4.4.4 ([#&#8203;32739](https://github.com/go-gitea/gitea/issues/32739)) - PERFORMANCE - Make wiki pages visit fast ([#&#8203;32732](https://github.com/go-gitea/gitea/issues/32732)) ([#&#8203;32745](https://github.com/go-gitea/gitea/issues/32745)) - MISC - Don't create action when syncing mirror pull refs ([#&#8203;32659](https://github.com/go-gitea/gitea/issues/32659)) ([#&#8203;32664](https://github.com/go-gitea/gitea/issues/32664)) ### [`v1.22.4`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1224---2024-11-14) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.22.3...v1.22.4) - SECURITY - Fix basic auth with webauthn ([#&#8203;32531](https://github.com/go-gitea/gitea/issues/32531)) ([#&#8203;32536](https://github.com/go-gitea/gitea/issues/32536)) - Refactor internal routers (partial backport, auth token const time comparing) ([#&#8203;32473](https://github.com/go-gitea/gitea/issues/32473)) ([#&#8203;32479](https://github.com/go-gitea/gitea/issues/32479)) - PERFORMANCE - Remove transaction for archive download ([#&#8203;32186](https://github.com/go-gitea/gitea/issues/32186)) ([#&#8203;32520](https://github.com/go-gitea/gitea/issues/32520)) - BUGFIXES - Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled ([#&#8203;32365](https://github.com/go-gitea/gitea/issues/32365)) ([#&#8203;32397](https://github.com/go-gitea/gitea/issues/32397)) - Fix get reviewers fails when selecting user without pull request permissions unit ([#&#8203;32415](https://github.com/go-gitea/gitea/issues/32415)) ([#&#8203;32616](https://github.com/go-gitea/gitea/issues/32616)) - Fix adding index files to tmp directory ([#&#8203;32360](https://github.com/go-gitea/gitea/issues/32360)) ([#&#8203;32593](https://github.com/go-gitea/gitea/issues/32593)) - Fix PR creation on forked repositories via API ([#&#8203;31863](https://github.com/go-gitea/gitea/issues/31863)) ([#&#8203;32591](https://github.com/go-gitea/gitea/issues/32591)) - Fix missing menu tabs in organization project view page ([#&#8203;32313](https://github.com/go-gitea/gitea/issues/32313)) ([#&#8203;32592](https://github.com/go-gitea/gitea/issues/32592)) - Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specification ([#&#8203;32578](https://github.com/go-gitea/gitea/issues/32578)) ([#&#8203;32594](https://github.com/go-gitea/gitea/issues/32594)) - Fix debian package clean up cron job ([#&#8203;32351](https://github.com/go-gitea/gitea/issues/32351)) ([#&#8203;32590](https://github.com/go-gitea/gitea/issues/32590)) - Fix GetInactiveUsers ([#&#8203;32540](https://github.com/go-gitea/gitea/issues/32540)) ([#&#8203;32588](https://github.com/go-gitea/gitea/issues/32588)) - Allow the actions user to login via the jwt token ([#&#8203;32527](https://github.com/go-gitea/gitea/issues/32527)) ([#&#8203;32580](https://github.com/go-gitea/gitea/issues/32580)) - Fix submodule parsing ([#&#8203;32571](https://github.com/go-gitea/gitea/issues/32571)) ([#&#8203;32577](https://github.com/go-gitea/gitea/issues/32577)) - Refactor find forks and fix possible bugs that weaken permissions check ([#&#8203;32528](https://github.com/go-gitea/gitea/issues/32528)) ([#&#8203;32547](https://github.com/go-gitea/gitea/issues/32547)) - Fix some places that don't respect org full name setting ([#&#8203;32243](https://github.com/go-gitea/gitea/issues/32243)) ([#&#8203;32550](https://github.com/go-gitea/gitea/issues/32550)) - Refactor push mirror find and add check for updating push mirror ([#&#8203;32539](https://github.com/go-gitea/gitea/issues/32539)) ([#&#8203;32549](https://github.com/go-gitea/gitea/issues/32549)) - Fix basic auth with webauthn ([#&#8203;32531](https://github.com/go-gitea/gitea/issues/32531)) ([#&#8203;32536](https://github.com/go-gitea/gitea/issues/32536)) - Fix artifact v4 upload above 8MB ([#&#8203;31664](https://github.com/go-gitea/gitea/issues/31664)) ([#&#8203;32523](https://github.com/go-gitea/gitea/issues/32523)) - Fix oauth2 error handle not return immediately ([#&#8203;32514](https://github.com/go-gitea/gitea/issues/32514)) ([#&#8203;32516](https://github.com/go-gitea/gitea/issues/32516)) - Fix action not triggered when commit message is too long ([#&#8203;32498](https://github.com/go-gitea/gitea/issues/32498)) ([#&#8203;32507](https://github.com/go-gitea/gitea/issues/32507)) - Fix `GetRepoLink` nil pointer dereference on dashboard feed page when repo is deleted with actions enabled ([#&#8203;32501](https://github.com/go-gitea/gitea/issues/32501)) ([#&#8203;32502](https://github.com/go-gitea/gitea/issues/32502)) - Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled ([#&#8203;32397](https://github.com/go-gitea/gitea/issues/32397)) ([#&#8203;32397](https://github.com/go-gitea/gitea/issues/32397)) - Fix the permission check for user search API and limit the number of returned users for `/user/search` ([#&#8203;32310](https://github.com/go-gitea/gitea/issues/32310)) - Fix SearchIssues swagger docs ([#&#8203;32208](https://github.com/go-gitea/gitea/issues/32208)) ([#&#8203;32298](https://github.com/go-gitea/gitea/issues/32298)) - Fix dropdown content overflow ([#&#8203;31610](https://github.com/go-gitea/gitea/issues/31610)) ([#&#8203;32250](https://github.com/go-gitea/gitea/issues/32250)) - Disable Oauth check if oauth disabled ([#&#8203;32368](https://github.com/go-gitea/gitea/issues/32368)) ([#&#8203;32480](https://github.com/go-gitea/gitea/issues/32480)) - Respect renamed dependencies of Cargo registry ([#&#8203;32430](https://github.com/go-gitea/gitea/issues/32430)) ([#&#8203;32478](https://github.com/go-gitea/gitea/issues/32478)) - Fix mermaid diagram height when initially hidden ([#&#8203;32457](https://github.com/go-gitea/gitea/issues/32457)) ([#&#8203;32464](https://github.com/go-gitea/gitea/issues/32464)) - Fix broken releases when re-pushing tags ([#&#8203;32435](https://github.com/go-gitea/gitea/issues/32435)) ([#&#8203;32449](https://github.com/go-gitea/gitea/issues/32449)) - Only provide the commit summary for Discord webhook push events ([#&#8203;32432](https://github.com/go-gitea/gitea/issues/32432)) ([#&#8203;32447](https://github.com/go-gitea/gitea/issues/32447)) - Only query team tables if repository is under org when getting assignees ([#&#8203;32414](https://github.com/go-gitea/gitea/issues/32414)) ([#&#8203;32426](https://github.com/go-gitea/gitea/issues/32426)) - Fix created_unix for mirroring ([#&#8203;32342](https://github.com/go-gitea/gitea/issues/32342)) ([#&#8203;32406](https://github.com/go-gitea/gitea/issues/32406)) - Respect UI.ExploreDefaultSort setting again ([#&#8203;32357](https://github.com/go-gitea/gitea/issues/32357)) ([#&#8203;32385](https://github.com/go-gitea/gitea/issues/32385)) - Fix broken image when editing comment with non-image attachments ([#&#8203;32319](https://github.com/go-gitea/gitea/issues/32319)) ([#&#8203;32345](https://github.com/go-gitea/gitea/issues/32345)) - Fix disable 2fa bug ([#&#8203;32320](https://github.com/go-gitea/gitea/issues/32320)) ([#&#8203;32330](https://github.com/go-gitea/gitea/issues/32330)) - Always update expiration time when creating an artifact ([#&#8203;32281](https://github.com/go-gitea/gitea/issues/32281)) ([#&#8203;32285](https://github.com/go-gitea/gitea/issues/32285)) - Fix null errors on conversation holder ([#&#8203;32258](https://github.com/go-gitea/gitea/issues/32258)) ([#&#8203;32266](https://github.com/go-gitea/gitea/issues/32266)) ([#&#8203;32282](https://github.com/go-gitea/gitea/issues/32282)) - Only rename a user when they should receive a different name ([#&#8203;32247](https://github.com/go-gitea/gitea/issues/32247)) ([#&#8203;32249](https://github.com/go-gitea/gitea/issues/32249)) - Fix checkbox bug on private/archive filter ([#&#8203;32236](https://github.com/go-gitea/gitea/issues/32236)) ([#&#8203;32240](https://github.com/go-gitea/gitea/issues/32240)) - Add a doctor check to disable the "Actions" unit for mirrors ([#&#8203;32424](https://github.com/go-gitea/gitea/issues/32424)) ([#&#8203;32497](https://github.com/go-gitea/gitea/issues/32497)) - Quick fix milestone deadline 9999 ([#&#8203;32423](https://github.com/go-gitea/gitea/issues/32423)) - Make `show stats` work when only one file changed ([#&#8203;32244](https://github.com/go-gitea/gitea/issues/32244)) ([#&#8203;32268](https://github.com/go-gitea/gitea/issues/32268)) - Make `owner/repo/pulls` handlers use "PR reader" permission ([#&#8203;32254](https://github.com/go-gitea/gitea/issues/32254)) ([#&#8203;32265](https://github.com/go-gitea/gitea/issues/32265)) - Update scheduled tasks even if changes are pushed by "ActionsUser" ([#&#8203;32246](https://github.com/go-gitea/gitea/issues/32246)) ([#&#8203;32252](https://github.com/go-gitea/gitea/issues/32252)) - MISC - Remove unnecessary code: `GetPushMirrorsByRepoID` called on all repo pages ([#&#8203;32560](https://github.com/go-gitea/gitea/issues/32560)) ([#&#8203;32567](https://github.com/go-gitea/gitea/issues/32567)) - Improve some sanitizer rules ([#&#8203;32534](https://github.com/go-gitea/gitea/issues/32534)) - Update nix development environment vor v1.22.x ([#&#8203;32495](https://github.com/go-gitea/gitea/issues/32495)) - Add warn log when deleting inactive users ([#&#8203;32318](https://github.com/go-gitea/gitea/issues/32318)) ([#&#8203;32321](https://github.com/go-gitea/gitea/issues/32321)) - Update github.com/go-enry/go-enry to v2.9.1 ([#&#8203;32295](https://github.com/go-gitea/gitea/issues/32295)) ([#&#8203;32296](https://github.com/go-gitea/gitea/issues/32296)) - Warn users when they try to use a non-root-url to sign in/up ([#&#8203;32272](https://github.com/go-gitea/gitea/issues/32272)) ([#&#8203;32273](https://github.com/go-gitea/gitea/issues/32273)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Renovate-Bot added 1 commit 2024-12-12 21:23:29 -05:00
Renovate-Bot force-pushed renovate/gitea-gitea-1.x from 9c3b8ca1dc to 17ee6ae363 2024-12-14 00:01:10 -05:00 Compare
Renovate-Bot changed title from Update gitea/gitea Docker tag to v1.22.5 to Update gitea/gitea Docker tag to v1.22.6 2024-12-14 00:01:14 -05:00
Renovate-Bot force-pushed renovate/gitea-gitea-1.x from 17ee6ae363 to 3ca60f7e91 2024-12-16 17:00:06 -05:00 Compare
Renovate-Bot force-pushed renovate/gitea-gitea-1.x from 3ca60f7e91 to 44a7b3a02e 2025-01-09 00:01:22 -05:00 Compare
Renovate-Bot changed title from Update gitea/gitea Docker tag to v1.22.6 to Update gitea/gitea Docker tag to v1.23.0 2025-01-09 00:01:27 -05:00
Renovate-Bot force-pushed renovate/gitea-gitea-1.x from 44a7b3a02e to 09cc5a5ad0 2025-01-11 00:01:20 -05:00 Compare
Renovate-Bot changed title from Update gitea/gitea Docker tag to v1.23.0 to Update gitea/gitea Docker tag to v1.23.1 2025-01-11 00:01:27 -05:00
Renovate-Bot force-pushed renovate/gitea-gitea-1.x from 09cc5a5ad0 to c7999029ab 2025-02-07 06:48:32 -05:00 Compare
Renovate-Bot changed title from Update gitea/gitea Docker tag to v1.23.1 to Update gitea/gitea Docker tag to v1.23.3 2025-02-07 06:48:38 -05:00
Renovate-Bot force-pushed renovate/gitea-gitea-1.x from c7999029ab to 8735782bf4 2025-02-19 00:00:59 -05:00 Compare
Renovate-Bot changed title from Update gitea/gitea Docker tag to v1.23.3 to Update gitea/gitea Docker tag to v1.23.4 2025-02-19 00:01:05 -05:00
Renovate-Bot force-pushed renovate/gitea-gitea-1.x from 8735782bf4 to 88f534fe0c 2025-03-05 00:01:03 -05:00 Compare
Renovate-Bot changed title from Update gitea/gitea Docker tag to v1.23.4 to Update gitea/gitea Docker tag to v1.23.5 2025-03-05 00:01:08 -05:00
justus merged commit a8fbd55566 into main 2025-03-24 07:51:25 -04:00
justus deleted branch renovate/gitea-gitea-1.x 2025-03-24 07:51:25 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: justus/Homelab-Ansible#26
No description provided.