Tags: pitpalme/gitea
Tags
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)
* 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)
* 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)
* 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)
* SECURITY * Check blocklist for emails when adding them to account (go-gitea#26812) (go-gitea#26831) * ENHANCEMENTS * Add `branch_filter` to hooks API endpoints (go-gitea#26599) (go-gitea#26632) * Fix incorrect "tabindex" attributes (go-gitea#26733) (go-gitea#26734) * Use line-height: normal by default (go-gitea#26635) (go-gitea#26708) * Fix unable to display individual-level project (go-gitea#26198) (go-gitea#26636) * BUGFIXES * Fix wrong review requested number (go-gitea#26784) (go-gitea#26880) * Avoid double-unescaping of form value (go-gitea#26853) (go-gitea#26863) * Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank issues are disabled (go-gitea#26813) (go-gitea#26847) * Sync tags when adopting repos (go-gitea#26816) (go-gitea#26834) * Fix verifyCommits error when push a new branch (go-gitea#26664) (go-gitea#26810) * Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (go-gitea#26759) (go-gitea#26806) * Fix some slice append usages (go-gitea#26778) (go-gitea#26798) * Add fix incorrect can_create_org_repo for org owner team (go-gitea#26683) (go-gitea#26791) * Fix bug for ctx usage (go-gitea#26763) * Make issue template field template access correct template data (go-gitea#26698) (go-gitea#26709) * Use correct minio error (go-gitea#26634) (go-gitea#26639) * Ignore the trailing slashes when comparing oauth2 redirect_uri (go-gitea#26597) (go-gitea#26618) * Set errwriter for urfave/cli v1 (go-gitea#26616) * Fix reopen logic for agit flow pull request (go-gitea#26399) (go-gitea#26613) * Fix context filter has no effect in dashboard (go-gitea#26695) (go-gitea#26811) * Fix being unable to use a repo that prohibits accepting PRs as a PR source. (go-gitea#26785) (go-gitea#26790) * Fix Page Not Found error (go-gitea#26768)
* BREAKING * Fix the wrong derive path (go-gitea#26271) (go-gitea#26318) * SECURITY * Fix API leaking Usermail if not logged in (go-gitea#25097) (go-gitea#26350) * FEATURES * Add ThreadID parameter for Telegram webhooks (go-gitea#25996) (go-gitea#26480) * ENHANCEMENTS * Add minimum polyfill to support "relative-time-element" in PaleMoon (go-gitea#26575) (go-gitea#26578) * Fix dark theme highlight for "NameNamespace" (go-gitea#26519) (go-gitea#26527) * Detect ogg mime-type as audio or video (go-gitea#26494) (go-gitea#26505) * Use `object-fit: contain` for oauth2 custom icons (go-gitea#26493) (go-gitea#26498) * Move dropzone progress bar to bottom to show filename when uploading (go-gitea#26492) (go-gitea#26497) * Remove last newline from config file (go-gitea#26468) (go-gitea#26471) * Minio: add missing region on client initialization (go-gitea#26412) (go-gitea#26438) * Add pull request review request webhook event (go-gitea#26401) (go-gitea#26407) * Fix text truncate (go-gitea#26354) (go-gitea#26384) * Fix incorrect color of selected assignees when create issue (go-gitea#26324) (go-gitea#26372) * Display human-readable text instead of cryptic filemodes (go-gitea#26352) (go-gitea#26358) * Hide `last indexed SHA` when a repo could not be indexed yet (go-gitea#26340) (go-gitea#26345) * Fix the topic validation rule and suport dots (go-gitea#26286) (go-gitea#26303) * Fix due date rendering the wrong date in issue (go-gitea#26268) (go-gitea#26274) * Don't autosize textarea in diff view (go-gitea#26233) (go-gitea#26244) * Fix commit compare style (go-gitea#26209) (go-gitea#26226) * Warn instead of reporting an error when a webhook cannot be found (go-gitea#26039) (go-gitea#26211) * BUGFIXES * Use "input" event instead of "keyup" event for migration form (go-gitea#26602) (go-gitea#26605) * Do not use deprecated log config options by default (go-gitea#26592) (go-gitea#26600) * Fix "issueReposQueryPattern does not match query" (go-gitea#26556) (go-gitea#26564) * Sync repo's IsEmpty status correctly (go-gitea#26517) (go-gitea#26560) * Fix project filter bugs (go-gitea#26490) (go-gitea#26558) * Use `hidden` over `clip` for text truncation (go-gitea#26520) (go-gitea#26522) * Set "type=button" for editor's toolbar buttons (go-gitea#26510) (go-gitea#26518) * Fix NuGet search endpoints (go-gitea#25613) (go-gitea#26499) * Fix storage path logic especially for relative paths (go-gitea#26441) (go-gitea#26481) * Close stdout correctly for "git blame" (go-gitea#26470) (go-gitea#26473) * Check first if minio bucket exists before trying to create it (go-gitea#26420) (go-gitea#26465) * Avoiding accessing undefined tributeValues go-gitea#26461 (go-gitea#26462) * Call git.InitSimple for runRepoSyncReleases (go-gitea#26396) (go-gitea#26450) * Add transaction when creating pull request created dirty data (go-gitea#26259) (go-gitea#26437) * Fix wrong middleware sequence (go-gitea#26428) (go-gitea#26436) * Fix admin queue page title and fix CI failures (go-gitea#26409) (go-gitea#26421) * Introduce ctx.PathParamRaw to avoid incorrect unescaping (go-gitea#26392) (go-gitea#26405) * Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueIndex (go-gitea#26279) (go-gitea#26368) * Fix incorrect CLI exit code and duplicate error message (go-gitea#26346) (go-gitea#26347) * Prevent newline errors with Debian packages (go-gitea#26332) (go-gitea#26342) * Fix bug with sqlite load read (go-gitea#26305) (go-gitea#26339) * Make git batch operations use parent context timeout instead of default timeout (go-gitea#26325) (go-gitea#26330) * Support getting changed files when commit ID is `EmptySHA` (go-gitea#26290) (go-gitea#26316) * Clarify the logger's MODE config option (go-gitea#26267) (go-gitea#26281) * Use shared template for webhook icons (go-gitea#26242) (go-gitea#26246) * Fix pull request check list is limited (go-gitea#26179) (go-gitea#26245) * Fix attachment clipboard copy on insecure origin (go-gitea#26224) (go-gitea#26231) * Fix access check for org-level project (go-gitea#26182) (go-gitea#26223) * DOCS * Update upgrade documentation to add a check for deprecated configurations (go-gitea#26451) (go-gitea#26452) * Remove backslashed newlines on markdown (go-gitea#26344) (go-gitea#26348) * MISC * Improve profile readme rendering (go-gitea#25988) (go-gitea#26453) * [docs] Add missing backtick in quickstart.zh-cn.md (go-gitea#26349) (go-gitea#26357) * Upgrade x/net to 0.13.0 (go-gitea#26301)
* ENHANCEMENTS * Calculate MAX_WORKERS default value by CPU number (go-gitea#26177) (go-gitea#26183) * Display deprecated warning in admin panel pages as well as in the log file (go-gitea#26094) (go-gitea#26154) * BUGFIXES * Fix allowed user types setting problem (go-gitea#26200) (go-gitea#26206) * Fix handling of plenty Nuget package versions (go-gitea#26075) (go-gitea#26173) * Fix UI regression of asciinema player (go-gitea#26159) (go-gitea#26162) * Fix LFS object list style (go-gitea#26133) (go-gitea#26147) * Fix allowed user types setting problem (go-gitea#26200) (go-gitea#26206) * Prevent primary key update on migration (go-gitea#26192) (go-gitea#26199) * Fix bug when pushing to a pull request which enabled dismiss approval automatically (go-gitea#25882) (go-gitea#26158) * Fix bugs in LFS meta garbage collection (go-gitea#26122) (go-gitea#26157) * Update xorm version (go-gitea#26128) (go-gitea#26150) * Remove "misc" scope check from public API endpoints (go-gitea#26134) (go-gitea#26149) * Fix CLI allowing creation of access tokens with existing name (go-gitea#26071) (go-gitea#26144) * Fix incorrect router logger (go-gitea#26137) (go-gitea#26143) * Improve commit graph alignment and truncating (go-gitea#26112) (go-gitea#26127) * Avoid writing config file if not installed (go-gitea#26107) (go-gitea#26113) * Fix escape problems in the branch selector (go-gitea#25875) (go-gitea#26103) * Fix handling of Debian files with trailing slash (go-gitea#26087) (go-gitea#26098) * Fix Missing 404 swagger response docs for /admin/users/{username} (go-gitea#26086) (go-gitea#26089) * Use stderr as fallback if the log file can't be opened (go-gitea#26074) (go-gitea#26083) * Increase table cell horizontal padding (go-gitea#26140) (go-gitea#26142) * Fix wrong workflow status when rerun a job in an already finished workflow (go-gitea#26119) (go-gitea#26124) * Fix duplicated url prefix on issue context menu (go-gitea#26066) (go-gitea#26067)
* SECURITY * Disallow dangerous URL schemes (go-gitea#25960) (go-gitea#25964) * ENHANCEMENTS * Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled (go-gitea#25947) (go-gitea#25972) * Make pending commit status yellow again (go-gitea#25935) (go-gitea#25968) * BUGFIXES * Fix version in rpm repodata/primary.xml.gz (go-gitea#26009) (go-gitea#26048) * Fix env config parsing for "GITEA____APP_NAME" (go-gitea#26001) (go-gitea#26013) * ParseScope with owner/repo always sets owner to zero (go-gitea#25987) (go-gitea#25989) * Fix SSPI auth panic (go-gitea#25955) (go-gitea#25969) * Avoid creating directories when loading config (go-gitea#25944) (go-gitea#25957) * Make environment-to-ini work with INSTALL_LOCK=true (go-gitea#25926) (go-gitea#25937) * Ignore `runs-on` with expressions when warning no matched runners (go-gitea#25917) (go-gitea#25933) * Avoid opening/closing PRs which are already merged (go-gitea#25883) (go-gitea#25903) * DOCS * RPM Registry: Show zypper commands for SUSE based distros as well (go-gitea#25981) (go-gitea#26020) * Correctly refer to dev tags as nightly in the docker docs (go-gitea#26004) (go-gitea#26019) * Update path related documents (go-gitea#25417) (go-gitea#25982) * MISC * Adding remaining enum for migration repo model type. (go-gitea#26021) (go-gitea#26034) * Fix the route for pull-request's authors (go-gitea#26016) (go-gitea#26018) * Fix commit status color on dashboard repolist (go-gitea#25993) (go-gitea#25998) * Avoid hard-coding height in language dropdown menu (go-gitea#25986) (go-gitea#25997) * Add shutting down notice (go-gitea#25920) (go-gitea#25922) * Fix incorrect milestone count when provide a keyword (go-gitea#25880) (go-gitea#25904)
PreviousNext