Releases: go-gitea/gitea
Releases · go-gitea/gitea
v1.10.3
- SECURITY
- BUGFIXES
- Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838)
- Fix download file wrong content-type (#9825) (#9835)
- Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831)
- Fix dump non-exist log directory (#9818) (#9820)
- Fix compare (#9808) (#9815)
- Fix missing msteam webhook on organization (#9781) (#9795)
- Fix add team on collaborator page when same name as organization (#9783)
- Fix cache problem on dashboard (#9358) (#9703)
- Send tag create and push webhook when release created on UI (#8671) (#9702)
- Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
v1.11.0-rc1
- BREAKING
- FEATURES
- Webhooks should only show sender if it makes sense (#9601)
- Provide Default messages for merges (#9393)
- Add description to labels on create issue (#9392)
- Graceful Queues: Issue Indexing and Tasks (#9363)
- Default NO_REPLY_ADDRESS to DOMAIN (#9325)
- Allow FCGI over unix sockets (#9298)
- Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
- Add API for Reactions (#9220)
- Graceful: Cancel Process on monitor pages & HammerTime (#9213)
- Graceful: Allow graceful restart for unix sockets (#9113)
- Graceful: Allow graceful restart for fcgi (#9112)
- Sign protected branches (#8993)
- Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)
- Add Gitea icon to Emojis (#8950)
- Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)
- Allow Custom Reactions (#8886)
- Close/reopen issues by keywords in titles and comments (#8866)
- Allow incompletely specified Time Formats (#8816)
- Prevent upload (overwrite) of lfs locked file (#8769)
- Template Repositories (#8768)
- Add /milestones endpoint (#8733)
- Make repository management section handle lfs locks (#8726)
- Respect LFS File Lock on UI (#8719)
- Add team option to grant rights for all organization repositories (#8688)
- Enabling and disabling the commit button to prevent empty commits (web editor) (#8590)
- Add setting to disable BASIC authentication (#8586)
- Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528)
- Allow Protected Branches to Whitelist Deploy Keys (#8483)
- Push to create repo (#8419)
- Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)
- Add basic repository lfs management (#7199)
- BUGFIXES
- Disable remove button on repository teams when have access to all (#9640)
- Clean up old references on branch delete (#9614)
- Hide public repos owned by private orgs (#9609)
- Fix access issues on milestone and issue overview pages. (#9603)
- Fix error logged when repos qs is empty (#9591)
- Dont trigger notification twice on issue assignee change (#9582)
- Fix mirror pushed commit actions (#9572)
- Allow only specific columns to be updated on issue via API (#9189) (#9539)
- Fix default avatar for ghost user (#9536)
- Fix download of release attachments with same name (#9529)
- Resolve deprecated INI conversion (#9525)
- Ignore empty avatars during database migration (#9520)
- Fix deleted branch isn't removed when push the branch again (#9516)
- Fix repository issues pagination bug when there are more than one label filter (#9512)
- Fix SetExpr failed (#9506)
- Remove obsolete file private/push_update.go (#9503)
- When recreating hooks, delete them first so they are recreated with the umask (#9502)
- Properly enforce gitea environment for pushes (#9501)
- Fix datarace on repo indexer queue (#9490)
- Add call to load repo prior to redirect in add/remove dependency code (#9484)
- Wrap the code indexer (#9476)
- Use Req.URL.RequestURI() to cope with FCGI urls (#9473)
- Set default ssh.minimum_key_sizes (#9466)
- Fixed issue with paging in /repos/{owner}/{repo}/git/trees/{sha} api (#9459)
- Fix wrong notification on merge (#9450)
- Issue with Migration rule v111 (#9449)
- Trigger webhook when deleting a branch after merging a PR (#9424)
- Add migration to sanitize repository original_url (#9423)
- Use OriginalURL instead of CloneAddr in migration logging (#9418)
- Push update after branch is restored (#9416)
- Fix wrong migration (#9381)
- Fix show repositories filter (#9234) (#9379)
- Fix Slack webhook payload title generation to work with Mattermost (#9378)
- Fix double webhook for new PR (#9375)
- AuthorizedKeysCommand should not query db directly (#9371)
- Fix missed change to GetManager() (#9361)
- Fix cache problem on dashboard (#9358)
- RepoIndexer: DefaultBranch needs to be prefixed by BranchPrefix (#9356)
- Fix protected branch using IssueID (#9348)
- Fix nondeterministic behavior (#9341)
- Fix PR/issue redirects when having external tracker (#9339)
- Remove release attachments which repository has been deleted (#9334)
- Fix issue indexer not triggered when migrating a repository (#9332)
- Add SyncTags to uploader interface (#9326)
- Fix bug that release attachment files not deleted when deleting repository (#9322)
- Only sync tags after all migration release batches are completed (#9319)
- File Edit: Author/Committer interchanged (#9297)
- prebuild CSS/JS before xgo release binaries (#9293)
- Log: Ensure FLAGS=none shows no flags (#9287)
- Make Diff Detail on Pull Request Changed File UI always on Top (#9280)
- Switch CSS minifier to cssnano (#9260)
- Fix latest docker image haven't include static files. (#9252)
- Don't link wiki revision to commit (#9244)
- Change review content column to type text in db (#9229)
- Fixed topic regex pattern and added search by topic links after save (#9219)
- Add language to user API responce (#9215)
- Correct tooltip message blocked by dependencies (#9211)
- Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197)
- Fix panic when diff (#9187)
- Fix #9151 - smtp logger configuration sendTos should be an array (#9154)
- Fix max length check and limit in multiple repo forms (#9148)
- Always Show Password Field on Link Account Sign-in Page (#9147)
- Properly fix displaying virtual session provider in admin panel (#9137)
- Fix race condition on indexer (#9136)
- Fix team links in HTML rendering (#9127)
- Fix race condition in ReplaceSanitizer (#9123)
- Fix what information is shown about user in API (#9115)
- Fix nil context user for template repositories (#9099)
- Hide given credentials for migrated repos. (#9097)
- Fix reCAPTCHA API URL (#9083)
- Fix password checks on admin create/edit user (#9076)
- Update golang.org/x/crypto vendor to use acme v2 (#9056)
- Ensure Written is set in GZIP ProxyResponseWriter (#9018)
- Fix wrong system notice when repository is empty (#9010)
- Fix broken link to branch from issue list (#9003)
- Fix bug when pack js (#8992)
- New review approvals shouldn't require a message (#8991)
- Shadow password correctly for session config (#8984)
- Don't send notification on pending reviews (#8943)
- Fix Notify Create Ref Error on tag creation (#8936)
- Convert EOL to UNIX-style to render MD properly (#8925)
- Migrate temp_repo.go to use git.NewCommand (#8918)
- Fix issue with user.fullname (#8902)
- Add Close() method to gogitRepository (#8901)
- Enable punctuations ending mentions (#8889)
- Fix password complexity check on registration (#8887)
- Fix require external registration password (#8885)
- Fix edit content button on migrated issue content (#8877)
- Fix permission checks for close/reopen from commit (#8875)
- Fix API Bug (fail on empty assignees) (#8873)
- Stop using git count-objects and use raw directory size for repository (#8848)
- Fix count for commit graph last page (#8843)
- Fix to close opened io resources as soon as not needed (#8839)
- Improve notification (#8835)
- Fix new user form for non-local users (#8826)
- Fix: remove duplicated signed commit icons (#8820)
- Fix (open/closed) issue count when label excluded (#8815)
- Fix SSH2 conditional in key parsing code (#8806)
- Fix 500 when edit hook (#8782)
- On windows set core.longpaths true (#8776)
- Fix commit expand button to not go to commit link (#8745)
- Avoid re-issuing redundant cross-references. (#8734)
- Fix milestone close timestamp function (#8728)
- Move webhook codes from service to webhook notification (#8712)
- Show zero lines on the line counter if the file empty (#8700)
- Fix deadline on update issue or PR via API (#8696)
- make call createMilestoneComment on newIssue func (#8678)
- Send tag create and push webhook when release created on UI (#8671)
- Prevent chrome download page as html with alt + click (#8669)
- Fix 500 when getting user as unauthenticated user (#8653)
- Graceful fixes (#8645)
- Add SubURL to redirect path (#8632) (#8634)
- Fix extra columns from
label
table (#8633) - Add SubURL to redirect path for transferred/renamed repos (#8632)
- Fix bug when migrate from API (#8631)
- Allow to merge if file path contains " or \ (#8629)
- Prevent removal of non-empty emoji panel following selection of duplicate (#8609)
- Ensure default gpg settings not nil and found commits have reference to repo (#8604)
- Set webhook Content-Type for application/x-www-form-urlencoded (#8599)
- Fix #8582 by handling empty repos (#8587)
- Fix of the diff statistics view on pull request's (#8581)
- Fix bug on pull requests when transfer head repository (#8564)
- Fix template error on account page (#8562)
- Allow externalID to be UUID (#8551)
- Fix ignored error on editorconfig api (#8550)
- Fix user avatar name (#8547)
- Ensure that GitRepo is set on Empty repositories (#8539)
- Add missed close in ServeBlobLFS (#8527)
- Fix migrate mirror 500 bug (#8526)
- Fix password complexity regex for special characters (on master) (#8525)
- ENHANCEMENTS
v1.10.2
- BUGFIXES
- Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
- Add ErrReactionAlreadyExist error (#9550) (#9564)
- Fix bug when migrate from API (#8631) (#9563)
- Use default avatar for ghost user (#9536) (#9537)
- Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
- Fix deleted branch not removed when push the branch again (#9516) (#9524)
- Fix missing repository status when migrating repository via API (#9511)
- Trigger webhook when deleting a branch after merging a PR (#9510)
- Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
- Fix NewCommitStatus (#9434) (#9435)
- Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
- Fix Slack webhook payload title generation to work with Mattermost (#9404)
- DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
- Fix issue indexer not triggered when migrating a repository (#9333)
- Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
- Fix migration releases (#9319) (#9326) (#9328)
- Fix File Edit: Author/Committer interchanged (#9297) (#9300)
v1.10.1
- BUGFIXES
- Fix max length check and limit in multiple repo forms (#9148) (#9204)
- Properly fix displaying virtual session provider in admin panel (#9137) (#9203)
- Upgrade levelqueue to 0.1.0 (#9192) (#9199)
- Fix panic when diff (#9187) (#9193)
- Smtp logger configuration sendTos should be an array (#9154) (#9157)
- Always Show Password Field on Link Account Sign-in Page (#9150)
- Create PR on Current Repository by Default (#8670) (#9141)
- Fix race on indexer (#9136) (#9139)
- Fix reCAPTCHA URL (#9119)
- Hide migrated credentials (#9098)
- Update golang.org/x/crypto vendor to use acme v2 (#9056) (#9085)
- Fix password checks on admin create/edit user (#9076) (#9081)
- Fix add search as a reserved username (#9063) (#9065)
- Fix permission checks for close/reopen from commit (#8875) (#9033)
- Ensure Written is set in GZIP ProxyResponseWriter (#9018) (#9025)
- Fix broken link to branch from issue list (#9003) (#9021)
- Fix wrong system notice when repository is empty (#9020)
- Shadow password correctly for session config (#8984) (#9002)
v1.10.0
-
BREAKING
- Fix deadline on update issue or PR via API (#8698)
- Hide some user information via API if user doesn't have enough permission (#8655) (#8657)
- Remove legacy handling of drone token (#8191)
- Change repo search to use exact match for topic search. (#7941)
- Add pagination for admin api get orgs and fix only list public orgs bug (#7742)
- Implement the ability to change the ssh port to match what is in the gitea config (#7286)
-
SECURITY
-
FEATURE
- Org/Members: display 2FA members states + optimize sql requests (#7621)
- SetDefaultBranch on pushing to empty repository (#7610)
- Adds side-by-side diff for images (#6784)
- API method to list all commits of a repository (#6408)
- Password Complexity Checks (#6230)
- Add option to initialize repository with labels (#6061)
- Add additional password hash algorithms (#6023)
-
BUGFIXES
- Allow to merge if file path contains " or \ (#8629) (#8771)
- On windows set core.longpaths true (#8776) (#8786)
- Fix 500 when edit hook (#8782) (#8789)
- Fix Checkbox at RepoSettings Protected Branch (#8799) (#8801)
- Fix SSH2 conditional in key parsing code (#8806) (#8810)
- Fix commit expand button to not go to commit link (#8745) (#8825)
- Fix new user form for non-local users (#8826) (#8828)
- Fix to close opened io resources as soon as not needed (#8839) (#8846)
- Fix edit content button on migrated issue content (#8877) (#8884)
- Fix require external registration password (#8885) (#8890)
- Fix password complexity check on registration (#8887) (#8888)
- Update Github Migration Tests (#8896) (#8938) (#8945)
- Fix issue with user.fullname (#8903)
- Enable punctuations ending mentions (#8889) (#8894)
- Add Close() method to gogitRepository (#8901) (#8956)
- Hotfix for review actions and notifications (#8965)
- Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)
- Fix milestone close timestamp (#8728) (#8730)
- Fix 500 when getting user as unauthenticated user (#8653) (#8663)
- Fix 'New Issue Missing Milestone Comment' (#8678) (#8681)
- Use AppSubUrl for more redirections (#8647) (#8651)
- Add SubURL to redirect path (#8632) (#8634)
- Fix template error on account page (#8562) (#8622)
- Allow externalID to be UUID (#8551) (#8624)
- Prevent removal of non-empty emoji panel following selection of duplicate (#8609) (#8623)
- Update heatmap fixtures to restore tests (#8615) (#8616)
- Ensure that diff stats can scroll independently of the diff (#8581) (#8621)
- Webhook: set Content-Type for application/x-www-form-urlencoded (#8600)
- Fix #8582 by handling empty repos (#8587) (#8594)
- Fix bug on pull requests when transfer head repository (#8564) (#8569)
- Add missed close in ServeBlobLFS (#8527) (#8542)
- Ensure that GitRepo is set on Empty repositories (#8539) (#8541)
- Fix migrate mirror 500 bug (#8526) (#8530)
- Fix password complexity regex for special characters (#8524)
- Prevent .code-view from overriding font on icon fonts (#8614) (#8627)
- Allow more than 255 characters for tokens in external_login_user table (#8554)
- Fix errors in create org UI regarding team access permission (#8506)
- Fix bug on FindExternalUsersByProvider (#8504)
- Create .ssh dir as necessary (#8486)
- IsBranchExist: return false if provided name is empty (#8485)
- Making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)
- Add check for empty set when dropping indexes during migration (#8471)
- LFS files are relative to LFS content path, ensure that when deleting they are made relative to this (#8455)
- Ensure Request Body Readers are closed in LFS server (#8454)
- Fix template bug on mirror repository setting page (#8438)
- Fix migration v96 to keep issue attachments (#8435)
- Update strk.kbt.io/projects/go/libravatar to latest (#8429)
- Singular form for files that has only one line (#8416)
- Check for either escaped or unescaped wiki filenames (#8408)
- Allow users with explicit read access to give approvals (#8382)
- Fix editor commit to new branch if PR disabled (#8375)
- readd .markdown class to all markup renderers (#8357)
- Upgrade xorm to v0.7.9 to fix some bugs (#8354)
- Fix column name ambiguity in GetUserIssueStats() (#8347)
- Change general form binding to gogs form (#8334)
- Fix pull request commit status in user dashboard list (#8321)
- Fix repo_admin_change_team_access always checked in org settings (#8319)
- Update to github.com/lafriks/[email protected] (#8317)
- Show correct commit status in PR list (#8316)
- Bugfix for image compare and minor improvements to image compare (#8289)
- Update xorm (#8286)
- Fix API for edit and delete release attachment (#8285)
- Fix nil object access in some conditions when parsing cross references (#8281)
- Fix label count (#8267)
- Only show teams access for organization repositories on collaboration setting page (#8265)
- Test more reserved usernames (#8263)
- Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
- Fix assets key on release webhook (#8253)
- Allow registration when button is hidden (#8237)
- Fix release API URL generation (#8234)
- Fix milestone num_issues (#8221)
- MS Teams webhook misses commit messages (#8209)
- Fix data race (#8204)
- Fix team user api (#8172)
- Fix pull merge 500 error caused by git-fetch breaking behaviors (#8161)
- Make show private icon when repo avatar set (#8144)
- Add reviewers as participants (#8121)
- Fix Go 1.13 private repository go get issue (#8112)
- feat: highlight issue references with : (#8101)
- Make AllowedUsers configurable in sshd_config (#8094)
- Strict name matching for Repository.GetTagID() (#8074)
- Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066)
- Add change title notification for issues (#8061)
- [ssh] fix the config specification in the authorized_keys template (#8031)
- Fix reading git notes from nested trees (#8026)
- Fixes synchronize tags to releases for repository - makes sure we are only getting tag refs (#7990)
- Fix adding default Telegram webhook (#7972)
- Run CORS handler first for /api routes (#7967)
- Abort synchronization from LDAP source if there is some error. (#7960)
- Fix wrong sender when send slack webhook (#7918)
- Fix bug when migrating a private repository (#7917)
- Evaluate emojis in commit messages in list view (#7906)
- Fix upload file type check (#7890)
- lfs/lock: round locked_at timestamp to second (#7872)
- fix non existent milestone with 500 error instead of 404 (#7867)
- gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846)
- Fix duplicate call of webhook (#7821)
- Enable switching to a different source branch when PR already exists (#7819)
- Convert files to utf-8 for indexing (#7814)
- Do not fetch all refs in pull-request compare (#7797)
- Fix multiple bugs with statuses endpoints at API (#7785)
- Restore functionality for early gits (#7775)
- Fix Slack webhook fork message (#7774)
- Rewrite existing repo units if setting is not included in api body (#7763)
- Fix rename failed when rewrite public keys (#7761)
- Fix approvals counting (#7757)
- Add migration step to remove old repo_indexer_status orphaned records (#7746)
- Fix repo_index_status lingering when deleting a repository (#7734)
- Remove camel case tokenization from repo indexer (#7733)
- Fix milestone completness calculation when migrating (#7725)
- Regression: Include "executable" files in the index, as they are not necessarily … (#7718)
- Fixes indexed repos keeping outdated indexes when files grow too large (#7712)
- Skip non-regular files (e.g. submodules) on repo indexing (#7711)
- Fix dropTableColumns sqlite implementation (#7710)
- Update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)
- improve branches list performance and fix protected branch icon when no-login (#7695)
- Correct wrong datetime format for git (#7689)
- Move add to hook queue for created repo to outside xorm session. (#7675)
- sugestion to use range .Branches (#7674)
- Fix bug on migrating milestone from github (#7665)
- hide delete/restore button on archived repos (#7658)
- css: use flex to fix floating paginate (#7656)
- Fix syntax highlight initialization (#7617)
- Fix panic on push at - Merging pull request causes 500 error (#7615)
- Make PKCS8, PEM and SSH2 keys work (#7600)
- Fix mistake in arc-green.less split-diff css code. (#7587)
- Handle ErrUserProhibitLogin in http git (#7586)
- Fix bug create/edit wiki pages when code master branch protected (#7580)
- Fixes Malformed URLs in API git/commits response (#7565)
- Fix file header overflow in file and blame views (#7562)
- Improve SSH key parser to handle newlines in keys (#7522)
- Fix empty commits now showing in repo overview (#7521)
- Fix repository's pull request count error (#7518)
- Fix markdown invoke sequence (#7513)
- Remove duplicated webhook trigger (#7511)
- Update User.NumRepos atomically in createRepository (#7493)
- Fix settings page of repo you aren't admin print error - Settings pages giving UnitType error message (#7482)
- Fix redirection after file edit - Handles all redirects for Web UI File CRUD (#7478)
- cmd/serv: actually exit after fatal errors (#7458)
- Fix an issue with some pages throwing 'not defined' js exceptions (#7450)
- fix Dropzone.js integration (#7445)
- Fix regex for issues in commit messages (#7444)
- Diff: Fix indentation on unhighlighted code (#743...
v1.9.6
v1.10.0-rc2
- BREAKING
- BUGFIXES
- Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)
- Fix milestone close timestamp (#8728) (#8730)
- Fix 500 when getting user as unauthenticated user (#8653) (#8663)
- Fix 'New Issue Missing Milestone Comment' (#8678) (#8681)
- Use AppSubUrl for more redirections (#8647) (#8651)
- Add SubURL to redirect path (#8632) (#8634)
- Fix template error on account page (#8562) (#8622)
- Allow externalID to be UUID (#8551) (#8624)
- Prevent removal of non-empty emoji panel following selection of duplicate (#8609) (#8623)
- Update heatmap fixtures to restore tests (#8615) (#8616)
- Ensure that diff stats can scroll independently of the diff (#8581) (#8621)
- Webhook: set Content-Type for application/x-www-form-urlencoded (#8600)
- Fix #8582 by handling empty repos (#8587) (#8594)
- Fix bug on pull requests when transfer head repository (#8564) (#8569)
- Add missed close in ServeBlobLFS (#8527) (#8542)
- Ensure that GitRepo is set on Empty repositories (#8539) (#8541)
- Fix migrate mirror 500 bug (#8526) (#8530)
- Fix password complexity regex for special characters (#8524)
- Prevent .code-view from overriding font on icon fonts (#8614) (#8627)
- Allow more than 255 characters for tokens in external_login_user table (#8554)
v1.9.5
- BREAKING
- BUGFIXES
- Fix milestone close timestamp (#8728) (#8731)
- Fix deadline on update issue or PR via API (#8699)
- Fix 'New Issue Missing Milestone Comment' (#8678) (#8682)
- Fix 500 when getting user as unauthenticated user (#8653) (#8662)
- Use AppSubUrl for more redirections (#8647) (#8652)
- Add SubURL to redirect path (#8632) (#8634) (#8640)
- Fix #8582 by handling empty repos (#8587) (#8593)
- Fix bug on pull requests when transfer head repository (#8571)
- Add missed close in ServeBlobLFS (#8527) (#8543)
- Return false if provided branch name is empty for IsBranchExist (#8485) (#8492)
- Create .ssh dir as necessary (#8369) (#8486) (#8489)
- Restore functionality for early gits (#7775) (#8476)
- Add check for empty set when dropping indexes during migration (#8475)
- Ensure Request Body Readers are closed in LFS server (#8454) (#8459)
- Ensure that LFS files are relative to the LFS content path (#8455) (#8458)
- SECURITY
- TESTING
v1.11.0-dev
v1.11.0 development
v1.10.0-rc1
- BREAKING
- FEATURE
- Org/Members: display 2FA members states + optimize sql requests (#7621)
- SetDefaultBranch on pushing to empty repository (#7610)
- Adds side-by-side diff for images (#6784)
- API method to list all commits of a repository (#6408)
- Password Complexity Checks (#6230)
- Add option to initialize repository with labels (#6061)
- Add additional password hash algorithms (#6023)
- BUGFIXES
- Fix errors in create org UI regarding team access permission (#8506)
- Fix bug on FindExternalUsersByProvider (#8504)
- Create .ssh dir as necessary (#8486)
- IsBranchExist: return false if provided name is empty (#8485)
- Making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)
- Add check for empty set when dropping indexes during migration (#8471)
- LFS files are relative to LFS content path, ensure that when deleting they are made relative to this (#8455)
- Ensure Request Body Readers are closed in LFS server (#8454)
- Fix template bug on mirror repository setting page (#8438)
- Fix migration v96 to keep issue attachments (#8435)
- Update strk.kbt.io/projects/go/libravatar to latest (#8429)
- Singular form for files that has only one line (#8416)
- Check for either escaped or unescaped wiki filenames (#8408)
- Allow users with explicit read access to give approvals (#8382)
- Fix editor commit to new branch if PR disabled (#8375)
- readd .markdown class to all markup renderers (#8357)
- Upgrade xorm to v0.7.9 to fix some bugs (#8354)
- Fix column name ambiguity in GetUserIssueStats() (#8347)
- Change general form binding to gogs form (#8334)
- Fix pull request commit status in user dashboard list (#8321)
- Fix repo_admin_change_team_access always checked in org settings (#8319)
- Update to github.com/lafriks/[email protected] (#8317)
- Show correct commit status in PR list (#8316)
- Bugfix for image compare and minor improvements to image compare (#8289)
- Update xorm (#8286)
- Fix API for edit and delete release attachment (#8285)
- Fix nil object access in some conditions when parsing cross references (#8281)
- Fix label count (#8267)
- Only show teams access for organization repositories on collaboration setting page (#8265)
- Test more reserved usernames (#8263)
- Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
- Fix assets key on release webhook (#8253)
- Allow registration when button is hidden (#8237)
- Fix release API URL generation (#8234)
- Fix milestone num_issues (#8221)
- MS Teams webhook misses commit messages (#8209)
- Fix data race (#8204)
- Fix team user api (#8172)
- Fix pull merge 500 error caused by git-fetch breaking behaviors (#8161)
- Make show private icon when repo avatar set (#8144)
- Add reviewers as participants (#8121)
- Fix Go 1.13 private repository go get issue (#8112)
- feat: highlight issue references with : (#8101)
- Make AllowedUsers configurable in sshd_config (#8094)
- Strict name matching for Repository.GetTagID() (#8074)
- Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066)
- Add change title notification for issues (#8061)
- [ssh] fix the config specification in the authorized_keys template (#8031)
- Fix reading git notes from nested trees (#8026)
- Fixes synchronize tags to releases for repository - makes sure we are only getting tag refs (#7990)
- Fix adding default Telegram webhook (#7972)
- Run CORS handler first for /api routes (#7967)
- Abort synchronization from LDAP source if there is some error. (#7960)
- Fix wrong sender when send slack webhook (#7918)
- Fix bug when migrating a private repository (#7917)
- Evaluate emojis in commit messages in list view (#7906)
- Fix upload file type check (#7890)
- lfs/lock: round locked_at timestamp to second (#7872)
- fix non existent milestone with 500 error instead of 404 (#7867)
- gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846)
- Fix duplicate call of webhook (#7821)
- Enable switching to a different source branch when PR already exists (#7819)
- Convert files to utf-8 for indexing (#7814)
- Do not fetch all refs in pull-request compare (#7797)
- Fix multiple bugs with statuses endpoints at API (#7785)
- Restore functionality for early gits (#7775)
- Fix Slack webhook fork message (#7774)
- Rewrite existing repo units if setting is not included in api body (#7763)
- Fix rename failed when rewrite public keys (#7761)
- Fix approvals counting (#7757)
- Add migration step to remove old repo_indexer_status orphaned records (#7746)
- Fix repo_index_status lingering when deleting a repository (#7734)
- Remove camel case tokenization from repo indexer (#7733)
- Fix milestone completness calculation when migrating (#7725)
- Regression: Include "executable" files in the index, as they are not necessarily … (#7718)
- Fixes indexed repos keeping outdated indexes when files grow too large (#7712)
- Skip non-regular files (e.g. submodules) on repo indexing (#7711)
- Fix dropTableColumns sqlite implementation (#7710)
- Update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)
- improve branches list performance and fix protected branch icon when no-login (#7695)
- Correct wrong datetime format for git (#7689)
- Move add to hook queue for created repo to outside xorm session. (#7675)
- sugestion to use range .Branches (#7674)
- Fix bug on migrating milestone from github (#7665)
- hide delete/restore button on archived repos (#7658)
- css: use flex to fix floating paginate (#7656)
- Fix syntax highlight initialization (#7617)
- Fix panic on push at - Merging pull request causes 500 error (#7615)
- Make PKCS8, PEM and SSH2 keys work (#7600)
- Fix mistake in arc-green.less split-diff css code. (#7587)
- Handle ErrUserProhibitLogin in http git (#7586)
- Fix bug create/edit wiki pages when code master branch protected (#7580)
- Fixes Malformed URLs in API git/commits response (#7565)
- Fix file header overflow in file and blame views (#7562)
- Improve SSH key parser to handle newlines in keys (#7522)
- Fix empty commits now showing in repo overview (#7521)
- Fix repository's pull request count error (#7518)
- Fix markdown invoke sequence (#7513)
- Remove duplicated webhook trigger (#7511)
- Update User.NumRepos atomically in createRepository (#7493)
- Fix settings page of repo you aren't admin print error - Settings pages giving UnitType error message (#7482)
- Fix redirection after file edit - Handles all redirects for Web UI File CRUD (#7478)
- cmd/serv: actually exit after fatal errors (#7458)
- Fix an issue with some pages throwing 'not defined' js exceptions (#7450)
- fix Dropzone.js integration (#7445)
- Fix regex for issues in commit messages (#7444)
- Diff: Fix indentation on unhighlighted code (#7435)
- Only show "New Pull Request" button if repo allows pulls (#7426)
- Upgrade macaron/captcha to fix random error problem (#7407)
- create class for inline positioned lists (#7393)
- Fetch refs for successful testing for tag (#7388)
- add missing template variable on organisation settings (#7385)
- fix post parameter - on issue list - unset assignee (#7380)
- fix/define autochecked checkboxes on issue list in firefox (#7320)
- only return head: null if source branch was deleted (#6705)
- ENHANCEMENT
- Add nofollow to sign in links (#8509)
- vendor: update mvdan.cc/xurls/v2 to v2.1.0 (#8495)
- Update milestone issues numbers when save milestone and other code improvements (#8411)
- Add extra user information when migrating release (#8331)
- Require overall success if no context is given for status check (#8318)
- Transaction-aware retry create issue to cope with duplicate keys (#8307)
- Change link on issue milestone (#8246)
- Alwaywas return local url for users avatar (#8245)
- Move some milestone functions to a standalone package (#8213)
- Move create issue comment to comments package (#8212)
- Disable max height property of comment textarea (#8203)
- Add 'Mentioning you' group to /issues page (#8201)
- oauth2 with remote Gitea (#8149)
- Reference issues from pull requests and other issues (#8137)
- Fix webhooks to use proxy from environment (#8116)
- Add merged commit id on pull view when it's merged (#8062)
- Add teams to repo on collaboration page. (#8045)
- Update swagger to 0.20.1 (#8010)
- Make link last commit massages in repository home page and commit tables (#8006)
- Add API endpoint for accessing repo topics (#7963)
- Include description in repository search (#7942)
- Use gitea forked macaron (#7933)
- Fix pull creation with empty changes (#7920)
- Allow token as authorization for accessing attachments (#7909)
- Retry create issue to cope with duplicate keys (#7898)
- Move git diff codes from models to services/gitdiff (#7889)
- migrate gplus to google oauth2 provider (#7885)
- Remove unique filter from repo indexer analyzer. (#7878)
- Detect delimiter in CSV rendering (#7869)
- Import topics during migration (#7851)
- Move CreateReview to modules/pull (#7841)
- vendor: update pdf.js to v2.1.266 (#7834)
- Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)
- Add Ability for User to Customize Email Notification Frequency (#7813)
- Move database settings from models to setting (#7806)
- Display ui time with customiz...