+
Skip to content

Tags: Xiphin/gitea

Tags

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)

v1.6.2

Toggle v1.6.2's commit message

Verified

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

  * Sanitize uploaded file names (go-gitea#5571) (go-gitea#5573)
  * HTMLEncode user added text (go-gitea#5570) (go-gitea#5575)
* BUGFIXES
  * Fix indexer reindex bug when gitea restart (go-gitea#5563) (go-gitea#5564)
  * Remove a double slash in the HTTPS redirect with Let's Encrypt (go-gitea#5537) (go-gitea#5539)
  * Fix bug when a read perm user to edit his issue (go-gitea#5516) (go-gitea#5534)
  * Detect force push failure on deletion of protected branches (go-gitea#5522) (go-gitea#5531)
  * Let's Encrypt handler listens on correct port for certificate validation (go-gitea#5525) (go-gitea#5527)
  * Fix forgot deletion of notification when delete repository (go-gitea#5506) (go-gitea#5514)
  * Fix undeleted content when deleting user (go-gitea#5429) (go-gitea#5509)
  * Fix empty wiki (go-gitea#5504) (go-gitea#5508)

v1.6.1

Toggle v1.6.1's commit message

Verified

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

  * Fix dependent issue searching when gitea is run in subpath (go-gitea#5392) (go-gitea#5400)
  * API: '/orgs/:org/repos': return private repos with read access (go-gitea#5393)
  * Fix repository deletion when there is large number of issues in it (go-gitea#5426) (go-gitea#5434)
  * Word-break the WebHook url to prevent a ui-break (go-gitea#5445)
  * Admin should be able to delete repos via the API even if they are not a member of the organization (go-gitea#5443) (go-gitea#5447)
  * Ensure that the `closed_at` is set for closed (go-gitea#5450)
  * Fix topic name length on database (go-gitea#5493) (go-gitea#5495)

v1.6.0

Toggle v1.6.0's commit message

Verified

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

  * Respect email privacy option in user search via API (go-gitea#4512)
  * Simply remove tidb and deps (go-gitea#3993)
  * Swagger.v1.json template (go-gitea#3572)
* SECURITY
  * Add CSRF checking to reqToken and add reqToken to admin API routes (go-gitea#5272) (go-gitea#5250)
  * Improve URL validation for external wiki  and external issues (go-gitea#4710)
  * Make cookies HttpOnly and obey COOKIE_SECURE flag (go-gitea#4706)
  * Don't disclose emails of all users when sending out emails (go-gitea#4664)
  * Check that repositories can only be migrated to own user or organizations (go-gitea#4366)
* FEATURE
  * Add comment replies (go-gitea#5147) (go-gitea#5104)
  * Pull request review/approval and comment on code (go-gitea#3748)
  * Added dependencies for issues (go-gitea#2196) (go-gitea#2531)
  * Add the ability to have built in themes in Gitea and provide dark theme arc-green (go-gitea#4198)
  * Add sudo functionality to the API (go-gitea#4809)
  * Add oauth providers via cli (go-gitea#4591)
  * Disable merging a WIP Pull request (go-gitea#4529)
  * Force user to change password (go-gitea#4489)
  * Add letsencrypt to Gitea (go-gitea#4189)
  * Add push webhook support for mirrored repositories (go-gitea#4127)
  * Add csv file render support defaultly (go-gitea#4105)
  * Add Recaptcha functionality to Gitea (go-gitea#4044)
* ENHANCEMENT
  * Fix milestones sorted wrongly (go-gitea#4987)
  * Allow api to create tags for releases if they don't exist (go-gitea#4890)
  * Fix go-gitea#4877 to follow the OpenID Connect Audiences spec (go-gitea#4878)
  * Enforce token on api routes [fixed critical security issue go-gitea#4357] (go-gitea#4840)
  * Update legacy branch and tag URLs in dashboard to new format (go-gitea#4812)
  * Slack webhook channel name cannot be empty or just contain an hashtag (go-gitea#4786)
  * Add whitespace handling to PR-comparsion (go-gitea#4683)
  * Make reverse proxy auth optional (go-gitea#4643)
  * MySQL TLS (go-gitea#4642)
  * Make sure to set PR split view when creating/previewing a pull request  (go-gitea#4617)
  * Log user in after a successful sign up (go-gitea#4615)
  * Fix typo IsPullReuqestBroken -> IsPullRequestBroken (go-gitea#4578)
  * Allow admin toggle forcing a password change for newly created users (go-gitea#4563)
  * Update jQuery to v1.12.4 (go-gitea#4551)
  * Env var GITEA_PUSHER_EMAIL (go-gitea#4516)
  * Feat(repo): support search repository by topic name (go-gitea#4505)
  * Small improvements to dependency UI (go-gitea#4503)
  * Make max commits in graph configurable (go-gitea#4498)
  * Add valid for lfs oid (go-gitea#4461)
  * Add shortcut to save wiki page (go-gitea#4452)
  * Allow administrator to create repository for any organization (go-gitea#4368)
  * Fix repository last updated time update when delete a user who watched the repo (go-gitea#4363)
  * Switch plaintext scratch tokens to use hash instead (go-gitea#4331)
  * Increase default TOTP secret size to 320 bits (go-gitea#4287)
  * Keep preseeded database password (go-gitea#4284)
  * Implemented hover text showing user FullName (go-gitea#4261)
  * Add ability to delete a token (go-gitea#4235)
  * Fix typos in i18n variable names. (go-gitea#4080)
  * Api: repos/search: add parameters to control the sort order (go-gitea#3964)
  * Add missing path in the Docker app.ini template (go-gitea#2181)
  * Add file name and branch to page title (go-gitea#4902)
  * Offline use of google fonts (go-gitea#4872)
  * Add missing History link to directory listings v2 (go-gitea#4829)
  * Locale for Edit and Remove due date issue (go-gitea#4802)
  * Disable 'May Import Local Repository' when is disabled by setting (Is… (go-gitea#4780)
  * API /admin/users/{username} missing parameter (go-gitea#4775)
  * Display error when adding a user to a team twice (go-gitea#4746)
  * Remove UsePrivilegeSeparation from the Docker sshd_config, see go-gitea#2876 (go-gitea#4722)
  * Focus title input when clicking helper link (go-gitea#4696)
  * Add vendor to user reserved words and format words list according alphabet (go-gitea#4685)
  * Add gitea/issues link to 500 page (go-gitea#4654)
  * Hide home button when landing page is not set to home (go-gitea#4651)
  * Remove link to GitHub issues in 404 template (go-gitea#4639)
  * Cmd/serve: pprof cpu and memory profile dumps to disk (go-gitea#4560)
  * Add flash message after an account has been successfully activated (go-gitea#4510)
  * Prevent html entity escaping on delete branch (go-gitea#4471)
  * Locale for button Edit on protected branch (go-gitea#4442)
  * Update notification icon (go-gitea#4343)
  * Added front-end topics validation (go-gitea#4316)
  * Don't display buttons if there are no system notifications (go-gitea#4280)
  * Issue due date api (go-gitea#3890)
* BUGFIXES
  * dont' send assign webhooks when creating issue (go-gitea#5365)
  * Fix create team, update team missing units (go-gitea#5188)
  * Fix file edit change preview functionality (go-gitea#5300)
  * *ix 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 markdown image with link (go-gitea#4675)
  * Remove maxlines option for file logger (go-gitea#5282)
  * Fix wrong api request url for instances running in subfolders (go-gitea#5261) (go-gitea#5247)
  * Accept web-command cli flags if web-command is commited (go-gitea#5245) (go-gitea#5200)
  * Reduce join star, repo_topic, topic tables on repo search, to resolve extra columns problem on MSSQL (go-gitea#5136) (go-gitea#5229)
  * Fix data race on migrate repository (go-gitea#5224) (go-gitea#5230)
  * Add secret to all webhook's payload where it has been missing (go-gitea#5208) (go-gitea#5199)
  * Fix sqlite and MSSQL lock (go-gitea#5210) (go-gitea#5223) (go-gitea#5214) (go-gitea#5218) (go-gitea#5176) (go-gitea#5179)
  * Fix race on updatesize (go-gitea#5190) (go-gitea#5215)
  * Fix filtering issues by tags on main screen issues (go-gitea#5219) (go-gitea#3824)
  * Fix SQL quoting (go-gitea#5137) (go-gitea#5117)
  * Fix regex to support optional end line of old section in diff hunk (go-gitea#5097) (go-gitea#5096)
  * Fix release creation via API (go-gitea#5076)
  * Remove links from topics in edit mode  (go-gitea#5026)
  * Fix missing AppSubUrl in few more templates (fixup) (go-gitea#5021)
  * Fix missing AppSubUrl in some templates (go-gitea#5020)
  * Hide outdated comments in file view (go-gitea#5017)
  * Upgrade gopkg.in/testfixtures.v2 (go-gitea#4999)
  * Disable debug routes unless PPROF is enabled in configuration (go-gitea#4995)
  * Fix user menu item styling (go-gitea#4985)
  * Fix layout of the topics editing form (go-gitea#4971)
  * Fix null pointer dereference in ParseCommitWithSignature (go-gitea#4962)
  * Fix url in discord webhook (go-gitea#4953)
  * Detect charset and convert non UTF-8 files for display (go-gitea#4950)
  * Make sure to catch the right error so it is displayed on the UI (go-gitea#4945)
  * Fix(topics): don't redirect to explore page. (go-gitea#4938)
  * Fix bug forget to remove Stopwatch when remove repository (go-gitea#4928)
  * Fix bug when repo remained bare if multiple branches pushed in single push (go-gitea#4923)
  * Fix: Crippled diff (go-gitea#4726) (go-gitea#4900)
  * Fix trimming of markup section names (go-gitea#4863)
  * Issues api allow pulls and fix go-gitea#4832 (go-gitea#4852)
  * Do not autocreate directory for new users/orgs (go-gitea#4828) (go-gitea#4849)
  * Fix redirect with non-ascii branch names (go-gitea#4764) (go-gitea#4810)
  * Fix missing release title in webhook (go-gitea#4783) (go-gitea#4796)
  * User shouldn't be able to approve or reject his/her own PR (go-gitea#4729)
  * Make sure to reset commit count in the cache on mirror syncing (go-gitea#4720)
  * Fixed bug where team with admin privelege type doesn't get any unit  (go-gitea#4719)
  * Fix incorrect caption of webhook setting (go-gitea#4701) (go-gitea#4717)
  * Allow WIP marker to contains < or > (go-gitea#4709)
  * Hide org/create menu item in Dashboard if user has no rights (go-gitea#4678) (go-gitea#4680)
  * Site admin could create repos even MAX_CREATION_LIMIT=0 (go-gitea#4645)
  * Fix custom templates being ignored (go-gitea#4638)
  * Fix starring icon after semantic ui update (go-gitea#4628)
  * Fix Split-View line adjustment (go-gitea#4622)
  * Fix integer constant overflows in tests (go-gitea#4616)
  * Push whitelist now doesn't apply to branch deletion (go-gitea#4601) (go-gitea#4607)
  * Fix bugs when too many IN variables (go-gitea#4594)
  * Fix failure on creating pull request with assignees (go-gitea#4419) (go-gitea#4583)
  * Fix panic issue on update avatar email (go-gitea#4580) (go-gitea#4581)
  * Fix status code label for a successful webhook (go-gitea#4540)
  * An inactive user shouldn't be able to be added as a collaborator (go-gitea#4535)
  * Don't fail silently if trying to add a collaborator twice (go-gitea#4533)
  * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (go-gitea#4519) (go-gitea#4525)
  * Fix out-of-transaction query in removeOrgUser (go-gitea#4521) (go-gitea#4522)
  * Fix migration from older releases (go-gitea#4495)
  * Accept 'Data:' in commit graph (go-gitea#4487)
  * Update xorm to latest version and fix correct `user` table referencing in sql (go-gitea#4473)
  * Relative URLs for LibreJS page (go-gitea#4460)
  * Redirect to correct page after using scratch token (go-gitea#4458)
  * Fix column droping for MSSQL that need new transaction for that (go-gitea#4440)
  * Replace src with raw to fix image paths (go-gitea#4377)
  * Add default merge options when creating new repository (go-gitea#4369)
  * Fix docker build (go-gitea#4358)
  * Fixes repo membership check in API (go-gitea#4341)
  * Dep upgrade mysql lib (go-gitea#4161)
  * Fix some issues with special chars in branch names (go-gitea#3767)
  * Responsive design fixes (go-gitea#4508)
* TRANSLATION
  * Fix punctuation in English translation (go-gitea#4958)
  * Fix translation (go-gitea#4355)

v1.6.0-rc2

Toggle v1.6.0-rc2's commit message

Verified

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

  * Add CSRF checking to reqToken and add reqToken to admin API routes (go-gitea#5272) (go-gitea#5250)
* FEATURE
  * Add comment replies (go-gitea#5147) (go-gitea#5104)
* BUGFIXES
  * Fix wrong api request url for instances running in subfolders (go-gitea#5261) (go-gitea#5247)
  * Accept web-command cli flags if web-command is commited (go-gitea#5245) (go-gitea#5200)
  * Reduce join star, repo_topic, topic tables on repo search, to resolve extra columns problem on MSSQL (go-gitea#5136) (go-gitea#5229)
  * Fix data race on migrate repository (go-gitea#5224) (go-gitea#5230)
  * Add secret to all webhook's payload where it has been missing (go-gitea#5208) (go-gitea#5199)
  * Fix sqlite and MSSQL lock (go-gitea#5210) (go-gitea#5223) (go-gitea#5214) (go-gitea#5218) (go-gitea#5176) (go-gitea#5179)
  * Fix race on updatesize (go-gitea#5190) (go-gitea#5215)
  * Fix filtering issues by tags on main screen issues (go-gitea#5219) (go-gitea#3824)
  * Fix SQL quoting (go-gitea#5137) (go-gitea#5117)
  * Fix regex to support optional end line of old section in diff hunk (go-gitea#5097) (go-gitea#5096)

v1.5.3

Toggle v1.5.3's commit message

Verified

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

  * Fix remote command execution vulnerability in upstream library (go-gitea#5177) (go-gitea#5196)

v1.6.0-rc1

Toggle v1.6.0-rc1's commit message

Verified

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

  * Respect email privacy option in user search via API (go-gitea#4512)
  * Simply remove tidb and deps (go-gitea#3993)
  * Swagger.v1.json template (go-gitea#3572)
* FEATURE
  * Pull request review/approval and comment on code (go-gitea#3748)
  * Added dependencies for issues (go-gitea#2196) (go-gitea#2531)
  * Add the ability to have built in themes in Gitea and provide dark theme arc-green (go-gitea#4198)
  * Add sudo functionality to the API (go-gitea#4809)
  * Add oauth providers via cli (go-gitea#4591)
  * Disable merging a WIP Pull request (go-gitea#4529)
  * Force user to change password (go-gitea#4489)
  * Add letsencrypt to Gitea (go-gitea#4189)
  * Add push webhook support for mirrored repositories (go-gitea#4127)
  * Add csv file render support defaultly (go-gitea#4105)
  * Add Recaptcha functionality to Gitea (go-gitea#4044)
* BUGFIXES
  * Fix release creation via API (go-gitea#5076)
  * Remove links from topics in edit mode  (go-gitea#5026)
  * Fix missing AppSubUrl in few more templates (fixup) (go-gitea#5021)
  * Fix missing AppSubUrl in some templates (go-gitea#5020)
  * Hide outdated comments in file view (go-gitea#5017)
  * Upgrade gopkg.in/testfixtures.v2 (go-gitea#4999)
  * Disable debug routes unless PPROF is enabled in configuration (go-gitea#4995)
  * Fix user menu item styling (go-gitea#4985)
  * Fix layout of the topics editing form (go-gitea#4971)
  * Fix null pointer dereference in ParseCommitWithSignature (go-gitea#4962)
  * Fix url in discord webhook (go-gitea#4953)
  * Detect charset and convert non UTF-8 files for display (go-gitea#4950)
  * Make sure to catch the right error so it is displayed on the UI (go-gitea#4945)
  * Fix(topics): don't redirect to explore page. (go-gitea#4938)
  * Fix bug forget to remove Stopwatch when remove repository (go-gitea#4928)
  * Fix bug when repo remained bare if multiple branches pushed in single push (go-gitea#4923)
  * Fix: Let's Encrypt configuration settings (go-gitea#4911)
  * Fix: Crippled diff (go-gitea#4726) (go-gitea#4900)
  * Fix trimming of markup section names (go-gitea#4863)
  * Issues api allow pulls and fix go-gitea#4832 (go-gitea#4852)
  * Do not autocreate directory for new users/orgs (go-gitea#4828) (go-gitea#4849)
  * Fix redirect with non-ascii branch names (go-gitea#4764) (go-gitea#4810)
  * Fix missing release title in webhook (go-gitea#4783) (go-gitea#4796)
  * User shouldn't be able to approve or reject his/her own PR (go-gitea#4729)
  * Make sure to reset commit count in the cache on mirror syncing (go-gitea#4720)
  * Fixed bug where team with admin privelege type doesn't get any unit  (go-gitea#4719)
  * Fix incorrect caption of webhook setting (go-gitea#4701) (go-gitea#4717)
  * Allow WIP marker to contains < or > (go-gitea#4709)
  * Hide org/create menu item in Dashboard if user has no rights (go-gitea#4678) (go-gitea#4680)
  * Site admin could create repos even MAX_CREATION_LIMIT=0 (go-gitea#4645)
  * Fix custom templates being ignored (go-gitea#4638)
  * Fix starring icon after semantic ui update (go-gitea#4628)
  * Fix Split-View line adjustment (go-gitea#4622)
  * Fix integer constant overflows in tests (go-gitea#4616)
  * Push whitelist now doesn't apply to branch deletion (go-gitea#4601) (go-gitea#4607)
  * Fix bugs when too many IN variables (go-gitea#4594)
  * Fix failure on creating pull request with assignees (go-gitea#4419) (go-gitea#4583)
  * Fix panic issue on update avatar email (go-gitea#4580) (go-gitea#4581)
  * Fix status code label for a successful webhook (go-gitea#4540)
  * An inactive user shouldn't be able to be added as a collaborator (go-gitea#4535)
  * Don't fail silently if trying to add a collaborator twice (go-gitea#4533)
  * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (go-gitea#4519) (go-gitea#4525)
  * Fix out-of-transaction query in removeOrgUser (go-gitea#4521) (go-gitea#4522)
  * Fix migration from older releases (go-gitea#4495)
  * Accept 'Data:' in commit graph (go-gitea#4487)
  * Update xorm to latest version and fix correct `user` table referencing in sql (go-gitea#4473)
  * Relative URLs for LibreJS page (go-gitea#4460)
  * Redirect to correct page after using scratch token (go-gitea#4458)
  * Fix column droping for MSSQL that need new transaction for that (go-gitea#4440)
  * Replace src with raw to fix image paths (go-gitea#4377)
  * Add default merge options when creating new repository (go-gitea#4369)
  * Fix docker build (go-gitea#4358)
  * Fixes repo membership check in API (go-gitea#4341)
  * Dep upgrade mysql lib (go-gitea#4161)
  * Fix some issues with special chars in branch names (go-gitea#3767)
  * Responsive design fixes (go-gitea#4508)
* ENHANCEMENT
  * Fix milestones sorted wrongly (go-gitea#4987)
  * Allow api to create tags for releases if they don't exist (go-gitea#4890)
  * Fix go-gitea#4877 to follow the OpenID Connect Audiences spec (go-gitea#4878)
  * Enforce token on api routes [fixed critical security issue go-gitea#4357] (go-gitea#4840)
  * Update legacy branch and tag URLs in dashboard to new format (go-gitea#4812)
  * Slack webhook channel name cannot be empty or just contain an hashtag (go-gitea#4786)
  * Add whitespace handling to PR-comparsion (go-gitea#4683)
  * Make reverse proxy auth optional (go-gitea#4643)
  * MySQL TLS (go-gitea#4642)
  * Make sure to set PR split view when creating/previewing a pull request  (go-gitea#4617)
  * Log user in after a successful sign up (go-gitea#4615)
  * Fix typo IsPullReuqestBroken -> IsPullRequestBroken (go-gitea#4578)
  * Allow admin toggle forcing a password change for newly created users (go-gitea#4563)
  * Update jQuery to v1.12.4 (go-gitea#4551)
  * Env var GITEA_PUSHER_EMAIL (go-gitea#4516)
  * Feat(repo): support search repository by topic name (go-gitea#4505)
  * Small improvements to dependency UI (go-gitea#4503)
  * Make max commits in graph configurable (go-gitea#4498)
  * Add valid for lfs oid (go-gitea#4461)
  * Add shortcut to save wiki page (go-gitea#4452)
  * Allow administrator to create repository for any organization (go-gitea#4368)
  * Fix repository last updated time update when delete a user who watched the repo (go-gitea#4363)
  * Switch plaintext scratch tokens to use hash instead (go-gitea#4331)
  * Increase default TOTP secret size to 320 bits (go-gitea#4287)
  * Keep preseeded database password (go-gitea#4284)
  * Implemented hover text showing user FullName (go-gitea#4261)
  * Add ability to delete a token (go-gitea#4235)
  * Fix typos in i18n variable names. (go-gitea#4080)
  * Api: repos/search: add parameters to control the sort order (go-gitea#3964)
  * Add missing path in the Docker app.ini template (go-gitea#2181)
  * Add file name and branch to page title (go-gitea#4902)
  * Offline use of google fonts (go-gitea#4872)
  * Add missing History link to directory listings v2 (go-gitea#4829)
  * Locale for Edit and Remove due date issue (go-gitea#4802)
  * Disable 'May Import Local Repository' when is disabled by setting (Is… (go-gitea#4780)
  * API /admin/users/{username} missing parameter (go-gitea#4775)
  * Display error when adding a user to a team twice (go-gitea#4746)
  * Remove UsePrivilegeSeparation from the Docker sshd_config, see go-gitea#2876 (go-gitea#4722)
  * Focus title input when clicking helper link (go-gitea#4696)
  * Add vendor to user reserved words and format words list according alphabet (go-gitea#4685)
  * Add gitea/issues link to 500 page (go-gitea#4654)
  * Hide home button when landing page is not set to home (go-gitea#4651)
  * Remove link to GitHub issues in 404 template (go-gitea#4639)
  * Cmd/serve: pprof cpu and memory profile dumps to disk (go-gitea#4560)
  * Add flash message after an account has been successfully activated (go-gitea#4510)
  * Prevent html entity escaping on delete branch (go-gitea#4471)
  * Locale for button Edit on protected branch (go-gitea#4442)
  * Update notification icon (go-gitea#4343)
  * Added front-end topics validation (go-gitea#4316)
  * Don't display buttons if there are no system notifications (go-gitea#4280)
  * Issue due date api (go-gitea#3890)
* SECURITY
  * Improve URL validation for external wiki  and external issues (go-gitea#4710)
  * Make cookies HttpOnly and obey COOKIE_SECURE flag (go-gitea#4706)
  * Don't disclose emails of all users when sending out emails (go-gitea#4664)
  * Check that repositories can only be migrated to own user or organizations (go-gitea#4366)
* TRANSLATION
  * Fix punctuation in English translation (go-gitea#4958)
  * Fix translation (go-gitea#4355)
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载