Skip to content

Tags: me-heer/gitea

Tags

v1.21.3

Toggle v1.21.3's commit message

Verified

This tag was signed with the committer’s verified signature.
lunny Lunny Xiao
* SECURITY

  * Update golang.org/x/crypto (go-gitea#28519)
* API
  * Fix merging artifact chunks error when minio storage basepath is set (go-gitea#28555) (go-gitea#28568)
  * chore(api): support ignore password if login source type is LDAP for creating user API (go-gitea#28491) (go-gitea#28525)
  * Add endpoint for not implemented Docker auth (go-gitea#28457) (go-gitea#28462)
* ENHANCEMENTS
  * Add option to disable ambiguous unicode characters detection (go-gitea#28454) (go-gitea#28499)
  * Refactor SSH clone URL generation code (go-gitea#28421) (go-gitea#28480)
  * Polyfill SubmitEvent for PaleMoon (go-gitea#28441) (go-gitea#28478)
* BUGFIXES
  * Fix the issue ref rendering for wiki (go-gitea#28556) (go-gitea#28559)
  * Fix duplicate ID when deleting repo (go-gitea#28520) (go-gitea#28528)
  * Only check online runner when detecting matching runners in workflows (go-gitea#28286) (go-gitea#28512)
  * Initalize stroage for orphaned repository doctor (go-gitea#28487) (go-gitea#28490)
  * Fix possible nil pointer access (go-gitea#28428) (go-gitea#28440)
  * Don't show unnecessary citation JS error on UI (go-gitea#28433) (go-gitea#28437)
* DOCS
  * Update actions document about comparsion as Github Actions (go-gitea#28560) (go-gitea#28564)
  * Fix documents for "custom/public/assets/" (go-gitea#28465) (go-gitea#28467)
* MISC
  * Fix inperformant query on retrifing review from database. (go-gitea#28552) (go-gitea#28562)
  * Improve the prompt for "ssh-keygen sign" (go-gitea#28509) (go-gitea#28510)
  * Update docs for DISABLE_QUERY_AUTH_TOKEN (go-gitea#28485) (go-gitea#28488)
  * Fix Chinese translation of config cheat sheet[API] (go-gitea#28472) (go-gitea#28473)
  * Retry SSH key verification with additional CRLF if it failed (go-gitea#28392) (go-gitea#28464)

v1.21.2

Toggle v1.21.2's commit message

Verified

This tag was signed with the committer’s verified signature.
lunny Lunny Xiao
* SECURITY

  * Rebuild with recently released golang version
  * Fix missing check (go-gitea#28406) (go-gitea#28411)
  * Do some missing checks (go-gitea#28423) (go-gitea#28432)
* BUGFIXES
  * Fix margin in server signed signature verification view (go-gitea#28379) (go-gitea#28381)
  * Fix object does not exist error when checking citation file (go-gitea#28314) (go-gitea#28369)
  * Use `filepath` instead of `path` to create SQLite3 database file (go-gitea#28374) (go-gitea#28378)
  * Fix the runs will not be displayed bug when the main branch have no workflows but other branches have (go-gitea#28359) (go-gitea#28365)
  * Handle repository.size column being NULL in migration v263 (go-gitea#28336) (go-gitea#28363)
  * Convert git commit summary to valid UTF8. (go-gitea#28356) (go-gitea#28358)
  * Fix migration panic due to an empty review comment diff (go-gitea#28334) (go-gitea#28362)
  * Add `HEAD` support for rpm repo files (go-gitea#28309) (go-gitea#28360)
  * Fix RPM/Debian signature key creation (go-gitea#28352) (go-gitea#28353)
  * Keep profile tab when clicking on Language (go-gitea#28320) (go-gitea#28331)
  * Fix missing issue search index update when changing status (go-gitea#28325) (go-gitea#28330)
  * Fix wrong link in `protect_branch_name_pattern_desc` (go-gitea#28313) (go-gitea#28315)
  * Read `previous` info from git blame (go-gitea#28306) (go-gitea#28310)
  * Ignore "non-existing" errors when getDirectorySize calculates the size (go-gitea#28276) (go-gitea#28285)
  * Use appSubUrl for OAuth2 callback URL tip (go-gitea#28266) (go-gitea#28275)
  * Meilisearch: require all query terms to be matched (go-gitea#28293) (go-gitea#28296)
  * Fix required error for token name (go-gitea#28267) (go-gitea#28284)
  * Fix issue will be detected as pull request when checking `First-time contributor` (go-gitea#28237) (go-gitea#28271)
  * Use full width for project boards (go-gitea#28225) (go-gitea#28245)
  * Increase "version" when update the setting value to a same value as before (go-gitea#28243) (go-gitea#28244)
  * Also sync DB branches on push if necessary (go-gitea#28361) (go-gitea#28403)
  * Make gogit Repository.GetBranchNames consistent (go-gitea#28348) (go-gitea#28386)
  * Recover from panic in cron task (go-gitea#28409) (go-gitea#28425)
  * Deprecate query string auth tokens (go-gitea#28390) (go-gitea#28430)
* ENHANCEMENTS
  * Improve doctor cli behavior (go-gitea#28422) (go-gitea#28424)
  * Fix margin in server signed signature verification view (go-gitea#28379) (go-gitea#28381)
  * Refactor template empty checks (go-gitea#28351) (go-gitea#28354)
  * Read `previous` info from git blame (go-gitea#28306) (go-gitea#28310)
  * Use full width for project boards (go-gitea#28225) (go-gitea#28245)
  * Enable system users search via the API (go-gitea#28013) (go-gitea#28018)

v1.20.6

Toggle v1.20.6's commit message

Verified

This tag was signed with the committer’s verified signature.
lunny Lunny Xiao
* SECURITY

  * Fix comment permissions (go-gitea#28213) (go-gitea#28217)
  * Dont leak private users via extensions (go-gitea#28023) (go-gitea#28028)
  * Unify two factor check (go-gitea#27915) (go-gitea#27939)
  * Support allowed hosts for webhook to work with proxy (go-gitea#27655) (go-gitea#27674)
* BUGFIXES
  * Fix no ActionTaskOutput table waring (go-gitea#28149) (go-gitea#28151)
  * Restricted users only see repos in orgs which their team was assigned to (go-gitea#28025) (go-gitea#28050)
  * Fix DownloadFunc when migrating releases (go-gitea#27887) (go-gitea#27889)
  * Fix http protocol auth (go-gitea#27875) (go-gitea#27878)
  * Revert "fix orphan check for deleted branch (go-gitea#27310) (go-gitea#27320)" (go-gitea#27763)
  * Fix label render containing invalid HTML (go-gitea#27752) (go-gitea#27761)
  * Fix poster is not loaded in get default merge message (go-gitea#27657) (go-gitea#27665)
  * Fix 404 when deleting Docker package with an internal version (go-gitea#27615) (go-gitea#27629)
  * Fix attachment download bug (go-gitea#27486) (go-gitea#27570)
  * When comparing with an non-exist repository, return 404 but 500 (go-gitea#27437) (go-gitea#27441)
* API
  * Fix package webhook (go-gitea#27839) (go-gitea#27854)
  * Fix org team endpoint (go-gitea#27721) (go-gitea#27729)
* ENHANCEMENTS
  * Render email addresses as such if followed by punctuation (go-gitea#27987) (go-gitea#27991)
  * Fix mermaid flowchart margin issue (go-gitea#27503) (go-gitea#27517)
  * Fix panic in storageHandler (go-gitea#27446) (go-gitea#27478)
* DOCS
  * Update agit-support.en-us.md (go-gitea#27652)
* MISC
  * Fix wrong xorm Delete usage(backport for 1.20) (go-gitea#28003)
  * Remove duplicated button in Install web page (go-gitea#27941)
  * Avoid run change title process when the title is same (go-gitea#27467) (go-gitea#27557)

v1.21.1

Toggle v1.21.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lunny Lunny Xiao
* SECURITY

  * Fix comment permissions (go-gitea#28213) (go-gitea#28216)
* BUGFIXES
  * Fix delete-orphaned-repos (go-gitea#28200) (go-gitea#28202)
  * Make CORS work for oauth2 handlers (go-gitea#28184) (go-gitea#28185)
  * Fix missing buttons (go-gitea#28179) (go-gitea#28181)
  * Fix no ActionTaskOutput table waring (go-gitea#28149) (go-gitea#28152)
  * Fix empty action run title (go-gitea#28113) (go-gitea#28148)
  * Use "is-loading" to avoid duplicate form submit for code comment (go-gitea#28143) (go-gitea#28147)
  * Fix Matrix and MSTeams nil dereference (go-gitea#28089) (go-gitea#28105)
  * Fix incorrect pgsql conn builder behavior (go-gitea#28085) (go-gitea#28098)
  * Fix system config cache expiration timing (go-gitea#28072) (go-gitea#28090)
  * Restricted users only see repos in orgs which their team was assigned to (go-gitea#28025) (go-gitea#28051)
* API
  * Fix permissions for Token DELETE endpoint to match GET and POST (go-gitea#27610) (go-gitea#28099)
* ENHANCEMENTS
  * Do not display search box when there's no packages yet (go-gitea#28146) (go-gitea#28159)
  * Add missing `packages.cleanup.success` (go-gitea#28129) (go-gitea#28132)
* DOCS
  * Docs: Replace deprecated IS_TLS_ENABLED mailer setting in email setup (go-gitea#28205) (go-gitea#28208)
  * Fix the description about the default setting for action in quick start document (go-gitea#28160) (go-gitea#28168)
  * Add guide page to actions when there's no workflows (go-gitea#28145) (go-gitea#28153)
* MISC
  * Use full width for PR comparison (go-gitea#28182) (go-gitea#28186)

v1.21.0

Toggle v1.21.0's commit message

Verified

This tag was signed with the committer’s verified signature.
6543 6543
v1.21.0

* BREAKING
  * Restrict certificate type for builtin SSH server (go-gitea#26789)
  * Refactor to use urfave/cli/v2 (go-gitea#25959)
  * Move public asset files to the proper directory (go-gitea#25907)
  * Remove commit status running and warning to align GitHub (go-gitea#25839) (partially reverted: Restore warning commit status (go-gitea#27504) (go-gitea#27529))
  * Remove "CHARSET" config option for MySQL, always use "utf8mb4" (go-gitea#25413)
  * Set SSH_AUTHORIZED_KEYS_BACKUP to false (go-gitea#25412)
* FEATURES
  * User details page (go-gitea#26713)
  * Chore(actions): support cron schedule task (go-gitea#26655)
  * Support rebuilding issue indexer manually (go-gitea#26546)
  * Allow to archive labels (go-gitea#26478)
  * Add disable workflow feature (go-gitea#26413)
  * Support `.git-blame-ignore-revs` file (go-gitea#26395)
  * Pre-register OAuth2 applications for git credential helpers (go-gitea#26291)
  * Add `Retry` button when creating a mirror-repo fails (go-gitea#26228)
  * Artifacts retention and auto clean up (go-gitea#26131)
  * Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (go-gitea#25974)
  * Implement auto-cancellation of concurrent jobs if the event is push (go-gitea#25716)
  * Newly pushed branches hints on repository home page (go-gitea#25715)
  * Display branch commit status (go-gitea#25608)
  * Add direct serving of package content (go-gitea#25543)
  * Add commits dropdown in PR files view and allow commit by commit review (go-gitea#25528)
  * Allow package cleanup from admin page (go-gitea#25307)
  * Batch delete issue and improve tippy opts (go-gitea#25253)
  * Show branches and tags that contain a commit (go-gitea#25180)
  * Add actor and status dropdowns to run list (go-gitea#25118)
  * Allow Organisations to have a E-Mail (go-gitea#25082)
  * Add codeowners feature (go-gitea#24910)
  * Actions Artifacts support uploading multiple files and directories (go-gitea#24874)
  * Support configuration variables on Gitea Actions (go-gitea#24724)
  * Support downloading raw task logs (go-gitea#24451)
* API
  * Unify two factor check (go-gitea#27915) (go-gitea#27929)
  * Fix package webhook (go-gitea#27839) (go-gitea#27855)
  * Fix/upload artifact error windows (go-gitea#27802) (go-gitea#27840)
  * Fix bad method call when deleting user secrets via API (go-gitea#27829) (go-gitea#27831)
  * Do not force creation of _cargo-index repo on publish (go-gitea#27266) (go-gitea#27765)
  * Delete repos of org when purge delete user (go-gitea#27273) (go-gitea#27728)
  * Fix org team endpoint (go-gitea#27721) (go-gitea#27727)
  * Api: GetPullRequestCommits: return file list (go-gitea#27483) (go-gitea#27539)
  * Don't let API add 2 exclusive labels from same scope (go-gitea#27433) (go-gitea#27460)
  * Redefine the meaning of column is_active to make Actions Registration Token generation easier (go-gitea#27143) (go-gitea#27304)
  * Fix PushEvent NullPointerException jenkinsci/github-plugin (go-gitea#27203) (go-gitea#27251)
  * Fix organization field being null in POST /orgs/{orgid}/teams (go-gitea#27150) (go-gitea#27163)
  * Allow empty Conan files (go-gitea#27092)
  * Fix token endpoints ignore specified account (go-gitea#27080)
  * Reduce usage of `db.DefaultContext` (go-gitea#27073) (go-gitea#27083) (go-gitea#27089) (go-gitea#27103) (go-gitea#27262) (go-gitea#27265) (go-gitea#27347) (go-gitea#26076)
  * Make SSPI auth mockable (go-gitea#27036)
  * Extract auth middleware from service (go-gitea#27028)
  * Add `RemoteAddress` to mirrors (go-gitea#26952)
  * Feat(API): add routes and functions for managing user's secrets (go-gitea#26909)
  * Feat(API): add secret deletion functionality for repository (go-gitea#26808)
  * Feat(API): add route and implementation for creating/updating repository secret (go-gitea#26766)
  * Add Upload URL to release API (go-gitea#26663)
  * Feat(API): update and delete secret for managing organization secrets (go-gitea#26660)
  * Feat: implement organization secret creation API (go-gitea#26566)
  * Add API route to list org secrets (go-gitea#26485)
  * Set commit id when ref used explicitly (go-gitea#26447)
  * PATCH branch-protection updates check list even when checks are disabled (go-gitea#26351)
  * Add file status for API "Get a single commit from a repository" (go-gitea#16205) (go-gitea#25831)
  * Add API for changing Avatars (go-gitea#25369)
* BUGFIXES
  * Fix viewing wiki commit on empty repo (go-gitea#28040) (go-gitea#28044)
  * Enable system users for comment.LoadPoster (go-gitea#28014) (go-gitea#28032)
  * Fixed duplicate attachments on dump on windows (go-gitea#28019) (go-gitea#28031)
  * Fix wrong xorm Delete usage(backport for 1.21) (go-gitea#28002)
  * Add word-break to repo description in home page (go-gitea#27924) (go-gitea#27957)
  * Fix rendering assignee changed comments without assignee (go-gitea#27927) (go-gitea#27952)
  * Add word break to release title (go-gitea#27942) (go-gitea#27947)
  * Fix JS NPE when viewing specific range of PR commits (go-gitea#27912) (go-gitea#27923)
  * Show correct commit sha when viewing single commit diff (go-gitea#27916) (go-gitea#27921)
  * Fix 500 when deleting a dismissed review (go-gitea#27903) (go-gitea#27910)
  * Fix DownloadFunc when migrating releases (go-gitea#27887) (go-gitea#27890)
  * Fix http protocol auth (go-gitea#27875) (go-gitea#27876)
  * Refactor postgres connection string building (go-gitea#27723) (go-gitea#27869)
  * Close all hashed buffers (go-gitea#27787) (go-gitea#27790)
  * Fix label render containing invalid HTML (go-gitea#27752) (go-gitea#27762)
  * Fix duplicate project board when hitting `enter` key (go-gitea#27746) (go-gitea#27751)
  * Fix `link-action` redirect network error (go-gitea#27734) (go-gitea#27749)
  * Fix sticky diff header background (go-gitea#27697) (go-gitea#27712)
  * Always delete existing scheduled action tasks (go-gitea#27662) (go-gitea#27688)
  * Support allowed hosts for webhook to work with proxy (go-gitea#27655) (go-gitea#27675)
  * Fix poster is not loaded in get default merge message (go-gitea#27657) (go-gitea#27666)
  * Improve dropdown button alignment and fix hover bug (go-gitea#27632) (go-gitea#27637)
  * Improve retrying index issues (go-gitea#27554) (go-gitea#27634)
  * Fix 404 when deleting Docker package with an internal version (go-gitea#27615) (go-gitea#27630)
  * Backport manually for a tmpl issue in v1.21 (go-gitea#27612)
  * Don't show Link to TOTP if not set up (go-gitea#27585) (go-gitea#27588)
  * Fix data-race bug when accessing task.LastRun (go-gitea#27584) (go-gitea#27586)
  * Fix attachment download bug (go-gitea#27486) (go-gitea#27571)
  * Respect SSH.KeygenPath option when calculating ssh key fingerprints (go-gitea#27536) (go-gitea#27551)
  * Improve dropdown's behavior when there is a search input in menu (go-gitea#27526) (go-gitea#27534)
  * Fix panic in storageHandler (go-gitea#27446) (go-gitea#27479)
  * When comparing with an non-exist repository, return 404 but 500 (go-gitea#27437) (go-gitea#27442)
  * Fix pr template (go-gitea#27436) (go-gitea#27440)
  * Fix git 2.11 error when checking IsEmpty (go-gitea#27393) (go-gitea#27397)
  * Allow get release download files and lfs files with oauth2 token format (go-gitea#26430) (go-gitea#27379)
  * Fix missing ctx for GetRepoLink in dashboard (go-gitea#27372) (go-gitea#27375)
  * Absolute positioned checkboxes  overlay floated elements (go-gitea#26870) (go-gitea#27366)
  * Introduce fixes and more rigorous tests for 'Show on a map' feature (go-gitea#26803) (go-gitea#27365)
  * Fix repo count in org action settings (go-gitea#27245) (go-gitea#27353)
  * Add logs for data broken of comment review (go-gitea#27326) (go-gitea#27345)
  * Fix the approval count of PR when there is no protection branch rule (go-gitea#27272) (go-gitea#27343)
  * Fix Bug in Issue Config when only contact links are set (go-gitea#26521) (go-gitea#27334)
  * Improve issue history dialog and make poster can delete their own history (go-gitea#27323) (go-gitea#27327)
  * Fix orphan check for deleted branch (go-gitea#27310) (go-gitea#27321)
  * Fix protected branch icon location (go-gitea#26576) (go-gitea#27317)
  * Fix yaml test (go-gitea#27297) (go-gitea#27303)
  * Fix some animation bugs (go-gitea#27287) (go-gitea#27294)
  * Fix incorrect change from go-gitea#27231 (go-gitea#27275) (go-gitea#27282)
  * Add missing public user visibility in user details page (go-gitea#27246) (go-gitea#27250)
  * Fix EOL handling in web editor (go-gitea#27141) (go-gitea#27234)
  * Fix issues on action runners page (go-gitea#27226) (go-gitea#27233)
  * Quote table `release` in sql queries (go-gitea#27205) (go-gitea#27218)
  * Fix release URL in webhooks (go-gitea#27182) (go-gitea#27185)
  * Fix review request number and add more tests (go-gitea#27104) (go-gitea#27168)
  * Fix the variable regexp pattern on web page (go-gitea#27161) (go-gitea#27164)
  * Fix: treat tab "overview" as "repositories" in user profiles without readme (go-gitea#27124)
  * Fix NPE when editing OAuth2 applications (go-gitea#27078)
  * Fix the incorrect route path in the user edit page. (go-gitea#27007)
  * Fix the secret regexp pattern on web page (go-gitea#26910)
  * Allow users with write permissions for issues to add attachments with API (go-gitea#26837)
  * Make "link-action" backend code respond correct JSON content (go-gitea#26680)
  * Use line-height: normal by default (go-gitea#26635)
  * Fix NPM packages name validation (go-gitea#26595)
  * Rewrite the DiffFileTreeItem and fix misalignment (go-gitea#26565)
  * Return empty when searching issues with no repos (go-gitea#26545)
  * Explain SearchOptions and fix ToSearchOptions (go-gitea#26542)
  * Add missing triggers to update issue indexer (go-gitea#26539)
  * Handle base64 decoding correctly to avoid panic (go-gitea#26483)
  * Avoiding accessing undefined mentionValues (go-gitea#26461)
  * Fix incorrect redirection in new issue using references (go-gitea#26440)
  * Fix the bug when getting files changed for `pull_request_target` event (go-gitea#26320)
  * Remove IsWarning in  tmpl (go-gitea#26120)
  * Fix loading `LFS_JWT_SECRET` from wrong section (go-gitea#26109)
  * Fixing redirection issue for logged-in users (go-gitea#26105)
  * Improve "gitea doctor" sub-command and fix "help" commands (go-gitea#26072)
  * Fix the truncate and alignment problem for some admin tables (go-gitea#26042)
  * Update minimum password length requirements (go-gitea#25946)
  * Do not "guess" the file encoding/BOM when using API to upload files (go-gitea#25828)
  * Restructure issue list template, styles (go-gitea#25750)
  * Fix `ref` for workflows triggered by `pull_request_target` (go-gitea#25743)
  * Fix issues indexer document mapping (go-gitea#25619)
  * Use JSON response for "user/logout" (go-gitea#25522)
  * Fix migrate page layout on mobile (go-gitea#25507)
  * Link to existing PR when trying to open a new PR on the same branches (go-gitea#25494)
  * Do not publish docker release images on `-dev` tags (go-gitea#25471)
  * Support `pull_request_target` event (go-gitea#25229)
  * Modify the content format of the Feishu webhook (go-gitea#25106)
* ENHANCEMENTS
  * Render email addresses as such if followed by punctuation (go-gitea#27987) (go-gitea#27992)
  * Show error toast when file size exceeds the limits (go-gitea#27985) (go-gitea#27986)
  * Fix citation error when the file size is larger than 1024 bytes (go-gitea#27958) (go-gitea#27965)
  * Remove action runners on user deletion (go-gitea#27902) (go-gitea#27908)
  * Remove set tabindex on view issue (go-gitea#27892) (go-gitea#27896)
  * Reduce margin/padding on flex-list items and divider (go-gitea#27872) (go-gitea#27874)
  * Change katex limits (go-gitea#27823) (go-gitea#27868)
  * Clean up template locale usage (go-gitea#27856) (go-gitea#27857)
  * Add dedicated class for empty placeholders (go-gitea#27788) (go-gitea#27792)
  * Add gap between diff boxes (go-gitea#27776) (go-gitea#27781)
  * Fix incorrect "tab" parameter for repo search sub-template (go-gitea#27755) (go-gitea#27764)
  * Enable followCursor for language stats bar (go-gitea#27713) (go-gitea#27739)
  * Improve diff tree spacing (go-gitea#27714) (go-gitea#27719)
  * Feed UI Improvements (go-gitea#27356) (go-gitea#27717)
  * Improve feed icons and feed merge text color (go-gitea#27498) (go-gitea#27716)
  * [FIX] resolve confusing colors in languages stats by insert a gap (go-gitea#27704) (go-gitea#27715)
  * Add doctor dbconsistency fix to delete repos with no owner (go-gitea#27290) (go-gitea#27693)
  * Fix required checkboxes in issue forms (go-gitea#27592) (go-gitea#27692)
  * Hide archived labels by default from the suggestions when assigning labels for an issue (go-gitea#27451) (go-gitea#27661)
  * Cleanup repo details icons/labels (go-gitea#27644) (go-gitea#27654)
  * Keep filter when showing unfiltered results on explore page (go-gitea#27192) (go-gitea#27589)
  * Show manual cron run's last time (go-gitea#27544) (go-gitea#27577)
  * Revert "Fix pr template (go-gitea#27436)" (go-gitea#27567)
  * Increase queue length (go-gitea#27555) (go-gitea#27562)
  * Avoid run change title process when the title is same (go-gitea#27467) (go-gitea#27558)
  * Remove max-width and add hide text overflow (go-gitea#27359) (go-gitea#27550)
  * Add hover background to wiki list page (go-gitea#27507) (go-gitea#27521)
  * Fix mermaid flowchart margin issue (go-gitea#27503) (go-gitea#27516)
  * Refactor system setting (go-gitea#27000) (go-gitea#27452)
  * Fix  missing `ctx`  in new_form.tmpl  (go-gitea#27434) (go-gitea#27438)
  * Add Index to `action.user_id` (go-gitea#27403) (go-gitea#27425)
  * Don't use subselect in `DeleteIssuesByRepoID` (go-gitea#27332) (go-gitea#27408)
  * Add support for HEAD ref in /src/branch and /src/commit routes (go-gitea#27384) (go-gitea#27407)
  * Make Actions tasks/jobs timeouts configurable by the user (go-gitea#27400) (go-gitea#27402)
  * Hide archived labels when filtering by labels on the issue list (go-gitea#27115) (go-gitea#27381)
  * Highlight user details link (go-gitea#26998) (go-gitea#27376)
  * Add protected branch name description (go-gitea#27257) (go-gitea#27351)
  * Improve tree not found page (go-gitea#26570) (go-gitea#27346)
  * Add Index to `comment.dependent_issue_id` (go-gitea#27325) (go-gitea#27340)
  * Improve branch list UI (go-gitea#27319) (go-gitea#27324)
  * Fix divider in subscription page (go-gitea#27298) (go-gitea#27301)
  * Add missed return to actions view fetch (go-gitea#27289) (go-gitea#27293)
  * Backport ctx locale refactoring manually (go-gitea#27231) (go-gitea#27259) (go-gitea#27260)
  * Disable `Test Delivery` and `Replay` webhook buttons when webhook is inactive (go-gitea#27211) (go-gitea#27253)
  * Use mask-based fade-out effect for `.new-menu` (go-gitea#27181) (go-gitea#27243)
  * Cleanup locale function usage (go-gitea#27227) (go-gitea#27240)
  * Fix z-index on markdown completion (go-gitea#27237) (go-gitea#27239)
  * Fix Fomantic UI dropdown icon bug when there is a search input in menu (go-gitea#27225) (go-gitea#27228)
  * Allow copying issue comment link on archived repos and when not logged in (go-gitea#27193) (go-gitea#27210)
  * Fix: text decorator on issue sidebar menu label (go-gitea#27206) (go-gitea#27209)
  * Fix dropdown icon position (go-gitea#27175) (go-gitea#27177)
  * Add index to `issue_user.issue_id` (go-gitea#27154) (go-gitea#27158)
  * Increase auth provider icon size on login page (go-gitea#27122)
  * Remove a `gt-float-right` and some unnecessary helpers (go-gitea#27110)
  * Change green buttons to primary color (go-gitea#27099)
  * Use db.WithTx for AddTeamMember to avoid ctx abuse (go-gitea#27095)
  * Use `print` instead of `printf` (go-gitea#27093)
  * Remove the useless function `GetUserIssueStats` and move relevant tests to `indexer_test.go` (go-gitea#27067)
  * Search branches (go-gitea#27055)
  * Display all user types and org types on admin management UI (go-gitea#27050)
  * Ui correction in mobile view nav bar left aligned items. (go-gitea#27046)
  * Chroma color tweaks (go-gitea#26978)
  * Move some functions to service layer (go-gitea#26969)
  * Improve "language stats" UI (go-gitea#26968)
  * Replace `util.SliceXxx`  with `slices.Xxx` (go-gitea#26958)
  * Refactor dashboard/feed.tmpl (go-gitea#26956)
  * Move repository deletion to service layer (go-gitea#26948)
  * Fix the missing repo count (go-gitea#26942)
  * Improve hint when uploading a too large avatar (go-gitea#26935)
  * Extract common code to new template (go-gitea#26933)
  * Move createrepository from module to service layer (go-gitea#26927)
  * Move notification interface to services layer (go-gitea#26915)
  * Move feed notification service layer (go-gitea#26908)
  * Move ui notification to service layer (go-gitea#26907)
  * Move indexer notification to service layer (go-gitea#26906)
  * Move mail notification logic to service layer (go-gitea#26905)
  * Extract common code to new template (go-gitea#26903)
  * Show queue's active worker number (go-gitea#26896)
  * Fix media description render for orgmode (go-gitea#26895)
  * Remove CSS `has` selector and improve various styles (go-gitea#26891)
  * Relocate the `RSS user feed` button (go-gitea#26882)
  * Refactor "shortsha" (go-gitea#26877)
  * Refactor `og:description` to limit the max length (go-gitea#26876)
  * Move web/api context related testing function into a separate package (go-gitea#26859)
  * Redable error on S3 storage connection failure (go-gitea#26856)
  * Improve opengraph previews (go-gitea#26851)
  * Add more descriptive error on forgot password page (go-gitea#26848)
  * Show always repo count in header (go-gitea#26842)
  * Remove "TODO" tasks from CSS file (go-gitea#26835)
  * Render code blocks in repo description (go-gitea#26830)
  * Minor dashboard tweaks, fix flex-list margins (go-gitea#26829)
  * Remove polluted `.ui.right` (go-gitea#26825)
  * Display archived labels specially when listing labels (go-gitea#26820)
  * Remove polluted ".ui.left" style (go-gitea#26809)
  * Make it posible to customize nav text color via css var (go-gitea#26807)
  * Refactor lfs requests (go-gitea#26783)
  * Improve flex list item padding (go-gitea#26779)
  * Remove fomantic `text` module (go-gitea#26777)
  * Remove fomantic `item` module (go-gitea#26775)
  * Remove redundant nil check in `WalkGitLog` (go-gitea#26773)
  * Reduce some allocations in type conversion (go-gitea#26772)
  * Refactor some CSS styles and simplify code (go-gitea#26771)
  * Unify `border-radius` behavior (go-gitea#26770)
  * Improve modal dialog UI (go-gitea#26764)
  * Allow "latest" to be used in release vTag when downloading file (go-gitea#26748)
  * Adding hint `Archived` to archive label. (go-gitea#26741)
  * Move `modules/mirror` to `services` (go-gitea#26737)
  * Add "dir=auto" for input/textarea elements by default (go-gitea#26735)
  * Add auth-required to config.json for Cargo http registry (go-gitea#26729)
  * Simplify helper CSS classes and avoid abuse (go-gitea#26728)
  * Make web context initialize correctly for different cases (go-gitea#26726)
  * Focus editor on "Write" tab click (go-gitea#26714)
  * Remove incorrect CSS helper classes (go-gitea#26712)
  * Fix review bar misalignment (go-gitea#26711)
  * Add reverseproxy auth for API back with default disabled (go-gitea#26703)
  * Add default label in branch select list (go-gitea#26697)
  * Improve Image Diff UI (go-gitea#26696)
  * Fixed text overflow in dropdown menu (go-gitea#26694)
  * [Refactor] getIssueStatsChunk to move inner function into own one (go-gitea#26671)
  * Remove fomantic loader module (go-gitea#26670)
  * Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (go-gitea#26658)
  * Improve some flex layouts (go-gitea#26649)
  * Improve the branch selector tab UI (go-gitea#26631)
  * Improve show role (go-gitea#26621)
  * Remove avatarHTML from template helpers (go-gitea#26598)
  * Allow text selection in actions step header (go-gitea#26588)
  * Improve translation of milestone filters (go-gitea#26569)
  * Add optimistic lock to ActionRun table (go-gitea#26563)
  * Update team invitation email link (go-gitea#26550)
  * Differentiate better between user settings and admin settings (go-gitea#26538)
  * Check disabled workflow when rerun jobs (go-gitea#26535)
  * Improve deadline icon location in milestone list page (go-gitea#26532)
  * Improve repo sub menu (go-gitea#26531)
  * Fix the display of org level badges (go-gitea#26504)
  * Rename `Sync2` -> `Sync` (go-gitea#26479)
  * Fix stderr usages (go-gitea#26477)
  * Remove fomantic transition module (go-gitea#26469)
  * Refactor tests (go-gitea#26464)
  * Refactor project templates (go-gitea#26448)
  * Fall back to esbuild for css minify (go-gitea#26445)
  * Always show usernames in reaction tooltips (go-gitea#26444)
  * Use correct pull request commit link instead of a generic commit link (go-gitea#26434)
  * Refactor "editorconfig" (go-gitea#26391)
  * Make `user-content-* ` consistent with github (go-gitea#26388)
  * Remove unnecessary template helper repoAvatar (go-gitea#26387)
  * Remove unnecessary template helper DisableGravatar (go-gitea#26386)
  * Use template context function for avatar rendering (go-gitea#26385)
  * Rename code_langauge.go to code_language.go (go-gitea#26377)
  * Use more `IssueList` instead of `[]*Issue` (go-gitea#26369)
  * Do not highlight `#number` in documents (go-gitea#26365)
  * Fix display problems of members and teams unit (go-gitea#26363)
  * Fix 404 error when remove self from an organization (go-gitea#26362)
  * Improve CLI and messages (go-gitea#26341)
  * Refactor backend SVG package and add tests (go-gitea#26335)
  * Add link to job details and tooltip to commit status in repo list in dashboard (go-gitea#26326)
  * Use yellow if an approved review is stale (go-gitea#26312)
  * Remove commit load branches and tags in wiki repo (go-gitea#26304)
  * Add highlight to selected repos in milestone dashboard (go-gitea#26300)
  * Delete `issue_service.CreateComment` (go-gitea#26298)
  * Do not show Profile README when repository is private (go-gitea#26295)
  * Tweak actions menu (go-gitea#26278)
  * Start using template context function (go-gitea#26254)
  * Use calendar icon for `Joined on...` in profiles (go-gitea#26215)
  * Add 'Show on a map' button to Location in profile, fix layout (go-gitea#26214)
  * Render plaintext task list items for markdown files (go-gitea#26186)
  * Add tooltip to describe LFS table column and color `delete LFS file` button red (go-gitea#26181)
  * Release attachments duplicated check (go-gitea#26176)
  * De-emphasize issue sidebar buttons (go-gitea#26171)
  * Fixing the align of commit stats in commit_page template. (go-gitea#26161)
  * Allow editing push mirrors after creation (go-gitea#26151)
  * Move web JSON functions to web context and simplify code (go-gitea#26132)
  * Refactor improve NoBetterThan (go-gitea#26126)
  * Improve clickable area in repo action view page (go-gitea#26115)
  * Add context parameter to some database functions (go-gitea#26055)
  * Docusaurus-ify (go-gitea#26051)
  * Improve text for empty issue/pr description (go-gitea#26047)
  * Categorize admin settings sidebar panel (go-gitea#26030)
  * Remove redundant "RouteMethods" method (go-gitea#26024)
  * Refactor and enhance issue indexer to support both searching, filtering and paging (go-gitea#26012)
  * Add a link to OpenID Issuer URL in WebFinger response (go-gitea#26000)
  * Fix UI for release tag page / wiki page / subscription page (go-gitea#25948)
  * Support copy protected branch from template repository (go-gitea#25889)
  * Improve display of Labels/Projects/Assignees sort options (go-gitea#25886)
  * Fix margin on the new/edit project page. (go-gitea#25885)
  * Show image size on view page (go-gitea#25884)
  * Remove ref name in PR commits page (go-gitea#25876)
  * Allow the use of alternative net.Listener implementations by downstreams (go-gitea#25855)
  * Refactor "Content" for file uploading (go-gitea#25851)
  * Add error info if no user can fork the repo (go-gitea#25820)
  * Show edit title button on commits tab of PR, too (go-gitea#25791)
  * Introduce `flex-list` & `flex-item` elements for Gitea UI (go-gitea#25790)
  * Don't stack PR tab menu on small screens (go-gitea#25789)
  * Repository Archived text title center align (go-gitea#25767)
  * Make route middleware/handler mockable (go-gitea#25766)
  * Move issue filters to shared template (go-gitea#25729)
  * Use frontend fetch for branch dropdown component (go-gitea#25719)
  * Add open/closed field support for issue index (go-gitea#25708)
  * Some less naked returns (go-gitea#25682)
  * Fix inconsistent user profile layout across tabs (go-gitea#25625)
  * Get latest commit statuses from database instead of git data on dashboard for repositories (go-gitea#25605)
  * Adding  branch-name copy  to clipboard branches screen. (go-gitea#25596)
  * Update emoji set to Unicode 15 (go-gitea#25595)
  * Move some files under repo/setting (go-gitea#25585)
  * Add custom ansi colors and CSS variables for them (go-gitea#25546)
  * Add log line anchor for action logs (go-gitea#25532)
  * Use flex instead of float for sort button and search input (go-gitea#25519)
  * Update octicons and use `octicon-file-directory-symlink` (go-gitea#25453)
  * Add toasts to UI (go-gitea#25449)
  * Fine tune project board label colors and modal content background (go-gitea#25419)
  * Import additional secrets via file uri (go-gitea#25408)
  * Switch to ansi_up for ansi rendering in actions (go-gitea#25401)
  * Store and use seconds for timeline time comments (go-gitea#25392)
  * Support displaying diff stats in PR tab bar (go-gitea#25387)
  * Use fetch form action for lock/unlock/pin/unpin on sidebar (go-gitea#25380)
  * Refactor: TotalTimes return seconds (go-gitea#25370)
  * Navbar styling rework (go-gitea#25343)
  * Introduce shared template for search inputs (go-gitea#25338)
  * Only show 'Manage Account Links' when necessary (go-gitea#25311)
  * Improve 'Privacy' section in profile settings (go-gitea#25309)
  * Substitute variables in path names of template repos too (go-gitea#25294)
  * Fix tags line no margin see go-gitea#25255 (go-gitea#25280)
  * Use fetch to send requests to create issues/comments (go-gitea#25258)
  * Change form actions to fetch for submit review box (go-gitea#25219)
  * Improve AJAX link and modal confirm dialog (go-gitea#25210)
  * Reduce unnecessary DB queries for Actions tasks (go-gitea#25199)
  * Disable `Create column` button while the column name is empty (go-gitea#25192)
  * Refactor indexer (go-gitea#25174)
  * Adjust style for action run list (align icons, adjust padding) (go-gitea#25170)
  * Remove duplicated functions when deleting a branch (go-gitea#25128)
  * Make confusable character warning less jarring (go-gitea#25069)
  * Highlight viewed files differently in the PR filetree (go-gitea#24956)
  * Support changing labels of Actions runner without re-registration (go-gitea#24806)
  * Fix duplicate Reviewed-by trailers (go-gitea#24796)
  * Resolve issue with sort icons on admin/users and admin/runners (go-gitea#24360)
  * Split lfs size from repository size (go-gitea#22900)
  * Sync branches into databases (go-gitea#22743)
  * Disable run user change in installation page (go-gitea#22499)
  * Add merge files files to GetCommitFileStatus (go-gitea#20515)
  * Show OpenID Connect and OAuth on signup page (go-gitea#20242)
* SECURITY
  * Dont leak private users via extensions (go-gitea#28023) (go-gitea#28029)
  * Expanded minimum RSA Keylength to 3072 (go-gitea#26604)
* TESTING
  * Add user secrets API integration tests (go-gitea#27832) (go-gitea#27852)
  * Add tests for db indexer in indexer_test.go (go-gitea#27087)
  * Speed up TestEventSourceManagerRun (go-gitea#26262)
  * Add unit test for user renaming (go-gitea#26261)
  * Add some Wiki unit tests (go-gitea#26260)
  * Improve unit test for caching (go-gitea#26185)
  * Add unit test for `HashAvatar` (go-gitea#25662)
* TRANSLATION
  * Backport translations to v1.21 (go-gitea#27899)
  * Fix issues in translation file (go-gitea#27699) (go-gitea#27737)
  * Add locale for deleted head branch (go-gitea#26296)
  * Improve multiple strings in en-US locale (go-gitea#26213)
  * Fix broken translations for package documantion (go-gitea#25742)
  * Correct translation wrong format (go-gitea#25643)
* BUILD
  * Dockerfile small refactor (go-gitea#27757) (go-gitea#27826)
  * Fix build errors on BSD (in BSDMakefile) (go-gitea#27594) (go-gitea#27608)
  * Fully replace drone with actions (go-gitea#27556) (go-gitea#27575)
  * Enable markdownlint `no-duplicate-header` (go-gitea#27500) (go-gitea#27506)
  * Enable production source maps for index.js, fix CSS sourcemaps (go-gitea#27291) (go-gitea#27295)
  * Update snap package (go-gitea#27021)
  * Bump go to 1.21 (go-gitea#26608)
  * Bump xgo to go-1.21.x and node to 20 in release-version (go-gitea#26589)
  * Add template linting via djlint (go-gitea#25212)
* DOCS
  * Change default size of issue/pr attachments and repo file (go-gitea#27946) (go-gitea#28017)
  * Remove `known issue` section in Gitea Actions Doc (go-gitea#27930) (go-gitea#27938)
  * Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions (go-gitea#27119)
  * Update brew installation documentation since gitea moved to brew core package (go-gitea#27070)
  * Actions are no longer experimental, so enable them by default (go-gitea#27054)
  * Add a documentation note for Windows Service (go-gitea#26938)
  * Add sparse url in cargo package guide (go-gitea#26937)
  * Update nginx recommendations (go-gitea#26924)
  * Update backup instructions to align with archive structure (go-gitea#26902)
  * Expanding documentation in queue.go (go-gitea#26889)
  * Update info regarding internet connection for build (go-gitea#26776)
  * Docs: template variables (go-gitea#26547)
  * Update index doc (go-gitea#26455)
  * Update zh-cn documentation (go-gitea#26406)
  * Fix typos and grammer problems for actions documentation (go-gitea#26328)
  * Update documentation for 1.21 actions (go-gitea#26317)
  * Doc update swagger doc for POST /orgs/{org}/teams (go-gitea#26155)
  * Doc sync authentication.md to zh-cn (go-gitea#26117)
  * Doc guide the user to create the appropriate level runner (go-gitea#26091)
  * Make organization redirect warning more clear (go-gitea#26077)
  * Update blog links (go-gitea#25843)
  * Fix default value for LocalURL (go-gitea#25426)
  * Update `from-source.zh-cn.md` & `from-source.en-us.md` - Cross Compile Using Zig (go-gitea#25194)
* MISC
  * Replace deprecated `elliptic.Marshal` (go-gitea#26800)
  * Add elapsed time on debug for slow git commands (go-gitea#25642)

v1.21.0-rc2

Toggle v1.21.0-rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
* BREAKING

  * Restrict certificate type for builtin SSH server (go-gitea#26789)
  * Refactor to use urfave/cli/v2 (go-gitea#25959)
  * Move public asset files to the proper directory (go-gitea#25907)
  * Remove commit status running and warning to align GitHub (go-gitea#25839)
  * Remove "CHARSET" config option for MySQL, always use "utf8mb4" (go-gitea#25413)
  * Set SSH_AUTHORIZED_KEYS_BACKUP to false (go-gitea#25412)
* SECURITY
  * Support allowed hosts for webhook to work with proxy (go-gitea#27655) (go-gitea#27675)
  * Expanded minimum RSA Keylength to 3072 (go-gitea#26604)
* FEATURES
  * User details page (go-gitea#26713)
  * Chore(actions): support cron schedule task (go-gitea#26655)
  * Support rebuilding issue indexer manually (go-gitea#26546)
  * Allow to archive labels (go-gitea#26478)
  * Add disable workflow feature (go-gitea#26413)
  * Support `.git-blame-ignore-revs` file (go-gitea#26395)
  * Pre-register OAuth2 applications for git credential helpers (go-gitea#26291)
  * Add `Retry` button when creating a mirror-repo fails (go-gitea#26228)
  * Artifacts retention and auto clean up (go-gitea#26131)
  * Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (go-gitea#25974)
  * Implement auto-cancellation of concurrent jobs if the event is push (go-gitea#25716)
  * Newly pushed branches hints on repository home page (go-gitea#25715)
  * Display branch commit status (go-gitea#25608)
  * Add direct serving of package content (go-gitea#25543)
  * Add commits dropdown in PR files view and allow commit by commit review (go-gitea#25528)
  * Allow package cleanup from admin page (go-gitea#25307)
  * Batch delete issue and improve tippy opts (go-gitea#25253)
  * Show branches and tags that contain a commit (go-gitea#25180)
  * Add actor and status dropdowns to run list (go-gitea#25118)
  * Allow Organisations to have a E-Mail (go-gitea#25082)
  * Add codeowners feature (go-gitea#24910)
  * Actions Artifacts support uploading multiple files and directories (go-gitea#24874)
  * Support configuration variables on Gitea Actions (go-gitea#24724)
  * Support downloading raw task logs (go-gitea#24451)
* API
  * Api: GetPullRequestCommits: return file list (go-gitea#27483) (go-gitea#27539)
  * Don't let API add 2 exclusive labels from same scope (go-gitea#27433) (go-gitea#27460)
  * More `db.DefaultContext` refactor (go-gitea#27265) (go-gitea#27347)
  * Redefine the meaning of column is_active to make Actions Registration Token generation easier (go-gitea#27143) (go-gitea#27304)
  * Another round of `db.DefaultContext` refactor (go-gitea#27103) (go-gitea#27262)
  * Fix PushEvent NullPointerException jenkinsci/github-plugin (go-gitea#27203) (go-gitea#27251)
  * Fix organization field being null in POST /orgs/{orgid}/teams (go-gitea#27150) (go-gitea#27163)
  * Allow empty Conan files (go-gitea#27092)
  * Next round of `db.DefaultContext` refactor (go-gitea#27089)
  * Fix token endpoints ignore specified account (go-gitea#27080)
  * Reduce usage of `db.DefaultContext` (go-gitea#27073)
  * Make SSPI auth mockable (go-gitea#27036)
  * Extract auth middleware from service (go-gitea#27028)
  * Add `RemoteAddress` to mirrors (go-gitea#26952)
  * Feat(API): add routes and functions for managing user's secrets (go-gitea#26909)
  * Feat(API): add secret deletion functionality for repository (go-gitea#26808)
  * Feat(API): add route and implementation for creating/updating repository secret (go-gitea#26766)
  * Add Upload URL to release API (go-gitea#26663)
  * Feat(API): update and delete secret for managing organization secrets (go-gitea#26660)
  * Feat: implement organization secret creation API (go-gitea#26566)
  * Add API route to list org secrets (go-gitea#26485)
  * Set commit id when ref used explicitly (go-gitea#26447)
  * PATCH branch-protection updates check list even when checks are disabled (go-gitea#26351)
  * Add file status for API "Get a single commit from a repository" (go-gitea#16205) (go-gitea#25831)
  * Add API for changing Avatars (go-gitea#25369)
* ENHANCEMENTS
  * Fix required checkboxes in issue forms (go-gitea#27592) (go-gitea#27692)
  * Hide archived labels by default from the suggestions when assigning labels for an issue (go-gitea#27451) (go-gitea#27661)
  * Cleanup repo details icons/labels (go-gitea#27644) (go-gitea#27654)
  * Keep filter when showing unfiltered results on explore page (go-gitea#27192) (go-gitea#27589)
  * Revert "Fix pr template (go-gitea#27436)" (go-gitea#27567)
  * Increase queue length (go-gitea#27555) (go-gitea#27562)
  * Remove max-width and add hide text overflow (go-gitea#27359) (go-gitea#27550)
  * Add hover background to wiki list page (go-gitea#27507) (go-gitea#27521)
  * Fix mermaid flowchart margin issue (go-gitea#27503) (go-gitea#27516)
  * Fix panic in storageHandler (go-gitea#27446) (go-gitea#27479)
  * Refactor system setting (go-gitea#27000) (go-gitea#27452)
  * Fix pr template (go-gitea#27436) (go-gitea#27440)
  * Fix  missing `ctx`  in new_form.tmpl  (go-gitea#27434) (go-gitea#27438)
  * Don't use subselect in `DeleteIssuesByRepoID` (go-gitea#27332) (go-gitea#27408)
  * Add support for HEAD ref in /src/branch and /src/commit routes (go-gitea#27384) (go-gitea#27407)
  * Make Actions tasks/jobs timeouts configurable by the user (go-gitea#27400) (go-gitea#27402)
  * Hide archived labels when filtering by labels on the issue list (go-gitea#27115) (go-gitea#27381)
  * Highlight user details link (go-gitea#26998) (go-gitea#27376)
  * Fix missing ctx for GetRepoLink in dashboard (go-gitea#27372) (go-gitea#27375)
  * Absolute positioned checkboxes  overlay floated elements (go-gitea#26870) (go-gitea#27366)
  * Improve tree not found page (go-gitea#26570) (go-gitea#27346)
  * Improve issue history dialog and make poster can delete their own history (go-gitea#27323) (go-gitea#27327)
  * Improve branch list UI (go-gitea#27319) (go-gitea#27324)
  * Fix protected branch icon location (go-gitea#26576) (go-gitea#27317)
  * Fix divider in subscription page (go-gitea#27298) (go-gitea#27301)
  * Fix some animation bugs (go-gitea#27287) (go-gitea#27294)
  * Add missed return to actions view fetch (go-gitea#27289) (go-gitea#27293)
  * Fix incorrect change from go-gitea#27231 (go-gitea#27275) (go-gitea#27282)
  * Backport ctx locale refactoring manually (go-gitea#27231) (go-gitea#27259) (go-gitea#27260)
  * Disable `Test Delivery` and `Replay` webhook buttons when webhook is inactive (go-gitea#27211) (go-gitea#27253)
  * Add missing public user visibility in user details page (go-gitea#27246) (go-gitea#27250)
  * Use mask-based fade-out effect for `.new-menu` (go-gitea#27181) (go-gitea#27243)
  * Cleanup locale function usage (go-gitea#27227) (go-gitea#27240)
  * Fix z-index on markdown completion (go-gitea#27237) (go-gitea#27239)
  * Fix EOL handling in web editor (go-gitea#27141) (go-gitea#27234)
  * Fix issues on action runners page (go-gitea#27226) (go-gitea#27233)
  * Fix Fomantic UI dropdown icon bug when there is a search input in menu (go-gitea#27225) (go-gitea#27228)
  * Allow copying issue comment link on archived repos and when not logged in (go-gitea#27193) (go-gitea#27210)
  * Fix: text decorator on issue sidebar menu label (go-gitea#27206) (go-gitea#27209)
  * Fix dropdown icon position (go-gitea#27175) (go-gitea#27177)
  * Fix the variable regexp pattern on web page (go-gitea#27161) (go-gitea#27164)
  * Increase auth provider icon size on login page (go-gitea#27122)
  * Remove a `gt-float-right` and some unnecessary helpers (go-gitea#27110)
  * Change green buttons to primary color (go-gitea#27099)
  * Use db.WithTx for AddTeamMember to avoid ctx abuse (go-gitea#27095)
  * Use `print` instead of `printf` (go-gitea#27093)
  * More refactoring of `db.DefaultContext` (go-gitea#27083)
  * Remove the useless function `GetUserIssueStats` and move relevant tests to `indexer_test.go` (go-gitea#27067)
  * Search branches (go-gitea#27055)
  * Display all user types and org types on admin management UI (go-gitea#27050)
  * Ui correction in mobile view nav bar left aligned items. (go-gitea#27046)
  * Chroma color tweaks (go-gitea#26978)
  * Move some functions to service layer (go-gitea#26969)
  * Improve "language stats" UI (go-gitea#26968)
  * Replace `util.SliceXxx`  with `slices.Xxx` (go-gitea#26958)
  * Refactor dashboard/feed.tmpl (go-gitea#26956)
  * Move repository deletion to service layer (go-gitea#26948)
  * Fix the missing repo count (go-gitea#26942)
  * Extract common code to new template (go-gitea#26933)
  * Move createrepository from module to service layer (go-gitea#26927)
  * Move notification interface to services layer (go-gitea#26915)
  * Fix the secret regexp pattern on web page (go-gitea#26910)
  * Move feed notification service layer (go-gitea#26908)
  * Move ui notification to service layer (go-gitea#26907)
  * Move indexer notification to service layer (go-gitea#26906)
  * Move mail notification logic to service layer (go-gitea#26905)
  * Extract common code to new template (go-gitea#26903)
  * Show queue's active worker number (go-gitea#26896)
  * Fix media description render for orgmode (go-gitea#26895)
  * Remove CSS `has` selector and improve various styles (go-gitea#26891)
  * Refactor "shortsha" (go-gitea#26877)
  * Refactor `og:description` to limit the max length (go-gitea#26876)
  * Move web/api context related testing function into a separate package (go-gitea#26859)
  * S3: log human readable error on connection failure (go-gitea#26856)
  * Improve opengraph previews (go-gitea#26851)
  * Add more descriptive error on forgot password page (go-gitea#26848)
  * Show always repo count in header (go-gitea#26842)
  * Remove "TODO" tasks from CSS file (go-gitea#26835)
  * Render code blocks in repo description (go-gitea#26830)
  * Minor dashboard tweaks, fix flex-list margins (go-gitea#26829)
  * Remove polluted `.ui.right` (go-gitea#26825)
  * Display archived labels specially when listing labels (go-gitea#26820)
  * Remove polluted ".ui.left" style (go-gitea#26809)
  * Make it posible to customize nav text color via css var (go-gitea#26807)
  * Refactor lfs requests (go-gitea#26783)
  * Improve flex list item padding (go-gitea#26779)
  * Remove fomantic `text` module (go-gitea#26777)
  * Remove fomantic `item` module (go-gitea#26775)
  * Remove redundant nil check in `WalkGitLog` (go-gitea#26773)
  * Reduce some allocations in type conversion (go-gitea#26772)
  * Refactor some CSS styles and simplify code (go-gitea#26771)
  * Unify `border-radius` behavior (go-gitea#26770)
  * Improve modal dialog UI (go-gitea#26764)
  * Allow "latest" to be used in release vTag when downloading file (go-gitea#26748)
  * Adding hint `Archived` to archive label. (go-gitea#26741)
  * Move `modules/mirror` to `services` (go-gitea#26737)
  * Add "dir=auto" for input/textarea elements by default (go-gitea#26735)
  * Simplify helper CSS classes and avoid abuse (go-gitea#26728)
  * Make web context initialize correctly for different cases (go-gitea#26726)
  * Focus editor on "Write" tab click (go-gitea#26714)
  * Remove incorrect CSS helper classes (go-gitea#26712)
  * Fix review bar misalignment (go-gitea#26711)
  * Add reverseproxy auth for API back with default disabled (go-gitea#26703)
  * Add default label in branch select list (go-gitea#26697)
  * Improve Image Diff UI (go-gitea#26696)
  * Fixed text overflow in dropdown menu (go-gitea#26694)
  * [Refactor] getIssueStatsChunk to move inner function into own one (go-gitea#26671)
  * Remove fomantic loader module (go-gitea#26670)
  * Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (go-gitea#26658)
  * Improve some flex layouts (go-gitea#26649)
  * Use line-height: normal by default (go-gitea#26635)
  * Improve the branch selector tab UI (go-gitea#26631)
  * Improve show role (go-gitea#26621)
  * Remove avatarHTML from template helpers (go-gitea#26598)
  * Allow text selection in actions step header (go-gitea#26588)
  * Improve translation of milestone filters (go-gitea#26569)
  * Rewrite the DiffFileTreeItem and fix misalignment (go-gitea#26565)
  * Add optimistic lock to ActionRun table (go-gitea#26563)
  * Update team invitation email link (go-gitea#26550)
  * Differentiate better between user settings and admin settings (go-gitea#26538)
  * Check disabled workflow when rerun jobs (go-gitea#26535)
  * Improve deadline icon location in milestone list page (go-gitea#26532)
  * Improve repo sub menu (go-gitea#26531)
  * Fix the display of org level badges (go-gitea#26504)
  * Rename `Sync2` -> `Sync` (go-gitea#26479)
  * Fix stderr usages (go-gitea#26477)
  * Remove fomantic transition module (go-gitea#26469)
  * Refactor tests (go-gitea#26464)
  * Refactor project templates (go-gitea#26448)
  * Fall back to esbuild for css minify (go-gitea#26445)
  * Use correct pull request commit link instead of a generic commit link (go-gitea#26434)
  * Refactor "editorconfig" (go-gitea#26391)
  * Remove unnecessary template helper repoAvatar (go-gitea#26387)
  * Remove unnecessary template helper DisableGravatar (go-gitea#26386)
  * Use template context function for avatar rendering (go-gitea#26385)
  * Rename code_langauge.go to code_language.go (go-gitea#26377)
  * Use more `IssueList` instead of `[]*Issue` (go-gitea#26369)
  * Improve CLI and messages (go-gitea#26341)
  * Refactor backend SVG package and add tests (go-gitea#26335)
  * Add link to job details and tooltip to commit status in repo list in dashboard (go-gitea#26326)
  * Remove commit load branches and tags in wiki repo (go-gitea#26304)
  * Add highlight to selected repos in milestone dashboard (go-gitea#26300)
  * Delete `issue_service.CreateComment` (go-gitea#26298)
  * Do not show Profile README when repository is private (go-gitea#26295)
  * Tweak actions menu (go-gitea#26278)
  * Start using template context function (go-gitea#26254)
  * Use calendar icon for `Joined on...` in profiles (go-gitea#26215)
  * Add 'Show on a map' button to Location in profile, fix layout (go-gitea#26214)
  * Render plaintext task list items for markdown files (go-gitea#26186)
  * Add tooltip to describe LFS table column and color `delete LFS file` button red (go-gitea#26181)
  * Release attachments duplicated check (go-gitea#26176)
  * De-emphasize issue sidebar buttons (go-gitea#26171)
  * Fixing the align of commit stats in commit_page template. (go-gitea#26161)
  * Allow editing push mirrors after creation (go-gitea#26151)
  * Move web JSON functions to web context and simplify code (go-gitea#26132)
  * Refactor improve NoBetterThan (go-gitea#26126)
  * Remove `db.DefaultContext` in `routers/` and `cmd/` (go-gitea#26076)
  * Improve "gitea doctor" sub-command and fix "help" commands (go-gitea#26072)
  * Add context parameter to some database functions (go-gitea#26055)
  * Docusaurus-ify (go-gitea#26051)
  * Improve text for empty issue/pr description (go-gitea#26047)
  * Fix the truncate and alignment problem for some admin tables (go-gitea#26042)
  * Categorize admin settings sidebar panel (go-gitea#26030)
  * Remove redundant "RouteMethods" method (go-gitea#26024)
  * Refactor and enhance issue indexer to support both searching, filtering and paging (go-gitea#26012)
  * Add a link to OpenID Issuer URL in WebFinger response (go-gitea#26000)
  * Replace gogs/cron with go-co-op/gocron (go-gitea#25977)
  * Fix UI for release tag page / wiki page / subscription page (go-gitea#25948)
  * Support copy protected branch from template repository (go-gitea#25889)
  * Fix margin on the new/edit project page. (go-gitea#25885)
  * Show image size on view page (go-gitea#25884)
  * Allow the use of alternative net.Listener implementations by downstreams (go-gitea#25855)
  * Refactor "Content" for file uploading (go-gitea#25851)
  * Show edit title button on commits tab of PR, too (go-gitea#25791)
  * Introduce `flex-list` & `flex-item` elements for Gitea UI (go-gitea#25790)
  * Don't stack PR tab menu on small screens (go-gitea#25789)
  * Repository Archived text title center align (go-gitea#25767)
  * Make route middleware/handler mockable (go-gitea#25766)
  * Restructure issue list template, styles (go-gitea#25750)
  * Move issue filters to shared template (go-gitea#25729)
  * Add open/closed field support for issue index (go-gitea#25708)
  * Some less naked returns (go-gitea#25682)
  * Fix inconsistent user profile layout across tabs (go-gitea#25625)
  * Update emoji set to Unicode 15 (go-gitea#25595)
  * Move some files under repo/setting (go-gitea#25585)
  * Add custom ansi colors and CSS variables for them (go-gitea#25546)
  * Add log line anchor for action logs (go-gitea#25532)
  * Use flex instead of float for sort button and search input (go-gitea#25519)
  * Fix migrate page layout on mobile (go-gitea#25507)
  * Update octicons and use `octicon-file-directory-symlink` (go-gitea#25453)
  * Add toasts to UI (go-gitea#25449)
  * Fine tune project board label colors and modal content background (go-gitea#25419)
  * Import additional secrets via file uri (go-gitea#25408)
  * Switch to ansi_up for ansi rendering in actions (go-gitea#25401)
  * Store and use seconds for timeline time comments (go-gitea#25392)
  * Support displaying diff stats in PR tab bar (go-gitea#25387)
  * Use fetch form action for lock/unlock/pin/unpin on sidebar (go-gitea#25380)
  * Refactor: TotalTimest return seconds (go-gitea#25370)
  * Navbar styling rework (go-gitea#25343)
  * Introduce shared template for search inputs (go-gitea#25338)
  * Fix tags line no margin see go-gitea#25255 (go-gitea#25280)
  * Change form actions to fetch for submit review box (go-gitea#25219)
  * Improve AJAX link and modal confirm dialog (go-gitea#25210)
  * Disable `Create column` button while the column name is empty (go-gitea#25192)
  * Refactor indexer (go-gitea#25174)
  * Adjust style for action run list (align icons, adjust padding) (go-gitea#25170)
  * Remove duplicated functions when deleting a branch (go-gitea#25128)
  * Make confusable character warning less jarring (go-gitea#25069)
  * Highlight viewed files differently in the PR filetree (go-gitea#24956)
  * Fix duplicate Reviewed-by trailers (go-gitea#24796)
  * Resolve issue with sort icons on admin/users and admin/runners (go-gitea#24360)
  * Split lfs size from repository size (go-gitea#22900)
  * Sync branches into databases (go-gitea#22743)
  * Disable run user change in installation page (go-gitea#22499)
  * Add merge files files to GetCommitFileStatus (go-gitea#20515)
  * Show OpenID Connect and OAuth on signup page (go-gitea#20242)
* BUGFIXES
  * Upgrade xorm (go-gitea#27673) (go-gitea#27691)
  * Always delete existing scheduled action tasks (go-gitea#27662) (go-gitea#27688)
  * Fix poster is not loaded in get default merge message (go-gitea#27657) (go-gitea#27666)
  * Improve dropdown button alignment and fix hover bug (go-gitea#27632) (go-gitea#27637)
  * Improve retrying index issues (go-gitea#27554) (go-gitea#27634)
  * Fix 404 when deleting Docker package with an internal version (go-gitea#27615) (go-gitea#27630)
  * Backport manually for a tmpl issue in v1.21 (go-gitea#27612)
  * Fix data-race bug when accessing task.LastRun (go-gitea#27584) (go-gitea#27586)
  * Fix attachment download bug (go-gitea#27486) (go-gitea#27571)
  * Improve dropdown's behavior when there is a search input in menu (go-gitea#27526) (go-gitea#27534)
  * When comparing with an non-exist repository, return 404 but 500 (go-gitea#27437) (go-gitea#27442)
  * Fix git 2.11 error when checking IsEmpty (go-gitea#27393) (go-gitea#27397)
  * Allow get release download files and lfs files with oauth2 token format (go-gitea#26430) (go-gitea#27379)
  * Introduce fixes and more rigorous tests for 'Show on a map' feature (go-gitea#26803) (go-gitea#27365)
  * Fix repo count in org action settings (go-gitea#27245) (go-gitea#27353)
  * Fix the approval count of PR when there is no protection branch rule (go-gitea#27272) (go-gitea#27343)
  * Fix Bug in Issue Config when only contact links are set (go-gitea#26521) (go-gitea#27334)
  * Fix orphan check for deleted branch (go-gitea#27310) (go-gitea#27321)
  * Bump bleve (go-gitea#27300) (go-gitea#27305)
  * Fix yaml test (go-gitea#27297) (go-gitea#27303)
  * Quote table `release` in sql queries (go-gitea#27205) (go-gitea#27218)
  * Fix release URL in webhooks (go-gitea#27182) (go-gitea#27185)
  * Fix review request number and add more tests (go-gitea#27104) (go-gitea#27168)
  * Fix: treat tab "overview" as "repositories" in user profiles without readme (go-gitea#27124)
  * Fix NPE when editing OAuth2 applications (go-gitea#27078)
  * Fix the incorrect route path in the user edit page. (go-gitea#27007)
  * Allow users with write permissions for issues to add attachments with API (go-gitea#26837)
  * Make "link-action" backend code respond correct JSON content (go-gitea#26680)
  * Fix NPM packages name validation (go-gitea#26595)
  * Return empty when searching issues with no repos (go-gitea#26545)
  * Explain SearchOptions and fix ToSearchOptions (go-gitea#26542)
  * Add missing triggers to update issue indexer (go-gitea#26539)
  * Handle base64 decoding correctly to avoid panic (go-gitea#26483)
  * Avoiding accessing undefined mentionValues (go-gitea#26461)
  * Fix incorrect redirection in new issue using references (go-gitea#26440)
  * Fix the bug when getting files changed for `pull_request_target` event (go-gitea#26320)
  * Remove IsWarning in  tmpl (go-gitea#26120)
  * Fix loading `LFS_JWT_SECRET` from wrong section (go-gitea#26109)
  * Fixing redirection issue for logged-in users (go-gitea#26105)
  * Update minimum password length requirements (go-gitea#25946)
  * Do not "guess" the file encoding/BOM when using API to upload files (go-gitea#25828)
  * Fix issues indexer document mapping (go-gitea#25619)
  * Use JSON response for "user/logout" (go-gitea#25522)
  * Link to existing PR when trying to open a new PR on the same branches (go-gitea#25494)
  * Do not publish docker release images on `-dev` tags (go-gitea#25471)
  * Support `pull_request_target` event (go-gitea#25229)
* TESTING
  * Add tests for db indexer in indexer_test.go (go-gitea#27087)
  * Speed up TestEventSourceManagerRun (go-gitea#26262)
  * Add unit test for user renaming (go-gitea#26261)
  * Improve unit test for caching (go-gitea#26185)
* BUILD
  * Fix build errors on BSD (in BSDMakefile) (go-gitea#27594) (go-gitea#27608)
  * Fully replace drone with actions (go-gitea#27556) (go-gitea#27575)
  * Update JS and PY dependencies (go-gitea#27501) (go-gitea#27518)
  * Enable markdownlint `no-duplicate-header` (go-gitea#27500) (go-gitea#27506)
  * Enable production source maps for index.js, fix CSS sourcemaps (go-gitea#27291) (go-gitea#27295)
  * Update JS and Poetry dependencies and eslint (go-gitea#27200) (go-gitea#27201)
  * Use Go 1.21 and update dependencies (go-gitea#26878)
  * Bump go to 1.21 (go-gitea#26608)
  * Bump xgo to go-1.21.x and node to 20 in release-version (go-gitea#26589)
  * Add template linting via djlint (go-gitea#25212)
* DOCS
  * Add 1.20.5 changelog (go-gitea#27404) (go-gitea#27412)
  * Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions (go-gitea#27119)
  * Update brew installation documentation since gitea moved to brew core package (go-gitea#27070)
  * Actions are no longer experimental, so enable them by default (go-gitea#27054)
  * Add v1.20.4 changelog (go-gitea#26974)
  * Add a documentation note for Windows Service (go-gitea#26938)
  * Add sparse url in cargo package guide (go-gitea#26937)
  * Update nginx recommendations (go-gitea#26924)
  * Update backup instructions to align with archive structure (go-gitea#26902)
  * Update info regarding internet connection for build (go-gitea#26776)
  * Docs: template variables (go-gitea#26547)
  * Update index doc (go-gitea#26455)
  * Update zh-cn documentation (go-gitea#26406)
  * Fix typos and grammer problems for actions documentation (go-gitea#26328)
  * Update documentation for 1.21 actions (go-gitea#26317)
  * Doc update swagger doc for POST /orgs/{org}/teams (go-gitea#26155)
  * Doc sync authentication.md to zh-cn (go-gitea#26117)
  * Doc guide the user to create the appropriate level runner (go-gitea#26091)
  * Make organization redirect warning more clear (go-gitea#26077)
  * Update blog links (go-gitea#25843)
  * Fix default value for LocalURL (go-gitea#25426)
  * Update `from-source.zh-cn.md` & `from-source.en-us.md` - Cross Compile Using Zig (go-gitea#25194)
* MISC
  * Upgrade go dependencies (go-gitea#27599) (go-gitea#27609)
  * Don't show Link to TOTP if not set up (go-gitea#27585) (go-gitea#27588)
  * Show manual cron run's last time (go-gitea#27544) (go-gitea#27577)
  * Avoid run change title process when the title is same (go-gitea#27467) (go-gitea#27558)
  * Respect SSH.KeygenPath option when calculating ssh key fingerprints (go-gitea#27536) (go-gitea#27551)
  * Restore warning commit status (go-gitea#27504) (go-gitea#27529)
  * Add Index to `action.user_id` (go-gitea#27403) (go-gitea#27425)
  * Add protected branch name description (go-gitea#27257) (go-gitea#27351)
  * Add logs for data broken of comment review (go-gitea#27326) (go-gitea#27345)
  * Add Index to `comment.dependent_issue_id` (go-gitea#27325) (go-gitea#27340)
  * Update go-enry to 2.8.5 (go-gitea#27215) (go-gitea#27217)
  * Add index to `issue_user.issue_id` (go-gitea#27154) (go-gitea#27158)
  * Upgrading the actions/checkout@4 (go-gitea#27096)
  * Drop Node.js 16 and update js dependencies (go-gitea#27094)
  * Apply lng2020 to maintainers (go-gitea#27068)
  * Update snap package (go-gitea#27021)
  * Fix: typo (go-gitea#27009)
  * Improve hint when uploading a too large avatar (go-gitea#26935)
  * Add @chenrui333 as maintainer (go-gitea#26917)
  * Improve DeleteByID (go-gitea#26904)
  * Expanding documentation in queue.go (go-gitea#26889)
  * Relocate the `RSS user feed` button (go-gitea#26882)
  * Replace deprecated `elliptic.Marshal` (go-gitea#26800)
  * Updating the js libraries to latest version. (go-gitea#26795)
  * Use Go 1.21 for golangci-lint (go-gitea#26786)
  * Add auth-required to config.json for Cargo http registry (go-gitea#26729)
  * Update JS dependencies (go-gitea#26586)
  * Always show usernames in reaction tooltips (go-gitea#26444)
  * Make `user-content-* ` consistent with github (go-gitea#26388)
  * Do not highlight `#number` in documents (go-gitea#26365)
  * Fix display problems of members and teams unit (go-gitea#26363)
  * Fix 404 error when remove self from an organization (go-gitea#26362)
  * Use yellow if an approved review is stale (go-gitea#26312)
  * Add locale for deleted head branch (go-gitea#26296)
  * Remove nonsense `<a>` for commit status check icon (go-gitea#26287)
  * Add some Wiki unit tests (go-gitea#26260)
  * Improve multiple strings in en-US locale (go-gitea#26213)
  * Fix typo in metadata (go-gitea#26207)
  * Improve clickable area in repo action view page (go-gitea#26115)
  * Fix minor capitalization error in string (go-gitea#26100)
  * Remove nfnt/resize and oliamb/cutter (go-gitea#25999)
  * Bump github.com/golang-jwt/jwt to v5 (go-gitea#25975)
  * Fix "Flash" message usage (go-gitea#25895)
  * Improve display of Labels/Projects/Assignees sort options (go-gitea#25886)
  * Remove ref name in PR commits page (go-gitea#25876)
  * Add error info if no user can fork the repo (go-gitea#25820)
  * Upgrade go dependencies (go-gitea#25819)
  * Fix `ref` for workflows triggered by `pull_request_target` (go-gitea#25743)
  * Fix broken translations for package documantion (go-gitea#25742)
  * Use frontend fetch for branch dropdown component (go-gitea#25719)
  * Add unit test for `HashAvatar` (go-gitea#25662)
  * Correct translation wrong format (go-gitea#25643)
  * Add elapsed time on debug for slow git commands (go-gitea#25642)
  * Get latest commit statuses from database instead of git data on dashboard for repositories (go-gitea#25605)
  * Adding  branch-name copy  to clipboard branches screen. (go-gitea#25596)
  * Only show 'Manage Account Links' when necessary (go-gitea#25311)
  * Improve 'Privacy' section in profile settings (go-gitea#25309)
  * Substitute variables in path names of template repos too (go-gitea#25294)
  * Use fetch to send requests to create issues/comments (go-gitea#25258)
  * Reduce unnecessary DB queries for Actions tasks (go-gitea#25199)
  * Modify the content format of the Feishu webhook (go-gitea#25106)
  * Support changing labels of Actions runner without re-registration (go-gitea#24806)

v1.20.5

Toggle v1.20.5's commit message

Verified

This tag was signed with the committer’s verified signature.
lunny Lunny Xiao
* ENHANCEMENTS

  * Fix z-index on markdown completion (go-gitea#27237) (go-gitea#27242 & go-gitea#27238)
  * Use secure cookie for HTTPS sites (go-gitea#26999) (go-gitea#27013)
* BUGFIXES
  * Fix git 2.11 error when checking IsEmpty (go-gitea#27393) (go-gitea#27396)
  * Allow get release download files and lfs files with oauth2 token format (go-gitea#26430) (go-gitea#27378)
  * Fix orphan check for deleted branch (go-gitea#27310) (go-gitea#27320)
  * Quote table `release` in sql queries (go-gitea#27205) (go-gitea#27219)
  * Fix release URL in webhooks (go-gitea#27182) (go-gitea#27184)
  * Fix successful return value for `SyncAndGetUserSpecificDiff` (go-gitea#27152) (go-gitea#27156)
  * fix pagination for followers and following (go-gitea#27127) (go-gitea#27138)
  * Fix issue templates when blank isses are disabled (go-gitea#27061) (go-gitea#27082)
  * Fix context cache bug & enable context cache for dashabord commits' authors(go-gitea#26991) (go-gitea#27017)
  * Fix INI parsing for value with trailing slash (go-gitea#26995) (go-gitea#27001)
  * Fix PushEvent NullPointerException jenkinsci/github-plugin (go-gitea#27203) (go-gitea#27249)
  * Fix organization field being null in POST /orgs/{orgid}/teams (go-gitea#27150) (go-gitea#27167 & go-gitea#27162)
  * Fix bug of review request number (go-gitea#27406) (go-gitea#27104)
* TESTING
  * services/wiki: Close() after error handling (go-gitea#27129) (go-gitea#27137)
* DOCS
  * Improve actions docs related to `pull_request` event (go-gitea#27126) (go-gitea#27145)
* MISC
  * Add logs for data broken of comment review (go-gitea#27326) (go-gitea#27344)
  * Load reviewer before sending notification (go-gitea#27063) (go-gitea#27064)

v1.22.0-dev

Toggle v1.22.0-dev's commit message

Verified

This tag was signed with the committer’s verified signature.
Start of the development of Gitea 1.22

v1.21.0-rc0

Toggle v1.21.0-rc0's commit message

Verified

This tag was signed with the committer’s verified signature.
* BREAKING

  * Restrict certificate type for builtin SSH server (go-gitea#26789)
  * Refactor to use urfave/cli/v2 (go-gitea#25959)
  * Move public asset files to the proper directory (go-gitea#25907)
  * Remove commit status running and warning to align GitHub (go-gitea#25839)
  * Remove "CHARSET" config option for MySQL, always use "utf8mb4" (go-gitea#25413)
  * Set SSH_AUTHORIZED_KEYS_BACKUP to false (go-gitea#25412)
* SECURITY
  * Expanded minimum RSA Keylength to 3072 (go-gitea#26604)
* FEATURES
  * User details page (go-gitea#26713)
  * Chore(actions): support cron schedule task (go-gitea#26655)
  * Support rebuilding issue indexer manually (go-gitea#26546)
  * Allow to archive labels (go-gitea#26478)
  * Add disable workflow feature (go-gitea#26413)
  * Support `.git-blame-ignore-revs` file (go-gitea#26395)
  * Pre-register OAuth2 applications for git credential helpers (go-gitea#26291)
  * Add `Retry` button when creating a mirror-repo fails (go-gitea#26228)
  * Artifacts retention and auto clean up (go-gitea#26131)
  * Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (go-gitea#25974)
  * Implement auto-cancellation of concurrent jobs if the event is push (go-gitea#25716)
  * Newly pushed branches hints on repository home page (go-gitea#25715)
  * Display branch commit status (go-gitea#25608)
  * Add direct serving of package content (go-gitea#25543)
  * Add commits dropdown in PR files view and allow commit by commit review (go-gitea#25528)
  * Allow package cleanup from admin page (go-gitea#25307)
  * Batch delete issue and improve tippy opts (go-gitea#25253)
  * Show branches and tags that contain a commit (go-gitea#25180)
  * Add actor and status dropdowns to run list (go-gitea#25118)
  * Allow Organisations to have a E-Mail (go-gitea#25082)
  * Add codeowners feature (go-gitea#24910)
  * Support configuration variables on Gitea Actions (go-gitea#24724)
  * Support downloading raw task logs (go-gitea#24451)
* API
  * Allow empty Conan files (go-gitea#27092)
  * Next round of `db.DefaultContext` refactor (go-gitea#27089)
  * Fix token endpoints ignore specified account (go-gitea#27080)
  * Reduce usage of `db.DefaultContext` (go-gitea#27073)
  * Make SSPI auth mockable (go-gitea#27036)
  * Extract auth middleware from service (go-gitea#27028)
  * Add `RemoteAddress` to mirrors (go-gitea#26952)
  * Feat(API): add routes and functions for managing user's secrets (go-gitea#26909)
  * Feat(API): add secret deletion functionality for repository (go-gitea#26808)
  * Feat(API): add route and implementation for creating/updating repository secret (go-gitea#26766)
  * Add Upload URL to release API (go-gitea#26663)
  * Feat(API): update and delete secret for managing organization secrets (go-gitea#26660)
  * Feat: implement organization secret creation API (go-gitea#26566)
  * Add API route to list org secrets (go-gitea#26485)
  * Set commit id when ref used explicitly (go-gitea#26447)
  * PATCH branch-protection updates check list even when checks are disabled (go-gitea#26351)
  * Add file status for API "Get a single commit from a repository" (go-gitea#16205) (go-gitea#25831)
  * Add API for changing Avatars (go-gitea#25369)
* ENHANCEMENTS
  * Increase auth provider icon size on login page (go-gitea#27122)
  * Remove a `gt-float-right` and some unnecessary helpers (go-gitea#27110)
  * Change green buttons to primary color (go-gitea#27099)
  * Use db.WithTx for AddTeamMember to avoid ctx abuse (go-gitea#27095)
  * Use `print` instead of `printf` (go-gitea#27093)
  * More refactoring of `db.DefaultContext` (go-gitea#27083)
  * Remove the useless function `GetUserIssueStats` and move relevant tests to `indexer_test.go` (go-gitea#27067)
  * Search branches (go-gitea#27055)
  * Display all user types and org types on admin management UI (go-gitea#27050)
  * Ui correction in mobile view nav bar left aligned items. (go-gitea#27046)
  * Chroma color tweaks (go-gitea#26978)
  * Move some functions to service layer (go-gitea#26969)
  * Improve "language stats" UI (go-gitea#26968)
  * Replace `util.SliceXxx`  with `slices.Xxx` (go-gitea#26958)
  * Refactor dashboard/feed.tmpl (go-gitea#26956)
  * Move repository deletion to service layer (go-gitea#26948)
  * Fix the missing repo count (go-gitea#26942)
  * Extract common code to new template (go-gitea#26933)
  * Move createrepository from module to service layer (go-gitea#26927)
  * Move notification interface to services layer (go-gitea#26915)
  * Fix the secret regexp pattern on web page (go-gitea#26910)
  * Move feed notification service layer (go-gitea#26908)
  * Move ui notification to service layer (go-gitea#26907)
  * Move indexer notification to service layer (go-gitea#26906)
  * Move mail notification logic to service layer (go-gitea#26905)
  * Extract common code to new template (go-gitea#26903)
  * Show queue's active worker number (go-gitea#26896)
  * Fix media description render for orgmode (go-gitea#26895)
  * Remove CSS `has` selector and improve various styles (go-gitea#26891)
  * Refactor "shortsha" (go-gitea#26877)
  * Refactor `og:description` to limit the max length (go-gitea#26876)
  * Move web/api context related testing function into a separate package (go-gitea#26859)
  * S3: log human readable error on connection failure (go-gitea#26856)
  * Improve opengraph previews (go-gitea#26851)
  * Add more descriptive error on forgot password page (go-gitea#26848)
  * Show always repo count in header (go-gitea#26842)
  * Remove "TODO" tasks from CSS file (go-gitea#26835)
  * Render code blocks in repo description (go-gitea#26830)
  * Minor dashboard tweaks, fix flex-list margins (go-gitea#26829)
  * Remove polluted `.ui.right` (go-gitea#26825)
  * Display archived labels specially when listing labels (go-gitea#26820)
  * Remove polluted ".ui.left" style (go-gitea#26809)
  * Make it posible to customize nav text color via css var (go-gitea#26807)
  * Refactor lfs requests (go-gitea#26783)
  * Improve flex list item padding (go-gitea#26779)
  * Remove fomantic `text` module (go-gitea#26777)
  * Remove fomantic `item` module (go-gitea#26775)
  * Remove redundant nil check in `WalkGitLog` (go-gitea#26773)
  * Reduce some allocations in type conversion (go-gitea#26772)
  * Refactor some CSS styles and simplify code (go-gitea#26771)
  * Unify `border-radius` behavior (go-gitea#26770)
  * Improve modal dialog UI (go-gitea#26764)
  * Allow "latest" to be used in release vTag when downloading file (go-gitea#26748)
  * Adding hint `Archived` to archive label. (go-gitea#26741)
  * Move `modules/mirror` to `services` (go-gitea#26737)
  * Add "dir=auto" for input/textarea elements by default (go-gitea#26735)
  * Simplify helper CSS classes and avoid abuse (go-gitea#26728)
  * Make web context initialize correctly for different cases (go-gitea#26726)
  * Focus editor on "Write" tab click (go-gitea#26714)
  * Remove incorrect CSS helper classes (go-gitea#26712)
  * Fix review bar misalignment (go-gitea#26711)
  * Add reverseproxy auth for API back with default disabled (go-gitea#26703)
  * Add default label in branch select list (go-gitea#26697)
  * Improve Image Diff UI (go-gitea#26696)
  * Fixed text overflow in dropdown menu (go-gitea#26694)
  * [Refactor] getIssueStatsChunk to move inner function into own one (go-gitea#26671)
  * Remove fomantic loader module (go-gitea#26670)
  * Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (go-gitea#26658)
  * Improve some flex layouts (go-gitea#26649)
  * Use line-height: normal by default (go-gitea#26635)
  * Improve the branch selector tab UI (go-gitea#26631)
  * Improve show role (go-gitea#26621)
  * Remove avatarHTML from template helpers (go-gitea#26598)
  * Allow text selection in actions step header (go-gitea#26588)
  * Improve translation of milestone filters (go-gitea#26569)
  * Rewrite the DiffFileTreeItem and fix misalignment (go-gitea#26565)
  * Add optimistic lock to ActionRun table (go-gitea#26563)
  * Update team invitation email link (go-gitea#26550)
  * Differentiate better between user settings and admin settings (go-gitea#26538)
  * Check disabled workflow when rerun jobs (go-gitea#26535)
  * Improve deadline icon location in milestone list page (go-gitea#26532)
  * Improve repo sub menu (go-gitea#26531)
  * Fix the display of org level badges (go-gitea#26504)
  * Rename `Sync2` -> `Sync` (go-gitea#26479)
  * Fix stderr usages (go-gitea#26477)
  * Remove fomantic transition module (go-gitea#26469)
  * Refactor tests (go-gitea#26464)
  * Refactor project templates (go-gitea#26448)
  * Fall back to esbuild for css minify (go-gitea#26445)
  * Use correct pull request commit link instead of a generic commit link (go-gitea#26434)
  * Refactor "editorconfig" (go-gitea#26391)
  * Remove unnecessary template helper repoAvatar (go-gitea#26387)
  * Remove unnecessary template helper DisableGravatar (go-gitea#26386)
  * Use template context function for avatar rendering (go-gitea#26385)
  * Rename code_langauge.go to code_language.go (go-gitea#26377)
  * Use more `IssueList` instead of `[]*Issue` (go-gitea#26369)
  * Improve CLI and messages (go-gitea#26341)
  * Refactor backend SVG package and add tests (go-gitea#26335)
  * Add link to job details and tooltip to commit status in repo list in dashboard (go-gitea#26326)
  * Remove commit load branches and tags in wiki repo (go-gitea#26304)
  * Add highlight to selected repos in milestone dashboard (go-gitea#26300)
  * Delete `issue_service.CreateComment` (go-gitea#26298)
  * Do not show Profile README when repository is private (go-gitea#26295)
  * Tweak actions menu (go-gitea#26278)
  * Start using template context function (go-gitea#26254)
  * Use calendar icon for `Joined on...` in profiles (go-gitea#26215)
  * Add 'Show on a map' button to Location in profile, fix layout (go-gitea#26214)
  * Render plaintext task list items for markdown files (go-gitea#26186)
  * Add tooltip to describe LFS table column and color `delete LFS file` button red (go-gitea#26181)
  * Release attachments duplicated check (go-gitea#26176)
  * De-emphasize issue sidebar buttons (go-gitea#26171)
  * Fixing the align of commit stats in commit_page template. (go-gitea#26161)
  * Allow editing push mirrors after creation (go-gitea#26151)
  * Move web JSON functions to web context and simplify code (go-gitea#26132)
  * Refactor improve NoBetterThan (go-gitea#26126)
  * Remove `db.DefaultContext` in `routers/` and `cmd/` (go-gitea#26076)
  * Improve "gitea doctor" sub-command and fix "help" commands (go-gitea#26072)
  * Add context parameter to some database functions (go-gitea#26055)
  * Docusaurus-ify (go-gitea#26051)
  * Improve text for empty issue/pr description (go-gitea#26047)
  * Fix the truncate and alignment problem for some admin tables (go-gitea#26042)
  * Categorize admin settings sidebar panel (go-gitea#26030)
  * Remove redundant "RouteMethods" method (go-gitea#26024)
  * Refactor and enhance issue indexer to support both searching, filtering and paging (go-gitea#26012)
  * Add a link to OpenID Issuer URL in WebFinger response (go-gitea#26000)
  * Replace gogs/cron with go-co-op/gocron (go-gitea#25977)
  * Fix UI for release tag page / wiki page / subscription page (go-gitea#25948)
  * Support copy protected branch from template repository (go-gitea#25889)
  * Fix margin on the new/edit project page. (go-gitea#25885)
  * Show image size on view page (go-gitea#25884)
  * Allow the use of alternative net.Listener implementations by downstreams (go-gitea#25855)
  * Refactor "Content" for file uploading (go-gitea#25851)
  * Show edit title button on commits tab of PR, too (go-gitea#25791)
  * Introduce `flex-list` & `flex-item` elements for Gitea UI (go-gitea#25790)
  * Don't stack PR tab menu on small screens (go-gitea#25789)
  * Repository Archived text title center align (go-gitea#25767)
  * Make route middleware/handler mockable (go-gitea#25766)
  * Restructure issue list template, styles (go-gitea#25750)
  * Move issue filters to shared template (go-gitea#25729)
  * Add open/closed field support for issue index (go-gitea#25708)
  * Some less naked returns (go-gitea#25682)
  * Fix inconsistent user profile layout across tabs (go-gitea#25625)
  * Update emoji set to Unicode 15 (go-gitea#25595)
  * Move some files under repo/setting (go-gitea#25585)
  * Add custom ansi colors and CSS variables for them (go-gitea#25546)
  * Add log line anchor for action logs (go-gitea#25532)
  * Use flex instead of float for sort button and search input (go-gitea#25519)
  * Fix migrate page layout on mobile (go-gitea#25507)
  * Update octicons and use `octicon-file-directory-symlink` (go-gitea#25453)
  * Add toasts to UI (go-gitea#25449)
  * Fine tune project board label colors and modal content background (go-gitea#25419)
  * Import additional secrets via file uri (go-gitea#25408)
  * Switch to ansi_up for ansi rendering in actions (go-gitea#25401)
  * Store and use seconds for timeline time comments (go-gitea#25392)
  * Support displaying diff stats in PR tab bar (go-gitea#25387)
  * Use fetch form action for lock/unlock/pin/unpin on sidebar (go-gitea#25380)
  * Refactor: TotalTimest return seconds (go-gitea#25370)
  * Navbar styling rework (go-gitea#25343)
  * Introduce shared template for search inputs (go-gitea#25338)
  * Fix tags line no margin see go-gitea#25255 (go-gitea#25280)
  * Change form actions to fetch for submit review box (go-gitea#25219)
  * Improve AJAX link and modal confirm dialog (go-gitea#25210)
  * Disable `Create column` button while the column name is empty (go-gitea#25192)
  * Refactor indexer (go-gitea#25174)
  * Adjust style for action run list (align icons, adjust padding) (go-gitea#25170)
  * Remove duplicated functions when deleting a branch (go-gitea#25128)
  * Make confusable character warning less jarring (go-gitea#25069)
  * Highlight viewed files differently in the PR filetree (go-gitea#24956)
  * Fix duplicate Reviewed-by trailers (go-gitea#24796)
  * Resolve issue with sort icons on admin/users and admin/runners (go-gitea#24360)
  * Split lfs size from repository size (go-gitea#22900)
  * Sync branches into databases (go-gitea#22743)
  * Disable run user change in installation page (go-gitea#22499)
  * Add merge files files to GetCommitFileStatus (go-gitea#20515)
  * Show OpenID Connect and OAuth on signup page (go-gitea#20242)
* BUGFIXES
  * Fix: treat tab "overview" as "repositories" in user profiles without readme (go-gitea#27124)
  * Fix NPE when editing OAuth2 applications (go-gitea#27078)
  * Fix the incorrect route path in the user edit page. (go-gitea#27007)
  * Allow users with write permissions for issues to add attachments with API (go-gitea#26837)
  * Make "link-action" backend code respond correct JSON content (go-gitea#26680)
  * Fix NPM packages name validation (go-gitea#26595)
  * Return empty when searching issues with no repos (go-gitea#26545)
  * Explain SearchOptions and fix ToSearchOptions (go-gitea#26542)
  * Add missing triggers to update issue indexer (go-gitea#26539)
  * Handle base64 decoding correctly to avoid panic (go-gitea#26483)
  * Avoiding accessing undefined mentionValues (go-gitea#26461)
  * Fix incorrect redirection in new issue using references (go-gitea#26440)
  * Fix the bug when getting files changed for `pull_request_target` event (go-gitea#26320)
  * Remove IsWarning in  tmpl (go-gitea#26120)
  * Fix loading `LFS_JWT_SECRET` from wrong section (go-gitea#26109)
  * Fixing redirection issue for logged-in users (go-gitea#26105)
  * Update minimum password length requirements (go-gitea#25946)
  * Do not "guess" the file encoding/BOM when using API to upload files (go-gitea#25828)
  * Fix issues indexer document mapping (go-gitea#25619)
  * Use JSON response for "user/logout" (go-gitea#25522)
  * Link to existing PR when trying to open a new PR on the same branches (go-gitea#25494)
  * Do not publish docker release images on `-dev` tags (go-gitea#25471)
  * Support `pull_request_target` event (go-gitea#25229)
* TESTING
  * Add tests for db indexer in indexer_test.go (go-gitea#27087)
  * Speed up TestEventSourceManagerRun (go-gitea#26262)
  * Add unit test for user renaming (go-gitea#26261)
  * Improve unit test for caching (go-gitea#26185)
* TRANSLATION
  * Add locale for deleted head branch (go-gitea#26296)
  * Improve multiple strings in en-US locale (go-gitea#26213)
  * Fix broken translations for package documantion (go-gitea#25742)
  * Correct translation wrong format (go-gitea#25643)
* BUILD
  * Use Go 1.21 and update dependencies (go-gitea#26878)
  * Bump go to 1.21 (go-gitea#26608)
  * Bump xgo to go-1.21.x and node to 20 in release-version (go-gitea#26589)
  * Add template linting via djlint (go-gitea#25212)
* DOCS
  * Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions (go-gitea#27119)
  * Update brew installation documentation since gitea moved to brew core package (go-gitea#27070)
  * Actions are no longer experimental, so enable them by default (go-gitea#27054)
  * Add v1.20.4 changelog (go-gitea#26974)
  * Add a documentation note for Windows Service (go-gitea#26938)
  * Add sparse url in cargo package guide (go-gitea#26937)
  * Update nginx recommendations (go-gitea#26924)
  * Update backup instructions to align with archive structure (go-gitea#26902)
  * Update info regarding internet connection for build (go-gitea#26776)
  * Docs: template variables (go-gitea#26547)
  * Update index doc (go-gitea#26455)
  * Update zh-cn documentation (go-gitea#26406)
  * Fix typos and grammer problems for actions documentation (go-gitea#26328)
  * Update documentation for 1.21 actions (go-gitea#26317)
  * Doc update swagger doc for POST /orgs/{org}/teams (go-gitea#26155)
  * Doc sync authentication.md to zh-cn (go-gitea#26117)
  * Doc guide the user to create the appropriate level runner (go-gitea#26091)
  * Make organization redirect warning more clear (go-gitea#26077)
  * Update blog links (go-gitea#25843)
  * Fix default value for LocalURL (go-gitea#25426)
  * Update `from-source.zh-cn.md` & `from-source.en-us.md` - Cross Compile Using Zig (go-gitea#25194)
* MISC
  * Upgrading the actions/checkout@4 (go-gitea#27096)
  * Drop Node.js 16 and update js dependencies (go-gitea#27094)
  * Apply lng2020 to maintainers (go-gitea#27068)
  * Update snap package (go-gitea#27021)
  * Fix: typo (go-gitea#27009)
  * Improve hint when uploading a too large avatar (go-gitea#26935)
  * Add @chenrui333 as maintainer (go-gitea#26917)
  * Improve DeleteByID (go-gitea#26904)
  * Expanding documentation in queue.go (go-gitea#26889)
  * Relocate the `RSS user feed` button (go-gitea#26882)
  * Replace deprecated `elliptic.Marshal` (go-gitea#26800)
  * Updating the js libraries to latest version. (go-gitea#26795)
  * Use Go 1.21 for golangci-lint (go-gitea#26786)
  * Add auth-required to config.json for Cargo http registry (go-gitea#26729)
  * Update JS dependencies (go-gitea#26586)
  * Always show usernames in reaction tooltips (go-gitea#26444)
  * Make `user-content-* ` consistent with github (go-gitea#26388)
  * Do not highlight `#number` in documents (go-gitea#26365)
  * Fix display problems of members and teams unit (go-gitea#26363)
  * Fix 404 error when remove self from an organization (go-gitea#26362)
  * Use yellow if an approved review is stale (go-gitea#26312)
  * Remove nonsense `<a>` for commit status check icon (go-gitea#26287)
  * Add some Wiki unit tests (go-gitea#26260)
  * Fix typo in metadata (go-gitea#26207)
  * Improve clickable area in repo action view page (go-gitea#26115)
  * Fix minor capitalization error in string (go-gitea#26100)
  * Remove nfnt/resize and oliamb/cutter (go-gitea#25999)
  * Bump github.com/golang-jwt/jwt to v5 (go-gitea#25975)
  * Fix "Flash" message usage (go-gitea#25895)
  * Improve display of Labels/Projects/Assignees sort options (go-gitea#25886)
  * Remove ref name in PR commits page (go-gitea#25876)
  * Add error info if no user can fork the repo (go-gitea#25820)
  * Upgrade go dependencies (go-gitea#25819)
  * Fix `ref` for workflows triggered by `pull_request_target` (go-gitea#25743)
  * Use frontend fetch for branch dropdown component (go-gitea#25719)
  * Add unit test for `HashAvatar` (go-gitea#25662)
  * Add elapsed time on debug for slow git commands (go-gitea#25642)
  * Get latest commit statuses from database instead of git data on dashboard for repositories (go-gitea#25605)
  * Adding  branch-name copy  to clipboard branches screen. (go-gitea#25596)
  * Only show 'Manage Account Links' when necessary (go-gitea#25311)
  * Improve 'Privacy' section in profile settings (go-gitea#25309)
  * Substitute variables in path names of template repos too (go-gitea#25294)
  * Use fetch to send requests to create issues/comments (go-gitea#25258)
  * Reduce unnecessary DB queries for Actions tasks (go-gitea#25199)
  * Modify the content format of the Feishu webhook (go-gitea#25106)
  * Actions Artifacts support uploading multiple files and directories (go-gitea#24874)
  * Support changing labels of Actions runner without re-registration (go-gitea#24806)