Skip to content

Tags: jolheiser/gitea

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jolheiser John Olheiser
Update struct

sdk/v1.8.0

Toggle sdk/v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jolheiser John Olheiser
Update struct

v1.7.1

Toggle v1.7.1's commit message

Verified

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

  * Disable redirect for i18n (go-gitea#5910) (go-gitea#5916)
  * Only allow local login if password is non-empty (go-gitea#5906) (go-gitea#5908)
  * Fix go-get URL generation (go-gitea#5905) (go-gitea#5907)
* BUGFIXES
  * Fix TLS errors when using acme/autocert for local connections (go-gitea#5820) (go-gitea#5826)
  * Request for public keys only if LDAP attribute is set (go-gitea#5816) (go-gitea#5819)
  * Fix delete correct temp directory (go-gitea#5840) (go-gitea#5839)
  * Fix an error while adding a dependency via UI (go-gitea#5862) (go-gitea#5876)
  * Fix null pointer in attempt to Sudo if not logged in (go-gitea#5872) (go-gitea#5884)
  * When creating new repository fsck option should be enabled (go-gitea#5817) (go-gitea#5885)
  * Prevent nil dereference in mailIssueCommentToParticipants (go-gitea#5891) (go-gitea#5895) (go-gitea#5894)
  * Fix bug when read public repo lfs file (go-gitea#5913) (go-gitea#5912)
  * Respect value of REQUIRE_SIGNIN_VIEW (go-gitea#5901) (go-gitea#5915)
  * Fix compare button on upstream repo leading to 404 (go-gitea#5877) (go-gitea#5914)
* DOCS
  * Added docs for the tree api (go-gitea#5835)
* MISC
  * Include Go toolchain to --version (go-gitea#5832) (go-gitea#5830)

v1.7.0

Toggle v1.7.0's commit message

Verified

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

  * Do not display the raw OpenID error in the UI (go-gitea#5705) (go-gitea#5712)
  * When redirecting clean the path to avoid redirecting to external site (go-gitea#5669) (go-gitea#5679)
  * Prevent DeleteFilePost doing arbitrary deletion (go-gitea#5631)
* BREAKING
  * Restrict permission check on repositories and fix some problems (go-gitea#5314)
  * Show only opened milestones on issues page milestone filter (go-gitea#5051)
* FEATURE
  * Implement git refs API for listing references (branches, tags and other) (go-gitea#5354)
  * Approvals at Branch Protection (go-gitea#5350)
  * Add raw blob endpoint to get objects by SHA ID (go-gitea#5334)
  * Add api for user to create org (go-gitea#5268)
  * Create AuthorizedKeysCommand (go-gitea#5236)
  * User action heatmap (go-gitea#5131)
  * Refactor heatmap to vue component (go-gitea#5401)
  * Webhook for Pull Request approval/rejection (go-gitea#5027)
  * Add command for migrating database (go-gitea#4954)
  * Search keyword by splitting provided values by , (go-gitea#4939)
  * Create Progressive Web App (go-gitea#4730)
  * Give user a link to create PR after push (go-gitea#4716)
  * Add rebase with merge commit merge style (go-gitea#3844) (go-gitea#4052)
* BUGFIXES
  * Disallow empty titles (go-gitea#5785) (go-gitea#5794)
  * Fix sqlite deadlock when assigning to a PR (go-gitea#5640) (go-gitea#5642)
  * Don't close issues via commits on non-default branch. (go-gitea#5622) (go-gitea#5643)
  * Fix commit page showing status for current default branch (go-gitea#5650) (go-gitea#5653)
  * Only count users own actions for heatmap contributions (go-gitea#5647) (go-gitea#5655)
  * Update xorm to fix issue postgresql dumping issues (go-gitea#5680) (go-gitea#5692)
  * Use correct value for "MSpan Structures Obtained" (go-gitea#5706) (go-gitea#5716)
  * Fix bug on modifying sshd username (go-gitea#5624)
  * Delete tags in mirror which are removed for original repo. (go-gitea#5609)
  * Fix wrong text getting saved on editing second comment on an issue. (go-gitea#5608)
  * Fix nil pointer when adding a due date  (go-gitea#5587)
  * Fix type mismatch of format string (go-gitea#5574)
  * Fix bug on upload file name (go-gitea#5571)
  * Issue is not overdue when it is on the same date go-gitea#5566 (go-gitea#5568)
  * Fix indexer reindex bug when gitea restart (go-gitea#5563)
  * Fix table name typo on SQL (go-gitea#5562)
  * Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion (go-gitea#5557)
  * Fix makefile generate buildstep (go-gitea#5556)
  * Fix nil pointer base branch bug (go-gitea#5555)
  * Fix permission check on api create org (go-gitea#5523)
  * Fix detect force push failure on deletion of protected branches (go-gitea#5522)
  * Fix approvals limitation (go-gitea#5521)
  * Fix bug when a read perm user to edit his issue (go-gitea#5516)
  * Fix adding reaction fail for read permission user (go-gitea#5515)
  * Fixing MSSQL timestamp type (go-gitea#5511)
  * Fix forgot deletion of notification when delete repository (go-gitea#5506)
  * Fix empty wiki (go-gitea#5504)
  * Fix clone wiki failed via ssh (go-gitea#5503)
  * Fix code review on mssql (go-gitea#5502)
  * Fix lfs version check warning log when using ssh protocol (go-gitea#5501)
  * Fix topic name length on database (go-gitea#5493)
  * Ensure that the `closed_at` is set for closed issues (go-gitea#5449)
  * Admin should be able to delete repos via the API even if he is not a member of the organization (go-gitea#5443)
  * Word-Break the WebHook url to prevent a ui-break (go-gitea#5432)
  * Fix forgot removed records when deleting user (go-gitea#5429)
  * Fix repository deletion when there is large number of issues in it (go-gitea#5426)
  * Fix heatmap colors for Chrome/Safari (go-gitea#5421)
  * Fix password variable shadowing (go-gitea#5405)
  * Fix dependent issue searching when gitea is run in subpath (go-gitea#5392)
  * Don't force a password change for the admin user when creating an account via cli (go-gitea#5391)
  * API: '/orgs/:org/repos': return private repos with read access (go-gitea#5383)
  * Don't send assign webhooks when creating issue (go-gitea#5365)
  * Removing Labels via EditPullRequest API (go-gitea#5348)
  * Migration fixes for gogs (0.11.66) to gitea (1.6.0) go-gitea#5318 (go-gitea#5341)
  * Fix bug when users have serval teams with different units on different repositories (go-gitea#5307)
  * Fix U2F if gitea is configured in subpath (go-gitea#5302)
  * Fix file edit change preview functionality (go-gitea#5300)
  * Update gitignore list (go-gitea#5258)
  * Fixed heatmap not working in mssql (go-gitea#5248)
  * Fixed wrong api request url for instances running in subfolders (go-gitea#5247)
  * Fix compatibility heatmap with mysql 8 (go-gitea#5232)
  * Fix data race on migrate repository (go-gitea#5224)
  * Fix sqlite and mssql lock (go-gitea#5214)
  * Fix sqlite lock (go-gitea#5210)
  * Fix: Accept web-command cli flags if web-command is commited (go-gitea#5200)
  * Fix: Add secret to all webhook's payload where it has been missing (go-gitea#5199)
  * Fix race on updatesize (go-gitea#5190)
  * Fix create team, update team missing units (go-gitea#5188)
  * Fix sqlite lock (go-gitea#5184 & go-gitea#5176)
  * Fix showing pull request link when delete a branch (go-gitea#5166)
  * Fix JSON result of empty array in heatmap data array (go-gitea#5154)
  * Update build tags for sqlite_unlock notify (go-gitea#5144)
  * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (go-gitea#5136)
  * Fix deadlock when sqlite (go-gitea#5118)
  * Add comment replies (go-gitea#5104)
  * Fix home page template regression (go-gitea#5102)
  * Fix regex to support optional end line of old section in diff hunk (go-gitea#5096)
  * LDAP via simple auth separate bind user and search base (go-gitea#5055)
  * Fix markdown image with link (go-gitea#4675)
  * Fix to 3819 - Filtering issues by tags on main screen issues (go-gitea#3824)
* ENHANCEMENT
  * Delete organization endpoint added (go-gitea#5601)
  * Update Licenses (go-gitea#5558)
  * Support reverse proxy providing email (go-gitea#5554)
  * Add git protocol v2 support via SSH on Docker image (go-gitea#5520)
  * Add tests for api user orgs (go-gitea#5494)
  * Allow link verification for services like Mastodon (go-gitea#5481)
  * Improve team members and repositories settings UI (go-gitea#5457)
  * Remove the required class from optional ssh port in installation page (go-gitea#5428)
  * Explicitly disable Git credential helper (go-gitea#5367)
  * Setting Labels via EditPullRequest API (go-gitea#5347)
  * Implement pasting image from clipboard for browsers that supports that (go-gitea#5317)
  * Milestone issues and pull requests (go-gitea#5293)
  * Support envs on external render commands (go-gitea#5278)
  * Add option to disable automatic mirror syncing. (go-gitea#5242)
  * Remove unused db init on commands serv, update, hooks (go-gitea#5225)
  * Serve audio files using HTML5 audio tag (go-gitea#5221)
  * Pass link prefixes to external markup parsers (go-gitea#5201)
  * Add AutoHead functionality. (go-gitea#5186)
  * Fix emojis not showing in commit messages (go-gitea#5168)
  * Block registration based on email domain (go-gitea#5157)
  * Update vendor/go-sqlite3 (go-gitea#5133 & go-gitea#5162)
  * Update x/net lib (go-gitea#5169)
  * Show review summary in pull requests (go-gitea#5132)
  * Use type switch (go-gitea#5122)
  * Remove duplicated if bodies (go-gitea#5121)
  * Remove check for negative length (go-gitea#5120)
  * Make switch more clear (go-gitea#5119)
  * Use named const instead of a raw string (go-gitea#5115)
  * Fix issue where ecdsa and other key types are not synced from LDAP (go-gitea#5092) (go-gitea#5094)
  * Refactor: err != nil check, just return error instead (go-gitea#5093)
  * Add notification interface and refactor UI notifications (go-gitea#5085)
  * Use APP_NAME on home page (go-gitea#5048)
  * Explicitly decide whether to  use TLS in mailer's configuration (go-gitea#5024)
  * Generate random password (go-gitea#5023)
  * UX of link account (Step 1) (go-gitea#5006)
  * Make sure argsSet verifies string isn't empty too (go-gitea#4980)
  * Improve performance of dashboard (go-gitea#4977)
  * Keys API changes (go-gitea#4960)
  * Add must-change-password flag to cli for creating a user (go-gitea#4955)
  * Use native go method to get current user rather than environment variable (go-gitea#4930)
  * Make gitea serv use api/internal (go-gitea#4886)
  * Add support for search by uid (go-gitea#4876)
  * Allow to add organization members as collaborators on organization owned repositories (go-gitea#4748)
* TESTING
  * Kill testing processes if the test takes too long (go-gitea#5174)
  * Update outdated Go toolchain version for .drone.yml (go-gitea#5146)
  * Increase the retry limit to 20 times and the interval to 200ms (go-gitea#5134)
  * Retry test-fixtures loading in case of transaction rollback (go-gitea#5125)
  * Added test environment for mssql (go-gitea#4282)
* BUILD
  * Replace lint to revive (go-gitea#5422)
  * Update golang version in Dockerfile (go-gitea#5246)
* DOCS
  * Typo in routers/api/v1/org/org.go fixed. (go-gitea#5598)
  * Update the docs for sqlite_unlock_notify (go-gitea#5145)
  * CN translation of docs part (go-gitea#5049)
  * Kubernetes deployment file (go-gitea#5046)
* MISC
  * Upgrade alpine to 3.8 (go-gitea#5423)
  * Git-Trees API (go-gitea#5403)
  * Only chown directories during docker setup if necessary. Fix go-gitea#4425 (go-gitea#5064)

v1.7.0-rc3

Toggle v1.7.0-rc3's commit message

Verified

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

  * Do not display the raw OpenID error in the UI (go-gitea#5705) (go-gitea#5712)
  * When redirecting clean the path to avoid redirecting to external site (go-gitea#5669) (go-gitea#5679)
* BUGFIX
  * Fix sqlite deadlock when assigning to a PR (go-gitea#5640) (go-gitea#5642)
  * Don't close issues via commits on non-default branch. (go-gitea#5622) (go-gitea#5643)
  * Fix commit page showing status for current default branch (go-gitea#5650) (go-gitea#5653)
  * Only count users own actions for heatmap contributions (go-gitea#5647) (go-gitea#5655)
  * Update xorm to fix issue postgresql dumping issues (go-gitea#5680) (go-gitea#5692)
  * Use correct value for "MSpan Structures Obtained" (go-gitea#5706) (go-gitea#5716)

v1.6.4

Toggle v1.6.4's commit message

Verified

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

  * Fix SSH key now can be reused as public key after deleting as deploy key (go-gitea#5671) (go-gitea#5685)
  * When redirecting clean the path to avoid redirecting to external site (go-gitea#5669) (go-gitea#5703)
  * Fix to use correct value for "MSpan Structures Obtained" (go-gitea#5706) (go-gitea#5715)

v1.7.0-rc2

Toggle v1.7.0-rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
jonasfranz Jonas Franz
* SECURITY

  * Prevent DeleteFilePost doing arbitrary deletion (go-gitea#5631)

v1.6.3

Toggle v1.6.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jonasfranz Jonas Franz
* SECURITY

  * Prevent DeleteFilePost doing arbitrary deletion (go-gitea#5631)
* BUGFIX
  * Fix wrong text getting saved on editing second comment on an issue (go-gitea#5608)

v1.7.0-rc1

Toggle v1.7.0-rc1's commit message

Verified

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

  * Restrict permission check on repositories and fix some problems (go-gitea#5314)
  * Show only opened milestones on issues page milestone filter (go-gitea#5051)
* FEATURE
  * Implement git refs API for listing references (branches, tags and other) (go-gitea#5354)
  * Approvals at Branch Protection (go-gitea#5350)
  * Add raw blob endpoint to get objects by SHA ID (go-gitea#5334)
  * Add api for user to create org (go-gitea#5268)
  * Create AuthorizedKeysCommand (go-gitea#5236)
  * User action heatmap (go-gitea#5131)
  * Refactor heatmap to vue component (go-gitea#5401)
  * Webhook for Pull Request approval/rejection (go-gitea#5027)
  * Add command for migrating database (go-gitea#4954)
  * Search keyword by splitting provided values by , (go-gitea#4939)
  * Create Progressive Web App (go-gitea#4730)
  * Give user a link to create PR after push (go-gitea#4716)
  * Add rebase with merge commit merge style (go-gitea#3844) (go-gitea#4052)
* BUGFIXES
  * Fix bug on modifying sshd username (go-gitea#5624)
  * Delete tags in mirror which are removed for original repo. (go-gitea#5609)
  * Fix wrong text getting saved on editing second comment on an issue. (go-gitea#5608)
  * Fix nil pointer when adding a due date  (go-gitea#5587)
  * Fix type mismatch of format string (go-gitea#5574)
  * Fix bug on upload file name (go-gitea#5571)
  * Issue is not overdue when it is on the same date go-gitea#5566 (go-gitea#5568)
  * Fix indexer reindex bug when gitea restart (go-gitea#5563)
  * Fix table name typo on SQL (go-gitea#5562)
  * Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion (go-gitea#5557)
  * Fix makefile generate buildstep (go-gitea#5556)
  * Fix nil pointer base branch bug (go-gitea#5555)
  * Fix permission check on api create org (go-gitea#5523)
  * Fix detect force push failure on deletion of protected branches (go-gitea#5522)
  * Fix approvals limitation (go-gitea#5521)
  * Fix bug when a read perm user to edit his issue (go-gitea#5516)
  * Fix adding reaction fail for read permission user (go-gitea#5515)
  * Fixing MSSQL timestamp type (go-gitea#5511)
  * Fix forgot deletion of notification when delete repository (go-gitea#5506)
  * Fix empty wiki (go-gitea#5504)
  * Fix clone wiki failed via ssh (go-gitea#5503)
  * Fix code review on mssql (go-gitea#5502)
  * Fix lfs version check warning log when using ssh protocol (go-gitea#5501)
  * Fix topic name length on database (go-gitea#5493)
  * Ensure that the `closed_at` is set for closed issues (go-gitea#5449)
  * Admin should be able to delete repos via the API even if he is not a member of the organization (go-gitea#5443)
  * Word-Break the WebHook url to prevent a ui-break (go-gitea#5432)
  * Fix forgot removed records when deleting user (go-gitea#5429)
  * Fix repository deletion when there is large number of issues in it (go-gitea#5426)
  * Fix heatmap colors for Chrome/Safari (go-gitea#5421)
  * Fix password variable shadowing (go-gitea#5405)
  * Fix dependent issue searching when gitea is run in subpath (go-gitea#5392)
  * Don't force a password change for the admin user when creating an account via cli (go-gitea#5391)
  * API: '/orgs/:org/repos': return private repos with read access (go-gitea#5383)
  * Don't send assign webhooks when creating issue (go-gitea#5365)
  * Removing Labels via EditPullRequest API (go-gitea#5348)
  * Migration fixes for gogs (0.11.66) to gitea (1.6.0) go-gitea#5318 (go-gitea#5341)
  * Fix bug when users have serval teams with different units on different repositories (go-gitea#5307)
  * Fix U2F if gitea is configured in subpath (go-gitea#5302)
  * Fix file edit change preview functionality (go-gitea#5300)
  * Update gitignore list (go-gitea#5258)
  * Fixed heatmap not working in mssql (go-gitea#5248)
  * Fixed wrong api request url for instances running in subfolders (go-gitea#5247)
  * Fix compatibility heatmap with mysql 8 (go-gitea#5232)
  * Fix data race on migrate repository (go-gitea#5224)
  * Fix sqlite and mssql lock (go-gitea#5214)
  * Fix sqlite lock (go-gitea#5210)
  * Fix: Accept web-command cli flags if web-command is commited (go-gitea#5200)
  * Fix: Add secret to all webhook's payload where it has been missing (go-gitea#5199)
  * Fix race on updatesize (go-gitea#5190)
  * Fix create team, update team missing units (go-gitea#5188)
  * Fix sqlite lock (go-gitea#5184 & go-gitea#5176)
  * Fix showing pull request link when delete a branch (go-gitea#5166)
  * Fix JSON result of empty array in heatmap data array (go-gitea#5154)
  * Update build tags for sqlite_unlock notify (go-gitea#5144)
  * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (go-gitea#5136)
  * Fix deadlock when sqlite (go-gitea#5118)
  * Add comment replies (go-gitea#5104)
  * Fix home page template regression (go-gitea#5102)
  * Fix regex to support optional end line of old section in diff hunk (go-gitea#5096)
  * LDAP via simple auth separate bind user and search base (go-gitea#5055)
  * Fix markdown image with link (go-gitea#4675)
  * Fix to 3819 - Filtering issues by tags on main screen issues (go-gitea#3824)
* ENHANCEMENT
  * Delete organization endpoint added (go-gitea#5601)
  * Update Licenses (go-gitea#5558)
  * Support reverse proxy providing email (go-gitea#5554)
  * Add git protocol v2 support via SSH on Docker image (go-gitea#5520)
  * Add tests for api user orgs (go-gitea#5494)
  * Allow link verification for services like Mastodon (go-gitea#5481)
  * Improve team members and repositories settings UI (go-gitea#5457)
  * Remove the required class from optional ssh port in installation page (go-gitea#5428)
  * Explicitly disable Git credential helper (go-gitea#5367)
  * Setting Labels via EditPullRequest API (go-gitea#5347)
  * Implement pasting image from clipboard for browsers that supports that (go-gitea#5317)
  * Milestone issues and pull requests (go-gitea#5293)
  * Support envs on external render commands (go-gitea#5278)
  * Add option to disable automatic mirror syncing. (go-gitea#5242)
  * Remove unused db init on commands serv, update, hooks (go-gitea#5225)
  * Serve audio files using HTML5 audio tag (go-gitea#5221)
  * Pass link prefixes to external markup parsers (go-gitea#5201)
  * Add AutoHead functionality. (go-gitea#5186)
  * Fix emojis not showing in commit messages (go-gitea#5168)
  * Block registration based on email domain (go-gitea#5157)
  * Update vendor/go-sqlite3 (go-gitea#5133 & go-gitea#5162)
  * Update x/net lib (go-gitea#5169)
  * Show review summary in pull requests (go-gitea#5132)
  * Use type switch (go-gitea#5122)
  * Remove duplicated if bodies (go-gitea#5121)
  * Remove check for negative length (go-gitea#5120)
  * Make switch more clear (go-gitea#5119)
  * Use named const instead of a raw string (go-gitea#5115)
  * Fix issue where ecdsa and other key types are not synced from LDAP (go-gitea#5092) (go-gitea#5094)
  * Refactor: err != nil check, just return error instead (go-gitea#5093)
  * Add notification interface and refactor UI notifications (go-gitea#5085)
  * Use APP_NAME on home page (go-gitea#5048)
  * Explicitly decide whether to  use TLS in mailer's configuration (go-gitea#5024)
  * Generate random password (go-gitea#5023)
  * UX of link account (Step 1) (go-gitea#5006)
  * Make sure argsSet verifies string isn't empty too (go-gitea#4980)
  * Improve performance of dashboard (go-gitea#4977)
  * Keys API changes (go-gitea#4960)
  * Add must-change-password flag to cli for creating a user (go-gitea#4955)
  * Use native go method to get current user rather than environment variable (go-gitea#4930)
  * Make gitea serv use api/internal (go-gitea#4886)
  * Add support for search by uid (go-gitea#4876)
  * Allow to add organization members as collaborators on organization owned repositories (go-gitea#4748)
* TESTING
  * Kill testing processes if the test takes too long (go-gitea#5174)
  * Update outdated Go toolchain version for .drone.yml (go-gitea#5146)
  * Increase the retry limit to 20 times and the interval to 200ms (go-gitea#5134)
  * Retry test-fixtures loading in case of transaction rollback (go-gitea#5125)
  * Added test environment for mssql (go-gitea#4282)
* BUILD
  * Replace lint to revive (go-gitea#5422)
  * Update golang version in Dockerfile (go-gitea#5246)
* DOCS
  * Typo in routers/api/v1/org/org.go fixed. (go-gitea#5598)
  * Update the docs for sqlite_unlock_notify (go-gitea#5145)
  * CN translation of docs part (go-gitea#5049)
  * Kubernetes deployment file (go-gitea#5046)
* MISC
  * Upgrade alpine to 3.8 (go-gitea#5423)
  * Git-Trees API (go-gitea#5403)
  * Only chown directories during docker setup if necessary. Fix go-gitea#4425 (go-gitea#5064)

v1.7.0-dev

Toggle v1.7.0-dev's commit message

Verified

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

  * Restrict permission check on repositories and fix some problems (go-gitea#5314)
  * Show only opened milestones on issues page milestone filter (go-gitea#5051)
* FEATURE
  * Implement git refs API for listing references (branches, tags and other) (go-gitea#5354)
  * Approvals at Branch Protection (go-gitea#5350)
  * Add raw blob endpoint to get objects by SHA ID (go-gitea#5334)
  * Add api for user to create org (go-gitea#5268)
  * Create AuthorizedKeysCommand (go-gitea#5236)
  * User action heatmap (go-gitea#5131)
  * Refactor heatmap to vue component (go-gitea#5401)
  * Webhook for Pull Request approval/rejection (go-gitea#5027)
  * Add command for migrating database (go-gitea#4954)
  * Search keyword by splitting provided values by , (go-gitea#4939)
  * Create Progressive Web App (go-gitea#4730)
  * Give user a link to create PR after push (go-gitea#4716)
  * Add rebase with merge commit merge style (go-gitea#3844) (go-gitea#4052)
* BUGFIXES
  * Fix bug on modifying sshd username (go-gitea#5624)
  * Delete tags in mirror which are removed for original repo. (go-gitea#5609)
  * Fix wrong text getting saved on editing second comment on an issue. (go-gitea#5608)
  * Fix nil pointer when adding a due date  (go-gitea#5587)
  * Fix type mismatch of format string (go-gitea#5574)
  * Fix bug on upload file name (go-gitea#5571)
  * Issue is not overdue when it is on the same date go-gitea#5566 (go-gitea#5568)
  * Fix indexer reindex bug when gitea restart (go-gitea#5563)
  * Fix table name typo on SQL (go-gitea#5562)
  * Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion (go-gitea#5557)
  * Fix makefile generate buildstep (go-gitea#5556)
  * Fix nil pointer base branch bug (go-gitea#5555)
  * Fix permission check on api create org (go-gitea#5523)
  * Fix detect force push failure on deletion of protected branches (go-gitea#5522)
  * Fix approvals limitation (go-gitea#5521)
  * Fix bug when a read perm user to edit his issue (go-gitea#5516)
  * Fix adding reaction fail for read permission user (go-gitea#5515)
  * Fixing MSSQL timestamp type (go-gitea#5511)
  * Fix forgot deletion of notification when delete repository (go-gitea#5506)
  * Fix empty wiki (go-gitea#5504)
  * Fix clone wiki failed via ssh (go-gitea#5503)
  * Fix code review on mssql (go-gitea#5502)
  * Fix lfs version check warning log when using ssh protocol (go-gitea#5501)
  * Fix topic name length on database (go-gitea#5493)
  * Ensure that the `closed_at` is set for closed issues (go-gitea#5449)
  * Admin should be able to delete repos via the API even if he is not a member of the organization (go-gitea#5443)
  * Word-Break the WebHook url to prevent a ui-break (go-gitea#5432)
  * Fix forgot removed records when deleting user (go-gitea#5429)
  * Fix repository deletion when there is large number of issues in it (go-gitea#5426)
  * Fix heatmap colors for Chrome/Safari (go-gitea#5421)
  * Fix password variable shadowing (go-gitea#5405)
  * Fix dependent issue searching when gitea is run in subpath (go-gitea#5392)
  * Don't force a password change for the admin user when creating an account via cli (go-gitea#5391)
  * API: '/orgs/:org/repos': return private repos with read access (go-gitea#5383)
  * Don't send assign webhooks when creating issue (go-gitea#5365)
  * Removing Labels via EditPullRequest API (go-gitea#5348)
  * Migration fixes for gogs (0.11.66) to gitea (1.6.0) go-gitea#5318 (go-gitea#5341)
  * Fix bug when users have serval teams with different units on different repositories (go-gitea#5307)
  * Fix U2F if gitea is configured in subpath (go-gitea#5302)
  * Fix file edit change preview functionality (go-gitea#5300)
  * Update gitignore list (go-gitea#5258)
  * Fixed heatmap not working in mssql (go-gitea#5248)
  * Fixed wrong api request url for instances running in subfolders (go-gitea#5247)
  * Fix compatibility heatmap with mysql 8 (go-gitea#5232)
  * Fix data race on migrate repository (go-gitea#5224)
  * Fix sqlite and mssql lock (go-gitea#5214)
  * Fix sqlite lock (go-gitea#5210)
  * Fix: Accept web-command cli flags if web-command is commited (go-gitea#5200)
  * Fix: Add secret to all webhook's payload where it has been missing (go-gitea#5199)
  * Fix race on updatesize (go-gitea#5190)
  * Fix create team, update team missing units (go-gitea#5188)
  * Fix sqlite lock (go-gitea#5184 & go-gitea#5176)
  * Fix showing pull request link when delete a branch (go-gitea#5166)
  * Fix JSON result of empty array in heatmap data array (go-gitea#5154)
  * Update build tags for sqlite_unlock notify (go-gitea#5144)
  * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (go-gitea#5136)
  * Fix deadlock when sqlite (go-gitea#5118)
  * Add comment replies (go-gitea#5104)
  * Fix home page template regression (go-gitea#5102)
  * Fix regex to support optional end line of old section in diff hunk (go-gitea#5096)
  * LDAP via simple auth separate bind user and search base (go-gitea#5055)
  * Fix markdown image with link (go-gitea#4675)
  * Fix to 3819 - Filtering issues by tags on main screen issues (go-gitea#3824)
* ENHANCEMENT
  * Delete organization endpoint added (go-gitea#5601)
  * Update Licenses (go-gitea#5558)
  * Support reverse proxy providing email (go-gitea#5554)
  * Add git protocol v2 support via SSH on Docker image (go-gitea#5520)
  * Add tests for api user orgs (go-gitea#5494)
  * Allow link verification for services like Mastodon (go-gitea#5481)
  * Improve team members and repositories settings UI (go-gitea#5457)
  * Remove the required class from optional ssh port in installation page (go-gitea#5428)
  * Explicitly disable Git credential helper (go-gitea#5367)
  * Setting Labels via EditPullRequest API (go-gitea#5347)
  * Implement pasting image from clipboard for browsers that supports that (go-gitea#5317)
  * Milestone issues and pull requests (go-gitea#5293)
  * Support envs on external render commands (go-gitea#5278)
  * Add option to disable automatic mirror syncing. (go-gitea#5242)
  * Remove unused db init on commands serv, update, hooks (go-gitea#5225)
  * Serve audio files using HTML5 audio tag (go-gitea#5221)
  * Pass link prefixes to external markup parsers (go-gitea#5201)
  * Add AutoHead functionality. (go-gitea#5186)
  * Fix emojis not showing in commit messages (go-gitea#5168)
  * Block registration based on email domain (go-gitea#5157)
  * Update vendor/go-sqlite3 (go-gitea#5133 & go-gitea#5162)
  * Update x/net lib (go-gitea#5169)
  * Show review summary in pull requests (go-gitea#5132)
  * Use type switch (go-gitea#5122)
  * Remove duplicated if bodies (go-gitea#5121)
  * Remove check for negative length (go-gitea#5120)
  * Make switch more clear (go-gitea#5119)
  * Use named const instead of a raw string (go-gitea#5115)
  * Fix issue where ecdsa and other key types are not synced from LDAP (go-gitea#5092) (go-gitea#5094)
  * Refactor: err != nil check, just return error instead (go-gitea#5093)
  * Add notification interface and refactor UI notifications (go-gitea#5085)
  * Use APP_NAME on home page (go-gitea#5048)
  * Explicitly decide whether to  use TLS in mailer's configuration (go-gitea#5024)
  * Generate random password (go-gitea#5023)
  * UX of link account (Step 1) (go-gitea#5006)
  * Make sure argsSet verifies string isn't empty too (go-gitea#4980)
  * Improve performance of dashboard (go-gitea#4977)
  * Keys API changes (go-gitea#4960)
  * Add must-change-password flag to cli for creating a user (go-gitea#4955)
  * Use native go method to get current user rather than environment variable (go-gitea#4930)
  * Make gitea serv use api/internal (go-gitea#4886)
  * Add support for search by uid (go-gitea#4876)
  * Allow to add organization members as collaborators on organization owned repositories (go-gitea#4748)
* TESTING
  * Kill testing processes if the test takes too long (go-gitea#5174)
  * Update outdated Go toolchain version for .drone.yml (go-gitea#5146)
  * Increase the retry limit to 20 times and the interval to 200ms (go-gitea#5134)
  * Retry test-fixtures loading in case of transaction rollback (go-gitea#5125)
  * Added test environment for mssql (go-gitea#4282)
* BUILD
  * Replace lint to revive (go-gitea#5422)
  * Update golang version in Dockerfile (go-gitea#5246)
* DOCS
  * Typo in routers/api/v1/org/org.go fixed. (go-gitea#5598)
  * Update the docs for sqlite_unlock_notify (go-gitea#5145)
  * CN translation of docs part (go-gitea#5049)
  * Kubernetes deployment file (go-gitea#5046)
* MISC
  * Upgrade alpine to 3.8 (go-gitea#5423)
  * Git-Trees API (go-gitea#5403)
  * Only chown directories during docker setup if necessary. Fix go-gitea#4425 (go-gitea#5064)