+
Skip to content

Tags: jpraet/gitea

Tags

v1.14.0-rc2

Toggle v1.14.0-rc2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
6543 6543
v1.14.0-rc2

* SECURITY
  * Fix bug on avatar middleware (go-gitea#15124) (go-gitea#15125)
  * Fix another clusterfuzz identified issue (go-gitea#15096) (go-gitea#15113)
  * Update to goldmark 1.3.3 (go-gitea#15059) (go-gitea#15060)
* BUGFIXES
  * Fix the v176 migration (go-gitea#15110) (go-gitea#15111)
  * Fix double 'push tag' action feed (go-gitea#15078) (go-gitea#15083)
  * Remove possible resource leak (go-gitea#15067) (go-gitea#15082)
  * Handle unauthorized user events gracefully (go-gitea#15071) (go-gitea#15074)

v1.13.6

Toggle v1.13.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
6543 6543
v1.13.6

* SECURITY
  * Fix bug on avatar middleware (go-gitea#15124) (go-gitea#15125)
  * Fix another clusterfuzz identified issue (go-gitea#15096) (go-gitea#15114)
* API
  * Fix nil exeption for get pull reviews API go-gitea#15104 (go-gitea#15106)
* BUGFIXES
  * Fix markdown rendering in milestone content (go-gitea#15056) (go-gitea#15092)

v1.13.5

Toggle v1.13.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
6543 6543
v1.13.5

* SECURITY
  * Update to goldmark 1.3.3 (go-gitea#15059) (go-gitea#15061)
* API
  * Fix set milestone on PR creation (go-gitea#14981) (go-gitea#15001)
  * Prevent panic when editing forked repos by API (go-gitea#14960) (go-gitea#14963)
* BUGFIXES
  * Fix bug when upload on web (go-gitea#15042) (go-gitea#15055)
  * Delete Labels & IssueLabels on Repo Delete too (go-gitea#15039) (go-gitea#15051)
  * another clusterfuzz spotted issue (go-gitea#15032) (go-gitea#15034)
  * Fix postgres ID sequences broken by recreate-table (go-gitea#15015) (go-gitea#15029)
  * Fix several render issues (go-gitea#14986) (go-gitea#15013)
  * Make sure sibling images get a link too (go-gitea#14979) (go-gitea#14995)
  * Fix Anchor jumping with escaped query components (go-gitea#14969) (go-gitea#14977)
  * fix release mail html template (go-gitea#14976)
  * Fix excluding more than two labels on issues list (go-gitea#14962) (go-gitea#14973)
  * don't mark each comment poster as OP (go-gitea#14971) (go-gitea#14972)
  * Add "captcha" to list of reserved usernames (go-gitea#14930)
  * Re-enable import local paths after reversion from go-gitea#13610 (go-gitea#14925) (go-gitea#14927)

Verified

This tag was signed with the committer’s verified signature. The key has expired.

v1.14.0-rc1

Toggle v1.14.0-rc1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
1.14.0-rc1

* SECURITY
  * Respect approved email domain list for externally validated user registration (go-gitea#15014)
  * Add reverse proxy configuration support for remote IP address detection (go-gitea#14959)
  * Ensure validation occurs on clone addresses too (go-gitea#14994)
  * Fix several render issues highlighted during fuzzing (go-gitea#14986)
* BREAKING
  * Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (go-gitea#14475)
  * Migrate from Macaron to Chi framework (go-gitea#14293)
  * Deprecate building for mips (go-gitea#14174)
  * Consolidate Logos and update README header (go-gitea#14136)
  * Inline manifest.json (go-gitea#14038)
  * Store repository data in data path if not previously set (go-gitea#13991)
  * Rename "gitea" png to "logo" (go-gitea#13974)
  * Standardise logging of failed authentication attempts in internal SSH (go-gitea#13962)
  * Add markdown support in organization description (go-gitea#13549)
  * Improve users management through the CLI (go-gitea#6001) (go-gitea#10492)
* FEATURES
  * Create a new issue with reference to lines of code from file view (go-gitea#14863)
  * Repository transfer has to be confirmed, if user can not create repo for new owner (go-gitea#14792)
  * Allow blocking some email domains from registering an account (go-gitea#14667)
  * Create a new issue based on reference to an issue comment (go-gitea#14366)
  * Add support to migrate from gogs (go-gitea#14342)
  * Add pager to the branches page (go-gitea#14202)
  * Minimal OpenID Connect implementation (go-gitea#14139)
  * Display current stopwatch in navbar (go-gitea#14122)
  * Display SVG files as images instead of text (go-gitea#14101)
  * Disable SSH key deletion of externally managed Keys (go-gitea#13985)
  * Add support for ed25519_sk and ecdsa_sk SSH keys (go-gitea#13462)
  * Add support for Mastodon OAuth2 provider (go-gitea#13293)
  * Add gitea sendmail command (go-gitea#13079)
  * Create DB session provider(based on xorm) (go-gitea#13031)
  * Add dismiss review feature (go-gitea#12674)
  * Make manual merge autodetection optional and add manual merge as merge method (go-gitea#12543)
  * Dump github/gitlab/gitea repository data to a local directory and restore to gitea (go-gitea#12244)
  * Create Rootless Docker image (go-gitea#10154)
* API
  * Get pull, return head branch sha, even if deleted (go-gitea#14931)
  * Export LFS & TimeTracking function status (go-gitea#14753)
  * Show Gitea version in swagger (go-gitea#14654)
  * Fix PATCH /repos/{owner}/{repo} panic (go-gitea#14637)
  * Add Restricted Field to User (go-gitea#14630)
  * Add support for ref parameter to get raw file API (go-gitea#14602)
  * Add affected files of commits to commit struct (go-gitea#14579)
  * Fix CJK fonts again and misc. font issues (go-gitea#14575)
  * Add delete release by tag & delete tag (go-gitea#14563) & (go-gitea#13358)
  * Add pagination to ListBranches (go-gitea#14524)
  * Add signoff option in commit form (go-gitea#14516)
  * GetRelease by tag only return release (go-gitea#14397)
  * Add MirrorInterval to the API (go-gitea#14163)
  * Make BasicAuth Prefix case insensitive (go-gitea#14106)
  * Add user filter to issueTrackedTimes, enable usage for issue managers (go-gitea#14081)
  * Add ref to create/edit issue options & deprecated assignee (go-gitea#13992)
  * Add Ref to Issue (go-gitea#13946)
  * Expose default theme in meta and API (go-gitea#13809)
  * Send error message when CSRF token is missing (go-gitea#13676)
  * List, Check, Add & delete endpoints for repository teams (go-gitea#13630)
  * Admin EditUser: Make FullName, Email, Website & Location optional (go-gitea#13562)
  * Add more filters to issues search (go-gitea#13514)
  * Add review request api (go-gitea#11355)
* BUGFIXES
  * Move setting to enable closing issue via commit in non default branch to repo settings (go-gitea#14965)
  * Show correct issues for team dashboard (go-gitea#14952)
  * Ensure that new pull request button works on forked forks owned by owner of the root and reduce ambiguity (go-gitea#14932)
  * Only allow issue labels from owner repository or organization (go-gitea#14928)
  * Fix alignment of People and Teams right arrow on org homepage (go-gitea#14924)
  * Fix overdue marking of closed issues and milestones (go-gitea#14923)
  * Prevent panic when empty MilestoneID in repo/issue/list (go-gitea#14911)
  * Fix migration context data (go-gitea#14910)
  * Handle URLs with trailing slash (go-gitea#14852)
  * Add CORS config on to /login/oauth/access_token endpoint (go-gitea#14850)
  * Make searching issues by keyword case insensitive on DB (go-gitea#14848)
  * Prevent use of double sub-path and incorrect asset path in manifest (go-gitea#14827)
  * Fix link account ui (go-gitea#14763)
  * Fix preview status switch button on wiki editor (go-gitea#14742)
  * Fix github download on migration (go-gitea#14703)
  * Fix svg spacing (go-gitea#14638)
  * Prevent adding nil label to .AddedLabels or .RemovedLabels (go-gitea#14623)
  * Truncated organizations name (go-gitea#14615)
  * Exclude the current dump file from the dump (go-gitea#14606)
  * Use OldRef instead of CommitSHA for DeleteBranch comments (go-gitea#14604)
  * Ensure memcache caching works when TTL greater than 30 days (go-gitea#14592)
  * Remove NULs byte arrays passed to PostProcess (go-gitea#14587)
  * Restore detection of branches are equal on compare page (go-gitea#14586)
  * Fix incorrect key name so registerManualConfirm works (go-gitea#14455)
  * Fix close/reopen with comment (go-gitea#14436)
  * Allow passcode invalid error to appear (go-gitea#14371)
  * Escape branch names in compare url (go-gitea#14364)
  * Label and milestone webhooks on issue/pull creation (go-gitea#14363)
  * Handle NotifyCreateRef as create branch in feeds (go-gitea#14245)
  * Prevent clipping input text in Chrome + Segoe UI Font (go-gitea#14179)
  * Fix UI on edit auth source page (go-gitea#14137)
  * Fix git.parseTagData (go-gitea#14105)
  * Refactor get tag to remove unnecessary steps (go-gitea#14058)
  * Fix integrations test error with space in CURDIR path (go-gitea#14056)
  * Dropdown triangle fixes (go-gitea#14028)
  * Fix label of --id in admin delete user (go-gitea#14005)
  * Cause NotifyMigrateRepository to emit a repo create webhook (go-gitea#14004)
  * Update HEAD to match defaultBranch in template generation (go-gitea#13948)
  * Fix action avatar loading (go-gitea#13909)
  * Fix issue participants (go-gitea#13893)
  * Fix avatar template error (go-gitea#13833)
  * Fix review request notification email links when external issue tracker is enabled (go-gitea#13723)
  * Fix blame line alignment (go-gitea#13542)
  * Include OriginalAuthor in Reaction constraint (go-gitea#13505)
  * Comments on review should have the same sha (go-gitea#13448)
  * Fix whitespace rendering in diff (go-gitea#13415)
  * Fixed git args duplication (go-gitea#13411)
  * Fix bug on release publisherid migrations (go-gitea#13410)
  * Fix --port setting (go-gitea#13288)
  * Keep database transactions not too big (go-gitea#13254)
  * Git version check, ignore pre-releases constraints (go-gitea#13234)
  * Handle and propagate errors when checking if paths are Dirs, Files or Exist (go-gitea#13186)
  * Update Mirror IsEmpty status on synchronize (go-gitea#13185)
  * Use GO variable in go-check target (go-gitea#13146) (go-gitea#13147)
* ENHANCEMENTS
  * UI style improvements
  * Support .mailmap in code activity stats (go-gitea#15009)
  * Sort release attachments by name (go-gitea#15008)
  * Add ui.explore settings to control view of explore pages (go-gitea#14094)
  * Make internal SSH server host key path configurable (go-gitea#14918)
  * Hide resync all ssh principals when using internal ssh server (go-gitea#14904)
  * Add SameSite setting for cookies (go-gitea#14900)
  * Move Bleve and Elastic code indexers to use a common cat-file --batch (go-gitea#14781)
  * Add environment-to-ini to docker image (go-gitea#14762)
  * Add preview support for wiki editor when disable simpleMDE (go-gitea#14757)
  * Add easyMDE(simpleMDE) support for release content editor (go-gitea#14744)
  * Organization removal confirmation using name not password (go-gitea#14738)
  * Make branch names in PR description clickable (go-gitea#14716)
  * Add Password Algorithm option to install page (go-gitea#14701)
  * Add fullTextSearch to dropdowns by default (go-gitea#14694)
  * Fix truncated organization names (go-gitea#14655)
  * Whitespace in commits (go-gitea#14650)
  * Sort / move project boards (go-gitea#14634)
  * Make fileheader sticky in diffs (go-gitea#14616)
  * Add helper descriptions on new repo page (go-gitea#14591)
  * Move the stopwatches to the eventsource stream (go-gitea#14588)
  * Add Content-Length header to HEAD requests (go-gitea#14542)
  * Add Image Diff options in Diff view (go-gitea#14450)
  * Improve Description in new/ edit Project template (go-gitea#14429)
  * Allow ssh-keygen on Windows to detect ssh key type (go-gitea#14413)
  * Display error if twofaSecret cannot be retrieved (go-gitea#14372)
  * Sort issue search results by revelance (go-gitea#14353)
  * Implement ghost comment mitigation (go-gitea#14349)
  * Upgrade blevesearch dependency to v2.0.1 (go-gitea#14346)
  * Add edit, delete and reaction support to code review comments on issue page (go-gitea#14339)
  * Merge default and system webhooks under one menu (go-gitea#14244)
  * Add option for administrator to reset user 2FA (go-gitea#14243)
  * Add option to change username to the admin panel (go-gitea#14229)
  * Check for 'main' as potential default branch name (go-gitea#14193)
  * Project: show referenced PRs in issue cards (go-gitea#14183)
  * Use caddy's certmagic library for extensible/robust ACME handling (go-gitea#14177)
  * CLI support for OAuth sources custom icons (go-gitea#14166)
  * Custom icons for OAuth sources (go-gitea#14161)
  * Team dashboards (go-gitea#14159)
  * KanBan: be able to set default board (go-gitea#14147)
  * Disable Fomantic's custom scrollbars (go-gitea#14109)
  * Add UI to delete tracked times (go-gitea#14100)
  * Rework heatmap permissions (go-gitea#14080)
  * Issue and pull request filters on organization dashboard (go-gitea#14072)
  * Fix webhook list styling (go-gitea#14001)
  * Show dropdown with all statuses for commit (go-gitea#13977)
  * Show status check for merged PRs (go-gitea#13975)
  * Diff stat improvements (go-gitea#13954)
  * Report permissions denied in internal SSH (go-gitea#13953)
  * Markdown task list improvements (go-gitea#13952)
  * Heatmap days clickable (go-gitea#13935)
  * chore: use octicon-mirror for feeds display (go-gitea#13928)
  * Move diff split code into own template file (go-gitea#13919)
  * Markdown: Enable wrapping in code blocks and a color tweak (go-gitea#13894)
  * Do not reload page after adding comments in Pull Request reviews (go-gitea#13877)
  * Add pull request manually merge instruction (go-gitea#13840)
  * add thumbnail preview section to issue attachments (go-gitea#13826)
  * Move Repo APIFormat to convert package (go-gitea#13787)
  * Move notification APIFormat (go-gitea#13783)
  * Swap swagger-ui with swagger-ui-dist (go-gitea#13777)
  * User Settings: Ignore empty language codes & validate (go-gitea#13755)
  * Improve migrate page and add card CSS (go-gitea#13751)
  * Add block on official review requests branch protection (go-gitea#13705)
  * Add review requested filter on pull request overview (go-gitea#13701)
  * Use chronological commit order in default squash message (go-gitea#13696)
  * Clickable links in pull request (and issue) titles (go-gitea#13695)
  * Support shortened commit SHAs in URLs (go-gitea#13686)
  * Use native git variants by default with go-git variants as build tag (go-gitea#13673)
  * Don't render dropdown when only 1 merge style is available (go-gitea#13670)
  * Move webhook type from int to string (go-gitea#13664)
  * Direct avatar rendering (go-gitea#13649)
  * Verify password for local-account activation (go-gitea#13631)
  * Prevent clone protocol button flash on page load (go-gitea#13626)
  * Remove fetch request from heatmap (go-gitea#13623)
  * Refactor combine label comments with tests (go-gitea#13619)
  * Move metrics from macaron to chi (go-gitea#13601)
  * Issue and Pulls lists rework (go-gitea#13594)
  * HTTP cache rework and enable caching for storage assets (go-gitea#13569)
  * Use mount but not register for chi routes (go-gitea#13555)
  * Use monaco for the git hook editor (go-gitea#13552)
  * Make heatmap colors more distinct (go-gitea#13533)
  * Lazy-load issue reviewers and assignees avatars (go-gitea#13526)
  * Change search and filter icons to SVG (go-gitea#13473)
  * Create tag on ui (go-gitea#13467)
  * updateSize when create a repo with init commit (go-gitea#13441)
  * Added title and action buttons to Project view page (go-gitea#13437)
  * Override fomantic monospace fonts and set size (go-gitea#13435)
  * Rework focused comment styling (go-gitea#13434)
  * Tags cleanup (go-gitea#13428)
  * Various style tweaks (go-gitea#13418)
  * Refactor push update (go-gitea#13381)
  * Comment box tweaks and SVG dropdown triangles (go-gitea#13376)
  * Various style fixes (go-gitea#13372)
  * Change repo home page icons to SVG (go-gitea#13364)
  * Use CSS Vars for primary color (go-gitea#13361)
  * Refactor image paste code (go-gitea#13354)
  * Switch from SimpleMDE to EasyMDE (go-gitea#13333)
  * Group Label Changed Comments in timeline (go-gitea#13304)
  * Make the logger an interface (go-gitea#13294)
  * Fix PR/Issue titles on mobile (go-gitea#13292)
  * Rearrange the order of the merged by etc. in locale (go-gitea#13284)
  * Replace footer and modal icons with SVG (go-gitea#13245)
  * Issues overview should not show issues from archived repos (go-gitea#13220)
  * Show stale label for stale code comment which is marked as resolved (go-gitea#13213)
  * Use CSS Variables for fonts, remove postcss-loader (go-gitea#13204)
  * Add mentionable teams to tributeValues and change team mention rules to gh's style (go-gitea#13198)
  * Move install pages out of main macaron routes (go-gitea#13195)
  * Update outdated label to use Fomantic UI style (go-gitea#13181)
  * Added option to disable webhooks (go-gitea#13176)
  * Change order of possible-owner organizations to alphabetical (go-gitea#13160)
  * Log IP on SSH authentication failure for Built-in SSH server (go-gitea#13150)
  * Added option to disable migrations (go-gitea#13114)
  * New "Add Mirror" Button in the Organization view (go-gitea#13105)
  * Manually approve new registration (go-gitea#13083)
  * Cron job to cleanup hook_task table (go-gitea#13080)
  * Use the headline comment of pull-request as the squash commit's message (go-gitea#13071)
  * Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (go-gitea#12999)
  * Slightly simplify the queue settings code to help reduce the risk of problems (go-gitea#12976)
  * Add precise search type for Elastic Search (go-gitea#12869)
  * Move APIFormat functions into convert package (go-gitea#12856)
  * Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, (go-gitea#12766)
  * Add TrN for repository limit (go-gitea#12492)
  * Refactor doctor (go-gitea#12264)
  * Add the tag list page to the release page (go-gitea#12096)
  * Redirect on changed user and org name (go-gitea#11649)
  * load U2F js only on pages which need it (go-gitea#11585)
  * Make archival asynchronous (go-gitea#11296)
  * Introduce go chi web framework as frontend of macaron, so that we can move routes from macaron to chi step by step (go-gitea#7420)
  * Improve vfsgen to not unzip bindata files but send to browser directly (go-gitea#7109)
  * Enhance release list (go-gitea#6025)
* DOCS
  * Swagger show models by default (go-gitea#14880)
  * Add missing repo.projects unit into swagger (go-gitea#14876)
  * Update docs and comments to remove macaron (go-gitea#14491)
  * Issue template addition: Are you using Gitea behind CloudFlare? (go-gitea#14098)
  * Generate man pages (go-gitea#13901)
  * Reformat/fine-tune docs (go-gitea#13897)
  * Added Table of Contents to long documentation pages (go-gitea#13890)
  * Add docs command (go-gitea#13429)
  * Update external-renderers.en-us.md (go-gitea#13165)
* MISC
  * Add builds for apple M1 (darwin arm64) (go-gitea#14951)
  * Migrate to use jsoniter instead of encoding/json (go-gitea#14841)
  * Reduce make verbosity (go-gitea#13803)
  * Add git command error directory on log (go-gitea#13194)

v1.13.4

Toggle v1.13.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
v1.13.4

* SECURITY
  * Fix issue popups (go-gitea#14898) (go-gitea#14899)
* BUGFIXES
  * Fix race in LFS ContentStore.Put(...) (go-gitea#14895) (go-gitea#14913)
  * Fix a couple of issues with a feeds (go-gitea#14897) (go-gitea#14903)
  * When transfering repository and database transaction failed, rollback the renames (go-gitea#14864) (go-gitea#14902)
  * Fix race in local storage (go-gitea#14888) (go-gitea#14901)
  * Fix 500 on pull view page if user is not loged in (go-gitea#14885) (go-gitea#14886)
* DOCS
  * Fix how lfs data path is set (go-gitea#14855) (go-gitea#14884)

v1.13.3

Toggle v1.13.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
6543 6543
v1.13.3

* BREAKING
  * Turn default hash password algorithm back to pbkdf2 from argon2 until we find a better one (go-gitea#14673) (go-gitea#14675)
* BUGFIXES
  * Fix paging of file commit logs (go-gitea#14831) (go-gitea#14879)
  * Print useful error if SQLite is used in settings but not supported (go-gitea#14476) (go-gitea#14874)
  * Fix display since time round (go-gitea#14226) (go-gitea#14873)
  * When Deleting Repository only explicitly close PRs whose base is not this repository (go-gitea#14823) (go-gitea#14842)
  * Set HCaptchaSiteKey on Link Account pages (go-gitea#14834) (go-gitea#14839)
  * Fix a couple of CommentAsPatch issues.  (go-gitea#14804) (go-gitea#14820)
  * Disable broken OAuth2 providers at startup (go-gitea#14802) (go-gitea#14811)
  * Repo Transfer permission checks (go-gitea#14792) (go-gitea#14794)
  * Fix double alert in oauth2 application edit view (go-gitea#14764) (go-gitea#14768)
  * Fix broken spans in diffs (go-gitea#14678) (go-gitea#14683)
  * Prevent race in PersistableChannelUniqueQueue.Has (go-gitea#14651) (go-gitea#14676)
  * HasPreviousCommit causes recursive load of commits unnecessarily (go-gitea#14598) (go-gitea#14649)
  * Do not assume all 40 char strings are SHA1s (go-gitea#14624) (go-gitea#14648)
  * Allow org labels to be set with issue templates (go-gitea#14593) (go-gitea#14647)
  * Accept multiple SSH keys in single LDAP SSHPublicKey attribute (go-gitea#13989) (go-gitea#14607)
  * Fix bug about ListOptions and stars/watchers pagnation (go-gitea#14556) (go-gitea#14573)
  * Fix GPG key deletion during account deletion (go-gitea#14561) (go-gitea#14569)

v1.13.2

Toggle v1.13.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
6543 6543
v1.13.2

* SECURITY
  * Prevent panic on fuzzer provided string (go-gitea#14405) (go-gitea#14409)
  * Add secure/httpOnly attributes to the lang cookie (go-gitea#14279) (go-gitea#14280)
* API
  * If release publisher is deleted use ghost user (go-gitea#14375)
* BUGFIXES
  * Internal ssh server respect Ciphers, MACs and KeyExchanges settings (go-gitea#14523) (go-gitea#14530)
  * Set the name Mapper in migrations (go-gitea#14526) (go-gitea#14529)
  * Fix wiki preview (go-gitea#14515)
  * Update code.gitea.io/sdk/gitea v0.13.1 -> v0.13.2 (go-gitea#14497)
  * ChangeUserName: rename user files back on DB issue (go-gitea#14447)
  * Fix lfs preview bug (go-gitea#14428) (go-gitea#14433)
  * Ensure timeout error is shown on u2f timeout (go-gitea#14417) (go-gitea#14431)
  * Fix Deadlock & Delete affected reactions on comment deletion (go-gitea#14392) (go-gitea#14425)
  * Use path not filepath in routers/editor (go-gitea#14390) (go-gitea#14396)
  * Check if label template exist first (go-gitea#14384) (go-gitea#14389)
  * Fix migration v141 (go-gitea#14387) (go-gitea#14388)
  * Use Request.URL.RequestURI() for fcgi (go-gitea#14347)
  * Use ServerError provided by Context (go-gitea#14333) (go-gitea#14345)
  * Fix edit-label form init (go-gitea#14337)
  * Fix mailIssueCommentBatch for pull request (go-gitea#14252) (go-gitea#14296)
  * Render links for commit hashes followed by comma (go-gitea#14224) (go-gitea#14227)
  * Send notifications for mentions in pulls, issues, (code-)comments (go-gitea#14218) (go-gitea#14221)
  * Fix avatar bugs (go-gitea#14217) (go-gitea#14220)
  * Ensure that schema search path is set with every connection on postgres (go-gitea#14131) (go-gitea#14216)
  * Fix dashboard issues labels filter bug (go-gitea#14210) (go-gitea#14214)
  * When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (go-gitea#14211) (go-gitea#14213)
  * Fix branch selector on new issue page (go-gitea#14194) (go-gitea#14207)
  * Check for notExist on profile repository page (go-gitea#14197) (go-gitea#14203)

v1.13.1

Toggle v1.13.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
v1.13.1

* SECURITY
  * Hide private participation in Orgs (go-gitea#13994) (go-gitea#14031)
  * Fix escaping issue in diff (go-gitea#14153) (go-gitea#14154)
* BUGFIXES
  * Fix bug of link query order on markdown render (go-gitea#14156) (go-gitea#14171)
  * Drop long repo topics during migration (go-gitea#14152) (go-gitea#14155)
  * Ensure that search term and page are not lost on adoption page-turn (go-gitea#14133) (go-gitea#14143)
  * Fix storage config implementation (go-gitea#14091) (go-gitea#14095)
  * Fix panic in BasicAuthDecode (go-gitea#14046) (go-gitea#14048)
  * Always wait for the cmd to finish (go-gitea#14006) (go-gitea#14039)
  * Don't use simpleMDE editor on mobile devices for 1.13 (go-gitea#14029)
  * Fix incorrect review comment diffs (go-gitea#14002) (go-gitea#14011)
  * Trim the branch prefix from action.GetBranch (go-gitea#13981) (go-gitea#13986)
  * Ensure template renderer is available before storage handler (go-gitea#13164) (go-gitea#13982)
  * Whenever the password is updated ensure that the hash algorithm is too (go-gitea#13966) (go-gitea#13967)
  * Enforce setting HEAD in wiki to master (go-gitea#13950) (go-gitea#13961)
  * Fix feishu webhook caused by API changed (go-gitea#13938)
  * Fix Quote Reply button on review diff (go-gitea#13830) (go-gitea#13898)
  * Fix Pull Merge when tag with same name as base branch exist (go-gitea#13882) (go-gitea#13896)
  * Fix mermaid chart size (go-gitea#13865)
  * Fix branch/tag notifications in mirror sync (go-gitea#13855) (go-gitea#13862)
  * Fix crash in short link processor (go-gitea#13839) (go-gitea#13841)
  * Update font stack to bootstrap's latest (go-gitea#13834) (go-gitea#13837)
  * Make sure email recipients can see issue (go-gitea#13820) (go-gitea#13827)
  * Reply button is not removed when deleting a code review comment (go-gitea#13824)
  * When reinitialising DBConfig reset the database use flags (go-gitea#13796) (go-gitea#13811)
* ENHANCEMENTS
  * Add emoji in label to project boards (go-gitea#13978) (go-gitea#14021)
  * Send webhook when tag is removed via Web UI (go-gitea#14015) (go-gitea#14019)
  * Use Process Manager to create own Context (go-gitea#13792) (go-gitea#13793)
* API
  * GetCombinedCommitStatusByRef always return json & swagger doc fixes (go-gitea#14047)
  * Return original URL of Repositories (go-gitea#13885) (go-gitea#13886)

v1.13.0

Toggle v1.13.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
* SECURITY

  * Add Allow-/Block-List for Migrate & Mirrors (go-gitea#13610) (go-gitea#13776)
  * Prevent git operations for inactive users (go-gitea#13527) (go-gitea#13536)
  * Disallow urlencoded new lines in git protocol paths if there is a port (go-gitea#13521) (go-gitea#13524)
  * Mitigate Security vulnerability in the git hook feature (go-gitea#13058)
  * Disable DSA ssh keys by default (go-gitea#13056)
  * Set TLS minimum version to 1.2 (go-gitea#12689)
  * Use argon as default password hash algorithm (go-gitea#12688)
* BREAKING
  * Set RUN_MODE prod by default (go-gitea#13765) (go-gitea#13767)
  * Don't replace underscores in auto-generated IDs in goldmark (go-gitea#12805)
  * Add Primary Key to Topic and RepoTopic tables (go-gitea#12639)
  * Disable password complexity check default (go-gitea#12557)
  * Change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (go-gitea#12500)
  * Add extension Support to Attachments (allow all types for releases) (go-gitea#12465)
  * Remove IE11 Support (go-gitea#11470)
* FEATURES
  * Adopt repositories (go-gitea#12920)
  * Check passwords against HaveIBeenPwned (go-gitea#12716)
  * Gitea 2 Gitea migration (go-gitea#12657)
  * Support storing Avatars in minio  (go-gitea#12516)
  * Allow addition of gpg keyring with multiple keys (go-gitea#12487)
  * Add email notify for new release (go-gitea#12463)
  * Add Access-Control-Expose-Headers (go-gitea#12446)
  * UserProfile Page: Render Description (go-gitea#12415)
  * Add command to recreate tables (go-gitea#12407)
  * Add mermaid JS renderer (go-gitea#12334)
  * Add ssh certificate support (go-gitea#12281)
  * Add spent time to referenced issue in commit message (go-gitea#12220)
  * Initial support for push options (go-gitea#12169)
  * Provide option to unlink a fork (go-gitea#11858)
  * Show exact tag for commit on diff view (go-gitea#11846)
  * Pause, Resume, Release&Reopen, Add and Remove Logging from command line (go-gitea#11777)
  * Issue templates directory (go-gitea#11450)
  * Add a storage layer for attachments (go-gitea#11387)
  * Add hide activity option (go-gitea#11353)
  * Add push commits history comment on PR time-line (go-gitea#11167)
  * Support elastic search for code search (go-gitea#10273)
  * Kanban board (go-gitea#8346)
* API
  * If User is Admin, show 500 error message on PROD mode too (go-gitea#13115)
  * Add Timestamp to Tag list API (go-gitea#13026)
  * Return sample message for login error in api context (go-gitea#12994)
  * Add IsTemplate option in create repo ui and api (go-gitea#12942)
  * GetReleaseByID return 404 if not found (go-gitea#12933)
  * Get release by tags endpoint (go-gitea#12932)
  * NotificationSubject show Issue/Pull State (go-gitea#12901)
  * Expose its limitation settings (go-gitea#12714)
  * Add Created & Updated to Milestone (go-gitea#12662)
  * Milestone endpoints accept names too (go-gitea#12649)
  * Expose Attachment Settings in the API (go-gitea#12514)
  * Add Issue and Repo info to StopWatch (go-gitea#12458)
  * Add cron running API (go-gitea#12421)
  * Add Update Pull HeadBranch Function (go-gitea#12419)
  * Add TOTP header to Swagger Documentation (go-gitea#12402)
  * Delete Token accept names too (go-gitea#12366)
  * Add name filter for GetMilestoneList (go-gitea#12336)
  * Fixed count of filtered issues when api request. (go-gitea#12275)
  * Do not override API issue pagination with UI settings (go-gitea#12068)
  * Expose useful General Repo settings settings (go-gitea#11758)
  * Return error when trying to create Mirrors but Mirrors are globally disabled (go-gitea#11757)
  * Provide diff and patch API endpoints (go-gitea#11751)
  * Allow to create closed milestones (go-gitea#11745)
  * Add language Statistics endpoint (go-gitea#11737)
  * Add Endpoint to get GetGeneralUI Settings (go-gitea#11735) & (go-gitea#11854)
  * Issue/Pull expose IsLocked Property on API (go-gitea#11708)
  * Add endpoint for Branch Creation (go-gitea#11607)
  * Add pagination headers on endpoints that support total count from database (go-gitea#11145)
* BUGFIXES
  * Fix bogus http requests on diffs (go-gitea#13760) (go-gitea#13761)
  * Show 'owner' tag for real owner (go-gitea#13689) (go-gitea#13743)
  * Validate email before inserting/updating (go-gitea#13475) (go-gitea#13666)
  * Fix issue/pull request list assignee filter (go-gitea#13647) (go-gitea#13651)
  * Gitlab migration support for subdirectories (go-gitea#13563) (go-gitea#13591)
  * Fix logic for preferred license setting (go-gitea#13550) (go-gitea#13557)
  * Add missed sync branch/tag webhook (go-gitea#13538) (go-gitea#13556)
  * Migration won't fail on non-migrated reactions (go-gitea#13507)
  * Fix Italian language file parsing error (go-gitea#13156)
  * Show outdated comments in pull request (go-gitea#13148) (go-gitea#13162)
  * Fix parsing of pre-release git version (go-gitea#13169) (go-gitea#13172)
  * Fix diff skipping lines (go-gitea#13154) (go-gitea#13155)
  * When handling errors in storageHandler check underlying error (go-gitea#13178) (go-gitea#13193)
  * Fix size and clickable area on file table back link (go-gitea#13205) (go-gitea#13207)
  * Add better error checking for inline html diff code (go-gitea#13251)
  * Fix initial commit page & binary munching problem (go-gitea#13249) (go-gitea#13258)
  * Fix migrations from remote Gitea instances when configuration not set (go-gitea#13229) (go-gitea#13273)
  * Store task errors following migrations and display them (go-gitea#13246) (go-gitea#13287)
  * Fix bug isEnd detection on getIssues/getPullRequests (go-gitea#13299) (go-gitea#13301)
  * When the git ref is unable to be found return broken pr (go-gitea#13218) (go-gitea#13303)
  * Ensure topics added using the API are added to the repository (go-gitea#13285) (go-gitea#13302)
  * Fix avatar autogeneration (go-gitea#13233) (go-gitea#13282)
  * Add migrated pulls to pull request task queue (go-gitea#13331) (go-gitea#13334)
  * Issue comment reactions should also check pull type on API (go-gitea#13349) (go-gitea#13350)
  * Fix links to repositories in /user/setting/repos (go-gitea#13360) (go-gitea#13362)
  * Remove obsolete change of email on profile page (go-gitea#13341) (go-gitea#13347)
  * Fix scrolling to resolved comment anchors (go-gitea#13343) (go-gitea#13371)
  * Storage configuration support `[storage]` (go-gitea#13314) (go-gitea#13379)
  * When creating line diffs do not split within an html entity (go-gitea#13357) (go-gitea#13375) (go-gitea#13425) (go-gitea#13427)
  * Fix reactions on code comments (go-gitea#13390) (go-gitea#13401)
  * Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (go-gitea#13424)
  * Replies to outdated code comments should also be outdated (go-gitea#13217) (go-gitea#13433)
  * Fix panic bug in handling multiple references in commit (go-gitea#13486) (go-gitea#13487)
  * Prevent panic on git blame by limiting lines to 4096 bytes at most (go-gitea#13470) (go-gitea#13491)
  * Show original author's reviews on pull summary box (go-gitea#13127)
  * Update golangci-lint to version 1.31.0 (go-gitea#13102)
  * Fix line break for MS teams webhook (go-gitea#13081)
  * Fix Issue & Pull Request comment headers on mobile (go-gitea#13039)
  * Avoid setting the CONN_STR in queues unless it is meant to be set (go-gitea#13025)
  * Remove code-view class from diff view (go-gitea#13011)
  * Fix the color of PR comment hyperlinks. (go-gitea#13009)
  * (Re)Load issue labels when changing them (go-gitea#13007)
  * Fix Media links in org files not liked to media files (go-gitea#12997)
  * Always return a list from GetCommitsFromIDs (go-gitea#12981)
  * Only set the user password if the password field would have been shown (go-gitea#12980)
  * Fix admin/config page (go-gitea#12979)
  * Changed width of commit signature avatar (go-gitea#12961)
  * Completely quote AppPath and CustomConf paths (go-gitea#12955)
  * Fix handling of migration errors (go-gitea#12928)
  * Fix anonymous GL migration (go-gitea#12862)
  * Fix git open close bug (go-gitea#12834)
  * Fix markdown meta parsing (go-gitea#12817)
  * Add default storage configurations (go-gitea#12813)
  * Show PR settings on empty repos (go-gitea#12808)
  * Disable watch and star if not signed in (go-gitea#12807)
  * Whilst changing the character set to utf8mb4 we should set ROW_FORMAT=dynamic too (go-gitea#12804)
  * Set opengraph attributes on org pages (go-gitea#12803)
  * Return error when creating gitlabdownloader failed (go-gitea#12790)
  * Add migration for password algorithm change (go-gitea#12784)
  * Compare SSH_DOMAIN when parsing submodule URLs (go-gitea#12753)
  * Fix editor.commit_empty_file_text locale string (go-gitea#12744)
  * Fix wrong poster message for code comment on Pull view (go-gitea#11721)
  * Escape failed highlighted files (go-gitea#12685)
  * Ensure that all migration requests are cancellable (go-gitea#12669)
  * Ensure RepoPath is lowercased in gitea serv (go-gitea#12668)
  * Do not disable commit changes button on repost (go-gitea#12644)
  * Dark theme for line numbers in blame view (go-gitea#12632)
  * Fix message when deleting last owner from an organization (go-gitea#12628)
  * Use shellquote to unpack arguments to gitea serv (go-gitea#12624)
  * Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed in. (go-gitea#12581)
  * Set utf8mb4 as the default charset on MySQL if CHARSET is unset (go-gitea#12563)
  * Set context for running CreateArchive to that of the request (go-gitea#12555)
  * Prevent redirect back to /user/events (go-gitea#12462)
  * Re-attempt to delete temporary upload if the file is locked by another process (go-gitea#12447)
  * Mirror System Notice reports are too frequent (go-gitea#12438)
  * Do not show arrows on comment diffs on pull comment pages (go-gitea#12434)
  * Fix milestone links (go-gitea#12405)
  * Increase size of the language column in language_stat (go-gitea#12396)
  * Use transaction in V102 migration (go-gitea#12395)
  * Only use --exclude on name-rev with git >= 2.13 (go-gitea#12347)
  * Add action feed for new release (go-gitea#12324)
  * Set NoAutoTime when updating is_archived (go-gitea#12266)
  * Support Force-update in Mirror and improve Tracing in mirror (go-gitea#12242)
  * Avoid sending "0 new commits" webhooks (go-gitea#12212)
  * Fix U2F button icon (go-gitea#12167)
  * models/repo_sign.go: break out of loops (go-gitea#12159)
  * Ensure that git commit tree continues properly over the page (go-gitea#12142)
  * Rewrite GitGraph.js (go-gitea#12137)
  * Fix repo API listing stability (go-gitea#12057)
  * Add team support for review request (go-gitea#12039)
  * Fix 500 error on repos with no tags (go-gitea#11870)
  * Fix nil pointer in default issue mail template (go-gitea#11862)
  * Fix commit search in all branches (go-gitea#11849)
  * Don't consider tag refs as valid for branch name (go-gitea#11847)
  * Don't add same line code comment box twice (go-gitea#11837)
  * Fix visibility of forked public repos from private orgs (go-gitea#11717)
  * Fix chardet test and add ordering option (go-gitea#11621)
  * Fix number of files, total additions, and deletions on Diff pages (go-gitea#11614)
  * Properly handle and return empty string for dangling commits in GetBranchName (go-gitea#11587)
  * Include query in sign in redirect (go-gitea#11579)
  * Fix Enter not working in SimpleMDE (go-gitea#11564)
  * Fix bug about can't skip commits base on base branch (go-gitea#11555)
* ENHANCEMENTS
  * Only Return JSON for responses (go-gitea#13511) (go-gitea#13565)
  * Use existing analyzer module for language detection for highlighting (go-gitea#13522) (go-gitea#13551)
  * Return the full rejection message and errors in flash errors (go-gitea#13221) (go-gitea#13237)
  * Remove PAM from auth dropdown when unavailable (go-gitea#13276) (go-gitea#13281)
  * Add HostCertificate to sshd_config in Docker image (go-gitea#13143)
  * Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (go-gitea#13124)
  * Improve error feedback for duplicate deploy keys (go-gitea#13112)
  * Set appropriate `autocomplete` attributes on password fields (go-gitea#13078)
  * Adding visual cue for "Limited" & "Private" organizations. (go-gitea#13040)
  * Fix Pull Request merge buttons on mobile (go-gitea#13035)
  * Gitea serv, hooks, manager and the like should always display Fatals (go-gitea#13032)
  * CSS tweaks to warning/error segments and misc fixes (go-gitea#13024)
  * Fix formatting of branches ahead-behind on narrow windows (go-gitea#12989)
  * Add config option to make create-on-push repositories public by default (go-gitea#12936)
  * Disable migration items when mirror is selected (go-gitea#12918)
  * Add the checkbox quick button to the comment tool bar also (go-gitea#12885)
  * Support GH enterprise (go-gitea#12863)
  * Simplify CheckUnitUser logic (go-gitea#12854)
  * Fix background of signed-commits on arc-green of timeline commits (go-gitea#12837)
  * Move git update-server-info to hooks (go-gitea#12826)
  * Add ui style for "Open a blank issue" button (go-gitea#12824)
  * Use a simple format for the big number on ui (go-gitea#12822)
  * Make SVG size argument optional (go-gitea#12814)
  * Add placeholder text for bio profile text form (go-gitea#12792)
  * Set language via AJAX (go-gitea#12785)
  * Show git-pull-request icon for closed pull request (go-gitea#12742)
  * Migrate version parsing library to hashicorp/go-version (go-gitea#12719)
  * Only use async pre-empt hack if go < 1.15 (go-gitea#12718)
  * Inform user about meaning of an hourglass on reviews (go-gitea#12713)
  * Add a migrate service type switch page (go-gitea#12697)
  * Migrations: Gitlab Add Reactions Support for Issues & MergeRequests (go-gitea#12695)
  * Remove duplicate logic in initListSubmits (go-gitea#12660)
  * Set avatar image dimensions (go-gitea#12654)
  * Rename models.ProtectedBranchRepoID/PRID to models.EnvRepoID/PRID and ensure EnvPusherEmail is set (go-gitea#12646)
  * Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (go-gitea#12752)
  * Add postgres schema to the search_path on database connection (go-gitea#12634)
  * Git migration UX improvements (go-gitea#12619)
  * Add link to home page on swagger ui (go-gitea#12601)
  * hCaptcha Support (go-gitea#12594)
  * OpenGraph: use repo avatar if exist (go-gitea#12586)
  * Reaction picker display improvements (go-gitea#12576)
  * Fix emoji replacements, make emoji images consistent (go-gitea#12567)
  * Increase clickable area on files table links (go-gitea#12553)
  * Set z-index for sticky diff box lower (go-gitea#12537)
  * Report error if API merge is not allowed (go-gitea#12528)
  * LFS support to be stored on minio (go-gitea#12518)
  * Show 2FA info on Admin Pannel: Users List (go-gitea#12515)
  * Milestone Issue/Pull List: Add octicons type (go-gitea#12499)
  * Make dashboard newsfeed list length a configurable item (go-gitea#12469)
  * Add placeholder text for send testing email button in admin/config (go-gitea#12452)
  * Add SVG favicon (go-gitea#12437)
  * In issue comments, put issue participants also in completion list when hitting @ (go-gitea#12433)
  * Collapse Swagger UI tags by default (go-gitea#12428)
  * Detect full references to issues and pulls in commit messages (go-gitea#12399)
  * Allow common redis and leveldb connections (go-gitea#12385)
  * Don't use legacy method to send Matrix Webhook (go-gitea#12348)
  * Remove padding/border-radius on image diffs (go-gitea#12346)
  * Render the git graph on the server (go-gitea#12333)
  * Fix clone panel in wiki position not always align right (go-gitea#12326)
  * Rework 'make generate-images' (go-gitea#12316)
  * Refactor webhook payload convertion (go-gitea#12310)
  * Move jquery-minicolors to npm/webpack (go-gitea#12305)
  * Support use nvarchar for all varchar columns when using mssql (go-gitea#12269)
  * Update Octicons to v10 (go-gitea#12240)
  * Disable search box autofocus (go-gitea#12229)
  * Replace code fold icons with octicons (go-gitea#12222)
  * Ensure syntax highlighting is the same inside diffs (go-gitea#12205)
  * Auto-init repo on license, .gitignore select (go-gitea#12202)
  * Default to showing closed Issues/PR list when there are only closed issues/PRs (go-gitea#12200)
  * Enable cloning via Git Wire Protocol v2 over HTTP (go-gitea#12170)
  * Direct SVG rendering (go-gitea#12157)
  * Improve arc-green code colors (go-gitea#12111)
  * Allow admin to merge pr with protected file changes (go-gitea#12078)
  * Show description on individual milestone view (go-gitea#12055)
  * Update the wiki repository remote origin while update the mirror repository's Clone From URL (go-gitea#12053)
  * Server-side syntax highlighting for all code (go-gitea#12047)
  * Use Fomantic's fluid padded for blame full width (go-gitea#12023)
  * Use custom SVGs for commit signing lock icon (go-gitea#12017)
  * Make tabs smaller (go-gitea#12003)
  * Fix sticky diff stats container (go-gitea#12002)
  * Move fomantic and jQuery to main webpack bundle (go-gitea#11997)
  * Use enry language type to detect special languages (go-gitea#11974)
  * Use only first line of commit when creating referenced comment (go-gitea#11960)
  * Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better syntax light on editor (go-gitea#11926)
  * Fix double divider on issue sidebar (go-gitea#11919)
  * Shorten markdown heading anchors links (go-gitea#11903)
  * Add org avatar on top of internal repo icon (go-gitea#11895)
  * Use label to describe repository type (go-gitea#11891)
  * Make repository size unclickable on repo summary bar (go-gitea#11887)
  * Rework blame template and styling (go-gitea#11885)
  * Fix icon alignment for show/hide outdated link on resolved conversation (go-gitea#11881)
  * Vertically align review icons on repository sidebar (go-gitea#11880)
  * Better align items using flex within review request box (go-gitea#11879)
  * Only write to global gitconfig if necessary (go-gitea#11876)
  * Disable all typographic replacements in markdown renderer (go-gitea#11871)
  * Improve label edit buttons labels (go-gitea#11841)
  * Use crispEdges rendering for octicon-internal-repo (go-gitea#11801)
  * Show update branch item in merge box when it's necessary (go-gitea#11761)
  * Add compare link to releases (go-gitea#11752)
  * Allow site admin to disable mirrors (go-gitea#11740)
  * Export monaco editor on window.codeEditors (go-gitea#11739)
  * Add configurable Trust Models (go-gitea#11712)
  * Show full GPG commit status on PR commit history (go-gitea#11702)
  * Fix align issues and decrease avatar size on PR timeline (go-gitea#11689)
  * Replace jquery-datetimepicker with native date input (go-gitea#11684)
  * Change Style of Tags on Comments (go-gitea#11668)
  * Fix missing styling for shabox on PR commit history (go-gitea#11625)
  * Apply padding to approval icons on PR list (go-gitea#11622)
  * Fix message wrapping on PR commit list (go-gitea#11616)
  * Right-align status icon on pull request commit history (go-gitea#11594)
  * Add missing padding for multi-commit list on PR view (go-gitea#11593)
  * Do not show avatar for "{{user}} added X commits" (go-gitea#11591)
  * Fix styling and padding for commit list on PR view (go-gitea#11588)
  * Style code review comment for arc-green (go-gitea#11572)
  * Use default commit message for wiki edits (go-gitea#11550)
  * Add internal-repo octicon for public repos of private org (go-gitea#11529)
  * Fix dropzone color on arc-green (go-gitea#11514)
  * Insert ui divider directly in templates instead of from inside heatmap vue component (go-gitea#11508)
  * Move tributejs to npm/webpack (go-gitea#11497)
  * Fix text-transform on wiki revisions page (go-gitea#11486)
  * Do not show lock icon on repo list for public repos in private org (go-gitea#11445)
  * Include LFS when calculating repo size (go-gitea#11060)
  * Add check for LDAP group membership (go-gitea#10869)
  * When starting new stopwatch stop previous if it is still running (go-gitea#10533)
  * Add queue for code indexer (go-gitea#10332)
  * Move all push update operations to a queue (go-gitea#10133)
  * Cache last commit when pushing for big repository (go-gitea#10109)
  * Change/remove a branch of an open issue (go-gitea#9080)
  * Sortable Tables Header By Click (go-gitea#7980)
* TESTING
  * Use community codecov drone plugin (go-gitea#12468)
  * Add more tests for diff highlighting (go-gitea#12467)
  * Don't put integration test data outside of test folder (go-gitea#11746)
  * Add debug option to hooks (go-gitea#11624)
  * Log slow tests (go-gitea#11487)
* TRANSLATION
  * Translate two small lables on commit statuse list (go-gitea#12821)
  * Make issues.force_push_codes message shorter (go-gitea#11575)
* BUILD
  * Bump min required golang to 1.13 (go-gitea#12717)
  * Add 'make watch' (go-gitea#12636)
  * Extract Swagger CSS to its own file (go-gitea#12616)
  * Update eslint config (go-gitea#12609)
  * Avoid unnecessary system-ui expansion (go-gitea#12522)
  * Make the default PID file compile-time settable (go-gitea#12485)
  * Add 'watch-backend' (go-gitea#12330)
  * Detect version of sed in Makefile (go-gitea#12319)
  * Update gitea-vet to v0.2.1 (go-gitea#12282)
  * Add logic to build stable and edge builds for gitea snap (go-gitea#12052)
  * Fix missing CGO_EXTRA_FLAGS build arg for docker (go-gitea#11782)
  * Alpine 3.12 (go-gitea#11720)
  * Enable stylelint's shorthand-property-no-redundant-values (go-gitea#11436)
* DOCS
  * Change default log configuration (go-gitea#13088)
  * Add automatic JS license generation (go-gitea#11810)
  * Remove page size limit comment from swagger (go-gitea#11806)
  * Narrow down Edge version in browser support docs (go-gitea#11640)
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载