Update gitea/gitea Docker tag to v1.19.3 - autoclosed #9

Closed
renovate wants to merge 0 commits from renovate/gitea-gitea-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
gitea/gitea minor 1.17.3 -> 1.19.3

Release Notes

go-gitea/gitea

v1.19.3

Compare Source

  • SECURITY
    • Use golang 1.20.4 to fix CVE-2023-24539, CVE-2023-24540, and CVE-2023-29400
  • ENHANCEMENTS
  • BUGFIXES

v1.19.2

Compare Source

v1.19.1

Compare Source

v1.19.0

Compare Source

  • BREAKING
    • Add loading yaml label template files (#​22976) (#​23232)
    • Make issue and code search support camel case for Bleve (#​22829)
    • Repositories: by default disable all units except code and pulls on forks (#​22541)
    • Support template for merge message description (#​22248)
    • Remove ONLY_SHOW_RELEVANT_REPOS setting (#​21962)
    • Implement actions (#​21937)
    • Remove deprecated DSA host key from Docker Container (#​21522)
    • Improve valid user name check (#​20136)
  • SECURITY
  • FEATURES
    • Add support for commit cross references (#​22645)
    • Scoped labels (#​22585)
    • Add Chef package registry (#​22554)
    • Support asciicast files as new markup (#​22448)
    • cgo cross-compile for freebsd (#​22397)
    • Add cron method to gc LFS MetaObjects (#​22385)
    • Add new captcha: cloudflare turnstile (#​22369)
    • Enable @<user>- completion popup on the release description textarea (#​22359)
    • make /{username}.png redirect to user/org avatar (#​22356)
    • Add Conda package registry (#​22262)
    • Support org/user level projects (#​22235)
    • Add Mermaid copy button (#​22225)
    • Add user secrets (#​22191)
    • Secrets storage with SecretKey encrypted (#​22142)
    • Preview images for Issue cards in Project Board view (#​22112)
    • Add support for incoming emails (#​22056)
    • Add Cargo package registry (#​21888)
    • Add option to prohibit fork if user reached maximum limit of repositories (#​21848)
    • Add attention blocks within quote blocks for Note and Warning (#​21711)
    • Add Feed for Releases and Tags (#​21696)
    • Add package registry cleanup rules (#​21658)
    • Add "Copy" button to file view of raw text (#​21629)
    • Allow disable sitemap (#​21617)
    • Add package registry quota limits (#​21584)
    • Map OIDC groups to Orgs/Teams (#​21441)
    • Keep languages defined in .gitattributes (#​21403)
    • Add Webhook authorization header (#​20926)
    • Supports wildcard protected branch (#​20825)
    • Copy citation file content, in APA and BibTex format, on repo home page (#​19999)
  • API
  • ENHANCEMENTS
    • Add .patch to attachment.ALLOWED_TYPES (#​23580) (#​23582)
    • Fix sticky header in diff view (#​23554) (#​23568)
    • Refactor merge/update git command calls (#​23366) (#​23544)
    • Fix review comment context menu clipped bug (#​23523) (#​23543)
    • Imrove scroll behavior to hash issuecomment(scroll position, auto expand if file is folded, and on refreshing) (#​23513) (#​23540)
    • Increase horizontal page padding (#​23507) (#​23537)
    • Use octicon-verified for gpg signatures (#​23529) (#​23536)
    • Make time tooltips interactive (#​23526) (#​23527)
    • Replace Less with CSS (#​23508)
    • Fix 'View File' button in code search (#​23478) (#​23483)
    • Convert GitHub event on actions and fix some pull_request events. (#​23037) (#​23471)
    • Support reflogs (#​22451) (#​23438)
    • Fix actions frontend bugs (pagination, long name alignment) and small simplify (#​23370) (#​23436)
    • Scoped label display and documentation tweaks (#​23430) (#​23433)
    • Add missing tabs to org projects page (#​22705) (#​23412)
    • Fix and move "Use this template" button (#​23398) (#​23408)
    • Handle OpenID discovery URL errors a little nicer when creating/editing sources (#​23397) (#​23403)
    • Rename canWriteUnit to canWriteProjects (#​23386) (#​23399)
    • Refactor and tidy-up the merge/update branch code (#​22568) (#​23365)
    • Refactor setting.Database.UseXXX to methods (#​23354) (#​23356)
    • Fix incorrect project links and use symlink icon for org-wide projects (#​23325) (#​23336)
    • Fix PR view misalignment caused by long name file (#​23321) (#​23335)
    • Scoped labels: don't require holding alt key to remove (#​23303) (#​23331)
    • Add context when rendering labels or emojis (#​23281) (#​23319)
    • Change interactiveBorder to fix popup preview (#​23169) (#​23314)
    • Scoped labels: set aria-disabled on muted Exclusive option for a11y (#​23306) (#​23311)
    • update to mermaid v10 (#​23178) (#​23299)
    • Fix code wrap for unbroken lines (#​23268) (#​23293)
    • Use async await to fix empty quote reply at first time (#​23168) (#​23256)
    • Fix switched citation format (#​23250) (#​23253)
    • Allow <video> in MarkDown (#​22892) (#​23236)
    • Order pull request conflict checking by recently updated, for each push (#​23220) (#​23225)
    • Fix Fomantic UI's touchstart fastclick, always use click for click events (#​23065) (#​23195)
    • Add word-break to sidebar-item-link (#​23146) (#​23180)
    • Add InsecureSkipVerify to Minio Client for Storage (#​23166) (#​23177)
    • Fix height for sticky head on large screen on PR page (#​23111) (#​23123)
    • Change style to improve whitespaces trimming inside inline markdown code (#​23093) (#​23120)
    • Avoid warning for system setting when start up (#​23054) (#​23116)
    • Add accessibility to the menu on the navbar (#​23059) (#​23095)
    • Improve accessibility for issue comments (#​22612) (#​23083)
    • Remove delete button for review comment (#​23036)
    • Remove dashes between organization member avatars on hover (#​23034)
    • Use gt-relative class instead of the ambiguous gt-pr class (#​23008)
    • handle deprecated settings (#​22992)
    • Add scopes to API to create token and display them (#​22989)
    • Improve PR Review Box UI (#​22986)
    • Improve issues.LoadProject (#​22982)
    • Add all units to the units permission list in org team members sidebar (#​22971)
    • Rename GetUnits to LoadUnits (#​22970)
    • Rename repo.GetOwner to repo.LoadOwner (#​22967)
    • Rename "People" to "Members" in organization page and use a better icon (#​22960)
    • Fix avatar misalignment (#​22955)
    • Sort issues and pulls by recently updated in user and organization home (#​22925)
    • Add title to PR file tree items (#​22918)
    • First step to refactor the .hide to .gt-hidden (#​22916)
    • Add tooltip to issue reference (#​22913)
    • Always show the command line instructions button even if there are conflicts (#​22909)
    • Fix dark-colored description text in arc-green theme (#​22908)
    • Remove Fomantic-UI's .hidden CSS class for menu elements (#​22895)
    • Move helpers to be prefixed with gt- (#​22879)
    • Move IsReadmeFile* from modules/markup/ to modules/util (#​22877)
    • Highlight focused diff file (#​22870)
    • Add some headings to repo views (#​22869)
    • Fix milestone title font problem (#​22863)
    • Pull Requests: setting to allow edits by maintainers by default, tweak UI (#​22862)
    • Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#​22861)
    • Add /$count endpoints for NuGet v2 (#​22855)
    • Remove Fomantic-UI's .hidden CSS class for checkbox elements (#​22851)
    • Fix notification and stopwatch empty states (#​22845)
    • Always go full width in PR view (#​22844)
    • Improve AppUrl/ROOT_URL checking (#​22836)
    • Fix style of actions rerun button (#​22835)
    • Fix more HTMLURL in templates (#​22831)
    • Fix inconsistent Filter Project name in issue list (#​22827)
    • include build info in Prometheus metrics (#​22819)
    • Make clone URL use current page's host (#​22808)
    • Refactor legacy strange git operations (#​22756)
    • Improve error report when user passes a private key (#​22726)
    • set user dashboard org visibility to basic (#​22706)
    • Fix diff UI for unexpandable items (#​22700)
    • Remove 'primary' class from tab counter labels (#​22687)
    • Add more events details supports for actions (#​22680)
    • Refactor git command package to improve security and maintainability (#​22678)
    • Use relative url in actions view (#​22675)
    • set user visibility class to basic (#​22674)
    • Add repository setting to enable/disable releases unit (#​22671)
    • Remove label color from global issue filters (#​22660)
    • Fix poor alignment of organization description on organization home page (#​22656)
    • Small refactor for loading PRs (#​22652)
    • Allow setting access token scope by CLI (#​22648)
    • Improve accessibility of navigation bar and footer (#​22635)
    • Fixes accessibility behavior of Watching, Staring and Fork buttons (#​22634)
    • Fixes accessibility of empty repository commit status (#​22632)
    • Pull request yaml template support for including commit body in a field (#​22629)
    • Show migration validation error (#​22619)
    • set org visibility class to basic in header (#​22605)
    • Fix cache-control header clearing comment text when editing issue (#​22604)
    • Add ARIA support for Fomantic UI checkboxes (#​22599)
    • Add templates to customize text when creating and migrating repositories (#​22597)
    • Allow setting redirect_to cookie on OAuth login (#​22594)
    • Improve checkbox accessibility a bit by adding the title attribute (#​22593)
    • Allow issue templates to not render title (#​22589)
    • Webhooks: for issue close/reopen action, add commit ID that caused it (#​22583)
    • Fix missing title and filter in issue sidebar project menu (#​22557)
    • Issues: support setting issue template field values with query (#​22545)
    • Issues: add Project filter to issues list and search (#​22544)
    • Pull Requests: add color to approved/reject icon in pull requests list (#​22543)
    • Mute all links in issue timeline (#​22533)
    • Dropzone: Add "Copy link" button for new uploads (#​22517)
    • Support importing comment types (#​22510)
    • Load asciicast css async (#​22502)
    • Move delete user to service (#​22478)
    • Change use of Walk to WalkDir to improve disk performance (#​22462)
    • Add reply hint to mail text (#​22459)
    • fix wrong theme class when logged out if default theme is changed (#​22408)
    • Refactor the setting to make unit test easier (#​22405)
    • Improve utils of slices (#​22379)
    • Use context parameter in models/git (#​22367)
    • Always reuse transaction (#​22362)
    • Fix unstable emoji sort (#​22346)
    • Add context cache as a request level cache (#​22294)
    • Reminder for no more logs to console (#​22282)
    • Support estimated count with multiple schemas (#​22276)
    • Move convert package to services (#​22264)
    • Use dynamic package type list (#​22263)
    • Hide file borders on sticky diff box (#​22217)
    • Improve notification and stopwatch styles (#​22169)
    • Fixed Project view .board-column height for tall screens. (#​22108)
    • Use multi reader instead to concat strings (#​22099)
    • Use git command instead of exec.Cmd in blame (#​22098)
    • Fix autofilled text visibility in dark mode (#​22088)
    • Rename almost all Ctx functions (#​22071)
    • Rename actions to operations on UI (#​22067)
    • refactor bind functions based on generics (#​22055)
    • Support disabling database auto migration (#​22053)
    • remove duplicated read file code (#​22042)
    • Use link in UI which returned a relative url but not html_url which contains an absolute url (#​21986)
    • Skip initing disabled storages (#​21985)
    • Add doctor command for full GC of LFS (#​21978)
    • Util type to parse ref name (#​21969)
    • Replace fmt.Sprintf with hex.EncodeToString (#​21960)
    • Use random bytes to generate access token (#​21959)
    • Add index for access_token (#​21908)
    • Move all remaining colors into CSS variables (#​21903)
    • Webhook list enhancements (#​21893)
    • Embed Matrix icon as SVG (#​21890)
    • Remove useless "Cancel" buttons (#​21872)
    • fix(web): keep the pages of the navigation in the center (#​21867)
    • fix(web): reduce page jitter on browsers that support overlay scrollbar (#​21850)
    • Improvements for Content Copy (#​21842)
    • Tweak katex options (#​21828)
    • Show syntax lexer name in file view/blame (#​21814)
    • Remove href="javascript:;" in "save topics (Done)" button (#​21813)
    • Render number of commits in repo page in a user friendly way (#​21786)
    • Adjust clone timeout error to suggest increasing timeout (#​21769)
    • Update message of reach_limit_of_creation (#​21757)
    • Allow detect whether it's in a database transaction for a context.Context (#​21756)
    • Add configuration for CORS allowed headers (#​21747)
    • Move svg html render to modules/svg (#​21716)
    • Release and Tag List tweaks (#​21712)
    • Remove template previewer (#​21701)
    • Clean up formatting on install page (#​21668)
    • Configure update checker on installation page (#​21655)
    • Merge db.Iterate and IterateObjects (#​21641)
    • Add option to enable CAPTCHA validation for login (#​21638)
    • Allow disable RSS/Atom feed (#​21622)
    • Use CSS color-scheme instead of invert (#​21616)
    • Localize time units on activity heatmap (#​21570)
    • Fix UI column width, button overflow Fomantic's grid (#​21559)
    • feat: notify doers of a merge when automerging (#​21553)
    • Split migrations folder (#​21549)
    • feat: add button to quickly clear merge message (#​21548)
    • Add context.Context to more methods (#​21546)
    • Add index for hook_task table (#​21545)
    • Allow disable code tab (#​20805)
  • BUGFIXES
  • TESTING
    • Make CI use a dummy password hasher for all tests (#​22983)
    • Disable test for incoming email (#​22686)
    • Move fuzz tests into tests/fuzz (#​22376)
    • Test views of LFS files (#​22196)
    • Specify ID in TestAPITeam (#​22192)
    • verify nodeinfo response by schema (#​22137)
    • Skip GitHub migration tests if the API token is undefined (#​21824)
    • Add a simple test for external renderer (#​20033)
  • TRANSLATION
    • Use "Title Case" for text "Reference in new issue" (#​22936)
  • BUILD
  • DOCS
    • Update documentation for the new YAML label file format (#​23020) (#​23341)
    • Update hacking-on-gitea-zh_cn documentation (#​23315) (#​23323)
    • Add basic documentation for labels, including scoped labels (#​23304) (#​23309)
    • Re-add accidentally removed hacking-on-gitea.zh-cn.md (#​23297) (#​23305)
    • Fix secrets overview page missing from docs sidebar (#​23143) (#​23145)
    • Add some guidelines for refactoring (#​22880)
    • Explain that the no-access team unit does not affect public repositories (#​22661)
    • Fix incorrect Redis URL snippets in the example app.ini (#​22573)
    • docs: add swagger.json file location to FAQ (#​22489)
    • Update index.de-de.md (#​22363)
    • Update Gmail mailer configuration (#​22291)
    • Add missed reverse proxy authentication documentation (#​22250)
    • Add plural definitions for German translations (#​21802)
    • Attempt clarify AppWorkPath etc. (#​21656)
    • Add some documentation to packages (#​21648)
  • MISC
    • Use <nav> instead of <div> in the global navbar (#​23125) (#​23533)
    • Do not create commit graph for temporary repos (#​23219) (#​23229)
    • Update button is shown when a Pull Request is marked WIP - Issue #​21740 (#​22683)
    • Add main landmark to templates and adjust titles (#​22670)
    • Fix error on account activation with wrong passwd (#​22609)
    • Update JS dependencies (#​22538)
    • Display unreferenced packages total size in package admin panel (#​22498)
    • Mobile fix for Project view: Add delay to Sortable.js on mobile, to ensure scrolling is possible. (#​22152)
    • Update chroma to v2.4.0 (#​22000)
    • Hide collapse icon in diff with no lines (#​21094)

v1.18.5

Compare Source

v1.18.4

Compare Source

v1.18.3

Compare Source

v1.18.2

Compare Source

v1.18.1

Compare Source

v1.18.0

Compare Source

  • SECURITY
  • BREAKING
  • FEATURES
    • Add color previews in markdown (#​21474)
    • Allow package version sorting (#​21453)
    • Add support for Chocolatey/NuGet v2 API (#​21393)
    • Add API endpoint to get changed files of a PR (#​21177)
    • Add filetree on left of diff view (#​21012)
    • Support Issue forms and PR forms (#​20987)
    • Add support for Vagrant packages (#​20930)
    • Add support for npm unpublish (#​20688)
    • Add badge capabilities to users (#​20607)
    • Add issue filter for Author (#​20578)
    • Add KaTeX rendering to Markdown. (#​20571)
    • Add support for Pub packages (#​20560)
    • Support localized README (#​20508)
    • Add support mCaptcha as captcha provider (#​20458)
    • Add team member invite by email (#​20307)
    • Added email notification option to receive all own messages (#​20179)
    • Switch Unicode Escaping to a VSCode-like system (#​19990)
    • Add user/organization code search (#​19977)
    • Only show relevant repositories on explore page (#​19361)
    • User keypairs and HTTP signatures for ActivityPub federation using go-ap (#​19133)
    • Add sitemap support (#​18407)
    • Allow creation of OAuth2 applications for orgs (#​18084)
    • Add system setting table with cache and also add cache supports for user setting (#​18058)
    • Add pages to view watched repos and subscribed issues/PRs (#​17156)
    • Support Proxy protocol (#​12527)
    • Implement sync push mirror on commit (#​19411)
  • API
    • Allow empty assignees on pull request edit (#​22150) (#​22214)
    • Make external issue tracker regexp configurable via API (#​21338)
    • Add name field for org api (#​21270)
    • Show teams with no members if user is admin (#​21204)
    • Add latest commit's SHA to content response (#​20398)
    • Add allow_rebase_update, default_delete_branch_after_merge to repository api response (#​20079)
    • Add new endpoints for push mirrors management (#​19841)
  • ENHANCEMENTS
    • Add setting to disable the git apply step in test patch (#​22130) (#​22170)
    • Multiple improvements for comment edit diff (#​21990) (#​22007)
    • Fix button in branch list, avoid unexpected page jump before restore branch actually done (#​21562) (#​21928)
    • Fix flex layout for repo list icons (#​21896) (#​21920)
    • Fix vertical align of committer avatar rendered by email address (#​21884) (#​21918)
    • Fix setting HTTP headers after write (#​21833) (#​21877)
    • Color and Style enhancements (#​21784, #​21799) (#​21868)
    • Ignore line anchor links with leading zeroes (#​21728) (#​21776)
    • Quick fixes monaco-editor error: "vs.editor.nullLanguage" (#​21734) (#​21738)
    • Use CSS color-scheme instead of invert (#​21616) (#​21623)
    • Respect user's locale when rendering the date range in the repo activity page (#​21410)
    • Change commits-table column width (#​21564)
    • Refactor git command arguments and make all arguments to be safe to be used (#​21535)
    • CSS color enhancements (#​21534)
    • Add link to user profile in markdown mention only if user exists (#​21533, #​21554)
    • Add option to skip index dirs (#​21501)
    • Diff file tree tweaks (#​21446)
    • Localize all timestamps (#​21440)
    • Add code highlighting in issue titles (#​21432)
    • Use Name instead of DisplayName in LFS Lock (#​21415)
    • Consolidate more CSS colors into variables (#​21402)
    • Redirect to new repository owner (#​21398)
    • Use ISO date format instead of hard-coded English date format for date range in repo activity page (#​21396)
    • Use weighted algorithm for string matching when finding files in repo (#​21370)
    • Show private data in feeds (#​21369)
    • Refactor parseTreeEntries, speed up tree list (#​21368)
    • Add GET and DELETE endpoints for Docker blob uploads (#​21367)
    • Add nicer error handling on template compile errors (#​21350)
    • Add stat to ToCommit function for speed (#​21337)
    • Support instance-wide OAuth2 applications (#​21335)
    • Record OAuth client type at registration (#​21316)
    • Add new CSS variables --color-accent and --color-small-accent (#​21305)
    • Improve error descriptions for unauthorized_client (#​21292)
    • Case-insensitive "find files in repo" (#​21269)
    • Consolidate more CSS rules, fix inline code on arc-green (#​21260)
    • Log real ip of requests from ssh (#​21216)
    • Save files in local storage as group readable (#​21198)
    • Enable fluid page layout on medium size viewports (#​21178)
    • File header tweaks (#​21175)
    • Added missing headers on user packages page (#​21172)
    • Display image digest for container packages (#​21170)
    • Skip dirty check for team forms (#​21154)
    • Keep path when creating a new branch (#​21153)
    • Remove fomantic image module (#​21145)
    • Make labels clickable in the comments section. (#​21137)
    • Sort branches and tags by date descending (#​21136)
    • Better repo API unit checks (#​21130)
    • Improve commit status icons (#​21124)
    • Limit length of repo description and repo url input fields (#​21119)
    • Show .editorconfig errors in frontend (#​21088)
    • Allow poster to choose reviewers (#​21084)
    • Remove black labels and CSS cleanup (#​21003)
    • Make e-mail sanity check more precise (#​20991)
    • Use native inputs in whitespace dropdown (#​20980)
    • Enhance package date display (#​20928)
    • Display total blob size of a package version (#​20927)
    • Show language name on hover (#​20923)
    • Show instructions for all generic package files (#​20917)
    • Refactor AssertExistsAndLoadBean to use generics (#​20797)
    • Move the official website link at the footer of gitea (#​20777)
    • Add support for full name in reverse proxy auth (#​20776)
    • Remove useless JS operation for relative time tooltips (#​20756)
    • Replace some icons with SVG (#​20741)
    • Change commit status icons to SVG (#​20736)
    • Improve single repo action for issue and pull requests (#​20730)
    • Allow multiple files in generic packages (#​20661)
    • Add option to create new issue from /issues page (#​20650)
    • Background color of private list-items updated (#​20630)
    • Added search input field to issue filter (#​20623)
    • Increase default item listing size ISSUE_PAGING_NUM to 20 (#​20547)
    • Modify milestone search keywords to be case insensitive again (#​20513)
    • Show hint to link package to repo when viewing empty repo package list (#​20504)
    • Add Tar ZSTD support (#​20493)
    • Make code review checkboxes clickable (#​20481)
    • Add "X-Gitea-Object-Type" header for GET /raw/ & /media/ API (#​20438)
    • Display project in issue list (#​20434)
    • Prepend commit message to template content when opening a new PR (#​20429)
    • Replace fomantic popup module with tippy.js (#​20428)
    • Allow to specify colors for text in markup (#​20363)
    • Allow access to the Public Organization Member lists with minimal permissions (#​20330)
    • Use default values when provided values are empty (#​20318)
    • Vertical align navbar avatar at middle (#​20302)
    • Delete cancel button in repo creation page (#​21381)
    • Include login_name in adminCreateUser response (#​20283)
    • fix: icon margin in user/settings/repos (#​20281)
    • Remove blue text on migrate page (#​20273)
    • Modify milestone search keywords to be case insensitive (#​20266)
    • Move some files into models' sub packages (#​20262)
    • Add tooltip to repo icons in explore page (#​20241)
    • Remove deprecated licenses (#​20222)
    • Webhook for Wiki changes (#​20219)
    • Share HTML template renderers and create a watcher framework (#​20218)
    • Allow enable LDAP source and disable user sync via CLI (#​20206)
    • Adds a checkbox to select all issues/PRs (#​20177)
    • Refactor i18n to locale (#​20153)
    • Disable status checks in template if none found (#​20088)
    • Allow manager logging to set SQL (#​20064)
    • Add order by for assignee no sort issue (#​20053)
    • Take a stab at porting existing components to Vue3 (#​20044)
    • Add doctor command to write commit-graphs (#​20007)
    • Add support for authentication based on reverse proxy email (#​19949)
    • Enable spellcheck for EasyMDE, use contenteditable mode (#​19776)
    • Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#​19663)
    • Rework mailer settings (#​18982)
    • Add option to purge users (#​18064)
    • Add author search input (#​21246)
    • Make rss/atom identifier globally unique (#​21550)
  • BUGFIXES
  • TESTING
  • BUILD
    • Switch to building with go1.19 (#​20695)
    • Update JS dependencies, adjust eslint (#​20659)
    • Add more linters to improve code readability (#​19989)

v1.17.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 is behind base branch, 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.17.3` -> `1.19.3` | --- ### Release Notes <details> <summary>go-gitea/gitea</summary> ### [`v1.19.3`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1193-httpsgithubcomgo-giteagiteareleasestag1193---2023-05-03) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.19.2...v1.19.3) - SECURITY - Use golang 1.20.4 to fix CVE-2023-24539, CVE-2023-24540, and CVE-2023-29400 - ENHANCEMENTS - Enable whitespace rendering on selection in Monaco ([#&#8203;24444](https://github.com/go-gitea/gitea/issues/24444)) ([#&#8203;24485](https://github.com/go-gitea/gitea/issues/24485)) - Improve milestone filter on issues page ([#&#8203;22423](https://github.com/go-gitea/gitea/issues/22423)) ([#&#8203;24440](https://github.com/go-gitea/gitea/issues/24440)) - BUGFIXES - Fix api error message if fork exists ([#&#8203;24487](https://github.com/go-gitea/gitea/issues/24487)) ([#&#8203;24493](https://github.com/go-gitea/gitea/issues/24493)) - Fix user-cards format ([#&#8203;24428](https://github.com/go-gitea/gitea/issues/24428)) ([#&#8203;24431](https://github.com/go-gitea/gitea/issues/24431)) - Fix incorrect CurrentUser check for docker rootless ([#&#8203;24435](https://github.com/go-gitea/gitea/issues/24435)) - Getting the tag list does not require being signed in ([#&#8203;24413](https://github.com/go-gitea/gitea/issues/24413)) ([#&#8203;24416](https://github.com/go-gitea/gitea/issues/24416)) ### [`v1.19.2`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1192-httpsgithubcomgo-giteagiteareleasestag1192---2023-04-26) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.19.1...v1.19.2) - SECURITY - Require repo scope for PATs for private repos and basic authentication ([#&#8203;24362](https://github.com/go-gitea/gitea/issues/24362)) ([#&#8203;24364](https://github.com/go-gitea/gitea/issues/24364)) - Only delete secrets belonging to its owner ([#&#8203;24284](https://github.com/go-gitea/gitea/issues/24284)) ([#&#8203;24286](https://github.com/go-gitea/gitea/issues/24286)) - API - Fix typo in API route ([#&#8203;24310](https://github.com/go-gitea/gitea/issues/24310)) ([#&#8203;24332](https://github.com/go-gitea/gitea/issues/24332)) - Fix access token issue on some public endpoints ([#&#8203;24194](https://github.com/go-gitea/gitea/issues/24194)) ([#&#8203;24259](https://github.com/go-gitea/gitea/issues/24259)) - ENHANCEMENTS - Fix broken clone script on an empty archived repo ([#&#8203;24339](https://github.com/go-gitea/gitea/issues/24339)) ([#&#8203;24348](https://github.com/go-gitea/gitea/issues/24348)) - Fix Monaco IOS keyboard button ([#&#8203;24341](https://github.com/go-gitea/gitea/issues/24341)) ([#&#8203;24347](https://github.com/go-gitea/gitea/issues/24347)) - Don't set meta `theme-color` by default ([#&#8203;24340](https://github.com/go-gitea/gitea/issues/24340)) ([#&#8203;24346](https://github.com/go-gitea/gitea/issues/24346)) - Wrap too long push mirror addresses ([#&#8203;21120](https://github.com/go-gitea/gitea/issues/21120)) ([#&#8203;24334](https://github.com/go-gitea/gitea/issues/24334)) - Add --font-weight-bold and set previous bold to 601 ([#&#8203;24307](https://github.com/go-gitea/gitea/issues/24307)) ([#&#8203;24331](https://github.com/go-gitea/gitea/issues/24331)) - Unify nightly naming across binaries and docker images ([#&#8203;24116](https://github.com/go-gitea/gitea/issues/24116)) ([#&#8203;24308](https://github.com/go-gitea/gitea/issues/24308)) - Fix footer display ([#&#8203;24251](https://github.com/go-gitea/gitea/issues/24251)) ([#&#8203;24269](https://github.com/go-gitea/gitea/issues/24269)) - Fix label color, fix divider in dropdown ([#&#8203;24215](https://github.com/go-gitea/gitea/issues/24215)) ([#&#8203;24244](https://github.com/go-gitea/gitea/issues/24244)) - Vertical widths of containers removed ([#&#8203;24184](https://github.com/go-gitea/gitea/issues/24184)) ([#&#8203;24211](https://github.com/go-gitea/gitea/issues/24211)) - Use correct locale key for forks page ([#&#8203;24172](https://github.com/go-gitea/gitea/issues/24172)) ([#&#8203;24175](https://github.com/go-gitea/gitea/issues/24175)) - Sort repo topic labels by name ([#&#8203;24123](https://github.com/go-gitea/gitea/issues/24123)) ([#&#8203;24153](https://github.com/go-gitea/gitea/issues/24153)) - Highlight selected file in the PR file tree ([#&#8203;23947](https://github.com/go-gitea/gitea/issues/23947)) ([#&#8203;24126](https://github.com/go-gitea/gitea/issues/24126)) - BUGFIXES - Fix auth check bug ([#&#8203;24382](https://github.com/go-gitea/gitea/issues/24382)) ([#&#8203;24387](https://github.com/go-gitea/gitea/issues/24387)) - Add tags list for repos whose release setting is disabled ([#&#8203;23465](https://github.com/go-gitea/gitea/issues/23465)) ([#&#8203;24369](https://github.com/go-gitea/gitea/issues/24369)) - Fix wrong error info in RepoRefForAPI ([#&#8203;24344](https://github.com/go-gitea/gitea/issues/24344)) ([#&#8203;24351](https://github.com/go-gitea/gitea/issues/24351)) - Fix no edit/close/delete button in org repo project view page ([#&#8203;24349](https://github.com/go-gitea/gitea/issues/24349)) - Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC ([#&#8203;24035](https://github.com/go-gitea/gitea/issues/24035)) ([#&#8203;24333](https://github.com/go-gitea/gitea/issues/24333)) - Remove org users who belong to no teams ([#&#8203;24247](https://github.com/go-gitea/gitea/issues/24247)) ([#&#8203;24313](https://github.com/go-gitea/gitea/issues/24313)) - Fix bug when deleting wiki with no code write permission ([#&#8203;24274](https://github.com/go-gitea/gitea/issues/24274)) ([#&#8203;24295](https://github.com/go-gitea/gitea/issues/24295)) - Handle canceled workflow as a warning instead of a fail ([#&#8203;24282](https://github.com/go-gitea/gitea/issues/24282)) ([#&#8203;24292](https://github.com/go-gitea/gitea/issues/24292)) - Load reviewer for comments when dismissing a review ([#&#8203;24281](https://github.com/go-gitea/gitea/issues/24281)) ([#&#8203;24288](https://github.com/go-gitea/gitea/issues/24288)) - Show commit history for closed/merged PRs ([#&#8203;24238](https://github.com/go-gitea/gitea/issues/24238)) ([#&#8203;24261](https://github.com/go-gitea/gitea/issues/24261)) - Fix owner team access mode value in team_unit table ([#&#8203;24224](https://github.com/go-gitea/gitea/issues/24224)) - Fix issue attachment handling ([#&#8203;24202](https://github.com/go-gitea/gitea/issues/24202)) ([#&#8203;24221](https://github.com/go-gitea/gitea/issues/24221)) - Fix incorrect CORS default values ([#&#8203;24206](https://github.com/go-gitea/gitea/issues/24206)) ([#&#8203;24217](https://github.com/go-gitea/gitea/issues/24217)) - Fix template error in pull request with deleted head repo ([#&#8203;24192](https://github.com/go-gitea/gitea/issues/24192)) ([#&#8203;24216](https://github.com/go-gitea/gitea/issues/24216)) - Don't list root repository on compare page if pulls not allowed ([#&#8203;24183](https://github.com/go-gitea/gitea/issues/24183)) ([#&#8203;24210](https://github.com/go-gitea/gitea/issues/24210)) - Fix calReleaseNumCommitsBehind ([#&#8203;24148](https://github.com/go-gitea/gitea/issues/24148)) ([#&#8203;24197](https://github.com/go-gitea/gitea/issues/24197)) - Fix Org edit page bugs: renaming detection, maxlength ([#&#8203;24161](https://github.com/go-gitea/gitea/issues/24161)) ([#&#8203;24171](https://github.com/go-gitea/gitea/issues/24171)) - Update redis library to support redis v7 ([#&#8203;24114](https://github.com/go-gitea/gitea/issues/24114)) ([#&#8203;24156](https://github.com/go-gitea/gitea/issues/24156)) - Use 1.18's aria role for dropdown menus ([#&#8203;24144](https://github.com/go-gitea/gitea/issues/24144)) ([#&#8203;24155](https://github.com/go-gitea/gitea/issues/24155)) - Fix 2-dot direct compare to use the right base commit ([#&#8203;24133](https://github.com/go-gitea/gitea/issues/24133)) ([#&#8203;24150](https://github.com/go-gitea/gitea/issues/24150)) - Fix incorrect server error content in RunnersList ([#&#8203;24118](https://github.com/go-gitea/gitea/issues/24118)) ([#&#8203;24121](https://github.com/go-gitea/gitea/issues/24121)) - Fix mismatch between hook events and github event types ([#&#8203;24048](https://github.com/go-gitea/gitea/issues/24048)) ([#&#8203;24091](https://github.com/go-gitea/gitea/issues/24091)) - BUILD - Support converting varchar to nvarchar for mssql database ([#&#8203;24105](https://github.com/go-gitea/gitea/issues/24105)) ([#&#8203;24168](https://github.com/go-gitea/gitea/issues/24168)) ### [`v1.19.1`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1191-httpsgithubcomgo-giteagiteareleasestagv1191---2023-04-12) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.19.0...v1.19.1) - BREAKING - Rename actions unit to `repo.actions` and add docs for it ([#&#8203;23733](https://github.com/go-gitea/gitea/issues/23733)) ([#&#8203;23881](https://github.com/go-gitea/gitea/issues/23881)) - ENHANCEMENTS - Add card type to org/user level project on creation, edit and view ([#&#8203;24043](https://github.com/go-gitea/gitea/issues/24043)) ([#&#8203;24066](https://github.com/go-gitea/gitea/issues/24066)) - Refactor commit status for Actions jobs ([#&#8203;23786](https://github.com/go-gitea/gitea/issues/23786)) ([#&#8203;24060](https://github.com/go-gitea/gitea/issues/24060)) - Show errors for KaTeX and mermaid on the preview tab ([#&#8203;24009](https://github.com/go-gitea/gitea/issues/24009)) ([#&#8203;24019](https://github.com/go-gitea/gitea/issues/24019)) - Show protected branch rule names again ([#&#8203;23907](https://github.com/go-gitea/gitea/issues/23907)) ([#&#8203;24018](https://github.com/go-gitea/gitea/issues/24018)) - Adjust sticky PR header to cover background ([#&#8203;23956](https://github.com/go-gitea/gitea/issues/23956)) ([#&#8203;23999](https://github.com/go-gitea/gitea/issues/23999)) - Discolor pull request tab labels ([#&#8203;23950](https://github.com/go-gitea/gitea/issues/23950)) ([#&#8203;23987](https://github.com/go-gitea/gitea/issues/23987)) - Treat PRs with agit flow as fork PRs when triggering actions. ([#&#8203;23884](https://github.com/go-gitea/gitea/issues/23884)) ([#&#8203;23967](https://github.com/go-gitea/gitea/issues/23967)) - Left-align review comments ([#&#8203;23937](https://github.com/go-gitea/gitea/issues/23937)) - Fix image border-radius ([#&#8203;23886](https://github.com/go-gitea/gitea/issues/23886)) ([#&#8203;23930](https://github.com/go-gitea/gitea/issues/23930)) - Scroll collapsed file into view ([#&#8203;23702](https://github.com/go-gitea/gitea/issues/23702)) ([#&#8203;23929](https://github.com/go-gitea/gitea/issues/23929)) - Fix code view (diff) broken layout ([#&#8203;23096](https://github.com/go-gitea/gitea/issues/23096)) ([#&#8203;23918](https://github.com/go-gitea/gitea/issues/23918)) - Org pages style fixes ([#&#8203;23901](https://github.com/go-gitea/gitea/issues/23901)) ([#&#8203;23914](https://github.com/go-gitea/gitea/issues/23914)) - Fix user profile description rendering ([#&#8203;23882](https://github.com/go-gitea/gitea/issues/23882)) ([#&#8203;23902](https://github.com/go-gitea/gitea/issues/23902)) - Fix review box viewport overflow issue ([#&#8203;23800](https://github.com/go-gitea/gitea/issues/23800)) ([#&#8203;23898](https://github.com/go-gitea/gitea/issues/23898)) - Prefill input values in OAuth settings as intended ([#&#8203;23829](https://github.com/go-gitea/gitea/issues/23829)) ([#&#8203;23871](https://github.com/go-gitea/gitea/issues/23871)) - CSS color tweaks ([#&#8203;23828](https://github.com/go-gitea/gitea/issues/23828)) ([#&#8203;23842](https://github.com/go-gitea/gitea/issues/23842)) - Fix incorrect visibility dropdown list in add/edit user page ([#&#8203;23804](https://github.com/go-gitea/gitea/issues/23804)) ([#&#8203;23833](https://github.com/go-gitea/gitea/issues/23833)) - Add CSS rules for basic colored labels ([#&#8203;23774](https://github.com/go-gitea/gitea/issues/23774)) ([#&#8203;23777](https://github.com/go-gitea/gitea/issues/23777)) - Add creation time in tag list page ([#&#8203;23693](https://github.com/go-gitea/gitea/issues/23693)) ([#&#8203;23773](https://github.com/go-gitea/gitea/issues/23773)) - Fix br display for packages curls ([#&#8203;23737](https://github.com/go-gitea/gitea/issues/23737)) ([#&#8203;23764](https://github.com/go-gitea/gitea/issues/23764)) - Fix issue due date edit toggle bug ([#&#8203;23723](https://github.com/go-gitea/gitea/issues/23723)) ([#&#8203;23758](https://github.com/go-gitea/gitea/issues/23758)) - Improve commit graph page UI alignment ([#&#8203;23751](https://github.com/go-gitea/gitea/issues/23751)) ([#&#8203;23754](https://github.com/go-gitea/gitea/issues/23754)) - Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter ([#&#8203;22804](https://github.com/go-gitea/gitea/issues/22804)) ([#&#8203;23740](https://github.com/go-gitea/gitea/issues/23740)) - Redirect to project again after editing it ([#&#8203;23326](https://github.com/go-gitea/gitea/issues/23326)) ([#&#8203;23739](https://github.com/go-gitea/gitea/issues/23739)) - Remove row clicking from notification table ([#&#8203;22695](https://github.com/go-gitea/gitea/issues/22695)) ([#&#8203;23706](https://github.com/go-gitea/gitea/issues/23706)) - Remove conflicting CSS rules on notifications, improve notifications table ([#&#8203;23565](https://github.com/go-gitea/gitea/issues/23565)) ([#&#8203;23621](https://github.com/go-gitea/gitea/issues/23621)) - Fix diff tree height and adjust target file style ([#&#8203;23616](https://github.com/go-gitea/gitea/issues/23616)) - BUGFIXES - Improve error logging for LFS ([#&#8203;24072](https://github.com/go-gitea/gitea/issues/24072)) ([#&#8203;24082](https://github.com/go-gitea/gitea/issues/24082)) - Fix custom mailer template on Windows platform ([#&#8203;24081](https://github.com/go-gitea/gitea/issues/24081)) - Update the value of `diffEnd` when clicking the `Show More` button in the DiffFileTree ([#&#8203;24069](https://github.com/go-gitea/gitea/issues/24069)) ([#&#8203;24078](https://github.com/go-gitea/gitea/issues/24078)) - Make label templates have consistent behavior and priority ([#&#8203;23749](https://github.com/go-gitea/gitea/issues/23749)) - Fix accidental overwriting of LDAP team memberships ([#&#8203;24050](https://github.com/go-gitea/gitea/issues/24050)) ([#&#8203;24065](https://github.com/go-gitea/gitea/issues/24065)) - Fix branch protection priority ([#&#8203;24045](https://github.com/go-gitea/gitea/issues/24045)) ([#&#8203;24061](https://github.com/go-gitea/gitea/issues/24061)) - Use actions job link as commit status URL instead of run link ([#&#8203;24023](https://github.com/go-gitea/gitea/issues/24023)) ([#&#8203;24032](https://github.com/go-gitea/gitea/issues/24032)) - Add actions support to package auth verification ([#&#8203;23729](https://github.com/go-gitea/gitea/issues/23729)) ([#&#8203;24028](https://github.com/go-gitea/gitea/issues/24028)) - Fix protected branch for API ([#&#8203;24013](https://github.com/go-gitea/gitea/issues/24013)) ([#&#8203;24027](https://github.com/go-gitea/gitea/issues/24027)) - Do not escape space between PyPI repository URL and package name… ([#&#8203;23981](https://github.com/go-gitea/gitea/issues/23981)) ([#&#8203;24008](https://github.com/go-gitea/gitea/issues/24008)) - Fix redirect bug when creating issue from a project ([#&#8203;23971](https://github.com/go-gitea/gitea/issues/23971)) ([#&#8203;23997](https://github.com/go-gitea/gitea/issues/23997)) - Set `ref` to fully-formed of the tag when trigger event is `release` ([#&#8203;23944](https://github.com/go-gitea/gitea/issues/23944)) ([#&#8203;23989](https://github.com/go-gitea/gitea/issues/23989)) - Use Get/Set instead of Rename when regenerating session ID ([#&#8203;23975](https://github.com/go-gitea/gitea/issues/23975)) ([#&#8203;23983](https://github.com/go-gitea/gitea/issues/23983)) - Ensure RSS icon is present on all repo tabs ([#&#8203;23904](https://github.com/go-gitea/gitea/issues/23904)) ([#&#8203;23973](https://github.com/go-gitea/gitea/issues/23973)) - Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter ([#&#8203;23920](https://github.com/go-gitea/gitea/issues/23920)) ([#&#8203;23969](https://github.com/go-gitea/gitea/issues/23969)) - Delete deleted release attachments immediately from storage ([#&#8203;23913](https://github.com/go-gitea/gitea/issues/23913)) ([#&#8203;23958](https://github.com/go-gitea/gitea/issues/23958)) - Use ghost user if package creator does not exist ([#&#8203;23822](https://github.com/go-gitea/gitea/issues/23822)) ([#&#8203;23915](https://github.com/go-gitea/gitea/issues/23915)) - User/Org Feed render description as per web ([#&#8203;23887](https://github.com/go-gitea/gitea/issues/23887)) ([#&#8203;23906](https://github.com/go-gitea/gitea/issues/23906)) - Fix `cases.Title` crash for concurrency ([#&#8203;23885](https://github.com/go-gitea/gitea/issues/23885)) ([#&#8203;23903](https://github.com/go-gitea/gitea/issues/23903)) - Convert .Source.SkipVerify to $cfg.SkipVerify ([#&#8203;23839](https://github.com/go-gitea/gitea/issues/23839)) ([#&#8203;23899](https://github.com/go-gitea/gitea/issues/23899)) - Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... ([#&#8203;23874](https://github.com/go-gitea/gitea/issues/23874)) ([#&#8203;23878](https://github.com/go-gitea/gitea/issues/23878)) - Fix JS error when changing PR's target branch ([#&#8203;23862](https://github.com/go-gitea/gitea/issues/23862)) ([#&#8203;23864](https://github.com/go-gitea/gitea/issues/23864)) - Fix 500 error if there is a name conflict when editing authentication source ([#&#8203;23832](https://github.com/go-gitea/gitea/issues/23832)) ([#&#8203;23852](https://github.com/go-gitea/gitea/issues/23852)) - Fix closed PR also triggers Webhooks and actions ([#&#8203;23782](https://github.com/go-gitea/gitea/issues/23782)) ([#&#8203;23834](https://github.com/go-gitea/gitea/issues/23834)) - Fix checks for `needs` in Actions ([#&#8203;23789](https://github.com/go-gitea/gitea/issues/23789)) ([#&#8203;23831](https://github.com/go-gitea/gitea/issues/23831)) - Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" ([#&#8203;23790](https://github.com/go-gitea/gitea/issues/23790)) ([#&#8203;23825](https://github.com/go-gitea/gitea/issues/23825)) - Fix cancel button in the page of project edit not work ([#&#8203;23655](https://github.com/go-gitea/gitea/issues/23655)) ([#&#8203;23813](https://github.com/go-gitea/gitea/issues/23813)) - Don't apply the group filter when listing LDAP group membership if it is empty ([#&#8203;23745](https://github.com/go-gitea/gitea/issues/23745)) ([#&#8203;23788](https://github.com/go-gitea/gitea/issues/23788)) - Fix profile page email display, respect settings ([#&#8203;23747](https://github.com/go-gitea/gitea/issues/23747)) ([#&#8203;23756](https://github.com/go-gitea/gitea/issues/23756)) - Fix project card preview select and template select ([#&#8203;23684](https://github.com/go-gitea/gitea/issues/23684)) ([#&#8203;23731](https://github.com/go-gitea/gitea/issues/23731)) - Check LFS/Packages settings in dump and doctor command ([#&#8203;23631](https://github.com/go-gitea/gitea/issues/23631)) ([#&#8203;23730](https://github.com/go-gitea/gitea/issues/23730)) - Add git dashes separator to some "log" and "diff" commands ([#&#8203;23606](https://github.com/go-gitea/gitea/issues/23606)) ([#&#8203;23720](https://github.com/go-gitea/gitea/issues/23720)) - Create commit status when event is `pull_request_sync` ([#&#8203;23683](https://github.com/go-gitea/gitea/issues/23683)) ([#&#8203;23691](https://github.com/go-gitea/gitea/issues/23691)) - Fix incorrect `HookEventType` of pull request review comments ([#&#8203;23650](https://github.com/go-gitea/gitea/issues/23650)) ([#&#8203;23678](https://github.com/go-gitea/gitea/issues/23678)) - Fix incorrect `show-modal` and `show-panel` class ([#&#8203;23660](https://github.com/go-gitea/gitea/issues/23660)) ([#&#8203;23663](https://github.com/go-gitea/gitea/issues/23663)) - Improve workflow event triggers ([#&#8203;23613](https://github.com/go-gitea/gitea/issues/23613)) ([#&#8203;23648](https://github.com/go-gitea/gitea/issues/23648)) - Introduce path Clean/Join helper functions, partially backport\&refactor ([#&#8203;23495](https://github.com/go-gitea/gitea/issues/23495)) ([#&#8203;23607](https://github.com/go-gitea/gitea/issues/23607)) - Fix pagination on `/notifications/watching` ([#&#8203;23564](https://github.com/go-gitea/gitea/issues/23564)) ([#&#8203;23603](https://github.com/go-gitea/gitea/issues/23603)) - Fix submodule is nil panic ([#&#8203;23588](https://github.com/go-gitea/gitea/issues/23588)) ([#&#8203;23601](https://github.com/go-gitea/gitea/issues/23601)) - Polyfill the window.customElements ([#&#8203;23592](https://github.com/go-gitea/gitea/issues/23592)) ([#&#8203;23595](https://github.com/go-gitea/gitea/issues/23595)) - Avoid too long names for actions ([#&#8203;23162](https://github.com/go-gitea/gitea/issues/23162)) ([#&#8203;23190](https://github.com/go-gitea/gitea/issues/23190)) - TRANSLATION - Backport locales (with manual fixes) ([#&#8203;23808](https://github.com/go-gitea/gitea/issues/23808), [#&#8203;23634](https://github.com/go-gitea/gitea/issues/23634), [#&#8203;24083](https://github.com/go-gitea/gitea/issues/24083)) - BUILD - Hardcode the path to docker images ([#&#8203;23955](https://github.com/go-gitea/gitea/issues/23955)) ([#&#8203;23968](https://github.com/go-gitea/gitea/issues/23968)) - DOCS - Update documentation to explain which projects allow Gitea to host static pages ([#&#8203;23993](https://github.com/go-gitea/gitea/issues/23993)) ([#&#8203;24058](https://github.com/go-gitea/gitea/issues/24058)) - Merge `push to create`, `open PR from push`, and `push options` docs articles into one ([#&#8203;23744](https://github.com/go-gitea/gitea/issues/23744)) ([#&#8203;23959](https://github.com/go-gitea/gitea/issues/23959)) - Fix code blocks in the cheat sheet ([#&#8203;23664](https://github.com/go-gitea/gitea/issues/23664)) ([#&#8203;23669](https://github.com/go-gitea/gitea/issues/23669)) - MISC - Do not crash when parsing an invalid workflow file ([#&#8203;23972](https://github.com/go-gitea/gitea/issues/23972)) ([#&#8203;23976](https://github.com/go-gitea/gitea/issues/23976)) - Remove assertion debug code for show/hide refactoring ([#&#8203;23576](https://github.com/go-gitea/gitea/issues/23576)) ([#&#8203;23868](https://github.com/go-gitea/gitea/issues/23868)) - Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict ([#&#8203;23766](https://github.com/go-gitea/gitea/issues/23766)) ([#&#8203;23791](https://github.com/go-gitea/gitea/issues/23791)) - Make minio package support legacy MD5 checksum ([#&#8203;23768](https://github.com/go-gitea/gitea/issues/23768)) ([#&#8203;23770](https://github.com/go-gitea/gitea/issues/23770)) - Improve template error reporting ([#&#8203;23396](https://github.com/go-gitea/gitea/issues/23396)) ([#&#8203;23600](https://github.com/go-gitea/gitea/issues/23600)) ### [`v1.19.0`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1190-httpsgithubcomgo-giteagiteareleasestagv1190---2023-03-19) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.18.5...v1.19.0) - BREAKING - Add loading yaml label template files ([#&#8203;22976](https://github.com/go-gitea/gitea/issues/22976)) ([#&#8203;23232](https://github.com/go-gitea/gitea/issues/23232)) - Make issue and code search support camel case for Bleve ([#&#8203;22829](https://github.com/go-gitea/gitea/issues/22829)) - Repositories: by default disable all units except code and pulls on forks ([#&#8203;22541](https://github.com/go-gitea/gitea/issues/22541)) - Support template for merge message description ([#&#8203;22248](https://github.com/go-gitea/gitea/issues/22248)) - Remove ONLY_SHOW_RELEVANT_REPOS setting ([#&#8203;21962](https://github.com/go-gitea/gitea/issues/21962)) - Implement actions ([#&#8203;21937](https://github.com/go-gitea/gitea/issues/21937)) - Remove deprecated DSA host key from Docker Container ([#&#8203;21522](https://github.com/go-gitea/gitea/issues/21522)) - Improve valid user name check ([#&#8203;20136](https://github.com/go-gitea/gitea/issues/20136)) - SECURITY - Return 404 instead of 403 if user can not access the repo ([#&#8203;23155](https://github.com/go-gitea/gitea/issues/23155)) ([#&#8203;23158](https://github.com/go-gitea/gitea/issues/23158)) - Support scoped access tokens ([#&#8203;20908](https://github.com/go-gitea/gitea/issues/20908)) - FEATURES - Add support for commit cross references ([#&#8203;22645](https://github.com/go-gitea/gitea/issues/22645)) - Scoped labels ([#&#8203;22585](https://github.com/go-gitea/gitea/issues/22585)) - Add Chef package registry ([#&#8203;22554](https://github.com/go-gitea/gitea/issues/22554)) - Support asciicast files as new markup ([#&#8203;22448](https://github.com/go-gitea/gitea/issues/22448)) - cgo cross-compile for freebsd ([#&#8203;22397](https://github.com/go-gitea/gitea/issues/22397)) - Add cron method to gc LFS MetaObjects ([#&#8203;22385](https://github.com/go-gitea/gitea/issues/22385)) - Add new captcha: cloudflare turnstile ([#&#8203;22369](https://github.com/go-gitea/gitea/issues/22369)) - Enable `@<user>`- completion popup on the release description textarea ([#&#8203;22359](https://github.com/go-gitea/gitea/issues/22359)) - make /{username}.png redirect to user/org avatar ([#&#8203;22356](https://github.com/go-gitea/gitea/issues/22356)) - Add Conda package registry ([#&#8203;22262](https://github.com/go-gitea/gitea/issues/22262)) - Support org/user level projects ([#&#8203;22235](https://github.com/go-gitea/gitea/issues/22235)) - Add Mermaid copy button ([#&#8203;22225](https://github.com/go-gitea/gitea/issues/22225)) - Add user secrets ([#&#8203;22191](https://github.com/go-gitea/gitea/issues/22191)) - Secrets storage with SecretKey encrypted ([#&#8203;22142](https://github.com/go-gitea/gitea/issues/22142)) - Preview images for Issue cards in Project Board view ([#&#8203;22112](https://github.com/go-gitea/gitea/issues/22112)) - Add support for incoming emails ([#&#8203;22056](https://github.com/go-gitea/gitea/issues/22056)) - Add Cargo package registry ([#&#8203;21888](https://github.com/go-gitea/gitea/issues/21888)) - Add option to prohibit fork if user reached maximum limit of repositories ([#&#8203;21848](https://github.com/go-gitea/gitea/issues/21848)) - Add attention blocks within quote blocks for `Note` and `Warning` ([#&#8203;21711](https://github.com/go-gitea/gitea/issues/21711)) - Add Feed for Releases and Tags ([#&#8203;21696](https://github.com/go-gitea/gitea/issues/21696)) - Add package registry cleanup rules ([#&#8203;21658](https://github.com/go-gitea/gitea/issues/21658)) - Add "Copy" button to file view of raw text ([#&#8203;21629](https://github.com/go-gitea/gitea/issues/21629)) - Allow disable sitemap ([#&#8203;21617](https://github.com/go-gitea/gitea/issues/21617)) - Add package registry quota limits ([#&#8203;21584](https://github.com/go-gitea/gitea/issues/21584)) - Map OIDC groups to Orgs/Teams ([#&#8203;21441](https://github.com/go-gitea/gitea/issues/21441)) - Keep languages defined in .gitattributes ([#&#8203;21403](https://github.com/go-gitea/gitea/issues/21403)) - Add Webhook authorization header ([#&#8203;20926](https://github.com/go-gitea/gitea/issues/20926)) - Supports wildcard protected branch ([#&#8203;20825](https://github.com/go-gitea/gitea/issues/20825)) - Copy citation file content, in APA and BibTex format, on repo home page ([#&#8203;19999](https://github.com/go-gitea/gitea/issues/19999)) - API - Match api migration behavior to web behavior ([#&#8203;23552](https://github.com/go-gitea/gitea/issues/23552)) ([#&#8203;23573](https://github.com/go-gitea/gitea/issues/23573)) - Purge API comment ([#&#8203;23451](https://github.com/go-gitea/gitea/issues/23451)) ([#&#8203;23452](https://github.com/go-gitea/gitea/issues/23452)) - User creation API: allow custom "created" timestamps ([#&#8203;22549](https://github.com/go-gitea/gitea/issues/22549)) - Add `updated_at` field to PullReview API object ([#&#8203;21812](https://github.com/go-gitea/gitea/issues/21812)) - Add API management for issue/pull and comment attachments ([#&#8203;21783](https://github.com/go-gitea/gitea/issues/21783)) - Add API endpoint to get latest release ([#&#8203;21267](https://github.com/go-gitea/gitea/issues/21267)) - Support system hook API ([#&#8203;14537](https://github.com/go-gitea/gitea/issues/14537)) - ENHANCEMENTS - Add `.patch` to `attachment.ALLOWED_TYPES` ([#&#8203;23580](https://github.com/go-gitea/gitea/issues/23580)) ([#&#8203;23582](https://github.com/go-gitea/gitea/issues/23582)) - Fix sticky header in diff view ([#&#8203;23554](https://github.com/go-gitea/gitea/issues/23554)) ([#&#8203;23568](https://github.com/go-gitea/gitea/issues/23568)) - Refactor merge/update git command calls ([#&#8203;23366](https://github.com/go-gitea/gitea/issues/23366)) ([#&#8203;23544](https://github.com/go-gitea/gitea/issues/23544)) - Fix review comment context menu clipped bug ([#&#8203;23523](https://github.com/go-gitea/gitea/issues/23523)) ([#&#8203;23543](https://github.com/go-gitea/gitea/issues/23543)) - Imrove scroll behavior to hash issuecomment(scroll position, auto expand if file is folded, and on refreshing) ([#&#8203;23513](https://github.com/go-gitea/gitea/issues/23513)) ([#&#8203;23540](https://github.com/go-gitea/gitea/issues/23540)) - Increase horizontal page padding ([#&#8203;23507](https://github.com/go-gitea/gitea/issues/23507)) ([#&#8203;23537](https://github.com/go-gitea/gitea/issues/23537)) - Use octicon-verified for gpg signatures ([#&#8203;23529](https://github.com/go-gitea/gitea/issues/23529)) ([#&#8203;23536](https://github.com/go-gitea/gitea/issues/23536)) - Make time tooltips interactive ([#&#8203;23526](https://github.com/go-gitea/gitea/issues/23526)) ([#&#8203;23527](https://github.com/go-gitea/gitea/issues/23527)) - Replace Less with CSS ([#&#8203;23508](https://github.com/go-gitea/gitea/issues/23508)) - Fix 'View File' button in code search ([#&#8203;23478](https://github.com/go-gitea/gitea/issues/23478)) ([#&#8203;23483](https://github.com/go-gitea/gitea/issues/23483)) - Convert GitHub event on actions and fix some pull_request events. ([#&#8203;23037](https://github.com/go-gitea/gitea/issues/23037)) ([#&#8203;23471](https://github.com/go-gitea/gitea/issues/23471)) - Support reflogs ([#&#8203;22451](https://github.com/go-gitea/gitea/issues/22451)) ([#&#8203;23438](https://github.com/go-gitea/gitea/issues/23438)) - Fix actions frontend bugs (pagination, long name alignment) and small simplify ([#&#8203;23370](https://github.com/go-gitea/gitea/issues/23370)) ([#&#8203;23436](https://github.com/go-gitea/gitea/issues/23436)) - Scoped label display and documentation tweaks ([#&#8203;23430](https://github.com/go-gitea/gitea/issues/23430)) ([#&#8203;23433](https://github.com/go-gitea/gitea/issues/23433)) - Add missing tabs to org projects page ([#&#8203;22705](https://github.com/go-gitea/gitea/issues/22705)) ([#&#8203;23412](https://github.com/go-gitea/gitea/issues/23412)) - Fix and move "Use this template" button ([#&#8203;23398](https://github.com/go-gitea/gitea/issues/23398)) ([#&#8203;23408](https://github.com/go-gitea/gitea/issues/23408)) - Handle OpenID discovery URL errors a little nicer when creating/editing sources ([#&#8203;23397](https://github.com/go-gitea/gitea/issues/23397)) ([#&#8203;23403](https://github.com/go-gitea/gitea/issues/23403)) - Rename `canWriteUnit` to `canWriteProjects` ([#&#8203;23386](https://github.com/go-gitea/gitea/issues/23386)) ([#&#8203;23399](https://github.com/go-gitea/gitea/issues/23399)) - Refactor and tidy-up the merge/update branch code ([#&#8203;22568](https://github.com/go-gitea/gitea/issues/22568)) ([#&#8203;23365](https://github.com/go-gitea/gitea/issues/23365)) - Refactor `setting.Database.UseXXX` to methods ([#&#8203;23354](https://github.com/go-gitea/gitea/issues/23354)) ([#&#8203;23356](https://github.com/go-gitea/gitea/issues/23356)) - Fix incorrect project links and use symlink icon for org-wide projects ([#&#8203;23325](https://github.com/go-gitea/gitea/issues/23325)) ([#&#8203;23336](https://github.com/go-gitea/gitea/issues/23336)) - Fix PR view misalignment caused by long name file ([#&#8203;23321](https://github.com/go-gitea/gitea/issues/23321)) ([#&#8203;23335](https://github.com/go-gitea/gitea/issues/23335)) - Scoped labels: don't require holding alt key to remove ([#&#8203;23303](https://github.com/go-gitea/gitea/issues/23303)) ([#&#8203;23331](https://github.com/go-gitea/gitea/issues/23331)) - Add context when rendering labels or emojis ([#&#8203;23281](https://github.com/go-gitea/gitea/issues/23281)) ([#&#8203;23319](https://github.com/go-gitea/gitea/issues/23319)) - Change interactiveBorder to fix popup preview ([#&#8203;23169](https://github.com/go-gitea/gitea/issues/23169)) ([#&#8203;23314](https://github.com/go-gitea/gitea/issues/23314)) - Scoped labels: set aria-disabled on muted Exclusive option for a11y ([#&#8203;23306](https://github.com/go-gitea/gitea/issues/23306)) ([#&#8203;23311](https://github.com/go-gitea/gitea/issues/23311)) - update to mermaid v10 ([#&#8203;23178](https://github.com/go-gitea/gitea/issues/23178)) ([#&#8203;23299](https://github.com/go-gitea/gitea/issues/23299)) - Fix code wrap for unbroken lines ([#&#8203;23268](https://github.com/go-gitea/gitea/issues/23268)) ([#&#8203;23293](https://github.com/go-gitea/gitea/issues/23293)) - Use async await to fix empty quote reply at first time ([#&#8203;23168](https://github.com/go-gitea/gitea/issues/23168)) ([#&#8203;23256](https://github.com/go-gitea/gitea/issues/23256)) - Fix switched citation format ([#&#8203;23250](https://github.com/go-gitea/gitea/issues/23250)) ([#&#8203;23253](https://github.com/go-gitea/gitea/issues/23253)) - Allow `<video>` in MarkDown ([#&#8203;22892](https://github.com/go-gitea/gitea/issues/22892)) ([#&#8203;23236](https://github.com/go-gitea/gitea/issues/23236)) - Order pull request conflict checking by recently updated, for each push ([#&#8203;23220](https://github.com/go-gitea/gitea/issues/23220)) ([#&#8203;23225](https://github.com/go-gitea/gitea/issues/23225)) - Fix Fomantic UI's `touchstart` fastclick, always use `click` for click events ([#&#8203;23065](https://github.com/go-gitea/gitea/issues/23065)) ([#&#8203;23195](https://github.com/go-gitea/gitea/issues/23195)) - Add word-break to sidebar-item-link ([#&#8203;23146](https://github.com/go-gitea/gitea/issues/23146)) ([#&#8203;23180](https://github.com/go-gitea/gitea/issues/23180)) - Add InsecureSkipVerify to Minio Client for Storage ([#&#8203;23166](https://github.com/go-gitea/gitea/issues/23166)) ([#&#8203;23177](https://github.com/go-gitea/gitea/issues/23177)) - Fix height for sticky head on large screen on PR page ([#&#8203;23111](https://github.com/go-gitea/gitea/issues/23111)) ([#&#8203;23123](https://github.com/go-gitea/gitea/issues/23123)) - Change style to improve whitespaces trimming inside inline markdown code ([#&#8203;23093](https://github.com/go-gitea/gitea/issues/23093)) ([#&#8203;23120](https://github.com/go-gitea/gitea/issues/23120)) - Avoid warning for system setting when start up ([#&#8203;23054](https://github.com/go-gitea/gitea/issues/23054)) ([#&#8203;23116](https://github.com/go-gitea/gitea/issues/23116)) - Add accessibility to the menu on the navbar ([#&#8203;23059](https://github.com/go-gitea/gitea/issues/23059)) ([#&#8203;23095](https://github.com/go-gitea/gitea/issues/23095)) - Improve accessibility for issue comments ([#&#8203;22612](https://github.com/go-gitea/gitea/issues/22612)) ([#&#8203;23083](https://github.com/go-gitea/gitea/issues/23083)) - Remove delete button for review comment ([#&#8203;23036](https://github.com/go-gitea/gitea/issues/23036)) - Remove dashes between organization member avatars on hover ([#&#8203;23034](https://github.com/go-gitea/gitea/issues/23034)) - Use `gt-relative` class instead of the ambiguous `gt-pr` class ([#&#8203;23008](https://github.com/go-gitea/gitea/issues/23008)) - handle deprecated settings ([#&#8203;22992](https://github.com/go-gitea/gitea/issues/22992)) - Add scopes to API to create token and display them ([#&#8203;22989](https://github.com/go-gitea/gitea/issues/22989)) - Improve PR Review Box UI ([#&#8203;22986](https://github.com/go-gitea/gitea/issues/22986)) - Improve issues.LoadProject ([#&#8203;22982](https://github.com/go-gitea/gitea/issues/22982)) - Add all units to the units permission list in org team members sidebar ([#&#8203;22971](https://github.com/go-gitea/gitea/issues/22971)) - Rename `GetUnits` to `LoadUnits` ([#&#8203;22970](https://github.com/go-gitea/gitea/issues/22970)) - Rename `repo.GetOwner` to `repo.LoadOwner` ([#&#8203;22967](https://github.com/go-gitea/gitea/issues/22967)) - Rename "People" to "Members" in organization page and use a better icon ([#&#8203;22960](https://github.com/go-gitea/gitea/issues/22960)) - Fix avatar misalignment ([#&#8203;22955](https://github.com/go-gitea/gitea/issues/22955)) - Sort issues and pulls by recently updated in user and organization home ([#&#8203;22925](https://github.com/go-gitea/gitea/issues/22925)) - Add `title` to PR file tree items ([#&#8203;22918](https://github.com/go-gitea/gitea/issues/22918)) - First step to refactor the `.hide` to `.gt-hidden` ([#&#8203;22916](https://github.com/go-gitea/gitea/issues/22916)) - Add tooltip to issue reference ([#&#8203;22913](https://github.com/go-gitea/gitea/issues/22913)) - Always show the `command line instructions` button even if there are conflicts ([#&#8203;22909](https://github.com/go-gitea/gitea/issues/22909)) - Fix dark-colored description text in arc-green theme ([#&#8203;22908](https://github.com/go-gitea/gitea/issues/22908)) - Remove Fomantic-UI's `.hidden` CSS class for menu elements ([#&#8203;22895](https://github.com/go-gitea/gitea/issues/22895)) - Move helpers to be prefixed with `gt-` ([#&#8203;22879](https://github.com/go-gitea/gitea/issues/22879)) - Move `IsReadmeFile*` from `modules/markup/` to `modules/util` ([#&#8203;22877](https://github.com/go-gitea/gitea/issues/22877)) - Highlight focused diff file ([#&#8203;22870](https://github.com/go-gitea/gitea/issues/22870)) - Add some headings to repo views ([#&#8203;22869](https://github.com/go-gitea/gitea/issues/22869)) - Fix milestone title font problem ([#&#8203;22863](https://github.com/go-gitea/gitea/issues/22863)) - Pull Requests: setting to allow edits by maintainers by default, tweak UI ([#&#8203;22862](https://github.com/go-gitea/gitea/issues/22862)) - Introduce customized HTML elements, fix incorrect AppUrl usages in templates ([#&#8203;22861](https://github.com/go-gitea/gitea/issues/22861)) - Add `/$count` endpoints for NuGet v2 ([#&#8203;22855](https://github.com/go-gitea/gitea/issues/22855)) - Remove Fomantic-UI's `.hidden` CSS class for checkbox elements ([#&#8203;22851](https://github.com/go-gitea/gitea/issues/22851)) - Fix notification and stopwatch empty states ([#&#8203;22845](https://github.com/go-gitea/gitea/issues/22845)) - Always go full width in PR view ([#&#8203;22844](https://github.com/go-gitea/gitea/issues/22844)) - Improve AppUrl/ROOT_URL checking ([#&#8203;22836](https://github.com/go-gitea/gitea/issues/22836)) - Fix style of actions rerun button ([#&#8203;22835](https://github.com/go-gitea/gitea/issues/22835)) - Fix more HTMLURL in templates ([#&#8203;22831](https://github.com/go-gitea/gitea/issues/22831)) - Fix inconsistent Filter Project name in issue list ([#&#8203;22827](https://github.com/go-gitea/gitea/issues/22827)) - include build info in Prometheus metrics ([#&#8203;22819](https://github.com/go-gitea/gitea/issues/22819)) - Make clone URL use current page's host ([#&#8203;22808](https://github.com/go-gitea/gitea/issues/22808)) - Refactor legacy strange git operations ([#&#8203;22756](https://github.com/go-gitea/gitea/issues/22756)) - Improve error report when user passes a private key ([#&#8203;22726](https://github.com/go-gitea/gitea/issues/22726)) - set user dashboard org visibility to basic ([#&#8203;22706](https://github.com/go-gitea/gitea/issues/22706)) - Fix diff UI for unexpandable items ([#&#8203;22700](https://github.com/go-gitea/gitea/issues/22700)) - Remove 'primary' class from tab counter labels ([#&#8203;22687](https://github.com/go-gitea/gitea/issues/22687)) - Add more events details supports for actions ([#&#8203;22680](https://github.com/go-gitea/gitea/issues/22680)) - Refactor git command package to improve security and maintainability ([#&#8203;22678](https://github.com/go-gitea/gitea/issues/22678)) - Use relative url in actions view ([#&#8203;22675](https://github.com/go-gitea/gitea/issues/22675)) - set user visibility class to basic ([#&#8203;22674](https://github.com/go-gitea/gitea/issues/22674)) - Add repository setting to enable/disable releases unit ([#&#8203;22671](https://github.com/go-gitea/gitea/issues/22671)) - Remove label color from global issue filters ([#&#8203;22660](https://github.com/go-gitea/gitea/issues/22660)) - Fix poor alignment of organization description on organization home page ([#&#8203;22656](https://github.com/go-gitea/gitea/issues/22656)) - Small refactor for loading PRs ([#&#8203;22652](https://github.com/go-gitea/gitea/issues/22652)) - Allow setting access token scope by CLI ([#&#8203;22648](https://github.com/go-gitea/gitea/issues/22648)) - Improve accessibility of navigation bar and footer ([#&#8203;22635](https://github.com/go-gitea/gitea/issues/22635)) - Fixes accessibility behavior of Watching, Staring and Fork buttons ([#&#8203;22634](https://github.com/go-gitea/gitea/issues/22634)) - Fixes accessibility of empty repository commit status ([#&#8203;22632](https://github.com/go-gitea/gitea/issues/22632)) - Pull request yaml template support for including commit body in a field ([#&#8203;22629](https://github.com/go-gitea/gitea/issues/22629)) - Show migration validation error ([#&#8203;22619](https://github.com/go-gitea/gitea/issues/22619)) - set org visibility class to basic in header ([#&#8203;22605](https://github.com/go-gitea/gitea/issues/22605)) - Fix cache-control header clearing comment text when editing issue ([#&#8203;22604](https://github.com/go-gitea/gitea/issues/22604)) - Add ARIA support for Fomantic UI checkboxes ([#&#8203;22599](https://github.com/go-gitea/gitea/issues/22599)) - Add templates to customize text when creating and migrating repositories ([#&#8203;22597](https://github.com/go-gitea/gitea/issues/22597)) - Allow setting `redirect_to` cookie on OAuth login ([#&#8203;22594](https://github.com/go-gitea/gitea/issues/22594)) - Improve checkbox accessibility a bit by adding the title attribute ([#&#8203;22593](https://github.com/go-gitea/gitea/issues/22593)) - Allow issue templates to not render title ([#&#8203;22589](https://github.com/go-gitea/gitea/issues/22589)) - Webhooks: for issue close/reopen action, add commit ID that caused it ([#&#8203;22583](https://github.com/go-gitea/gitea/issues/22583)) - Fix missing title and filter in issue sidebar project menu ([#&#8203;22557](https://github.com/go-gitea/gitea/issues/22557)) - Issues: support setting issue template field values with query ([#&#8203;22545](https://github.com/go-gitea/gitea/issues/22545)) - Issues: add Project filter to issues list and search ([#&#8203;22544](https://github.com/go-gitea/gitea/issues/22544)) - Pull Requests: add color to approved/reject icon in pull requests list ([#&#8203;22543](https://github.com/go-gitea/gitea/issues/22543)) - Mute all links in issue timeline ([#&#8203;22533](https://github.com/go-gitea/gitea/issues/22533)) - Dropzone: Add "Copy link" button for new uploads ([#&#8203;22517](https://github.com/go-gitea/gitea/issues/22517)) - Support importing comment types ([#&#8203;22510](https://github.com/go-gitea/gitea/issues/22510)) - Load asciicast css async ([#&#8203;22502](https://github.com/go-gitea/gitea/issues/22502)) - Move delete user to service ([#&#8203;22478](https://github.com/go-gitea/gitea/issues/22478)) - Change use of Walk to WalkDir to improve disk performance ([#&#8203;22462](https://github.com/go-gitea/gitea/issues/22462)) - Add reply hint to mail text ([#&#8203;22459](https://github.com/go-gitea/gitea/issues/22459)) - fix wrong theme class when logged out if default theme is changed ([#&#8203;22408](https://github.com/go-gitea/gitea/issues/22408)) - Refactor the setting to make unit test easier ([#&#8203;22405](https://github.com/go-gitea/gitea/issues/22405)) - Improve utils of slices ([#&#8203;22379](https://github.com/go-gitea/gitea/issues/22379)) - Use context parameter in models/git ([#&#8203;22367](https://github.com/go-gitea/gitea/issues/22367)) - Always reuse transaction ([#&#8203;22362](https://github.com/go-gitea/gitea/issues/22362)) - Fix unstable emoji sort ([#&#8203;22346](https://github.com/go-gitea/gitea/issues/22346)) - Add context cache as a request level cache ([#&#8203;22294](https://github.com/go-gitea/gitea/issues/22294)) - Reminder for no more logs to console ([#&#8203;22282](https://github.com/go-gitea/gitea/issues/22282)) - Support estimated count with multiple schemas ([#&#8203;22276](https://github.com/go-gitea/gitea/issues/22276)) - Move `convert` package to services ([#&#8203;22264](https://github.com/go-gitea/gitea/issues/22264)) - Use dynamic package type list ([#&#8203;22263](https://github.com/go-gitea/gitea/issues/22263)) - Hide file borders on sticky diff box ([#&#8203;22217](https://github.com/go-gitea/gitea/issues/22217)) - Improve notification and stopwatch styles ([#&#8203;22169](https://github.com/go-gitea/gitea/issues/22169)) - Fixed Project view .board-column height for tall screens. ([#&#8203;22108](https://github.com/go-gitea/gitea/issues/22108)) - Use multi reader instead to concat strings ([#&#8203;22099](https://github.com/go-gitea/gitea/issues/22099)) - Use git command instead of exec.Cmd in blame ([#&#8203;22098](https://github.com/go-gitea/gitea/issues/22098)) - Fix autofilled text visibility in dark mode ([#&#8203;22088](https://github.com/go-gitea/gitea/issues/22088)) - Rename almost all Ctx functions ([#&#8203;22071](https://github.com/go-gitea/gitea/issues/22071)) - Rename actions to operations on UI ([#&#8203;22067](https://github.com/go-gitea/gitea/issues/22067)) - refactor bind functions based on generics ([#&#8203;22055](https://github.com/go-gitea/gitea/issues/22055)) - Support disabling database auto migration ([#&#8203;22053](https://github.com/go-gitea/gitea/issues/22053)) - remove duplicated read file code ([#&#8203;22042](https://github.com/go-gitea/gitea/issues/22042)) - Use link in UI which returned a relative url but not html_url which contains an absolute url ([#&#8203;21986](https://github.com/go-gitea/gitea/issues/21986)) - Skip initing disabled storages ([#&#8203;21985](https://github.com/go-gitea/gitea/issues/21985)) - Add doctor command for full GC of LFS ([#&#8203;21978](https://github.com/go-gitea/gitea/issues/21978)) - Util type to parse ref name ([#&#8203;21969](https://github.com/go-gitea/gitea/issues/21969)) - Replace fmt.Sprintf with hex.EncodeToString ([#&#8203;21960](https://github.com/go-gitea/gitea/issues/21960)) - Use random bytes to generate access token ([#&#8203;21959](https://github.com/go-gitea/gitea/issues/21959)) - Add index for access_token ([#&#8203;21908](https://github.com/go-gitea/gitea/issues/21908)) - Move all remaining colors into CSS variables ([#&#8203;21903](https://github.com/go-gitea/gitea/issues/21903)) - Webhook list enhancements ([#&#8203;21893](https://github.com/go-gitea/gitea/issues/21893)) - Embed Matrix icon as SVG ([#&#8203;21890](https://github.com/go-gitea/gitea/issues/21890)) - Remove useless "Cancel" buttons ([#&#8203;21872](https://github.com/go-gitea/gitea/issues/21872)) - fix(web): keep the pages of the navigation in the center ([#&#8203;21867](https://github.com/go-gitea/gitea/issues/21867)) - fix(web): reduce page jitter on browsers that support overlay scrollbar ([#&#8203;21850](https://github.com/go-gitea/gitea/issues/21850)) - Improvements for Content Copy ([#&#8203;21842](https://github.com/go-gitea/gitea/issues/21842)) - Tweak katex options ([#&#8203;21828](https://github.com/go-gitea/gitea/issues/21828)) - Show syntax lexer name in file view/blame ([#&#8203;21814](https://github.com/go-gitea/gitea/issues/21814)) - Remove `href="javascript:;"` in "save topics (Done)" button ([#&#8203;21813](https://github.com/go-gitea/gitea/issues/21813)) - Render number of commits in repo page in a user friendly way ([#&#8203;21786](https://github.com/go-gitea/gitea/issues/21786)) - Adjust clone timeout error to suggest increasing timeout ([#&#8203;21769](https://github.com/go-gitea/gitea/issues/21769)) - Update message of reach_limit_of_creation ([#&#8203;21757](https://github.com/go-gitea/gitea/issues/21757)) - Allow detect whether it's in a database transaction for a context.Context ([#&#8203;21756](https://github.com/go-gitea/gitea/issues/21756)) - Add configuration for CORS allowed headers ([#&#8203;21747](https://github.com/go-gitea/gitea/issues/21747)) - Move svg html render to modules/svg ([#&#8203;21716](https://github.com/go-gitea/gitea/issues/21716)) - Release and Tag List tweaks ([#&#8203;21712](https://github.com/go-gitea/gitea/issues/21712)) - Remove template previewer ([#&#8203;21701](https://github.com/go-gitea/gitea/issues/21701)) - Clean up formatting on install page ([#&#8203;21668](https://github.com/go-gitea/gitea/issues/21668)) - Configure update checker on installation page ([#&#8203;21655](https://github.com/go-gitea/gitea/issues/21655)) - Merge db.Iterate and IterateObjects ([#&#8203;21641](https://github.com/go-gitea/gitea/issues/21641)) - Add option to enable CAPTCHA validation for login ([#&#8203;21638](https://github.com/go-gitea/gitea/issues/21638)) - Allow disable RSS/Atom feed ([#&#8203;21622](https://github.com/go-gitea/gitea/issues/21622)) - Use CSS color-scheme instead of invert ([#&#8203;21616](https://github.com/go-gitea/gitea/issues/21616)) - Localize time units on activity heatmap ([#&#8203;21570](https://github.com/go-gitea/gitea/issues/21570)) - Fix UI column width, button overflow Fomantic's grid ([#&#8203;21559](https://github.com/go-gitea/gitea/issues/21559)) - feat: notify doers of a merge when automerging ([#&#8203;21553](https://github.com/go-gitea/gitea/issues/21553)) - Split migrations folder ([#&#8203;21549](https://github.com/go-gitea/gitea/issues/21549)) - feat: add button to quickly clear merge message ([#&#8203;21548](https://github.com/go-gitea/gitea/issues/21548)) - Add `context.Context` to more methods ([#&#8203;21546](https://github.com/go-gitea/gitea/issues/21546)) - Add index for hook_task table ([#&#8203;21545](https://github.com/go-gitea/gitea/issues/21545)) - Allow disable code tab ([#&#8203;20805](https://github.com/go-gitea/gitea/issues/20805)) - BUGFIXES - Fix template error when reference Project ([#&#8203;23584](https://github.com/go-gitea/gitea/issues/23584)) - Fix dropdown icon misalignment when using fomantic icon ([#&#8203;23558](https://github.com/go-gitea/gitea/issues/23558)) ([#&#8203;23577](https://github.com/go-gitea/gitea/issues/23577)) - Fix diff detail buttons wrapping, use tippy for review box ([#&#8203;23271](https://github.com/go-gitea/gitea/issues/23271)) ([#&#8203;23546](https://github.com/go-gitea/gitea/issues/23546)) - Handle missing `README` in create repos API ([#&#8203;23387](https://github.com/go-gitea/gitea/issues/23387)) ([#&#8203;23510](https://github.com/go-gitea/gitea/issues/23510)) - Disable sending email after push a commit to a closed PR ([#&#8203;23462](https://github.com/go-gitea/gitea/issues/23462)) ([#&#8203;23492](https://github.com/go-gitea/gitea/issues/23492)) - Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy problem ([#&#8203;23450](https://github.com/go-gitea/gitea/issues/23450)) ([#&#8203;23486](https://github.com/go-gitea/gitea/issues/23486)) - Fix due date being wrong on issue list ([#&#8203;23475](https://github.com/go-gitea/gitea/issues/23475)) ([#&#8203;23477](https://github.com/go-gitea/gitea/issues/23477)) - Remove wrongly added column on migration test fixtures ([#&#8203;23456](https://github.com/go-gitea/gitea/issues/23456)) ([#&#8203;23470](https://github.com/go-gitea/gitea/issues/23470)) - Make branches list page operations remember current page ([#&#8203;23420](https://github.com/go-gitea/gitea/issues/23420)) ([#&#8203;23460](https://github.com/go-gitea/gitea/issues/23460)) - Fix missing commit status in PR which from forked repo ([#&#8203;23351](https://github.com/go-gitea/gitea/issues/23351)) ([#&#8203;23453](https://github.com/go-gitea/gitea/issues/23453)) - Show edit/close/delete button on organization wide repositories ([#&#8203;23388](https://github.com/go-gitea/gitea/issues/23388)) ([#&#8203;23429](https://github.com/go-gitea/gitea/issues/23429)) - Preserve file size when creating attachments ([#&#8203;23406](https://github.com/go-gitea/gitea/issues/23406)) ([#&#8203;23426](https://github.com/go-gitea/gitea/issues/23426)) - Fix broken Chroma CSS styles ([#&#8203;23174](https://github.com/go-gitea/gitea/issues/23174)) ([#&#8203;23402](https://github.com/go-gitea/gitea/issues/23402)) - Fix incorrect NotFound conditions in org/projects.go ([#&#8203;23384](https://github.com/go-gitea/gitea/issues/23384)) ([#&#8203;23395](https://github.com/go-gitea/gitea/issues/23395)) - Set `X-Gitea-Debug` header once ([#&#8203;23361](https://github.com/go-gitea/gitea/issues/23361)) ([#&#8203;23381](https://github.com/go-gitea/gitea/issues/23381)) - Pass context to avatar for projects view ([#&#8203;23359](https://github.com/go-gitea/gitea/issues/23359)) ([#&#8203;23378](https://github.com/go-gitea/gitea/issues/23378)) - Fix panic when getting notes by ref ([#&#8203;23372](https://github.com/go-gitea/gitea/issues/23372)) ([#&#8203;23377](https://github.com/go-gitea/gitea/issues/23377)) - Do not recognize text files as audio ([#&#8203;23355](https://github.com/go-gitea/gitea/issues/23355)) ([#&#8203;23368](https://github.com/go-gitea/gitea/issues/23368)) - Fix adding of empty class name ([#&#8203;23352](https://github.com/go-gitea/gitea/issues/23352)) ([#&#8203;23360](https://github.com/go-gitea/gitea/issues/23360)) - Fix various ImageDiff/SVG bugs ([#&#8203;23312](https://github.com/go-gitea/gitea/issues/23312)) ([#&#8203;23358](https://github.com/go-gitea/gitea/issues/23358)) - Fix incorrect display for comment context menu ([#&#8203;23343](https://github.com/go-gitea/gitea/issues/23343)) ([#&#8203;23344](https://github.com/go-gitea/gitea/issues/23344)) - Remove unnecessary space on link ([#&#8203;23334](https://github.com/go-gitea/gitea/issues/23334)) ([#&#8203;23340](https://github.com/go-gitea/gitea/issues/23340)) - Fix incorrect redirect link of delete org project ([#&#8203;23327](https://github.com/go-gitea/gitea/issues/23327)) ([#&#8203;23339](https://github.com/go-gitea/gitea/issues/23339)) - Fix cannot reopen after pushing commits to a closed PR ([#&#8203;23189](https://github.com/go-gitea/gitea/issues/23189)) ([#&#8203;23324](https://github.com/go-gitea/gitea/issues/23324)) - Fix broken code editor diff preview ([#&#8203;23307](https://github.com/go-gitea/gitea/issues/23307)) ([#&#8203;23320](https://github.com/go-gitea/gitea/issues/23320)) - Support sanitising the URL by removing extra slashes in the URL ([#&#8203;21333](https://github.com/go-gitea/gitea/issues/21333)) ([#&#8203;23300](https://github.com/go-gitea/gitea/issues/23300)) - Avoid panic caused by broken payload when creating commit status ([#&#8203;23216](https://github.com/go-gitea/gitea/issues/23216)) ([#&#8203;23294](https://github.com/go-gitea/gitea/issues/23294)) - Fill head commit to in payload when notifying push commits for mirroring ([#&#8203;23215](https://github.com/go-gitea/gitea/issues/23215)) ([#&#8203;23292](https://github.com/go-gitea/gitea/issues/23292)) - Fix various bugs for "install" page ([#&#8203;23194](https://github.com/go-gitea/gitea/issues/23194)) ([#&#8203;23286](https://github.com/go-gitea/gitea/issues/23286)) - Fix GetFilesChangedBetween if the file name may be escaped ([#&#8203;23272](https://github.com/go-gitea/gitea/issues/23272)) ([#&#8203;23279](https://github.com/go-gitea/gitea/issues/23279)) - Revert relative links to absolute links in mail templates ([#&#8203;23267](https://github.com/go-gitea/gitea/issues/23267)) ([#&#8203;23269](https://github.com/go-gitea/gitea/issues/23269)) - Fix commit retrieval by tag ([#&#8203;21804](https://github.com/go-gitea/gitea/issues/21804)) ([#&#8203;23266](https://github.com/go-gitea/gitea/issues/23266)) - Use correct README link to render the README ([#&#8203;23152](https://github.com/go-gitea/gitea/issues/23152)) ([#&#8203;23264](https://github.com/go-gitea/gitea/issues/23264)) - Close the temp file when dumping database to make the temp file can be deleted on Windows ([#&#8203;23249](https://github.com/go-gitea/gitea/issues/23249)) ([#&#8203;23251](https://github.com/go-gitea/gitea/issues/23251)) - Use the correct selector to hide the checkmark of selected labels on clear ([#&#8203;23224](https://github.com/go-gitea/gitea/issues/23224)) ([#&#8203;23228](https://github.com/go-gitea/gitea/issues/23228)) - Fix incorrect checkbox behaviors in the dashboard repolist's filter ([#&#8203;23147](https://github.com/go-gitea/gitea/issues/23147)) ([#&#8203;23205](https://github.com/go-gitea/gitea/issues/23205)) - Properly flush unique queues on startup ([#&#8203;23154](https://github.com/go-gitea/gitea/issues/23154)) ([#&#8203;23201](https://github.com/go-gitea/gitea/issues/23201)) - Pass `--global` when calling `git config --get`, for consistency with `git config --set` ([#&#8203;23157](https://github.com/go-gitea/gitea/issues/23157)) ([#&#8203;23199](https://github.com/go-gitea/gitea/issues/23199)) - Make `gitea serv` respect git binary home ([#&#8203;23138](https://github.com/go-gitea/gitea/issues/23138)) ([#&#8203;23197](https://github.com/go-gitea/gitea/issues/23197)) - Change button text for commenting and closing an issue at the same time ([#&#8203;23135](https://github.com/go-gitea/gitea/issues/23135)) ([#&#8203;23182](https://github.com/go-gitea/gitea/issues/23182)) - Fix DBConsistency checks on MSSQL ([#&#8203;23132](https://github.com/go-gitea/gitea/issues/23132)) ([#&#8203;23134](https://github.com/go-gitea/gitea/issues/23134)) - Show empty repos in Admin Repository Management page ([#&#8203;23114](https://github.com/go-gitea/gitea/issues/23114)) ([#&#8203;23130](https://github.com/go-gitea/gitea/issues/23130)) - Redirect to the commit page after applying patch ([#&#8203;23056](https://github.com/go-gitea/gitea/issues/23056)) ([#&#8203;23127](https://github.com/go-gitea/gitea/issues/23127)) - Fix nil context in RenderMarkdownToHtml ([#&#8203;23092](https://github.com/go-gitea/gitea/issues/23092)) ([#&#8203;23108](https://github.com/go-gitea/gitea/issues/23108)) - Make issue meta dropdown support Enter, confirm before reloading ([#&#8203;23014](https://github.com/go-gitea/gitea/issues/23014)) ([#&#8203;23102](https://github.com/go-gitea/gitea/issues/23102)) - Fix SyncOnCommit always return false in API of push_mirrors ([#&#8203;23088](https://github.com/go-gitea/gitea/issues/23088)) ([#&#8203;23100](https://github.com/go-gitea/gitea/issues/23100)) - Fix commit name in Apply Patch page ([#&#8203;23086](https://github.com/go-gitea/gitea/issues/23086)) ([#&#8203;23099](https://github.com/go-gitea/gitea/issues/23099)) - Fix some more hidden problems ([#&#8203;23074](https://github.com/go-gitea/gitea/issues/23074)) ([#&#8203;23075](https://github.com/go-gitea/gitea/issues/23075)) - Bump golang.org/x/net from 0.4.0 to 0.7.0 ([#&#8203;22980](https://github.com/go-gitea/gitea/issues/22980)) - Get rules by id when editing branch protection rule ([#&#8203;22932](https://github.com/go-gitea/gitea/issues/22932)) - Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) ([#&#8203;22921](https://github.com/go-gitea/gitea/issues/22921)) - Increase Content field size of gpg_import_key to MEDIUMTEXT ([#&#8203;22897](https://github.com/go-gitea/gitea/issues/22897)) - Fix hidden commit status on multiple checks ([#&#8203;22889](https://github.com/go-gitea/gitea/issues/22889)) - Fix update by rebase being wrongly disabled by protected base branch ([#&#8203;22825](https://github.com/go-gitea/gitea/issues/22825)) - Make issue title edit buttons focusable and fix incorrect ajax requests ([#&#8203;22807](https://github.com/go-gitea/gitea/issues/22807)) - Fix rerun button of Actions ([#&#8203;22798](https://github.com/go-gitea/gitea/issues/22798)) - remove update language in ProfilePost ([#&#8203;22748](https://github.com/go-gitea/gitea/issues/22748)) - Do not overwrite empty DefaultBranch ([#&#8203;22708](https://github.com/go-gitea/gitea/issues/22708)) - Fix ref to trigger Actions ([#&#8203;22679](https://github.com/go-gitea/gitea/issues/22679)) - Fix time to NotifyPullRequestSynchronized ([#&#8203;22650](https://github.com/go-gitea/gitea/issues/22650)) - Show all projects, not just repo projects and open/closed projects ([#&#8203;22640](https://github.com/go-gitea/gitea/issues/22640)) - Project links should use parent link methods ([#&#8203;22587](https://github.com/go-gitea/gitea/issues/22587)) - Fix group filter for ldap source sync ([#&#8203;22506](https://github.com/go-gitea/gitea/issues/22506)) - Check quota limits for container uploads ([#&#8203;22450](https://github.com/go-gitea/gitea/issues/22450)) - Fix halfCommitter and WithTx ([#&#8203;22366](https://github.com/go-gitea/gitea/issues/22366)) - Attempt to fix TestExportUserGPGKeys ([#&#8203;22159](https://github.com/go-gitea/gitea/issues/22159)) - Fix heatmap first color being unused ([#&#8203;22157](https://github.com/go-gitea/gitea/issues/22157)) - Fix scroll over mermaid frame ([#&#8203;21925](https://github.com/go-gitea/gitea/issues/21925)) - Move migration test fixtures to the correct directories ([#&#8203;21901](https://github.com/go-gitea/gitea/issues/21901)) - fix(web): add `alt` for logo in home page ([#&#8203;21887](https://github.com/go-gitea/gitea/issues/21887)) - Fix webhook attachment text is not set in review comment ([#&#8203;21763](https://github.com/go-gitea/gitea/issues/21763)) - Alter package_version.metadata_json to LONGTEXT ([#&#8203;21667](https://github.com/go-gitea/gitea/issues/21667)) - Ensure that Webhook tasks are not double delivered ([#&#8203;21558](https://github.com/go-gitea/gitea/issues/21558)) - TESTING - Make CI use a dummy password hasher for all tests ([#&#8203;22983](https://github.com/go-gitea/gitea/issues/22983)) - Disable test for incoming email ([#&#8203;22686](https://github.com/go-gitea/gitea/issues/22686)) - Move fuzz tests into tests/fuzz ([#&#8203;22376](https://github.com/go-gitea/gitea/issues/22376)) - Test views of LFS files ([#&#8203;22196](https://github.com/go-gitea/gitea/issues/22196)) - Specify ID in `TestAPITeam` ([#&#8203;22192](https://github.com/go-gitea/gitea/issues/22192)) - verify nodeinfo response by schema ([#&#8203;22137](https://github.com/go-gitea/gitea/issues/22137)) - Skip GitHub migration tests if the API token is undefined ([#&#8203;21824](https://github.com/go-gitea/gitea/issues/21824)) - Add a simple test for external renderer ([#&#8203;20033](https://github.com/go-gitea/gitea/issues/20033)) - TRANSLATION - Use "Title Case" for text "Reference in new issue" ([#&#8203;22936](https://github.com/go-gitea/gitea/issues/22936)) - BUILD - Wrap unless-check in docker manifests ([#&#8203;23079](https://github.com/go-gitea/gitea/issues/23079)) ([#&#8203;23081](https://github.com/go-gitea/gitea/issues/23081)) - Adjust manifest to prevent tagging latest on rcs ([#&#8203;22811](https://github.com/go-gitea/gitea/issues/22811)) - update to build with go1.20 ([#&#8203;22732](https://github.com/go-gitea/gitea/issues/22732)) - Add Bash and Zsh completion scripts ([#&#8203;22646](https://github.com/go-gitea/gitea/issues/22646)) - Add Contributed backport command ([#&#8203;22643](https://github.com/go-gitea/gitea/issues/22643)) - Remove deprecated packages & staticcheck fixes ([#&#8203;22012](https://github.com/go-gitea/gitea/issues/22012)) - Update to Alpine 3.17 ([#&#8203;21904](https://github.com/go-gitea/gitea/issues/21904)) - Fix webpack license warning ([#&#8203;21815](https://github.com/go-gitea/gitea/issues/21815)) - DOCS - Update documentation for the new YAML label file format ([#&#8203;23020](https://github.com/go-gitea/gitea/issues/23020)) ([#&#8203;23341](https://github.com/go-gitea/gitea/issues/23341)) - Update hacking-on-gitea-zh_cn documentation ([#&#8203;23315](https://github.com/go-gitea/gitea/issues/23315)) ([#&#8203;23323](https://github.com/go-gitea/gitea/issues/23323)) - Add basic documentation for labels, including scoped labels ([#&#8203;23304](https://github.com/go-gitea/gitea/issues/23304)) ([#&#8203;23309](https://github.com/go-gitea/gitea/issues/23309)) - Re-add accidentally removed `hacking-on-gitea.zh-cn.md` ([#&#8203;23297](https://github.com/go-gitea/gitea/issues/23297)) ([#&#8203;23305](https://github.com/go-gitea/gitea/issues/23305)) - Fix secrets overview page missing from docs sidebar ([#&#8203;23143](https://github.com/go-gitea/gitea/issues/23143)) ([#&#8203;23145](https://github.com/go-gitea/gitea/issues/23145)) - Add some guidelines for refactoring ([#&#8203;22880](https://github.com/go-gitea/gitea/issues/22880)) - Explain that the no-access team unit does not affect public repositories ([#&#8203;22661](https://github.com/go-gitea/gitea/issues/22661)) - Fix incorrect Redis URL snippets in the example app.ini ([#&#8203;22573](https://github.com/go-gitea/gitea/issues/22573)) - docs: add swagger.json file location to FAQ ([#&#8203;22489](https://github.com/go-gitea/gitea/issues/22489)) - Update index.de-de.md ([#&#8203;22363](https://github.com/go-gitea/gitea/issues/22363)) - Update Gmail mailer configuration ([#&#8203;22291](https://github.com/go-gitea/gitea/issues/22291)) - Add missed reverse proxy authentication documentation ([#&#8203;22250](https://github.com/go-gitea/gitea/issues/22250)) - Add plural definitions for German translations ([#&#8203;21802](https://github.com/go-gitea/gitea/issues/21802)) - Attempt clarify AppWorkPath etc. ([#&#8203;21656](https://github.com/go-gitea/gitea/issues/21656)) - Add some documentation to packages ([#&#8203;21648](https://github.com/go-gitea/gitea/issues/21648)) - MISC - Use `<nav>` instead of `<div>` in the global navbar ([#&#8203;23125](https://github.com/go-gitea/gitea/issues/23125)) ([#&#8203;23533](https://github.com/go-gitea/gitea/issues/23533)) - Do not create commit graph for temporary repos ([#&#8203;23219](https://github.com/go-gitea/gitea/issues/23219)) ([#&#8203;23229](https://github.com/go-gitea/gitea/issues/23229)) - Update button is shown when a Pull Request is marked WIP - Issue [#&#8203;21740](https://github.com/go-gitea/gitea/issues/21740) ([#&#8203;22683](https://github.com/go-gitea/gitea/issues/22683)) - Add main landmark to templates and adjust titles ([#&#8203;22670](https://github.com/go-gitea/gitea/issues/22670)) - Fix error on account activation with wrong passwd ([#&#8203;22609](https://github.com/go-gitea/gitea/issues/22609)) - Update JS dependencies ([#&#8203;22538](https://github.com/go-gitea/gitea/issues/22538)) - Display unreferenced packages total size in package admin panel ([#&#8203;22498](https://github.com/go-gitea/gitea/issues/22498)) - Mobile fix for Project view: Add delay to Sortable.js on mobile, to ensure scrolling is possible. ([#&#8203;22152](https://github.com/go-gitea/gitea/issues/22152)) - Update chroma to v2.4.0 ([#&#8203;22000](https://github.com/go-gitea/gitea/issues/22000)) - Hide collapse icon in diff with no lines ([#&#8203;21094](https://github.com/go-gitea/gitea/issues/21094)) ### [`v1.18.5`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1185-httpsgithubcomgo-giteagiteareleasestagv1185---2023-02-21) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.18.4...v1.18.5) - ENHANCEMENTS - Hide 2FA status from other members in organization members list ([#&#8203;22999](https://github.com/go-gitea/gitea/issues/22999)) ([#&#8203;23023](https://github.com/go-gitea/gitea/issues/23023)) - BUGFIXES - Add force_merge to merge request and fix checking mergable ([#&#8203;23010](https://github.com/go-gitea/gitea/issues/23010)) ([#&#8203;23032](https://github.com/go-gitea/gitea/issues/23032)) - Use `--message=%s` for git commit message ([#&#8203;23028](https://github.com/go-gitea/gitea/issues/23028)) ([#&#8203;23029](https://github.com/go-gitea/gitea/issues/23029)) - Render access log template as text instead of HTML ([#&#8203;23013](https://github.com/go-gitea/gitea/issues/23013)) ([#&#8203;23025](https://github.com/go-gitea/gitea/issues/23025)) - Fix the Manually Merged form ([#&#8203;23015](https://github.com/go-gitea/gitea/issues/23015)) ([#&#8203;23017](https://github.com/go-gitea/gitea/issues/23017)) - Use beforeCommit instead of baseCommit ([#&#8203;22949](https://github.com/go-gitea/gitea/issues/22949)) ([#&#8203;22996](https://github.com/go-gitea/gitea/issues/22996)) - Display attachments of review comment when comment content is blank ([#&#8203;23035](https://github.com/go-gitea/gitea/issues/23035)) ([#&#8203;23046](https://github.com/go-gitea/gitea/issues/23046)) - Return empty url for submodule tree entries ([#&#8203;23043](https://github.com/go-gitea/gitea/issues/23043)) ([#&#8203;23048](https://github.com/go-gitea/gitea/issues/23048)) ### [`v1.18.4`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1184-httpsgithubcomgo-giteagiteareleasestag1184---2023-02-20) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.18.3...v1.18.4) - SECURITY - Provide the ability to set password hash algorithm parameters ([#&#8203;22942](https://github.com/go-gitea/gitea/issues/22942)) ([#&#8203;22943](https://github.com/go-gitea/gitea/issues/22943)) - Add command to bulk set must-change-password ([#&#8203;22823](https://github.com/go-gitea/gitea/issues/22823)) ([#&#8203;22928](https://github.com/go-gitea/gitea/issues/22928)) - ENHANCEMENTS - Use import of OCI structs ([#&#8203;22765](https://github.com/go-gitea/gitea/issues/22765)) ([#&#8203;22805](https://github.com/go-gitea/gitea/issues/22805)) - Fix color of tertiary button on dark theme ([#&#8203;22739](https://github.com/go-gitea/gitea/issues/22739)) ([#&#8203;22744](https://github.com/go-gitea/gitea/issues/22744)) - Link issue and pull requests status change in UI notifications directly to their event in the timelined view. ([#&#8203;22627](https://github.com/go-gitea/gitea/issues/22627)) ([#&#8203;22642](https://github.com/go-gitea/gitea/issues/22642)) - BUGFIXES - Notify on container image create ([#&#8203;22806](https://github.com/go-gitea/gitea/issues/22806)) ([#&#8203;22965](https://github.com/go-gitea/gitea/issues/22965)) - Fix blame view missing lines ([#&#8203;22826](https://github.com/go-gitea/gitea/issues/22826)) ([#&#8203;22929](https://github.com/go-gitea/gitea/issues/22929)) - Fix incorrect role labels for migrated issues and comments ([#&#8203;22914](https://github.com/go-gitea/gitea/issues/22914)) ([#&#8203;22923](https://github.com/go-gitea/gitea/issues/22923)) - Fix PR file tree folders no longer collapsing ([#&#8203;22864](https://github.com/go-gitea/gitea/issues/22864)) ([#&#8203;22872](https://github.com/go-gitea/gitea/issues/22872)) - Escape filename when assemble URL ([#&#8203;22850](https://github.com/go-gitea/gitea/issues/22850)) ([#&#8203;22871](https://github.com/go-gitea/gitea/issues/22871)) - Fix isAllowed of escapeStreamer ([#&#8203;22814](https://github.com/go-gitea/gitea/issues/22814)) ([#&#8203;22837](https://github.com/go-gitea/gitea/issues/22837)) - Load issue before accessing index in merge message ([#&#8203;22822](https://github.com/go-gitea/gitea/issues/22822)) ([#&#8203;22830](https://github.com/go-gitea/gitea/issues/22830)) - Improve trace logging for pulls and processes ([#&#8203;22633](https://github.com/go-gitea/gitea/issues/22633)) ([#&#8203;22812](https://github.com/go-gitea/gitea/issues/22812)) - Fix restore repo bug, clarify the problem of ForeignIndex ([#&#8203;22776](https://github.com/go-gitea/gitea/issues/22776)) ([#&#8203;22794](https://github.com/go-gitea/gitea/issues/22794)) - Add default user visibility to cli command "admin user create" ([#&#8203;22750](https://github.com/go-gitea/gitea/issues/22750)) ([#&#8203;22760](https://github.com/go-gitea/gitea/issues/22760)) - Escape path for the file list ([#&#8203;22741](https://github.com/go-gitea/gitea/issues/22741)) ([#&#8203;22757](https://github.com/go-gitea/gitea/issues/22757)) - Fix bugs with WebAuthn preventing sign in and registration. ([#&#8203;22651](https://github.com/go-gitea/gitea/issues/22651)) ([#&#8203;22721](https://github.com/go-gitea/gitea/issues/22721)) - Add missing close bracket in imagediff ([#&#8203;22710](https://github.com/go-gitea/gitea/issues/22710)) ([#&#8203;22712](https://github.com/go-gitea/gitea/issues/22712)) - Move code comments to a standalone file and fix the bug when adding a reply to an outdated review appears to not post([#&#8203;20821](https://github.com/go-gitea/gitea/issues/20821)) ([#&#8203;22707](https://github.com/go-gitea/gitea/issues/22707)) - Fix line spacing for plaintext previews ([#&#8203;22699](https://github.com/go-gitea/gitea/issues/22699)) ([#&#8203;22701](https://github.com/go-gitea/gitea/issues/22701)) - Fix wrong hint when deleting a branch successfully from pull request UI ([#&#8203;22673](https://github.com/go-gitea/gitea/issues/22673)) ([#&#8203;22698](https://github.com/go-gitea/gitea/issues/22698)) - Fix README TOC links ([#&#8203;22577](https://github.com/go-gitea/gitea/issues/22577)) ([#&#8203;22677](https://github.com/go-gitea/gitea/issues/22677)) - Fix missing message in git hook when pull requests disabled on fork ([#&#8203;22625](https://github.com/go-gitea/gitea/issues/22625)) ([#&#8203;22658](https://github.com/go-gitea/gitea/issues/22658)) - Improve checkIfPRContentChanged ([#&#8203;22611](https://github.com/go-gitea/gitea/issues/22611)) ([#&#8203;22644](https://github.com/go-gitea/gitea/issues/22644)) - Prevent duplicate labels when importing more than 99 ([#&#8203;22591](https://github.com/go-gitea/gitea/issues/22591)) ([#&#8203;22598](https://github.com/go-gitea/gitea/issues/22598)) - Don't return duplicated users who can create org repo ([#&#8203;22560](https://github.com/go-gitea/gitea/issues/22560)) ([#&#8203;22562](https://github.com/go-gitea/gitea/issues/22562)) - BUILD - Upgrade golangcilint to v1.51.0 ([#&#8203;22764](https://github.com/go-gitea/gitea/issues/22764)) - MISC - Use proxy for pull mirror ([#&#8203;22771](https://github.com/go-gitea/gitea/issues/22771)) ([#&#8203;22772](https://github.com/go-gitea/gitea/issues/22772)) - Use `--index-url` in PyPi description ([#&#8203;22620](https://github.com/go-gitea/gitea/issues/22620)) ([#&#8203;22636](https://github.com/go-gitea/gitea/issues/22636)) ### [`v1.18.3`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1183-httpsgithubcomgo-giteagiteareleasestagv1183---2023-01-23) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.18.2...v1.18.3) - SECURITY - Prevent multiple `To` recipients ([#&#8203;22566](https://github.com/go-gitea/gitea/issues/22566)) ([#&#8203;22569](https://github.com/go-gitea/gitea/issues/22569)) - BUGFIXES - Truncate commit summary on repo files table. ([#&#8203;22551](https://github.com/go-gitea/gitea/issues/22551)) ([#&#8203;22552](https://github.com/go-gitea/gitea/issues/22552)) - Mute all links in issue timeline ([#&#8203;22534](https://github.com/go-gitea/gitea/issues/22534)) ### [`v1.18.2`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1182-httpsgithubcomgo-giteagiteareleasestagv1182---2023-01-19) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.18.1...v1.18.2) - BUGFIXES - Fix issue not auto-closing when it includes a reference to a branch ([#&#8203;22514](https://github.com/go-gitea/gitea/issues/22514)) ([#&#8203;22521](https://github.com/go-gitea/gitea/issues/22521)) - Fix invalid issue branch reference if not specified in template ([#&#8203;22513](https://github.com/go-gitea/gitea/issues/22513)) ([#&#8203;22520](https://github.com/go-gitea/gitea/issues/22520)) - Fix 500 error viewing pull request when fork has pull requests disabled ([#&#8203;22512](https://github.com/go-gitea/gitea/issues/22512)) ([#&#8203;22515](https://github.com/go-gitea/gitea/issues/22515)) - Reliable selection of admin user ([#&#8203;22509](https://github.com/go-gitea/gitea/issues/22509)) ([#&#8203;22511](https://github.com/go-gitea/gitea/issues/22511)) - Set disable_gravatar/enable_federated_avatar when offline mode is true ([#&#8203;22479](https://github.com/go-gitea/gitea/issues/22479)) ([#&#8203;22496](https://github.com/go-gitea/gitea/issues/22496)) - BUILD - cgo cross-compile for freebsd ([#&#8203;22397](https://github.com/go-gitea/gitea/issues/22397)) ([#&#8203;22519](https://github.com/go-gitea/gitea/issues/22519)) ### [`v1.18.1`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1181-httpsgithubcomgo-giteagiteareleasestagv1181---2023-01-17) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.18.0...v1.18.1) - API - Add `sync_on_commit` option for push mirrors api ([#&#8203;22271](https://github.com/go-gitea/gitea/issues/22271)) ([#&#8203;22292](https://github.com/go-gitea/gitea/issues/22292)) - BUGFIXES - Update `github.com/zeripath/zapx/v15` ([#&#8203;22485](https://github.com/go-gitea/gitea/issues/22485)) - Fix pull request API field `closed_at` always being `null` ([#&#8203;22482](https://github.com/go-gitea/gitea/issues/22482)) ([#&#8203;22483](https://github.com/go-gitea/gitea/issues/22483)) - Fix container blob mount ([#&#8203;22226](https://github.com/go-gitea/gitea/issues/22226)) ([#&#8203;22476](https://github.com/go-gitea/gitea/issues/22476)) - Fix error when calculating repository size ([#&#8203;22392](https://github.com/go-gitea/gitea/issues/22392)) ([#&#8203;22474](https://github.com/go-gitea/gitea/issues/22474)) - Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS ([#&#8203;22454](https://github.com/go-gitea/gitea/issues/22454)) ([#&#8203;22472](https://github.com/go-gitea/gitea/issues/22472)) - Fix environments for KaTeX and error reporting ([#&#8203;22453](https://github.com/go-gitea/gitea/issues/22453)) ([#&#8203;22473](https://github.com/go-gitea/gitea/issues/22473)) - Remove the netgo tag for Windows build ([#&#8203;22467](https://github.com/go-gitea/gitea/issues/22467)) ([#&#8203;22468](https://github.com/go-gitea/gitea/issues/22468)) - Fix migration from GitBucket ([#&#8203;22477](https://github.com/go-gitea/gitea/issues/22477)) ([#&#8203;22465](https://github.com/go-gitea/gitea/issues/22465)) - Prevent panic on looking at api "git" endpoints for empty repos ([#&#8203;22457](https://github.com/go-gitea/gitea/issues/22457)) ([#&#8203;22458](https://github.com/go-gitea/gitea/issues/22458)) - Fix PR status layout on mobile ([#&#8203;21547](https://github.com/go-gitea/gitea/issues/21547)) ([#&#8203;22441](https://github.com/go-gitea/gitea/issues/22441)) - Fix wechatwork webhook sends empty content in PR review ([#&#8203;21762](https://github.com/go-gitea/gitea/issues/21762)) ([#&#8203;22440](https://github.com/go-gitea/gitea/issues/22440)) - Remove duplicate "Actions" label in mobile view ([#&#8203;21974](https://github.com/go-gitea/gitea/issues/21974)) ([#&#8203;22439](https://github.com/go-gitea/gitea/issues/22439)) - Fix leaving organization bug on user settings -> orgs ([#&#8203;21983](https://github.com/go-gitea/gitea/issues/21983)) ([#&#8203;22438](https://github.com/go-gitea/gitea/issues/22438)) - Fixed colour transparency regex matching in project board sorting ([#&#8203;22092](https://github.com/go-gitea/gitea/issues/22092)) ([#&#8203;22437](https://github.com/go-gitea/gitea/issues/22437)) - Correctly handle select on multiple channels in Queues ([#&#8203;22146](https://github.com/go-gitea/gitea/issues/22146)) ([#&#8203;22428](https://github.com/go-gitea/gitea/issues/22428)) - Prepend refs/heads/ to issue template refs ([#&#8203;20461](https://github.com/go-gitea/gitea/issues/20461)) ([#&#8203;22427](https://github.com/go-gitea/gitea/issues/22427)) - Restore function to "Show more" buttons ([#&#8203;22399](https://github.com/go-gitea/gitea/issues/22399)) ([#&#8203;22426](https://github.com/go-gitea/gitea/issues/22426)) - Continue GCing other repos on error in one repo ([#&#8203;22422](https://github.com/go-gitea/gitea/issues/22422)) ([#&#8203;22425](https://github.com/go-gitea/gitea/issues/22425)) - Allow HOST has no port ([#&#8203;22280](https://github.com/go-gitea/gitea/issues/22280)) ([#&#8203;22409](https://github.com/go-gitea/gitea/issues/22409)) - Fix omit avatar_url in discord payload when empty ([#&#8203;22393](https://github.com/go-gitea/gitea/issues/22393)) ([#&#8203;22394](https://github.com/go-gitea/gitea/issues/22394)) - Don't display stop watch top bar icon when disabled and hidden when click other place ([#&#8203;22374](https://github.com/go-gitea/gitea/issues/22374)) ([#&#8203;22387](https://github.com/go-gitea/gitea/issues/22387)) - Don't lookup mail server when using sendmail ([#&#8203;22300](https://github.com/go-gitea/gitea/issues/22300)) ([#&#8203;22383](https://github.com/go-gitea/gitea/issues/22383)) - Fix gravatar disable bug ([#&#8203;22337](https://github.com/go-gitea/gitea/issues/22337)) - Fix update settings table on install ([#&#8203;22326](https://github.com/go-gitea/gitea/issues/22326)) ([#&#8203;22327](https://github.com/go-gitea/gitea/issues/22327)) - Fix sitemap ([#&#8203;22272](https://github.com/go-gitea/gitea/issues/22272)) ([#&#8203;22320](https://github.com/go-gitea/gitea/issues/22320)) - Fix code search title translation ([#&#8203;22285](https://github.com/go-gitea/gitea/issues/22285)) ([#&#8203;22316](https://github.com/go-gitea/gitea/issues/22316)) - Fix due date rendering the wrong date in issue ([#&#8203;22302](https://github.com/go-gitea/gitea/issues/22302)) ([#&#8203;22306](https://github.com/go-gitea/gitea/issues/22306)) - Fix get system setting bug when enabled redis cache ([#&#8203;22298](https://github.com/go-gitea/gitea/issues/22298)) - Fix bug of DisableGravatar default value ([#&#8203;22297](https://github.com/go-gitea/gitea/issues/22297)) - Fix key signature error page ([#&#8203;22229](https://github.com/go-gitea/gitea/issues/22229)) ([#&#8203;22230](https://github.com/go-gitea/gitea/issues/22230)) - TESTING - Remove test session cache to reduce possible concurrent problem ([#&#8203;22199](https://github.com/go-gitea/gitea/issues/22199)) ([#&#8203;22429](https://github.com/go-gitea/gitea/issues/22429)) - MISC - Restore previous official review when an official review is deleted ([#&#8203;22449](https://github.com/go-gitea/gitea/issues/22449)) ([#&#8203;22460](https://github.com/go-gitea/gitea/issues/22460)) - Log STDERR of external renderer when it fails ([#&#8203;22442](https://github.com/go-gitea/gitea/issues/22442)) ([#&#8203;22444](https://github.com/go-gitea/gitea/issues/22444)) ### [`v1.18.0`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1180-httpsgithubcomgo-giteagiteareleasestagv1180---2022-12-29) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.17.4...v1.18.0) - SECURITY - Remove ReverseProxy authentication from the API ([#&#8203;22219](https://github.com/go-gitea/gitea/issues/22219)) ([#&#8203;22251](https://github.com/go-gitea/gitea/issues/22251)) - Support Go Vulnerability Management ([#&#8203;21139](https://github.com/go-gitea/gitea/issues/21139)) - Forbid HTML string tooltips ([#&#8203;20935](https://github.com/go-gitea/gitea/issues/20935)) - BREAKING - Rework mailer settings ([#&#8203;18982](https://github.com/go-gitea/gitea/issues/18982)) - Remove U2F support ([#&#8203;20141](https://github.com/go-gitea/gitea/issues/20141)) - Refactor `i18n` to `locale` ([#&#8203;20153](https://github.com/go-gitea/gitea/issues/20153)) - Enable contenthash in filename for dynamic assets ([#&#8203;20813](https://github.com/go-gitea/gitea/issues/20813)) - FEATURES - Add color previews in markdown ([#&#8203;21474](https://github.com/go-gitea/gitea/issues/21474)) - Allow package version sorting ([#&#8203;21453](https://github.com/go-gitea/gitea/issues/21453)) - Add support for Chocolatey/NuGet v2 API ([#&#8203;21393](https://github.com/go-gitea/gitea/issues/21393)) - Add API endpoint to get changed files of a PR ([#&#8203;21177](https://github.com/go-gitea/gitea/issues/21177)) - Add filetree on left of diff view ([#&#8203;21012](https://github.com/go-gitea/gitea/issues/21012)) - Support Issue forms and PR forms ([#&#8203;20987](https://github.com/go-gitea/gitea/issues/20987)) - Add support for Vagrant packages ([#&#8203;20930](https://github.com/go-gitea/gitea/issues/20930)) - Add support for `npm unpublish` ([#&#8203;20688](https://github.com/go-gitea/gitea/issues/20688)) - Add badge capabilities to users ([#&#8203;20607](https://github.com/go-gitea/gitea/issues/20607)) - Add issue filter for Author ([#&#8203;20578](https://github.com/go-gitea/gitea/issues/20578)) - Add KaTeX rendering to Markdown. ([#&#8203;20571](https://github.com/go-gitea/gitea/issues/20571)) - Add support for Pub packages ([#&#8203;20560](https://github.com/go-gitea/gitea/issues/20560)) - Support localized README ([#&#8203;20508](https://github.com/go-gitea/gitea/issues/20508)) - Add support mCaptcha as captcha provider ([#&#8203;20458](https://github.com/go-gitea/gitea/issues/20458)) - Add team member invite by email ([#&#8203;20307](https://github.com/go-gitea/gitea/issues/20307)) - Added email notification option to receive all own messages ([#&#8203;20179](https://github.com/go-gitea/gitea/issues/20179)) - Switch Unicode Escaping to a VSCode-like system ([#&#8203;19990](https://github.com/go-gitea/gitea/issues/19990)) - Add user/organization code search ([#&#8203;19977](https://github.com/go-gitea/gitea/issues/19977)) - Only show relevant repositories on explore page ([#&#8203;19361](https://github.com/go-gitea/gitea/issues/19361)) - User keypairs and HTTP signatures for ActivityPub federation using go-ap ([#&#8203;19133](https://github.com/go-gitea/gitea/issues/19133)) - Add sitemap support ([#&#8203;18407](https://github.com/go-gitea/gitea/issues/18407)) - Allow creation of OAuth2 applications for orgs ([#&#8203;18084](https://github.com/go-gitea/gitea/issues/18084)) - Add system setting table with cache and also add cache supports for user setting ([#&#8203;18058](https://github.com/go-gitea/gitea/issues/18058)) - Add pages to view watched repos and subscribed issues/PRs ([#&#8203;17156](https://github.com/go-gitea/gitea/issues/17156)) - Support Proxy protocol ([#&#8203;12527](https://github.com/go-gitea/gitea/issues/12527)) - Implement sync push mirror on commit ([#&#8203;19411](https://github.com/go-gitea/gitea/issues/19411)) - API - Allow empty assignees on pull request edit ([#&#8203;22150](https://github.com/go-gitea/gitea/issues/22150)) ([#&#8203;22214](https://github.com/go-gitea/gitea/issues/22214)) - Make external issue tracker regexp configurable via API ([#&#8203;21338](https://github.com/go-gitea/gitea/issues/21338)) - Add name field for org api ([#&#8203;21270](https://github.com/go-gitea/gitea/issues/21270)) - Show teams with no members if user is admin ([#&#8203;21204](https://github.com/go-gitea/gitea/issues/21204)) - Add latest commit's SHA to content response ([#&#8203;20398](https://github.com/go-gitea/gitea/issues/20398)) - Add allow_rebase_update, default_delete_branch_after_merge to repository api response ([#&#8203;20079](https://github.com/go-gitea/gitea/issues/20079)) - Add new endpoints for push mirrors management ([#&#8203;19841](https://github.com/go-gitea/gitea/issues/19841)) - ENHANCEMENTS - Add setting to disable the git apply step in test patch ([#&#8203;22130](https://github.com/go-gitea/gitea/issues/22130)) ([#&#8203;22170](https://github.com/go-gitea/gitea/issues/22170)) - Multiple improvements for comment edit diff ([#&#8203;21990](https://github.com/go-gitea/gitea/issues/21990)) ([#&#8203;22007](https://github.com/go-gitea/gitea/issues/22007)) - Fix button in branch list, avoid unexpected page jump before restore branch actually done ([#&#8203;21562](https://github.com/go-gitea/gitea/issues/21562)) ([#&#8203;21928](https://github.com/go-gitea/gitea/issues/21928)) - Fix flex layout for repo list icons ([#&#8203;21896](https://github.com/go-gitea/gitea/issues/21896)) ([#&#8203;21920](https://github.com/go-gitea/gitea/issues/21920)) - Fix vertical align of committer avatar rendered by email address ([#&#8203;21884](https://github.com/go-gitea/gitea/issues/21884)) ([#&#8203;21918](https://github.com/go-gitea/gitea/issues/21918)) - Fix setting HTTP headers after write ([#&#8203;21833](https://github.com/go-gitea/gitea/issues/21833)) ([#&#8203;21877](https://github.com/go-gitea/gitea/issues/21877)) - Color and Style enhancements ([#&#8203;21784](https://github.com/go-gitea/gitea/issues/21784), [#&#8203;21799](https://github.com/go-gitea/gitea/issues/21799)) ([#&#8203;21868](https://github.com/go-gitea/gitea/issues/21868)) - Ignore line anchor links with leading zeroes ([#&#8203;21728](https://github.com/go-gitea/gitea/issues/21728)) ([#&#8203;21776](https://github.com/go-gitea/gitea/issues/21776)) - Quick fixes monaco-editor error: "vs.editor.nullLanguage" ([#&#8203;21734](https://github.com/go-gitea/gitea/issues/21734)) ([#&#8203;21738](https://github.com/go-gitea/gitea/issues/21738)) - Use CSS color-scheme instead of invert ([#&#8203;21616](https://github.com/go-gitea/gitea/issues/21616)) ([#&#8203;21623](https://github.com/go-gitea/gitea/issues/21623)) - Respect user's locale when rendering the date range in the repo activity page ([#&#8203;21410](https://github.com/go-gitea/gitea/issues/21410)) - Change `commits-table` column width ([#&#8203;21564](https://github.com/go-gitea/gitea/issues/21564)) - Refactor git command arguments and make all arguments to be safe to be used ([#&#8203;21535](https://github.com/go-gitea/gitea/issues/21535)) - CSS color enhancements ([#&#8203;21534](https://github.com/go-gitea/gitea/issues/21534)) - Add link to user profile in markdown mention only if user exists ([#&#8203;21533](https://github.com/go-gitea/gitea/issues/21533), [#&#8203;21554](https://github.com/go-gitea/gitea/issues/21554)) - Add option to skip index dirs ([#&#8203;21501](https://github.com/go-gitea/gitea/issues/21501)) - Diff file tree tweaks ([#&#8203;21446](https://github.com/go-gitea/gitea/issues/21446)) - Localize all timestamps ([#&#8203;21440](https://github.com/go-gitea/gitea/issues/21440)) - Add `code` highlighting in issue titles ([#&#8203;21432](https://github.com/go-gitea/gitea/issues/21432)) - Use Name instead of DisplayName in LFS Lock ([#&#8203;21415](https://github.com/go-gitea/gitea/issues/21415)) - Consolidate more CSS colors into variables ([#&#8203;21402](https://github.com/go-gitea/gitea/issues/21402)) - Redirect to new repository owner ([#&#8203;21398](https://github.com/go-gitea/gitea/issues/21398)) - Use ISO date format instead of hard-coded English date format for date range in repo activity page ([#&#8203;21396](https://github.com/go-gitea/gitea/issues/21396)) - Use weighted algorithm for string matching when finding files in repo ([#&#8203;21370](https://github.com/go-gitea/gitea/issues/21370)) - Show private data in feeds ([#&#8203;21369](https://github.com/go-gitea/gitea/issues/21369)) - Refactor parseTreeEntries, speed up tree list ([#&#8203;21368](https://github.com/go-gitea/gitea/issues/21368)) - Add GET and DELETE endpoints for Docker blob uploads ([#&#8203;21367](https://github.com/go-gitea/gitea/issues/21367)) - Add nicer error handling on template compile errors ([#&#8203;21350](https://github.com/go-gitea/gitea/issues/21350)) - Add `stat` to `ToCommit` function for speed ([#&#8203;21337](https://github.com/go-gitea/gitea/issues/21337)) - Support instance-wide OAuth2 applications ([#&#8203;21335](https://github.com/go-gitea/gitea/issues/21335)) - Record OAuth client type at registration ([#&#8203;21316](https://github.com/go-gitea/gitea/issues/21316)) - Add new CSS variables --color-accent and --color-small-accent ([#&#8203;21305](https://github.com/go-gitea/gitea/issues/21305)) - Improve error descriptions for unauthorized_client ([#&#8203;21292](https://github.com/go-gitea/gitea/issues/21292)) - Case-insensitive "find files in repo" ([#&#8203;21269](https://github.com/go-gitea/gitea/issues/21269)) - Consolidate more CSS rules, fix inline code on arc-green ([#&#8203;21260](https://github.com/go-gitea/gitea/issues/21260)) - Log real ip of requests from ssh ([#&#8203;21216](https://github.com/go-gitea/gitea/issues/21216)) - Save files in local storage as group readable ([#&#8203;21198](https://github.com/go-gitea/gitea/issues/21198)) - Enable fluid page layout on medium size viewports ([#&#8203;21178](https://github.com/go-gitea/gitea/issues/21178)) - File header tweaks ([#&#8203;21175](https://github.com/go-gitea/gitea/issues/21175)) - Added missing headers on user packages page ([#&#8203;21172](https://github.com/go-gitea/gitea/issues/21172)) - Display image digest for container packages ([#&#8203;21170](https://github.com/go-gitea/gitea/issues/21170)) - Skip dirty check for team forms ([#&#8203;21154](https://github.com/go-gitea/gitea/issues/21154)) - Keep path when creating a new branch ([#&#8203;21153](https://github.com/go-gitea/gitea/issues/21153)) - Remove fomantic image module ([#&#8203;21145](https://github.com/go-gitea/gitea/issues/21145)) - Make labels clickable in the comments section. ([#&#8203;21137](https://github.com/go-gitea/gitea/issues/21137)) - Sort branches and tags by date descending ([#&#8203;21136](https://github.com/go-gitea/gitea/issues/21136)) - Better repo API unit checks ([#&#8203;21130](https://github.com/go-gitea/gitea/issues/21130)) - Improve commit status icons ([#&#8203;21124](https://github.com/go-gitea/gitea/issues/21124)) - Limit length of repo description and repo url input fields ([#&#8203;21119](https://github.com/go-gitea/gitea/issues/21119)) - Show .editorconfig errors in frontend ([#&#8203;21088](https://github.com/go-gitea/gitea/issues/21088)) - Allow poster to choose reviewers ([#&#8203;21084](https://github.com/go-gitea/gitea/issues/21084)) - Remove black labels and CSS cleanup ([#&#8203;21003](https://github.com/go-gitea/gitea/issues/21003)) - Make e-mail sanity check more precise ([#&#8203;20991](https://github.com/go-gitea/gitea/issues/20991)) - Use native inputs in whitespace dropdown ([#&#8203;20980](https://github.com/go-gitea/gitea/issues/20980)) - Enhance package date display ([#&#8203;20928](https://github.com/go-gitea/gitea/issues/20928)) - Display total blob size of a package version ([#&#8203;20927](https://github.com/go-gitea/gitea/issues/20927)) - Show language name on hover ([#&#8203;20923](https://github.com/go-gitea/gitea/issues/20923)) - Show instructions for all generic package files ([#&#8203;20917](https://github.com/go-gitea/gitea/issues/20917)) - Refactor AssertExistsAndLoadBean to use generics ([#&#8203;20797](https://github.com/go-gitea/gitea/issues/20797)) - Move the official website link at the footer of gitea ([#&#8203;20777](https://github.com/go-gitea/gitea/issues/20777)) - Add support for full name in reverse proxy auth ([#&#8203;20776](https://github.com/go-gitea/gitea/issues/20776)) - Remove useless JS operation for relative time tooltips ([#&#8203;20756](https://github.com/go-gitea/gitea/issues/20756)) - Replace some icons with SVG ([#&#8203;20741](https://github.com/go-gitea/gitea/issues/20741)) - Change commit status icons to SVG ([#&#8203;20736](https://github.com/go-gitea/gitea/issues/20736)) - Improve single repo action for issue and pull requests ([#&#8203;20730](https://github.com/go-gitea/gitea/issues/20730)) - Allow multiple files in generic packages ([#&#8203;20661](https://github.com/go-gitea/gitea/issues/20661)) - Add option to create new issue from /issues page ([#&#8203;20650](https://github.com/go-gitea/gitea/issues/20650)) - Background color of private list-items updated ([#&#8203;20630](https://github.com/go-gitea/gitea/issues/20630)) - Added search input field to issue filter ([#&#8203;20623](https://github.com/go-gitea/gitea/issues/20623)) - Increase default item listing size `ISSUE_PAGING_NUM` to 20 ([#&#8203;20547](https://github.com/go-gitea/gitea/issues/20547)) - Modify milestone search keywords to be case insensitive again ([#&#8203;20513](https://github.com/go-gitea/gitea/issues/20513)) - Show hint to link package to repo when viewing empty repo package list ([#&#8203;20504](https://github.com/go-gitea/gitea/issues/20504)) - Add Tar ZSTD support ([#&#8203;20493](https://github.com/go-gitea/gitea/issues/20493)) - Make code review checkboxes clickable ([#&#8203;20481](https://github.com/go-gitea/gitea/issues/20481)) - Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API ([#&#8203;20438](https://github.com/go-gitea/gitea/issues/20438)) - Display project in issue list ([#&#8203;20434](https://github.com/go-gitea/gitea/issues/20434)) - Prepend commit message to template content when opening a new PR ([#&#8203;20429](https://github.com/go-gitea/gitea/issues/20429)) - Replace fomantic popup module with tippy.js ([#&#8203;20428](https://github.com/go-gitea/gitea/issues/20428)) - Allow to specify colors for text in markup ([#&#8203;20363](https://github.com/go-gitea/gitea/issues/20363)) - Allow access to the Public Organization Member lists with minimal permissions ([#&#8203;20330](https://github.com/go-gitea/gitea/issues/20330)) - Use default values when provided values are empty ([#&#8203;20318](https://github.com/go-gitea/gitea/issues/20318)) - Vertical align navbar avatar at middle ([#&#8203;20302](https://github.com/go-gitea/gitea/issues/20302)) - Delete cancel button in repo creation page ([#&#8203;21381](https://github.com/go-gitea/gitea/issues/21381)) - Include login_name in adminCreateUser response ([#&#8203;20283](https://github.com/go-gitea/gitea/issues/20283)) - fix: icon margin in user/settings/repos ([#&#8203;20281](https://github.com/go-gitea/gitea/issues/20281)) - Remove blue text on migrate page ([#&#8203;20273](https://github.com/go-gitea/gitea/issues/20273)) - Modify milestone search keywords to be case insensitive ([#&#8203;20266](https://github.com/go-gitea/gitea/issues/20266)) - Move some files into models' sub packages ([#&#8203;20262](https://github.com/go-gitea/gitea/issues/20262)) - Add tooltip to repo icons in explore page ([#&#8203;20241](https://github.com/go-gitea/gitea/issues/20241)) - Remove deprecated licenses ([#&#8203;20222](https://github.com/go-gitea/gitea/issues/20222)) - Webhook for Wiki changes ([#&#8203;20219](https://github.com/go-gitea/gitea/issues/20219)) - Share HTML template renderers and create a watcher framework ([#&#8203;20218](https://github.com/go-gitea/gitea/issues/20218)) - Allow enable LDAP source and disable user sync via CLI ([#&#8203;20206](https://github.com/go-gitea/gitea/issues/20206)) - Adds a checkbox to select all issues/PRs ([#&#8203;20177](https://github.com/go-gitea/gitea/issues/20177)) - Refactor `i18n` to `locale` ([#&#8203;20153](https://github.com/go-gitea/gitea/issues/20153)) - Disable status checks in template if none found ([#&#8203;20088](https://github.com/go-gitea/gitea/issues/20088)) - Allow manager logging to set SQL ([#&#8203;20064](https://github.com/go-gitea/gitea/issues/20064)) - Add order by for assignee no sort issue ([#&#8203;20053](https://github.com/go-gitea/gitea/issues/20053)) - Take a stab at porting existing components to Vue3 ([#&#8203;20044](https://github.com/go-gitea/gitea/issues/20044)) - Add doctor command to write commit-graphs ([#&#8203;20007](https://github.com/go-gitea/gitea/issues/20007)) - Add support for authentication based on reverse proxy email ([#&#8203;19949](https://github.com/go-gitea/gitea/issues/19949)) - Enable spellcheck for EasyMDE, use contenteditable mode ([#&#8203;19776](https://github.com/go-gitea/gitea/issues/19776)) - Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI ([#&#8203;19663](https://github.com/go-gitea/gitea/issues/19663)) - Rework mailer settings ([#&#8203;18982](https://github.com/go-gitea/gitea/issues/18982)) - Add option to purge users ([#&#8203;18064](https://github.com/go-gitea/gitea/issues/18064)) - Add author search input ([#&#8203;21246](https://github.com/go-gitea/gitea/issues/21246)) - Make rss/atom identifier globally unique ([#&#8203;21550](https://github.com/go-gitea/gitea/issues/21550)) - BUGFIXES - Auth interface return error when verify failure ([#&#8203;22119](https://github.com/go-gitea/gitea/issues/22119)) ([#&#8203;22259](https://github.com/go-gitea/gitea/issues/22259)) - Use complete SHA to create and query commit status ([#&#8203;22244](https://github.com/go-gitea/gitea/issues/22244)) ([#&#8203;22257](https://github.com/go-gitea/gitea/issues/22257)) - Update bleve and zapx to fix unaligned atomic ([#&#8203;22031](https://github.com/go-gitea/gitea/issues/22031)) ([#&#8203;22218](https://github.com/go-gitea/gitea/issues/22218)) - Prevent panic in doctor command when running default checks ([#&#8203;21791](https://github.com/go-gitea/gitea/issues/21791)) ([#&#8203;21807](https://github.com/go-gitea/gitea/issues/21807)) - Load GitRepo in API before deleting issue ([#&#8203;21720](https://github.com/go-gitea/gitea/issues/21720)) ([#&#8203;21796](https://github.com/go-gitea/gitea/issues/21796)) - Ignore line anchor links with leading zeroes ([#&#8203;21728](https://github.com/go-gitea/gitea/issues/21728)) ([#&#8203;21776](https://github.com/go-gitea/gitea/issues/21776)) - Set last login when activating account ([#&#8203;21731](https://github.com/go-gitea/gitea/issues/21731)) ([#&#8203;21755](https://github.com/go-gitea/gitea/issues/21755)) - Fix UI language switching bug ([#&#8203;21597](https://github.com/go-gitea/gitea/issues/21597)) ([#&#8203;21749](https://github.com/go-gitea/gitea/issues/21749)) - Quick fixes monaco-editor error: "vs.editor.nullLanguage" ([#&#8203;21734](https://github.com/go-gitea/gitea/issues/21734)) ([#&#8203;21738](https://github.com/go-gitea/gitea/issues/21738)) - Allow local package identifiers for PyPI packages ([#&#8203;21690](https://github.com/go-gitea/gitea/issues/21690)) ([#&#8203;21727](https://github.com/go-gitea/gitea/issues/21727)) - Deal with markdown template without metadata ([#&#8203;21639](https://github.com/go-gitea/gitea/issues/21639)) ([#&#8203;21654](https://github.com/go-gitea/gitea/issues/21654)) - Fix opaque background on mermaid diagrams ([#&#8203;21642](https://github.com/go-gitea/gitea/issues/21642)) ([#&#8203;21652](https://github.com/go-gitea/gitea/issues/21652)) - Fix repository adoption on Windows ([#&#8203;21646](https://github.com/go-gitea/gitea/issues/21646)) ([#&#8203;21650](https://github.com/go-gitea/gitea/issues/21650)) - Sync git hooks when config file path changed ([#&#8203;21619](https://github.com/go-gitea/gitea/issues/21619)) ([#&#8203;21626](https://github.com/go-gitea/gitea/issues/21626)) - Fix 500 on PR files API ([#&#8203;21602](https://github.com/go-gitea/gitea/issues/21602)) ([#&#8203;21607](https://github.com/go-gitea/gitea/issues/21607)) - Fix `Timestamp.IsZero` ([#&#8203;21593](https://github.com/go-gitea/gitea/issues/21593)) ([#&#8203;21603](https://github.com/go-gitea/gitea/issues/21603)) - Fix viewing user subscriptions ([#&#8203;21482](https://github.com/go-gitea/gitea/issues/21482)) - Fix mermaid-related bugs ([#&#8203;21431](https://github.com/go-gitea/gitea/issues/21431)) - Fix branch dropdown shifting on page load ([#&#8203;21428](https://github.com/go-gitea/gitea/issues/21428)) - Fix default theme-auto selector when nologin ([#&#8203;21346](https://github.com/go-gitea/gitea/issues/21346)) - Fix and improve incorrect error messages ([#&#8203;21342](https://github.com/go-gitea/gitea/issues/21342)) - Fix formatted link for PR review notifications to matrix ([#&#8203;21319](https://github.com/go-gitea/gitea/issues/21319)) - Center-aligning content of WebAuthN page ([#&#8203;21127](https://github.com/go-gitea/gitea/issues/21127)) - Remove follow from commits by file ([#&#8203;20765](https://github.com/go-gitea/gitea/issues/20765)) - Fix commit status popup ([#&#8203;20737](https://github.com/go-gitea/gitea/issues/20737)) - Fix init mail render logic ([#&#8203;20704](https://github.com/go-gitea/gitea/issues/20704)) - Use correct page size for link header pagination ([#&#8203;20546](https://github.com/go-gitea/gitea/issues/20546)) - Preserve unix socket file ([#&#8203;20499](https://github.com/go-gitea/gitea/issues/20499)) - Use tippy.js for context popup ([#&#8203;20393](https://github.com/go-gitea/gitea/issues/20393)) - Add missing parameter for error in log message ([#&#8203;20144](https://github.com/go-gitea/gitea/issues/20144)) - Do not allow organisation owners add themselves as collaborator ([#&#8203;20043](https://github.com/go-gitea/gitea/issues/20043)) - Rework file highlight rendering and fix yaml copy-paste ([#&#8203;19967](https://github.com/go-gitea/gitea/issues/19967)) - Improve code diff highlight, fix incorrect rendered diff result ([#&#8203;19958](https://github.com/go-gitea/gitea/issues/19958)) - TESTING - Improve OAuth integration tests ([#&#8203;21390](https://github.com/go-gitea/gitea/issues/21390)) - Add playwright tests ([#&#8203;20123](https://github.com/go-gitea/gitea/issues/20123)) - BUILD - Switch to building with go1.19 ([#&#8203;20695](https://github.com/go-gitea/gitea/issues/20695)) - Update JS dependencies, adjust eslint ([#&#8203;20659](https://github.com/go-gitea/gitea/issues/20659)) - Add more linters to improve code readability ([#&#8203;19989](https://github.com/go-gitea/gitea/issues/19989)) ### [`v1.17.4`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#&#8203;1174-httpsgithubcomgo-giteagiteareleasestagv1174---2022-12-21) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.17.3...v1.17.4) - SECURITY - Do not allow Ghost access to limited visible user/org ([#&#8203;21849](https://github.com/go-gitea/gitea/issues/21849)) ([#&#8203;21875](https://github.com/go-gitea/gitea/issues/21875)) - Fix package access for admins and inactive users ([#&#8203;21580](https://github.com/go-gitea/gitea/issues/21580)) ([#&#8203;21592](https://github.com/go-gitea/gitea/issues/21592)) - ENHANCEMENTS - Fix button in branch list, avoid unexpected page jump before restore branch actually done ([#&#8203;21562](https://github.com/go-gitea/gitea/issues/21562)) ([#&#8203;21927](https://github.com/go-gitea/gitea/issues/21927)) - Fix vertical align of committer avatar rendered by email address ([#&#8203;21884](https://github.com/go-gitea/gitea/issues/21884)) ([#&#8203;21919](https://github.com/go-gitea/gitea/issues/21919)) - Fix setting HTTP headers after write ([#&#8203;21833](https://github.com/go-gitea/gitea/issues/21833)) ([#&#8203;21874](https://github.com/go-gitea/gitea/issues/21874)) - Ignore line anchor links with leading zeroes ([#&#8203;21728](https://github.com/go-gitea/gitea/issues/21728)) ([#&#8203;21777](https://github.com/go-gitea/gitea/issues/21777)) - Enable Monaco automaticLayout ([#&#8203;21516](https://github.com/go-gitea/gitea/issues/21516)) - BUGFIXES - Do not list active repositories as unadopted ([#&#8203;22034](https://github.com/go-gitea/gitea/issues/22034)) ([#&#8203;22167](https://github.com/go-gitea/gitea/issues/22167)) - Correctly handle moved files in apply patch ([#&#8203;22118](https://github.com/go-gitea/gitea/issues/22118)) ([#&#8203;22136](https://github.com/go-gitea/gitea/issues/22136)) - Fix condition for is_internal ([#&#8203;22095](https://github.com/go-gitea/gitea/issues/22095)) ([#&#8203;22131](https://github.com/go-gitea/gitea/issues/22131)) - Fix permission check on issue/pull lock ([#&#8203;22114](https://github.com/go-gitea/gitea/issues/22114)) - Fix sorting admin user list by last login ([#&#8203;22081](https://github.com/go-gitea/gitea/issues/22081)) ([#&#8203;22106](https://github.com/go-gitea/gitea/issues/22106)) - Workaround for container registry push/pull errors ([#&#8203;21862](https://github.com/go-gitea/gitea/issues/21862)) ([#&#8203;22069](https://github.com/go-gitea/gitea/issues/22069)) - Fix issue/PR numbers ([#&#8203;22037](https://github.com/go-gitea/gitea/issues/22037)) ([#&#8203;22045](https://github.com/go-gitea/gitea/issues/22045)) - Handle empty author names ([#&#8203;21902](https://github.com/go-gitea/gitea/issues/21902)) ([#&#8203;22028](https://github.com/go-gitea/gitea/issues/22028)) - Fix ListBranches to handle empty case ([#&#8203;21921](https://github.com/go-gitea/gitea/issues/21921)) ([#&#8203;22025](https://github.com/go-gitea/gitea/issues/22025)) - Fix enabling partial clones on 1.17 ([#&#8203;21809](https://github.com/go-gitea/gitea/issues/21809)) - Prevent panic in doctor command when running default checks ([#&#8203;21791](https://github.com/go-gitea/gitea/issues/21791)) ([#&#8203;21808](https://github.com/go-gitea/gitea/issues/21808)) - Upgrade golang.org/x/crypto ([#&#8203;21792](https://github.com/go-gitea/gitea/issues/21792)) ([#&#8203;21794](https://github.com/go-gitea/gitea/issues/21794)) - Init git module before database migration ([#&#8203;21764](https://github.com/go-gitea/gitea/issues/21764)) ([#&#8203;21766](https://github.com/go-gitea/gitea/issues/21766)) - Set last login when activating account ([#&#8203;21731](https://github.com/go-gitea/gitea/issues/21731)) ([#&#8203;21754](https://github.com/go-gitea/gitea/issues/21754)) - Add HEAD fix to gitea doctor ([#&#8203;21352](https://github.com/go-gitea/gitea/issues/21352)) ([#&#8203;21751](https://github.com/go-gitea/gitea/issues/21751)) - Fix UI language switching bug ([#&#8203;21597](https://github.com/go-gitea/gitea/issues/21597)) ([#&#8203;21748](https://github.com/go-gitea/gitea/issues/21748)) - Remove semver compatible flag and change pypi to an array of test cases ([#&#8203;21708](https://github.com/go-gitea/gitea/issues/21708)) ([#&#8203;21729](https://github.com/go-gitea/gitea/issues/21729)) - Allow local package identifiers for PyPI packages ([#&#8203;21690](https://github.com/go-gitea/gitea/issues/21690)) ([#&#8203;21726](https://github.com/go-gitea/gitea/issues/21726)) - Fix repository adoption on Windows ([#&#8203;21646](https://github.com/go-gitea/gitea/issues/21646)) ([#&#8203;21651](https://github.com/go-gitea/gitea/issues/21651)) - Sync git hooks when config file path changed ([#&#8203;21619](https://github.com/go-gitea/gitea/issues/21619)) ([#&#8203;21625](https://github.com/go-gitea/gitea/issues/21625)) - Added check for disabled Packages ([#&#8203;21540](https://github.com/go-gitea/gitea/issues/21540)) ([#&#8203;21614](https://github.com/go-gitea/gitea/issues/21614)) - Fix `Timestamp.IsZero` ([#&#8203;21593](https://github.com/go-gitea/gitea/issues/21593)) ([#&#8203;21604](https://github.com/go-gitea/gitea/issues/21604)) - Fix issues count bug ([#&#8203;21600](https://github.com/go-gitea/gitea/issues/21600)) - Support binary deploy in npm packages ([#&#8203;21589](https://github.com/go-gitea/gitea/issues/21589)) - Update milestone counters when issue is deleted ([#&#8203;21459](https://github.com/go-gitea/gitea/issues/21459)) ([#&#8203;21586](https://github.com/go-gitea/gitea/issues/21586)) - SessionUser protection against nil pointer dereference ([#&#8203;21581](https://github.com/go-gitea/gitea/issues/21581)) - Case-insensitive NuGet symbol file GUID ([#&#8203;21409](https://github.com/go-gitea/gitea/issues/21409)) ([#&#8203;21575](https://github.com/go-gitea/gitea/issues/21575)) - Suppress `ExternalLoginUserNotExist` error ([#&#8203;21504](https://github.com/go-gitea/gitea/issues/21504)) ([#&#8203;21572](https://github.com/go-gitea/gitea/issues/21572)) - Prevent Authorization header for presigned LFS urls ([#&#8203;21531](https://github.com/go-gitea/gitea/issues/21531)) ([#&#8203;21569](https://github.com/go-gitea/gitea/issues/21569)) - Update binding to fix bugs ([#&#8203;21560](https://github.com/go-gitea/gitea/issues/21560)) - Fix generating compare link ([#&#8203;21519](https://github.com/go-gitea/gitea/issues/21519)) ([#&#8203;21530](https://github.com/go-gitea/gitea/issues/21530)) - Ignore error when retrieving changed PR review files ([#&#8203;21487](https://github.com/go-gitea/gitea/issues/21487)) ([#&#8203;21524](https://github.com/go-gitea/gitea/issues/21524)) - Fix incorrect notification commit url ([#&#8203;21479](https://github.com/go-gitea/gitea/issues/21479)) ([#&#8203;21483](https://github.com/go-gitea/gitea/issues/21483)) - Display total commit count in hook message ([#&#8203;21400](https://github.com/go-gitea/gitea/issues/21400)) ([#&#8203;21481](https://github.com/go-gitea/gitea/issues/21481)) - Enforce grouped NuGet search results ([#&#8203;21442](https://github.com/go-gitea/gitea/issues/21442)) ([#&#8203;21480](https://github.com/go-gitea/gitea/issues/21480)) - Return 404 when user is not found on avatar ([#&#8203;21476](https://github.com/go-gitea/gitea/issues/21476)) ([#&#8203;21477](https://github.com/go-gitea/gitea/issues/21477)) - Normalize NuGet package version on upload ([#&#8203;22186](https://github.com/go-gitea/gitea/issues/22186)) ([#&#8203;22201](https://github.com/go-gitea/gitea/issues/22201)) - MISC - Check for zero time instant in TimeStamp.IsZero() ([#&#8203;22171](https://github.com/go-gitea/gitea/issues/22171)) ([#&#8203;22173](https://github.com/go-gitea/gitea/issues/22173)) - Fix warn in database structs sync ([#&#8203;22111](https://github.com/go-gitea/gitea/issues/22111)) - Allow for resolution of NPM registry paths that match upstream ([#&#8203;21568](https://github.com/go-gitea/gitea/issues/21568)) ([#&#8203;21723](https://github.com/go-gitea/gitea/issues/21723)) </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2023-06-10 07:37:55 +00:00
renovate changed title from Update gitea/gitea Docker tag to v1.19.3 to Update gitea/gitea Docker tag to v1.19.3 - autoclosed 2023-06-10 09:02:02 +00:00
renovate closed this pull request 2023-06-10 09:02:02 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#9
No description provided.