Skip to content

Tags: masoodkamyab/gitea

Tags

v1.9.0-rc2

Toggle v1.9.0-rc2's commit message

Verified

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

  * Fix regex for issues in commit messages (go-gitea#7444) (go-gitea#7466)
  * cmd/serv: actually exit after fatal errors (go-gitea#7458) (go-gitea#7460)
  * Fix an issue with some pages throwing 'not defined' js exceptions go-gitea#7450 (go-gitea#7453)
  * Fix Dropzone.js integration (go-gitea#7445) (go-gitea#7448)
  * Create class for inline positioned lists (go-gitea#7439) (go-gitea#7393)
  * Diff: Fix indentation on unhighlighted code (go-gitea#7435) (go-gitea#7443)
  * jQuery 3 (go-gitea#7442) (go-gitea#7425)
  * Only show "New Pull Request" button if repo allows pulls (go-gitea#7426) (go-gitea#7432)
  * Fix vendor references (go-gitea#7394) (go-gitea#7396)
  * Only return head: null if source branch was deleted (go-gitea#6705) (go-gitea#7376)
  * Add missing template variable on organisation settings (go-gitea#7386) (go-gitea#7385)
  * Fix post parameter on issue list which had unset assignee (go-gitea#7380) (go-gitea#7383)
  * Fix migration tests due to issue 7 being resolved (go-gitea#7375) (go-gitea#7381)<Paste>

Verified

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

v1.9.0-rc1

Toggle v1.9.0-rc1's commit message

Verified

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

  * Better logging (go-gitea#6038) (go-gitea#6095)
* FEATURE
  * Content API for Creating, Updating, Deleting Files (go-gitea#6314)
  * Enable tls-alpn-01: Use certmanager provided TLSConfig for LetsEncrypt (go-gitea#7229)
  * Add command to convert mysql database from utf8 to utf8mb4 (go-gitea#7144)
  * Fixes go-gitea#2738 - Adds the /git/tags API endpoint (go-gitea#7138)
  * Compare branches, commits and tags with each other (go-gitea#6991)
  * Show Pull Request button or status of latest PR in branch list (go-gitea#6990)
  * Repository avatars (go-gitea#6986)
  * Show git-notes (go-gitea#6984)
  * Add commit statuses reports on pull request view (go-gitea#6845)
  * Number of commits ahead/behind in branch overview (go-gitea#6695)
  * Add CLI commands to manage LDAP authentication source (go-gitea#6681)
  * Add support for MS Teams webhooks (go-gitea#6632)
  * OAuth2 Grant UI (go-gitea#6625)
  * Add SUBJECT_PREFIX mailer config option (go-gitea#6605)
  * Include custom configuration file in dump (go-gitea#6516)
  * Add API for manipulating Git hooks (go-gitea#6436)
  * Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (go-gitea#6290)
  * Add option to blame files (go-gitea#5721)
  * Implement Default Webhooks (go-gitea#4299)
  * Telegram webhook (go-gitea#4227)
* BUGFIXES
  * Correctly adjust mirror url (go-gitea#6593)
  * Handle early git version's lack of get-url (go-gitea#7065)
  * Fix icon position in issue view (go-gitea#7354)
  * Cut timeline length with last element on issue view (go-gitea#7355)
  * Fix mirror repository webhooks (go-gitea#7366)
  * Fix api route for hooks (go-gitea#7346)
  * Fix bug conflict between SyncReleasesWithTags and InsertReleases (go-gitea#7337)
  * Fix pull view ui merge section (go-gitea#7335)
  * Fix 7303 - remove unnessesary buttons on archived repos (go-gitea#7326)
  * Fix topic bar to allow prefixes (go-gitea#7325)
  * Fixes go-gitea#7152 - Allow create/update/delete message to be empty, use default message (go-gitea#7324)
  * Fixes go-gitea#7238 - Annotated tag commit ID incorrect (go-gitea#7321)
  * Dark theme fixes (go-gitea#7319)
  * Gitea own dark codemirror theme (go-gitea#7317)
  * Fixes go-gitea#7292 - API File Contents bug (go-gitea#7301)
  * Fix API link header (go-gitea#7298)
  * Fix extra newlines when copying from diff in Firefox (go-gitea#7288)
  * Make diff line-marker non-selectable (go-gitea#7279)
  * Fix Submodule dection in subdir (go-gitea#7275)
  * Fix error log when loading issues caused by a xorm bug (go-gitea#7271)
  * Add .fa icon margin like .octicon (go-gitea#7258)
  * Fix hljs unintenionally highlighting commit links (go-gitea#7244)
  * Only check and config git on web subcommand but not others (go-gitea#7236)
  * Fix migration panic when Head.User is not exist (go-gitea#7226)
  * Only warn on errors in deleting LFS orphaned files during repo deletion (go-gitea#7213)
  * Fix duplicated file on pull request conflicted files (go-gitea#7211)
  * Allow colon between fixing word and issue (go-gitea#7207)
  * Fix overflow issues in repo (go-gitea#7190)
  * API error cleanup (go-gitea#7186)
  * Add error for fork already existing (go-gitea#7185)
  * Fixes diff on merged pull requests (go-gitea#7171)
  * If milestone id is zero don't get it from database (go-gitea#7169)
  * Fix pusher name via ssh push (go-gitea#7167)
  * Fix database lock when use random repository fallback image (go-gitea#7166)
  * Various fixes for issue mail notifications (go-gitea#7165)
  * Allow archived repos to be (un)starred and (un)watched (go-gitea#7163)
  * Fix GCArgs load from ini (go-gitea#7156)
  * Detect noreply email address as user (go-gitea#7133)
  * Avoid arbitrary format strings upon calling fail() function (go-gitea#7112)
  * Validate External Tracker URL Format (go-gitea#7089)
  * Repository avatar fallback configuration (go-gitea#7087)
  * Fix go-gitea#732: Add LFS objects to base repository on merging  (go-gitea#7082)
  * Install page - Handle invalid administrator username better (go-gitea#7060)
  * Workaround for posting single comments in split diff view (go-gitea#7052)
  * Fix possbile mysql invalid connnection error (go-gitea#7051)
  * Fix charset was not saved after installation finished (go-gitea#7048)
  * Handle insecure and ports in go get (go-gitea#7041)
  * Avoid bad database state after failed migration (go-gitea#7040)
  * Fix wrong init dependency on markup extensions (go-gitea#7038)
  * Fix default for allowing new organization creation for new users (go-gitea#7017)
  * Fix content download and /verify LFS handler expecting wrong content-type (go-gitea#7015)
  * Fix missing repo description when migrating (go-gitea#7000)
  * Fix LFS Locks over SSH (go-gitea#6999)
  * Do not attempt to return blob on submodule (go-gitea#6996)
  * Fix U2F for Chrome >= 74 (go-gitea#6980)
  * Fix index produces problem when issues/pulls deleted (go-gitea#6973)
  * Allow collaborators to view repo owned by private org (go-gitea#6965)
  * Stop running hooks on pr merge (go-gitea#6963)
  * Run hooks on merge/edit and cope with protected branches (go-gitea#6961)
  * Webhook Logs show proper HTTP Method, and allow change HTTP method in form (go-gitea#6953)
  * Stop colorizing log files by default (go-gitea#6949)
  * Rotate serv.log, http.log and hook logs and stop stacktracing in these (go-gitea#6935)
  * Fix plain text overflow line wrap (go-gitea#6915)
  * Fix input size for dependency select (go-gitea#6913)
  * Change drone token name to let users know to use oauth2 (go-gitea#6912)
  * Fix syntax highlight in blame view go-gitea#6895 (go-gitea#6909)
  * Use AppURL for Oauth user link (go-gitea#6894)
  * Fixes go-gitea#6881 - API users search fix (go-gitea#6882)
  * Fix 404 when send pull request some situation  (go-gitea#6871)
  * Enforce osusergo build tag for releases (go-gitea#6862)
  * Fix 500 when reviewer is deleted with integration tests (go-gitea#6856)
  * Fix v85.go (go-gitea#6851)
  * Make dropTableColumns drop columns on sqlite and constraints on all (go-gitea#6849)
  * Fix double-generation of scratch token (go-gitea#6832) (go-gitea#6833)
  * When mirroring we should set the remote to mirror (go-gitea#6824)
  * Fix the v78 migration "Drop is_bare" on MSSQL go-gitea#6707 (go-gitea#6823)
  * Change verbose flag in dump command to avoid colliding with global version flag (go-gitea#6822)
  * Fix go-gitea#6813: Allow git.GetTree to take both commit and tree names (go-gitea#6816)
  * Remove `seen` map from `getLastCommitForPaths` (go-gitea#6807)
  * Show scrollbar only when needed (go-gitea#6802)
  * Restore IsWindows variable assignment (go-gitea#6722) (go-gitea#6790)
  * Service worker js is a missing comma (go-gitea#6788)
  * Fix team edit API panic (go-gitea#6780)
  * Set user search base field optional in LDAP (simple auth) edit page (go-gitea#6779)
  * Ignore already existing public keys after ldap sync (go-gitea#6766)
  * Fix pulls broken when fork repository deleted (go-gitea#6754)
  * Fix missing return (go-gitea#6751)
  * Fix new team 500 (go-gitea#6749)
  * OAuth2 token can be used in basic auth (go-gitea#6747)
  * Fix org visibility bug when git cloning (go-gitea#6743)
  * Fix bug when sort repos on org home page login with non-admin (go-gitea#6741)
  * Stricter domain name pattern in email regex (go-gitea#6739)
  * Fix admin template error (go-gitea#6737)
  * Drop is_bare IDX only when it exists for MySQL and MariaDB (go-gitea#6736)
  * UI: Detect and restore encoding and BOM in content  (go-gitea#6727)
  * Load issue attributes when editing an issue with API (go-gitea#6723)
  * Fix team members API (go-gitea#6714)
  * Unfortunately MemProvider Init does not actually Init properly (go-gitea#6692)
  * Fix partial reversion of go-gitea#6657 caused by go-gitea#6314 (go-gitea#6685)
  * Prevent creating empty sessions (go-gitea#6677)
  * Fixes go-gitea#6659 - Swagger schemes selection default to page's protocol (go-gitea#6660)
  * Update highlight.js to 9.15.6 (go-gitea#6658)
  * Properly escape on the redirect from the web editor (go-gitea#6657)
  * Fix go-gitea#6655 - Don't EscapePound .Link as it is already escaped (go-gitea#6656)
  * Use ctx.metas for SHA hash links (go-gitea#6645)
  * Fix wrong GPG expire date (go-gitea#6643)
  * upgrade version of lib/pq to v1.1.0 (go-gitea#6640)
  * Fix forking an empty repository (go-gitea#6637)
  * Fix issuer of OTP URI should be URI-encoded. (go-gitea#6634)
  * Return a UserList from /api/v1/admin/users (go-gitea#6629)
  * Add json tags for oauth2 form (go-gitea#6627)
  * Remove extra slash from twitter card (go-gitea#6619)
  * remove bash requirement in makefile (go-gitea#6617)
  * Fix Open Graph og:image link (go-gitea#6612)
  * Fix cross-compile builds (go-gitea#6609)
  * Change commit summary to full message in API (go-gitea#6591)
  * Fix bug user search API pagesize didn't obey ExplorePagingNum (go-gitea#6579)
  * Prevent server 500 on compare branches with no common history (go-gitea#6555)
  * Properly escape release attachment URL (go-gitea#6512)
  * Delete local branch when repo branch is deleted (go-gitea#6497)
  * Fix bug when user login and want to resend register confirmation email (go-gitea#6482)
  * Fix upload attachments (go-gitea#6481)
  * Avoid multi-clicks in oauth2 login (go-gitea#6467)
  * Hacky fix for alignment of the create-organization dialog (go-gitea#6455)
  * Change order that PostProcess Processors are run (go-gitea#6445)
  * Clean up ref name rules (go-gitea#6437)
  * Fix Hook & HookList in Swagger (go-gitea#6432)
  * Fixed unitTypeCode not being used in accessLevelUnit (go-gitea#6419)
  * Display correct error for invalid mirror interval (go-gitea#6414)
  * Don't Unescape redirect_to cookie value (go-gitea#6399)
  * Fix dump table name error and add some test for dump database (go-gitea#6394)
  * Fix migrations 82 to ignore unsynced tags between database and git data and missing is_archived on repository table (go-gitea#6387)
  * Make sure units of a team are returned (go-gitea#6379)
  * Fix bug manifest.json will not request with cookie so that session will created every request (go-gitea#6372)
  * Disable benchmarking during tag events on DroneIO (go-gitea#6365)
  * Comments list performance optimization (go-gitea#5305)
* ENHANCEMENT
  * Add API Endpoint for Repo Edit (go-gitea#7006)
  * Add state param to milestone listing API (go-gitea#7131)
  * Make captcha and password optional for external accounts (go-gitea#6606)
  * Detect migrating batch size (go-gitea#7353)
  * Fix 7255 - wrap long texts on user profile info (go-gitea#7333)
  * Use commit graph files for listing pages (go-gitea#7314)
  * Add git command line commitgraph support global default true when git version >= 2.18 (go-gitea#7313)
  * Add LFS_START_SERVER option to control git-lfs support (go-gitea#7281)
  * Dark theme markdown fixes (go-gitea#7260)
  * Update go-git to v4.12.0 (go-gitea#7249)
  * Show lfs config on admin panel (go-gitea#7220)
  * Disable same user check for internal SSH (go-gitea#7215)
  * Add LastLogin to the User API (go-gitea#7196)
  * Add missing description of label on API (go-gitea#7159)
  * Use go method to calculate ssh key fingerprint (go-gitea#7128)
  * Enable Rust highlighting (go-gitea#7125)
  * Refactor submodule URL parsing (go-gitea#7100)
  * Change issue mail title. (go-gitea#7064)
  * Use batch insert on migrating repository to make the process faster (go-gitea#7050)
  * Improve github downloader on migrations (go-gitea#7049)
  * When git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (go-gitea#7047)
  * Fix Erlang and Elixir highlight mappings (go-gitea#7044)
  * API Org Visibility (go-gitea#7028)
  * Improve handling of non-square avatars (go-gitea#7025)
  * Bugfix: Align comment label and actions to the right (go-gitea#7024)
  * Change UpdateRepoIndex api to include watchers (go-gitea#7012)
  * Move serv hook functionality & drop GitLogger (go-gitea#6993)
  * Add support of utf8mb4 for mysql (go-gitea#6992)
  * Make webhook http connections resuable (go-gitea#6976)
  * Move xorm logger bridge from log to models so that log module could be a standalone package (go-gitea#6944)
  * Refactor models.NewRepoContext to extract git related codes to modules/git (go-gitea#6941)
  * Remove macaron dependent on models (go-gitea#6940)
  * Add less linter via npx (go-gitea#6936)
  * Remove macaron dependent on modules/log (go-gitea#6933)
  * Remove macaron dependent on models/mail.go (go-gitea#6931)
  * Clean less files (go-gitea#6921)
  * Fix code overflow (go-gitea#6914)
  * Style orgs list in user profile (go-gitea#6911)
  * Improve description of branch protection (fix go-gitea#6886) (go-gitea#6906)
  * Move sdk structs to modules/structs (go-gitea#6905)
  * update sdk to latest (go-gitea#6903)
  * Escape the commit message on issues update and title in telegram hook (go-gitea#6901)
  * SearchRepositoryByName improvements and unification (go-gitea#6897)
  * Change the color of issues/pulls list, merged is purple and closed is red (go-gitea#6874)
  * Refactor table width to have more info shown in file list (go-gitea#6867)
  * Monitor all git commands; move blame to git package and replace git as a variable (go-gitea#6864)
  * Fix config ui error about cache ttl (go-gitea#6861)
  * Improve localization of git activity stats (go-gitea#6848)
  * Generate access token in admin cli (go-gitea#6847)
  * Update github.com/urfave/cli to version 1.2.0 (go-gitea#6838)
  * Rename LFS_JWT_SECRET cli option to include OAUTH2 as well (go-gitea#6826)
  * internal/ssh: ignore env command totally (go-gitea#6825)
  * Allow Recaptcha service url to be configured (go-gitea#6820)
  * update github.com/mcuadros/go-version to v0.0.0-20190308113854-92cdf37c5b75 (go-gitea#6815)
  * Use modules/git for git commands (go-gitea#6775)
  * Add GET requests to webhook (go-gitea#6771)
  * Move PushUpdate dependency from models to repofiles (go-gitea#6763)
  * Tweak tab text and icon colors (go-gitea#6760)
  * Ignore non-standard refs in git push (go-gitea#6758)
  * Disable web preview for telegram webhook (go-gitea#6719)
  * Show full name if DEFAULT_SHOW_FULL_NAME setting enabled (go-gitea#6710)
  * Reorder file actions (go-gitea#6706)
  * README WordPress the code is overflowing go-gitea#6679 (go-gitea#6696)
  * Improve issue reference on commit (go-gitea#6694)
  * Handle redirects for git clone commands (go-gitea#6688)
  * Fix one performance/correctness regression in go-gitea#6478 found on Rails repository. (go-gitea#6686)
  * API OTP Context (go-gitea#6674)
  * Remove local clones & make hooks run on merge/edit/upload (go-gitea#6672)
  * Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (go-gitea#6663)
  * Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (go-gitea#6662)
  * Fix dropdown icon padding (go-gitea#6651)
  * Add more title attributes on shortened names (go-gitea#6647)
  * Update UI for topics labels on projects (go-gitea#6639)
  * Trace Logging on Permission Denied & ColorFormat (go-gitea#6618)
  * Add .gpg url (match github behaviour) (go-gitea#6610)
  * Support for custom GITEA_CUSTOM env var in docker(go-gitea#6608)
  * Show "delete branch" button on closed pull requests (go-gitea#6570) (go-gitea#6601)
  * Add option to disable refresh token invalidation (go-gitea#6584)
  * Fix new repo dropdown alignment (go-gitea#6583)
  * Fix mail notification when close/reopen issue (go-gitea#6581)
  * Pre-calculate the absolute path of git (go-gitea#6575)
  * Minor CSS cleanup for the navbar (go-gitea#6553)
  * Render SHA1 links as code blocks (go-gitea#6546)
  * Add username flag in create-user command (go-gitea#6534)
  * Unifies pagination template usage (go-gitea#6531) (go-gitea#6533)
  * Fixes pagination width on mobile view (go-gitea#5711) (go-gitea#6532)
  * Improve SHA1 link detection (go-gitea#6526)
  * Fixes go-gitea#6446 - Sort team members and team's repositories (go-gitea#6525)
  * Use stricter boundaries for auto-link detection (go-gitea#6522)
  * Use regular line-height on frontpage entries (go-gitea#6518)
  * Fixes go-gitea#6514 - New Pull Request on files and pulls pages the same (go-gitea#6515)
  * Make distinction between DisplayName and Username in email templates (go-gitea#6495)
  * Add X-Auto-Response-Suppress header to outgoing messages (go-gitea#6492)
  * Cleaned permission checks for API -> site admin can now do anything (go-gitea#6483)
  * Support search operators for commits search (go-gitea#6479)
  * Improve listing performance by using go-git (go-gitea#6478)
  * Fix repo sub_menu font color in arc-green (go-gitea#6477)
  * Show last commit status in pull request lists (go-gitea#6465)
  * Add signatures to webhooks (go-gitea#6428)
  * Optimize all images in public/img (go-gitea#6427)
  * Add golangci (go-gitea#6418)
  * Make "Ghost" not link to 404 page (go-gitea#6410)
  * Include more variables on admin/config page (go-gitea#6378)
  * Markdown: enable some more extensions (go-gitea#6362)
  * Include repo name in page title tag (go-gitea#6343)
  * Show locale string on timestamp (go-gitea#6324)
  * Handle CORS requests (go-gitea#6289)
  * Improve issue autolinks (go-gitea#6273)
  * Migration Tweaks (go-gitea#6260)
  * Add title attributes to all items in the repo list viewer (go-gitea#6258)
  * Issue indexer queue redis support (go-gitea#6218)
  * Add bio field for user (go-gitea#6113)
  * Make the version within makefile overwriteable (go-gitea#6080)
  * Updates to API 404 responses (go-gitea#6077)
  * Use Go1.11 module (go-gitea#5743)
  * UX + Security current user password reset (go-gitea#5042)
  * Refactor: append, build variable and type switch (go-gitea#4940)
  * Git statistics in Activity tab (go-gitea#4724)
  * Drop the bits argument when generating an ed25519 key (go-gitea#6504)
* SECURITY
  * Shadow the password on cache and session config on admin panel (go-gitea#7300)
* TESTING
  * Exclude pull_request from fetch-tags step, fixes go-gitea#7108 (go-gitea#7120)
  * Refactor and improve git test (go-gitea#7086)
  * Fix TestSearchRepo by waiting till indexing is done (go-gitea#7004)
  * Add mssql migration tests (needs go-gitea#6823) (go-gitea#6852)
  * Add tests for Org API (go-gitea#6731)
  * Context.ServerError and NotFound should log from their caller (go-gitea#6550)
* TRANSLATION
  * Add french specific rule for translating plural texts (go-gitea#6846)
* BUILD
  * Update mssql driver to last working version 20180314172330-6a30f4e59a44 (go-gitea#7306)
  * Alpine 3.10 (go-gitea#7256)
  * Use vfsgen instead of go-bindata (go-gitea#7080)
  * remove and disable package-lock (go-gitea#6969)
  * add make targets for js and css, add js linter (go-gitea#6952)
  * Added tags pull step to drone config to show correct version hashes i… (go-gitea#6836)
  * Make CustomPath, CustomConf and AppWorkPath configurable at build (go-gitea#6631)
  * chore: update drone format to 1.0 (go-gitea#6602)
  * Fix race in integration testlogger (go-gitea#6556)
  * Quieter Integration Tests (go-gitea#6513)
  * Drop the docker Makefile from the image (go-gitea#6507)
  * Add make version on gitea version (go-gitea#6485)
  * Fix go-gitea#6468 - Uses space match and adds newline for all sed flavors (go-gitea#6473)
  * Move code.gitea.io/git to code.gitea.io/gitea/modules/git (go-gitea#6364)
  * Update npm dependencies and various tweaks (go-gitea#7344)
  * Fix updated drone file (go-gitea#7336)
  * Add 'npm' and 'npm-update' make targets and lockfile (go-gitea#7246)
* DOCS
  * Add work path CLI option (go-gitea#6922)
  * Fix logging documentation (go-gitea#6904)
  * Some logging documentation (go-gitea#6498)
  * Fix link to Hacking on Gitea on From-Source doc page (go-gitea#6471)
  * Fix typos in docs command-line examples (go-gitea#6466)
  * Added docker example for backup (go-gitea#5846)

v1.8.3

Toggle v1.8.3's commit message

Verified

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

  * Always set userID on LFS authentication (go-gitea#7224) (Part of go-gitea#6993)
  * Fix LFS Locks over SSH (go-gitea#6999) (go-gitea#7223)
  * Fix duplicated file on pull request conflicted files (go-gitea#7211) (go-gitea#7214)
  * Detect noreply email address as user (go-gitea#7133) (go-gitea#7195)
  * Don't get milestone from DB if ID is zero (go-gitea#7169) (go-gitea#7174)
  * Allow archived repos to be (un)starred and (un)watched (go-gitea#7163) (go-gitea#7168)
  * Fix GCArgs load from ini (go-gitea#7156) (go-gitea#7157)

v1.8.2

Toggle v1.8.2's commit message

Verified

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

  * Fix possbile mysql invalid connnection error (go-gitea#7051) (go-gitea#7071)
  * Handle invalid administrator username on install page (go-gitea#7060) (go-gitea#7063)
  * Disable arm7 builds (go-gitea#7037) (go-gitea#7042)
  * Fix default for allowing new organization creation for new users (go-gitea#7017) (go-gitea#7034)
  * SearchRepositoryByName improvements and unification (go-gitea#6897) (go-gitea#7002)
  * Fix u2f registrationlist ToRegistrations() method (go-gitea#6980) (go-gitea#6982)
  * Allow collaborators to view repo owned by private org (go-gitea#6965) (go-gitea#6968)
  * Use AppURL for Oauth user link (go-gitea#6894) (go-gitea#6925)
  * Escape the commit message on issues update (go-gitea#6901) (go-gitea#6902)
  * Fix regression for API users search (go-gitea#6882) (go-gitea#6885)
  * Handle early git version's lack of get-url (go-gitea#7065) (go-gitea#7076)
  * Fix wrong init dependency on markup extensions (go-gitea#7038) (go-gitea#7074)

v1.8.1

Toggle v1.8.1's commit message

Verified

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

  * Fix 404 when sending pull requests in some situations (go-gitea#6871) (go-gitea#6873)
  * Enforce osusergo build tag for releases (go-gitea#6862) (go-gitea#6869)
  * Don't post process commit summary in templates (go-gitea#6842) (go-gitea#6868)
  * Fix 500 when reviewer is deleted (go-gitea#6856) (go-gitea#6860)
  * Fix v78 migration for MSSQL (go-gitea#6823) (go-gitea#6854)
  * Added tags pull step to drone config to show correct version hashes (go-gitea#6836) (go-gitea#6839)
  * Fix double-generation of scratch token (go-gitea#6833) (go-gitea#6835)
  * When mirroring we should set the remote to mirror (go-gitea#6824) (go-gitea#6834)
  * Show scrollbar only when needed (go-gitea#6802) (go-gitea#6803)
  * Service worker js is missing a comma (go-gitea#6788) (go-gitea#6795)
  * Set user search base field optional in LDAP (simple auth) edit page (go-gitea#6779) (go-gitea#6789)
  * Fix team edit API panic (go-gitea#6780) (go-gitea#6785)
  * Minor CSS cleanup for the navbar (go-gitea#6553) (go-gitea#6781)
  * Stricter domain name pattern in email regex (go-gitea#6739) (go-gitea#6768)
  * Detect and restore encoding and BOM in content (go-gitea#6727) (go-gitea#6765)
  * Fix org visibility bug when git cloning (go-gitea#6743) (go-gitea#6762)
  * OAuth2 token can be used in basic auth (go-gitea#6747) (go-gitea#6761)
  * Fix missing return (go-gitea#6751) (go-gitea#6756)
  * Fix sorting repos on org home page with non-admin login (go-gitea#6741) (go-gitea#6746)
  * Drop is_bare IDX only when it exists for MySQL and MariaDB (go-gitea#6736) (go-gitea#6744)
  * Fix team members API (go-gitea#6714) (go-gitea#6729)
  * Load issue attributes when editing an issue with API (go-gitea#6723) (go-gitea#6725)
  * Fix config ui error about cache ttl (go-gitea#6861) (go-gitea#6865)

v1.8.0

Toggle v1.8.0's commit message

Verified

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

  * Prevent remote code execution vulnerability with mirror repo URL settings (go-gitea#6593) (go-gitea#6594)
  * Resolve 2FA bypass on API (go-gitea#6676) (go-gitea#6674)
  * Prevent the creation of empty sessions for non-logged in users (go-gitea#6690) (go-gitea#6677)
* BREAKING
  * Add "ghost" and "notifications" to list of reserved user names. (go-gitea#6208)
  * Change sqlite DB path default to data directory (go-gitea#6198)
  * Adds MustChangePassword to user create/edit API (go-gitea#6193)
  * Disable redirect for i18n (go-gitea#5910)
  * Releases API paging (go-gitea#5831)
  * Allow Macaron to be set to log through to gitea.log (go-gitea#5667)
  * Don't close issues via commits on non-default branch (go-gitea#5622)
* FEATURE
  * Add regenerate secret feature for oauth2 (go-gitea#6291)
  * Expose issue stopwatch toggling via API (go-gitea#5970)
  * Add other session providers (go-gitea#5963)
  * Pull request conflict files detection (go-gitea#5951)
  * Integrate OAuth2 Provider (go-gitea#5378)
  * Implement "conversation lock" for issue comments (go-gitea#5073)
  * Feature: Archive repos (go-gitea#5009)
  * Discord Oauth2 support (go-gitea#4476)
  * Allow to set organization visibility (public, internal, private) (go-gitea#1763)
  * Added URL mapping for Release attachments like on github.com (go-gitea#1707)
* ENHANCEMENT
  * Add support for client basic auth for exchanging access tokens (go-gitea#6293)
  * Add ability to sort issues by due date (go-gitea#6206) (go-gitea#6244)
  * Style tweaks to issue selection (go-gitea#6196)
  * Increase Username and Orgname MaxSize 35 -> 40 (go-gitea#6178)
  * Coverage profile with multiple packages (go-gitea#6167)
  * Split setting.go to multiple files (go-gitea#6154)
  * Allow labels to contain emoji (go-gitea#6063)
  * Disable git fsck for mirrored repos by default (go-gitea#6018)
  * Add default time out for git operations (go-gitea#6015)
  * Split setting.go as multiple files (go-gitea#6014)
  * Make dashboard navbar and footer full-width (go-gitea#6013)
  * Add lang specific font stacks for CJK (go-gitea#6007)
  * Fix header menu misalignment (go-gitea#6002)
  * Enhance closed PR and Issue status in the list (go-gitea#6000)
  * Make navbar full width (go-gitea#5998)
  * Add option to close issues via commit on a non master branch (go-gitea#5992)
  * Support n as a line highlight prefix (go-gitea#5987)
  * Search for org repos (go-gitea#3031) (go-gitea#5986)
  * Minor UI tweaks (go-gitea#5980)
  * Use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines (go-gitea#5976)
  * Dashboard tweaks (go-gitea#5974)
  * Fixes for repo topic editor (go-gitea#5971)
  * Display the branch name in the commit view (go-gitea#5950)
  * handle milestone events for issues and PR (go-gitea#5947)
  * Add label names as filter in issue search api (go-gitea#5946)
  * Repo header tweaks (go-gitea#5945)
  * Better support for long repo names (go-gitea#5932)
  * Fix wrapping long code lines (go-gitea#5927)
  * Change GPG Validation colors and remove inline CSS (go-gitea#5404) (go-gitea#5896)
  * Fix "pulls.blocked_by_approvals" text (go-gitea#5879)
  * Rename reject to 'request changes' (go-gitea#5858)
  * Move input fields to add members to a team and repos to a team (go-gitea#5853)
  * Config option to disable automatic repo watching (go-gitea#5852)
  * New Issue ?body= query (go-gitea#5851)
  * Add API to list tags (go-gitea#5850)
  * Pagination for git tree API (go-gitea#5838)
  * Add InternalTokenURI to load InternalToken from an external file (go-gitea#5812)
  * Allow markdown files to read from the LFS (go-gitea#5787)
  * Add the ability to use multiple labels as filters (go-gitea#5786)
  * Adjust log settings when a user is not found. (go-gitea#5771)
  * Log IP of failed ssh connection (go-gitea#5766)
  * Moved defaults in defaults.go to setting.go (go-gitea#5764)
  * Make DB connect more robust (go-gitea#5738)
  * Add Default Pull Request Title (go-gitea#5735)
  * Refactor repo.isBare to repo.isEmpty go-gitea#5629 (go-gitea#5714)
  * Add flag to skip repository dumping (go-gitea#5695)
  * Prioritize "readme.md" (go-gitea#5691)
  * Improve "Fork button" for guests by showing a pop up asking them to log in before forking (go-gitea#5690)
  * Allow for user specific themes (go-gitea#5668)
  * Display branch name in delete branch confirmation modal. (go-gitea#5654)
  * New API routes added (go-gitea#5594)
  * Refactor notification for indexer (go-gitea#5111)
  * Refactor mail notification (go-gitea#5110)
  * Show email if the authenticated user owns the profile page being requested for (go-gitea#4981)
  * Optimize pulls merging (go-gitea#4921)
  * Sort Repositories widget by most recently updated (go-gitea#3963) (go-gitea#4599)
  * Allow markdown table to scroll (go-gitea#4401)
  * Automatically clear stopwatch on merging a PR (go-gitea#4327)
  * Add the Owner Name to differentiate when merging (go-gitea#3807)
  * Add title attributes to all items in the repo list viewer (go-gitea#6258) (go-gitea#6650)
* BUGFIXES
  * Fix dropdown icon padding (go-gitea#6651) (go-gitea#6654)
  * Fix wrong GPG expire date (go-gitea#6643) (go-gitea#6644)
  * Fix forking an empty repository (go-gitea#6637) (go-gitea#6653)
  * Remove call to EscapePound .Link as it is already escaped (go-gitea#6656) (go-gitea#6666)
  * Properly escape on the redirect from the web editor (go-gitea#6657) (go-gitea#6667)
  * Allow resend of confirmation email when logged in (go-gitea#6482) (go-gitea#6486)
  * Fix mail notification when close/reopen issue (go-gitea#6581) (go-gitea#6588)
  * Change API commit summary to full message (go-gitea#6591) (go-gitea#6592)
  * Add option to disable refresh token invalidation (go-gitea#6584) (go-gitea#6587)
  * Fix bug user search API pagesize didn't obey ExplorePagingNum (go-gitea#6579) (go-gitea#6586)
  * Fix new repo alignment (go-gitea#6583) (go-gitea#6585)
  * Prevent server 500 on compare branches with no common history (go-gitea#6555) (go-gitea#6558)
  * Properly escape release attachment URL (go-gitea#6512) (go-gitea#6523)
  * Hacky fix for alignment of the create-organization dialog (go-gitea#6455) (go-gitea#6462)
  * Disable benchmarking during tag events on DroneIO (go-gitea#6365) (go-gitea#6366)
  * Make sure units of a team are returned (go-gitea#6379) (go-gitea#6381)
  * Don't Unescape redirect_to cookie value (go-gitea#6399) (go-gitea#6401)
  * Fix dump table name error and add some test for dump database (go-gitea#6394) (go-gitea#6402)
  * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (go-gitea#6387) (go-gitea#6403)
  * Display correct error for invalid mirror interval (go-gitea#6414) (go-gitea#6429)
  * Clean up ref name rules (go-gitea#6437) (go-gitea#6439)
  * Fix Hook & HookList in Swagger (go-gitea#6432) (go-gitea#6440)
  * Change order that PostProcess Processors are run (go-gitea#6445) (go-gitea#6447)
  * Clean up various use of escape/unescape functions for URL generation (go-gitea#6334)
  * Return 409 when creating repo if it already exists. (go-gitea#6330)
  * Add same changes from issues page to milestone->issues page (go-gitea#6328)
  * Fix ParsePatch function to work with quoted diff --git strings (go-gitea#6323)
  * Fix reported issue in repo description (go-gitea#6306)
  * Use url.PathEscape to escape the branchname (go-gitea#6304)
  * Add robots.txt as reserved username (go-gitea#6272)
  * Replace linkRegex with xurls library (go-gitea#6261)
  * Remove visitLinksForShortLinks features (go-gitea#6257)
  * Add unit types to repo action URL to correctly show 404 when archived (go-gitea#6247)
  * Check organization visibility before everything else (go-gitea#6234) (go-gitea#6235)
  * Prevent double-close of issues (go-gitea#6233)
  * Override xorm type mapping for U2F counter (go-gitea#6232)
  * Add isAdmin to user API response (go-gitea#6231)
  * Update git vendor to fix wrong release commit id and add migrations (go-gitea#6224)
  * Fix fork button (go-gitea#6223)
  * Fix renames over redirects (go-gitea#6216)
  * Fix display dashboard even if require to change password (go-gitea#6214)
  * Create a repo redirect when transferring ownership (go-gitea#6210) (go-gitea#6211)
  * Fix issue update race condition (go-gitea#6194)
  * Fix bug when migrate repository 500 when repo is existed (go-gitea#6188)
  * Fix scrollbar always present on page body (go-gitea#6177)
  * Fix bug when set indexer as db and add tests (go-gitea#6173)
  * Modify linkRegex to require http|https (go-gitea#6171)
  * Fix bug user could change private repository to public when force private enabled. (go-gitea#6156)
  * Fix admin list user/org API (go-gitea#6143)
  * Make repo creation for API similar to UI (go-gitea#6142)
  * Make document body a flexbox (go-gitea#6139)
  * Refactor issue indexer, add some testing and fix a bug (go-gitea#6131)
  * Load Issue attributes for API call (go-gitea#6122)
  * Fix bug when update owner team then visit team's repo return 404 (go-gitea#6119)
  * Fix heatmap and repository menu display in Internet Explorer 9+ (go-gitea#6117)
  * Show private organization for admin, fix go-gitea#6111 (go-gitea#6112)
  * Fix prohibit login check on authorization (go-gitea#6106)
  * Move to ldap.v3 to fix go-gitea#5928 (go-gitea#6105)
  * Remove use MakeAssigneeList in webhooks to fix deadlock (go-gitea#6102)
  * Allow display of LFS stored Readme.md on directory page (go-gitea#6073) (go-gitea#6099)
  * Make sure labels are actually returned (go-gitea#6053)
  * Fix panic: template: repo/issue/list:210: unexpected "=" in operand (go-gitea#6041)
  * After deleting a repo on admin panel, UI should remember the last sort type (go-gitea#6033)
  * Default create repository on organisation on its dashboard (go-gitea#6026)
  * Swagger: Remove spaces in MergePullRequestOption enum (go-gitea#6016)
  * Fix metrics auth token detection (go-gitea#6006)
  * Fix repo header issues (go-gitea#5995)
  * Fix bug when deleting a linked account will removed all (go-gitea#5989)
  * Make organization dropdown scrollable when using mouse wheel (go-gitea#5988)
  * Fix empty ssh key importing in ldap (go-gitea#5984)
  * Admin config page mailertype setting option update (go-gitea#5973)
  * Fix redirect loop during forced password change (go-gitea#5965)
  * Show user who created the repository instead of the organisation in action feed (go-gitea#5948)
  * Remove all CommitStatus when a repo is deleted (go-gitea#5940)
  * Fix ssh deploy and user key constraints (go-gitea#1357) (go-gitea#5939)
  * Fix log output (go-gitea#5938)
  * Set PusherName and PusherID to owner on deploy key to fix pushing with deploy keys (go-gitea#5935)
  * Fix compare button (go-gitea#5929)
  * Fix bug when read public repo lfs file (go-gitea#5912)
  * Only allow local login if password is non-empty (go-gitea#5906)
  * Recover panic in orgmode.Render if bad orgfile (go-gitea#4982) (go-gitea#5903)
  * Provide better panic handling (go-gitea#5902)
  * Respect value of REQUIRE_SIGNIN_VIEW (go-gitea#5901)
  * Show a 404 not a 500 if a repo does not exist (go-gitea#5900)
  * Ensure repo is loaded in mailer (Completely fix go-gitea#5891) (go-gitea#5895)
  * Ensure issue.Poster is loaded in mailIssueCommentToParticipants (go-gitea#5891)
  * Correct footer height if screen-width is to small (fixes go-gitea#5878) (go-gitea#5889)
  * In gitea serv switch off console logger to fix go-gitea#5866 (go-gitea#5887)
  * Don't allow pull requests to be created on an archived repository (go-gitea#5883)
  * Support reviews on a deleted file path (go-gitea#5880)
  * Fix compare button on upstream repo leading to 404 (go-gitea#5877)
  * Fix null pointer on not logged in attempt to Sudo (go-gitea#5872)
  * Fix new release creation API to allow empty target (go-gitea#5870)
  * Fix an error while adding a dependency via UI. (go-gitea#5862)
  * Fix failing migration v67 (go-gitea#5849)
  * Fix delete correct temp directory (go-gitea#5839)
  * Make sure .git/info is created before generating .git/info/sparse-che… (go-gitea#5825)
  * Fix topics saving internal error and disable for archived repos (go-gitea#5821)
  * Fix TLS errors when using acme/autocert for local connections (go-gitea#5820)
  * When creating new repository fsck option should be enabled (go-gitea#5817)
  * Request for public keys only if LDAP attribute is set  (go-gitea#5816)
  * Fix serving of raw wiki files other than .md (go-gitea#5814)
  * Fix migration 78 error mssql (go-gitea#5791)
  * Disallow empty titles (go-gitea#5785)
  * Fix the v78 migration script (go-gitea#5776)
  * Ensure valid git author names passed in signatures (go-gitea#5774)
  * Fix wrong assumption where a user is always said to have unassigned (her)himself (go-gitea#5769)
  * Upgrade go-sql-driver/mysql to fix invalid connection error (go-gitea#5748)
  * Fixing PostgreSQL dump creation (go-gitea#5747)
  * Add proper CORS preflight origin validation (go-gitea#5740)
  * Disable auto-migrate in docker container (go-gitea#5730)
  * In basic auth check for tokens before call UserSignIn (go-gitea#5725)
  * Pooled and buffered gzip implementation (go-gitea#5722)
  * Ensure that sessions are passed into queries that could use the database to prevent deadlocks (go-gitea#5718)
  * Keep file permissions during database migration (go-gitea#5707)
  * Use correct value for "MSpan Structures Obtained" go-gitea#4742 (go-gitea#5706)
  * Refactor editor upload, update and delete to use git plumbing and add LFS support (go-gitea#5702)
  * Update xorm to fix issue go-gitea#5659 and go-gitea#5651 (go-gitea#5680)
  * Fix public will not be reused as public key after deleting as deploy key (go-gitea#5671)
  * When redirecting, clean the path (go-gitea#5669)
  * Don't list an issue on its own dependency list UI. (go-gitea#5658)
  * Fix commit page showing status for current default branch (go-gitea#5649) (go-gitea#5650)
  * Only count users own actions for heatmap contributions (go-gitea#5647)
  * Fix sqlite deadlock when assigning to a PR (go-gitea#5640)
  * Refactor issue indexer (go-gitea#5363)
* TESTING
  * Run benchmark at tag to track performances (go-gitea#6035)
  * Add test environment for MySQL8 (go-gitea#5234)
* BUILD
  * Use go 1.12 for tests and deprecate go 1.9 (go-gitea#6186)
  * Makefile changes for Windows and easier development (go-gitea#6103)
  * Update bleve dependency to latest master revision (go-gitea#6100)
  * Switch to more recent build of xgo (go-gitea#6070)
  * Add autoprefixer to css build (go-gitea#6029)
  * Update the version of less (go-gitea#6010)
  * Make log mailer for testing (go-gitea#5893)
* DOCS
  * Add more tests and docs for issue indexer, add db indexer type for searching from database (go-gitea#6144)
  * update default value of `--must-change-password` cli flag (go-gitea#6032)
  * Update and expand information about building Gitea (go-gitea#6019)
  * Update U2F Section of app.ini.sample (go-gitea#5994)
  * Update swagger for release API pagination (go-gitea#5841)
  * Added docs for the tree api (go-gitea#5834)
* MISC
  * Add single commit API support (go-gitea#5843)
  * Add missing GET teams endpoints (go-gitea#5382)
  * Migrate database if app.ini found (go-gitea#5290)

v1.8.0-rc3

Toggle v1.8.0-rc3's commit message

Verified

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

  * Prevent remote code execution vulnerability with mirror repo URL settings (go-gitea#6593) (go-gitea#6594)
* BUGFIXES
  * Allow resend of confirmation email when logged in (go-gitea#6482) (go-gitea#6486)
  * Fix mail notification when close/reopen issue (go-gitea#6581) (go-gitea#6588)
  * Change API commit summary to full message (go-gitea#6591) (go-gitea#6592)
  * Add option to disable refresh token invalidation (go-gitea#6584) (go-gitea#6587)
  * Fix bug user search API pagesize didn't obey ExplorePagingNum (go-gitea#6579) (go-gitea#6586)
  * Fix new repo alignment (go-gitea#6583) (go-gitea#6585)
  * Prevent server 500 on compare branches with no common history (go-gitea#6555) (go-gitea#6558)
  * Properly escape release attachment URL (go-gitea#6512) (go-gitea#6523)
  * Hacky fix for alignment of the create-organization dialog (go-gitea#6455) (go-gitea#6462)

v1.7.6

Toggle v1.7.6's commit message

Verified

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

  * Prevent remote code execution vulnerability with mirror repo URL settings (go-gitea#6593) (go-gitea#6595)
* BUGFIXES
  * Allow resend of confirmation email when logged in (go-gitea#6482) (go-gitea#6487)

v1.8.0-rc2

Toggle v1.8.0-rc2's commit message

Verified

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

  * Disable benchmarking during tag events on DroneIO (go-gitea#6365) (go-gitea#6366)
  * Make sure units of a team are returned (go-gitea#6379) (go-gitea#6381)
  * Don't Unescape redirect_to cookie value (go-gitea#6399) (go-gitea#6401)
  * Fix dump table name error and add some test for dump database (go-gitea#6394) (go-gitea#6402)
  * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (go-gitea#6387) (go-gitea#6403)
  * Display correct error for invalid mirror interval (go-gitea#6414) (go-gitea#6429)
  * Clean up ref name rules (go-gitea#6437) (go-gitea#6439)
  * Fix Hook & HookList in Swagger (go-gitea#6432) (go-gitea#6440)
  * Change order that PostProcess Processors are run (go-gitea#6445) (go-gitea#6447)