Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

CHANGELOG.md 311KB

Frontport changelog 1.16.0 (#18468) (#18470) Frontport #18468 Frontport changelog for 1.16, frontport 1.15.11 changelog and update config.yaml ## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30 * BREAKING * Remove golang vendored directory (#18277) * Paginate releases page & set default page size to 10 (#16857) * Only allow webhook to send requests to allowed hosts (#17482) * SECURITY * Disable content sniffing on `PlainTextBytes` (#18359) (#18365) * Only view milestones from current repo (#18414) (#18417) * Sanitize user-input on file name (#17666) * Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks (#17605) * FEATURES * Add/update SMTP auth providers via cli (#18197) * Support webauthn (#17957) * Team permission allow different unit has different permission (#17811) * Implement Well-Known URL for password change (#17777) * Add support for ssh commit signing (#17743) * Allow Loading of Diffs that are too large (#17739) * Add copy button to markdown code blocks (#17638) * Add .gitattribute assisted language detection to blame, diff and render (#17590) * Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) * Add Reindex buttons to repository settings page (#17494) * Make SSL cipher suite configurable (#17440) * Add groups scope/claim to OIDC/OAuth2 Provider (#17367) * Add simple update checker to Gitea (#17212) * Migrated Repository will show modifications when possible (#17191) * Create pub/priv keypair for federation (#17071) * Make LDAP be able to skip local 2FA (#16954) * Add nodeinfo endpoint for federation purposes (#16953) * Save and view issue/comment content history (#16909) * Use git attributes to determine generated and vendored status for language stats and diffs (#16773) * Add migrate from Codebase (#16768) * Add migration from GitBucket (#16767) * Add OAuth2 introspection endpoint (#16752) * Add proxy settings and support for migration and webhook (#16704) * Add microsoft oauth2 providers (#16544) * Send registration email on user autoregistration (#16523) * Defer Last Commit Info (#16467) * Support unprotected file patterns (#16395) * Add migrate from OneDev (#16356) * Add option to update pull request by `rebase` (#16125) * Add RSS/Atom feed support for user actions (#16002) * Add support for corporate WeChat webhooks (#15910) * Add a simple way to rename branch like gh (#15870) * Add bundle download for repository (#14538) * Add agit flow support in gitea (#14295) * API * Add MirrorUpdated field to Repository API type (#18267) * Adjust Fork API to allow setting a custom repository name (#18066) * Add API to manage repo tranfers (#17963) * Add API to get file commit history (#17652) * Add API to get issue/pull comments and events (timeline) (#17403) * Add API to get/edit wiki (#17278) * Add API for get user org permissions (#17232) * Add HTML urls to notification API (#17178) * Add API to get commit diff/patch (#17095) * Respond with updated notifications in API (#17064) * Add API to fetch git notes (#16649) * Generalize list header for API (#16551) * Add API Token Cache (#16547) * Allow Token API calls be authorized using the reverse-proxy header (#15119) * ENHANCEMENTS * Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) * Return nicer error if trying to pull from non-existent user (#18288) * Show pull link for agit pull request also (#18235) * Enable partial clone by default (#18195) * Added replay of webhooks (#18191) * Show OAuth callback error message (#18185) * Increase Salt randomness (#18179) * Add MP4 as default allowed attachment type (#18170) * Include folders into size cost (#18158) * Remove `/email2user` endpoint (#18127) * Handle invalid issues (#18111) * Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) * Support open compare page directly (#17975) * Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) * Clean legacy SimpleMDE code (#17926) * Refactor install page (db type) (#17919) * Improve interface when comparing a branch which has created a pull request (#17911) * Allow default branch to be inferred on compare page (#17908) * Display issue/comment role even if repo archived (#17907) * Always set a message-id on mails (#17900) * Change `<a>` elements to underline on hover (#17898) * Render issue references in file table (#17897) * Handle relative unix socket paths (#17836) * Move accessmode into models/perm (#17828) * Fix some org style problems (#17807) * Add List-Unsubscribe header (#17804) * Create menus for organization pages (#17802) * Switch archive URL code back to href attributes (#17796) * Refactor "refs/*" string usage by using constants (#17784) * Allow forks to org if you can create repos (#17783) * Improve install code to avoid low-level mistakes. (#17779) * Improve ellipsis buttons (#17773) * Add restrict and no-user-rc to authorized_keys (#17772) * Add copy Commit ID button in commits list (#17759) * Make `bind` error more readable (#17750) * Fix navbar on project view (#17749) * More pleasantly handle broken or missing git repositories (#17747) * Use `*PushUpdateOptions` as receiver (#17724) * Remove unused `user` paramater (#17723) * Better builtin avatar generator (#17707) * Cleanup and use global style on popups (#17674) * Move user/org deletion to services (#17673) * Added comment for changing issue ref (#17672) * Allow admins to change user avatars (#17661) * Only set `data-path` once for each file in diff pages (#17657) * Add icon to vscode clone link (#17641) * Add download button for file viewer (#17640) * Add pagination to fork list (#17639) * Use a standalone struct name for Organization (#17632) * Minor readability patch. (#17627) * Add context support for GetUserByID (#17602) * Move merge-section to `> .content` (#17582) * Remove NewSession method from db.Engine interface (#17577) * Move unit into models/unit/ (#17576) * Restrict GetDeletedBranchByID to the repositories deleted branches (#17570) * Refactor commentTags functionality (#17558) * Make Repo Code Indexer an Unique Queue (#17515) * Simplify Gothic to use our session store instead of creating a different store (#17507) * Add settings to allow different SMTP envelope from address (#17479) * Properly determine CSV delimiter (#17459) * Hide label comments if labels were added and removed immediately (#17455) * Tune UI alignment for nav bar notification icon, avatar image, issue label (#17438) * Add appearance section in settings (#17433) * Move key forms before list and add cancel button (#17432) * When copying executables to the docker chmod them (#17423) * Remove deprecated `extendDefaultPlugins` method of svgo (#17399) * Fix the click behavior for <tr> and <td> with [data-href] (#17388) * Refactor update checker to use AppState (#17387) * Improve async/await usage, and sort init calls in `index.js` (#17386) * Use a variable but a function for IsProd because of a slight performance increment (#17368) * Frontend refactor, PascalCase to camelCase, remove unused code (#17365) * Hide command line merge instructions when user can't push (#17339) * Move session to models/login (#17338) * Sync gitea app path for git hooks and authorized keys when starting (#17335) * Make the Mirror Queue a queue (#17326) * Add "Copy branch name" button to pull request page (#17323) * Fix repository summary on mobile (#17322) * Split `index.js` to separate files (#17315) * Show direct match on top for user search (#17303) * Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. (#17301) * Upgrade chi to v5 (#17298) * Disable form autofill (#17291) * Improve behavior of "Fork" button (#17288) * Open markdown image links in new window (#17287) * Add hints for special Wiki pages (#17283) * Move add deploy key form before the list and add a cancel button (#17228) * Allow adding multiple issues to a project (#17226) * Add metrics to get issues by repository (#17225) * Add specific event type to header (#17222) * Redirect on project after issue created (#17211) * Reference in new issue modal: dont pre-populate issue title (#17208) * Always set a unique Message-ID header (#17206) * Add projects and project boards in exposed metrics (#17202) * Add metrics to get issues by label (#17201) * Add protection to disable Gitea when run as root (#17168) * Don't return binary file changes in raw PR diffs by default (#17158) * Support sorting for project board issuses (#17152) * Force color-adjust for markdown checkboxes (#17146) * Add option to copy line permalink (#17145) * Move twofactor to models/login (#17143) * Multiple tokens support for migrating from github (#17134) * Unify issue and PR subtitles (#17133) * Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) * Fix problem when database id is not increment as expected (#17124) * Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123) * Re-allow clipboard copy on non-https sites (#17118) * DBContext is just a Context (#17100) * Move login related structs and functions to models/login (#17093) * Add SkipLocal2FA option to pam and smtp sources (#17078) * Move db related basic functions to models/db (#17075) * Fixes username tagging in "Reference in new issue" (#17074) * Use light/dark theme based on system preference (#17051) * Always emit the configuration path (#17036) * Add `AbsoluteListOptions` (#17028) * Use common sessioner for API and Web (#17027) * Fix overflow label in small view (#17020) * Report the associated filter if there is an error in LDAP (#17014) * Add "new issue" btn on project (#17001) * Add doctor dbconsistency check for release and attachment (#16978) * Disable Fomantic's CSS tooltips (#16974) * Add Cache-Control to avatar redirects (#16973) * Make mirror feature more configurable (#16957) * Add skip and limit to git.GetTags (#16897) * Remove ParseQueueConnStr as it is unused (#16878) * Remove unused Fomantic sidebar module (#16853) * Allow LDAP Sources to provide Avatars (#16851) * Remove Dashboard/Home button from the navbar (#16844) * Use conditions but not repo ids as query condition (#16839) * Add user settings key/value DB table (#16834) * Add buttons to allow loading of incomplete diffs (#16829) * Add information for migrate failure (#16803) * Add EdDSA JWT signing algorithm (#16786) * Add user status filter to admin user management page (#16770) * Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) * Do not use thin scrollbars on Firefox (#16738) * Download LFS in git and web workflow from minio/s3 directly (SERVE_DIRECT) (#16731) * Compute proper foreground color for labels (#16729) * Add edit button to wiki sidebar and footer (#16719) * Fix migration svg color (#16715) * Add link to vscode to repo header (#16664) * Add filter by owner and team to issue/pulls search endpoint (#16662) * Kanban colored boards (#16647) * Allow setting X-FRAME-OPTIONS (#16643) * Separate open and closed issue in metrics (#16637) * Support direct comparison (git diff a..b) as well merge comparison (a…b) (#16635) * Add setting to OAuth handlers to skip local 2FA authentication (#16594) * Make PR merge options more intuitive (#16582) * Show correct text when comparing commits on empty pull request (#16569) * Pre-fill suggested New File 'name' and 'content' with Query Params (#16556) * Add an abstract json layout to make it's easier to change json library (#16528) * Make Mermaid.js limit configurable (#16519) * Improve 2FA autofill (#16473) * Add modals to Organization and Team remove/leave (#16471) * Show tag name on dashboard items list (#16466) * Change default cron schedules from @every 24h to @midnight (#16431) * Prevent double sanitize (#16386) * Replace `list.List` with slices (#16311) * Add configuration option to restrict users by default (#16256) * Move login out of models (#16199) * Support pagination of organizations on user settings pages (#16083) * Switch migration icon to svg (#15954) * Add left padding for chunk header of split diff view (#13397) * Allow U2F 2FA without TOTP (#11573) * BUGFIXES * GitLab reviews may not have the updated_at field set (#18450) (#18461) * Fix detection of no commits when the default branch is not master (#18422) (#18423) * Fix broken oauth2 authentication source edit page (#18412) (#18419) * Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404) * Fix restore without topic failure (#18387) (#18400) * Fix commit's time (#18375) (#18392) * Fix partial cloning a repo (#18373) (#18377) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386) * Fix mime-type detection for HTTP server (#18370) (#18371) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Restore propagation of ErrDependenciesLeft (#18325) * Fix PR comments UI (#18323) * Use indirect comparison when showing pull requests (#18313) * Replace satori/go.uuid with gofrs/uuid (#18311) * Fix commit links on compare page (#18310) * Don't show double error response in git hook (#18292) * Handle missing default branch better in owner/repo/branches page (#18290) * Fix CheckRepoStats and reuse it during migration (#18264) * Prevent underline hover on cards (#18259) * Don't delete branch if other PRs with this branch are open (#18164) * Require codereview to have content (#18156) * Allow admin to associate missing LFS objects for repositories (#18143) * When attempting to subscribe other user to issue report why access denied (#18091) * Add option to convert CRLF to LF line endings for sendmail (#18075) * Only create pprof files for gitea serv if explicitly asked for (#18068) * Abort merge if head has been updated before pressing merge (#18032) * Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality (#18004) * Use JSON module instead of stdlib json (#18003) * Fixed issue merged/closed wording (#17973) * Return nicer error for ForcePrivate (#17971) * Fix overflow in commit graph (#17947) * Prevent services/mailer/mailer_test.go tests from deleteing data directory (#17941) * Use disable_form_autofill on Codebase and Gitbucket (#17936) * Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) * Fix markdown URL parsing (#17924) * Apply CSS Variables to all message elements (#17920) * Improve checkBranchName (#17901) * Update chi/middleware to chi/v5/middleware (#17888) * Fix position of label color picker colors (#17866) * Fix ListUnadoptedRepositories incorrect total count (#17865) * Remove whitespace inside rendered code `<td>` (#17859) * Make Co-committed-by and co-authored-by trailers optional (#17848) * Fix value of User.IsRestricted when oauth2 user registration (#17839) * Use new OneDev /milestones endpoint (#17782) * Prevent deadlock in TestPersistableChannelQueue (#17717) * Simplify code for writing SHA to name-rev (#17696) * Fix database deadlock when update issue labels (#17649) * Add warning for BIDI characters in page renders and in diffs (#17562) * Fix ipv6 parsing for builtin ssh server (#17561) * Multiple Escaping Improvements (#17551) * Fixes #16559 - Do not trim leading spaces for tab delimited (#17442) * Show client-side error if wiki page is empty (#17415) * Fix context popup error (#17398) * Stop sanitizing full name in API (#17396) * Fix issue close/comment buttons on mobile (#17317) * Fix navbar UI (#17235) * Fix problem when database id is not increment as expected (#17229) * Open the DingTalk link in browser (#17084) * Remove heads pointing to missing old refs (#17076) * Fix commit status index problem (#17061) * Handle broken references in mirror sync (#17013) * Fix for create repo page layout (#17012) * Improve LDAP synchronization efficiency (#16994) * Add repo_id for attachment (#16958) * Clean-up HookPreReceive and restore functionality for pushing non-standard refs (#16705) * Remove duplicate csv import in modules/csv/csv.go (#16631) * Improve SMTP authentication and Fix user creation bugs (#16612) * Fixed emoji alias not parsed in links (#16221) * Calculate label URL on API (#16186) * TRANSLATION * Fix mispelling of starred as stared (#17465) * Re-separate the color translation strings (#17390) * Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998) * BUILD * Add lockfile-check (#18285) * Don't store assets modified time into generated files (#18193) * Use shadowing script for docker (#17846) * MISC * Update JS dependencies (#17611) Signed-off-by: Andrew Thornton <art27@cantab.net>
před 2 roky
Frontport changelog 1.16.0 (#18468) (#18470) Frontport #18468 Frontport changelog for 1.16, frontport 1.15.11 changelog and update config.yaml ## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30 * BREAKING * Remove golang vendored directory (#18277) * Paginate releases page & set default page size to 10 (#16857) * Only allow webhook to send requests to allowed hosts (#17482) * SECURITY * Disable content sniffing on `PlainTextBytes` (#18359) (#18365) * Only view milestones from current repo (#18414) (#18417) * Sanitize user-input on file name (#17666) * Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks (#17605) * FEATURES * Add/update SMTP auth providers via cli (#18197) * Support webauthn (#17957) * Team permission allow different unit has different permission (#17811) * Implement Well-Known URL for password change (#17777) * Add support for ssh commit signing (#17743) * Allow Loading of Diffs that are too large (#17739) * Add copy button to markdown code blocks (#17638) * Add .gitattribute assisted language detection to blame, diff and render (#17590) * Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) * Add Reindex buttons to repository settings page (#17494) * Make SSL cipher suite configurable (#17440) * Add groups scope/claim to OIDC/OAuth2 Provider (#17367) * Add simple update checker to Gitea (#17212) * Migrated Repository will show modifications when possible (#17191) * Create pub/priv keypair for federation (#17071) * Make LDAP be able to skip local 2FA (#16954) * Add nodeinfo endpoint for federation purposes (#16953) * Save and view issue/comment content history (#16909) * Use git attributes to determine generated and vendored status for language stats and diffs (#16773) * Add migrate from Codebase (#16768) * Add migration from GitBucket (#16767) * Add OAuth2 introspection endpoint (#16752) * Add proxy settings and support for migration and webhook (#16704) * Add microsoft oauth2 providers (#16544) * Send registration email on user autoregistration (#16523) * Defer Last Commit Info (#16467) * Support unprotected file patterns (#16395) * Add migrate from OneDev (#16356) * Add option to update pull request by `rebase` (#16125) * Add RSS/Atom feed support for user actions (#16002) * Add support for corporate WeChat webhooks (#15910) * Add a simple way to rename branch like gh (#15870) * Add bundle download for repository (#14538) * Add agit flow support in gitea (#14295) * API * Add MirrorUpdated field to Repository API type (#18267) * Adjust Fork API to allow setting a custom repository name (#18066) * Add API to manage repo tranfers (#17963) * Add API to get file commit history (#17652) * Add API to get issue/pull comments and events (timeline) (#17403) * Add API to get/edit wiki (#17278) * Add API for get user org permissions (#17232) * Add HTML urls to notification API (#17178) * Add API to get commit diff/patch (#17095) * Respond with updated notifications in API (#17064) * Add API to fetch git notes (#16649) * Generalize list header for API (#16551) * Add API Token Cache (#16547) * Allow Token API calls be authorized using the reverse-proxy header (#15119) * ENHANCEMENTS * Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) * Return nicer error if trying to pull from non-existent user (#18288) * Show pull link for agit pull request also (#18235) * Enable partial clone by default (#18195) * Added replay of webhooks (#18191) * Show OAuth callback error message (#18185) * Increase Salt randomness (#18179) * Add MP4 as default allowed attachment type (#18170) * Include folders into size cost (#18158) * Remove `/email2user` endpoint (#18127) * Handle invalid issues (#18111) * Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) * Support open compare page directly (#17975) * Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) * Clean legacy SimpleMDE code (#17926) * Refactor install page (db type) (#17919) * Improve interface when comparing a branch which has created a pull request (#17911) * Allow default branch to be inferred on compare page (#17908) * Display issue/comment role even if repo archived (#17907) * Always set a message-id on mails (#17900) * Change `<a>` elements to underline on hover (#17898) * Render issue references in file table (#17897) * Handle relative unix socket paths (#17836) * Move accessmode into models/perm (#17828) * Fix some org style problems (#17807) * Add List-Unsubscribe header (#17804) * Create menus for organization pages (#17802) * Switch archive URL code back to href attributes (#17796) * Refactor "refs/*" string usage by using constants (#17784) * Allow forks to org if you can create repos (#17783) * Improve install code to avoid low-level mistakes. (#17779) * Improve ellipsis buttons (#17773) * Add restrict and no-user-rc to authorized_keys (#17772) * Add copy Commit ID button in commits list (#17759) * Make `bind` error more readable (#17750) * Fix navbar on project view (#17749) * More pleasantly handle broken or missing git repositories (#17747) * Use `*PushUpdateOptions` as receiver (#17724) * Remove unused `user` paramater (#17723) * Better builtin avatar generator (#17707) * Cleanup and use global style on popups (#17674) * Move user/org deletion to services (#17673) * Added comment for changing issue ref (#17672) * Allow admins to change user avatars (#17661) * Only set `data-path` once for each file in diff pages (#17657) * Add icon to vscode clone link (#17641) * Add download button for file viewer (#17640) * Add pagination to fork list (#17639) * Use a standalone struct name for Organization (#17632) * Minor readability patch. (#17627) * Add context support for GetUserByID (#17602) * Move merge-section to `> .content` (#17582) * Remove NewSession method from db.Engine interface (#17577) * Move unit into models/unit/ (#17576) * Restrict GetDeletedBranchByID to the repositories deleted branches (#17570) * Refactor commentTags functionality (#17558) * Make Repo Code Indexer an Unique Queue (#17515) * Simplify Gothic to use our session store instead of creating a different store (#17507) * Add settings to allow different SMTP envelope from address (#17479) * Properly determine CSV delimiter (#17459) * Hide label comments if labels were added and removed immediately (#17455) * Tune UI alignment for nav bar notification icon, avatar image, issue label (#17438) * Add appearance section in settings (#17433) * Move key forms before list and add cancel button (#17432) * When copying executables to the docker chmod them (#17423) * Remove deprecated `extendDefaultPlugins` method of svgo (#17399) * Fix the click behavior for <tr> and <td> with [data-href] (#17388) * Refactor update checker to use AppState (#17387) * Improve async/await usage, and sort init calls in `index.js` (#17386) * Use a variable but a function for IsProd because of a slight performance increment (#17368) * Frontend refactor, PascalCase to camelCase, remove unused code (#17365) * Hide command line merge instructions when user can't push (#17339) * Move session to models/login (#17338) * Sync gitea app path for git hooks and authorized keys when starting (#17335) * Make the Mirror Queue a queue (#17326) * Add "Copy branch name" button to pull request page (#17323) * Fix repository summary on mobile (#17322) * Split `index.js` to separate files (#17315) * Show direct match on top for user search (#17303) * Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. (#17301) * Upgrade chi to v5 (#17298) * Disable form autofill (#17291) * Improve behavior of "Fork" button (#17288) * Open markdown image links in new window (#17287) * Add hints for special Wiki pages (#17283) * Move add deploy key form before the list and add a cancel button (#17228) * Allow adding multiple issues to a project (#17226) * Add metrics to get issues by repository (#17225) * Add specific event type to header (#17222) * Redirect on project after issue created (#17211) * Reference in new issue modal: dont pre-populate issue title (#17208) * Always set a unique Message-ID header (#17206) * Add projects and project boards in exposed metrics (#17202) * Add metrics to get issues by label (#17201) * Add protection to disable Gitea when run as root (#17168) * Don't return binary file changes in raw PR diffs by default (#17158) * Support sorting for project board issuses (#17152) * Force color-adjust for markdown checkboxes (#17146) * Add option to copy line permalink (#17145) * Move twofactor to models/login (#17143) * Multiple tokens support for migrating from github (#17134) * Unify issue and PR subtitles (#17133) * Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) * Fix problem when database id is not increment as expected (#17124) * Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123) * Re-allow clipboard copy on non-https sites (#17118) * DBContext is just a Context (#17100) * Move login related structs and functions to models/login (#17093) * Add SkipLocal2FA option to pam and smtp sources (#17078) * Move db related basic functions to models/db (#17075) * Fixes username tagging in "Reference in new issue" (#17074) * Use light/dark theme based on system preference (#17051) * Always emit the configuration path (#17036) * Add `AbsoluteListOptions` (#17028) * Use common sessioner for API and Web (#17027) * Fix overflow label in small view (#17020) * Report the associated filter if there is an error in LDAP (#17014) * Add "new issue" btn on project (#17001) * Add doctor dbconsistency check for release and attachment (#16978) * Disable Fomantic's CSS tooltips (#16974) * Add Cache-Control to avatar redirects (#16973) * Make mirror feature more configurable (#16957) * Add skip and limit to git.GetTags (#16897) * Remove ParseQueueConnStr as it is unused (#16878) * Remove unused Fomantic sidebar module (#16853) * Allow LDAP Sources to provide Avatars (#16851) * Remove Dashboard/Home button from the navbar (#16844) * Use conditions but not repo ids as query condition (#16839) * Add user settings key/value DB table (#16834) * Add buttons to allow loading of incomplete diffs (#16829) * Add information for migrate failure (#16803) * Add EdDSA JWT signing algorithm (#16786) * Add user status filter to admin user management page (#16770) * Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) * Do not use thin scrollbars on Firefox (#16738) * Download LFS in git and web workflow from minio/s3 directly (SERVE_DIRECT) (#16731) * Compute proper foreground color for labels (#16729) * Add edit button to wiki sidebar and footer (#16719) * Fix migration svg color (#16715) * Add link to vscode to repo header (#16664) * Add filter by owner and team to issue/pulls search endpoint (#16662) * Kanban colored boards (#16647) * Allow setting X-FRAME-OPTIONS (#16643) * Separate open and closed issue in metrics (#16637) * Support direct comparison (git diff a..b) as well merge comparison (a…b) (#16635) * Add setting to OAuth handlers to skip local 2FA authentication (#16594) * Make PR merge options more intuitive (#16582) * Show correct text when comparing commits on empty pull request (#16569) * Pre-fill suggested New File 'name' and 'content' with Query Params (#16556) * Add an abstract json layout to make it's easier to change json library (#16528) * Make Mermaid.js limit configurable (#16519) * Improve 2FA autofill (#16473) * Add modals to Organization and Team remove/leave (#16471) * Show tag name on dashboard items list (#16466) * Change default cron schedules from @every 24h to @midnight (#16431) * Prevent double sanitize (#16386) * Replace `list.List` with slices (#16311) * Add configuration option to restrict users by default (#16256) * Move login out of models (#16199) * Support pagination of organizations on user settings pages (#16083) * Switch migration icon to svg (#15954) * Add left padding for chunk header of split diff view (#13397) * Allow U2F 2FA without TOTP (#11573) * BUGFIXES * GitLab reviews may not have the updated_at field set (#18450) (#18461) * Fix detection of no commits when the default branch is not master (#18422) (#18423) * Fix broken oauth2 authentication source edit page (#18412) (#18419) * Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404) * Fix restore without topic failure (#18387) (#18400) * Fix commit's time (#18375) (#18392) * Fix partial cloning a repo (#18373) (#18377) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386) * Fix mime-type detection for HTTP server (#18370) (#18371) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Restore propagation of ErrDependenciesLeft (#18325) * Fix PR comments UI (#18323) * Use indirect comparison when showing pull requests (#18313) * Replace satori/go.uuid with gofrs/uuid (#18311) * Fix commit links on compare page (#18310) * Don't show double error response in git hook (#18292) * Handle missing default branch better in owner/repo/branches page (#18290) * Fix CheckRepoStats and reuse it during migration (#18264) * Prevent underline hover on cards (#18259) * Don't delete branch if other PRs with this branch are open (#18164) * Require codereview to have content (#18156) * Allow admin to associate missing LFS objects for repositories (#18143) * When attempting to subscribe other user to issue report why access denied (#18091) * Add option to convert CRLF to LF line endings for sendmail (#18075) * Only create pprof files for gitea serv if explicitly asked for (#18068) * Abort merge if head has been updated before pressing merge (#18032) * Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality (#18004) * Use JSON module instead of stdlib json (#18003) * Fixed issue merged/closed wording (#17973) * Return nicer error for ForcePrivate (#17971) * Fix overflow in commit graph (#17947) * Prevent services/mailer/mailer_test.go tests from deleteing data directory (#17941) * Use disable_form_autofill on Codebase and Gitbucket (#17936) * Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) * Fix markdown URL parsing (#17924) * Apply CSS Variables to all message elements (#17920) * Improve checkBranchName (#17901) * Update chi/middleware to chi/v5/middleware (#17888) * Fix position of label color picker colors (#17866) * Fix ListUnadoptedRepositories incorrect total count (#17865) * Remove whitespace inside rendered code `<td>` (#17859) * Make Co-committed-by and co-authored-by trailers optional (#17848) * Fix value of User.IsRestricted when oauth2 user registration (#17839) * Use new OneDev /milestones endpoint (#17782) * Prevent deadlock in TestPersistableChannelQueue (#17717) * Simplify code for writing SHA to name-rev (#17696) * Fix database deadlock when update issue labels (#17649) * Add warning for BIDI characters in page renders and in diffs (#17562) * Fix ipv6 parsing for builtin ssh server (#17561) * Multiple Escaping Improvements (#17551) * Fixes #16559 - Do not trim leading spaces for tab delimited (#17442) * Show client-side error if wiki page is empty (#17415) * Fix context popup error (#17398) * Stop sanitizing full name in API (#17396) * Fix issue close/comment buttons on mobile (#17317) * Fix navbar UI (#17235) * Fix problem when database id is not increment as expected (#17229) * Open the DingTalk link in browser (#17084) * Remove heads pointing to missing old refs (#17076) * Fix commit status index problem (#17061) * Handle broken references in mirror sync (#17013) * Fix for create repo page layout (#17012) * Improve LDAP synchronization efficiency (#16994) * Add repo_id for attachment (#16958) * Clean-up HookPreReceive and restore functionality for pushing non-standard refs (#16705) * Remove duplicate csv import in modules/csv/csv.go (#16631) * Improve SMTP authentication and Fix user creation bugs (#16612) * Fixed emoji alias not parsed in links (#16221) * Calculate label URL on API (#16186) * TRANSLATION * Fix mispelling of starred as stared (#17465) * Re-separate the color translation strings (#17390) * Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998) * BUILD * Add lockfile-check (#18285) * Don't store assets modified time into generated files (#18193) * Use shadowing script for docker (#17846) * MISC * Update JS dependencies (#17611) Signed-off-by: Andrew Thornton <art27@cantab.net>
před 2 roky
Frontport changelog 1.16.0 (#18468) (#18470) Frontport #18468 Frontport changelog for 1.16, frontport 1.15.11 changelog and update config.yaml ## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30 * BREAKING * Remove golang vendored directory (#18277) * Paginate releases page & set default page size to 10 (#16857) * Only allow webhook to send requests to allowed hosts (#17482) * SECURITY * Disable content sniffing on `PlainTextBytes` (#18359) (#18365) * Only view milestones from current repo (#18414) (#18417) * Sanitize user-input on file name (#17666) * Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks (#17605) * FEATURES * Add/update SMTP auth providers via cli (#18197) * Support webauthn (#17957) * Team permission allow different unit has different permission (#17811) * Implement Well-Known URL for password change (#17777) * Add support for ssh commit signing (#17743) * Allow Loading of Diffs that are too large (#17739) * Add copy button to markdown code blocks (#17638) * Add .gitattribute assisted language detection to blame, diff and render (#17590) * Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) * Add Reindex buttons to repository settings page (#17494) * Make SSL cipher suite configurable (#17440) * Add groups scope/claim to OIDC/OAuth2 Provider (#17367) * Add simple update checker to Gitea (#17212) * Migrated Repository will show modifications when possible (#17191) * Create pub/priv keypair for federation (#17071) * Make LDAP be able to skip local 2FA (#16954) * Add nodeinfo endpoint for federation purposes (#16953) * Save and view issue/comment content history (#16909) * Use git attributes to determine generated and vendored status for language stats and diffs (#16773) * Add migrate from Codebase (#16768) * Add migration from GitBucket (#16767) * Add OAuth2 introspection endpoint (#16752) * Add proxy settings and support for migration and webhook (#16704) * Add microsoft oauth2 providers (#16544) * Send registration email on user autoregistration (#16523) * Defer Last Commit Info (#16467) * Support unprotected file patterns (#16395) * Add migrate from OneDev (#16356) * Add option to update pull request by `rebase` (#16125) * Add RSS/Atom feed support for user actions (#16002) * Add support for corporate WeChat webhooks (#15910) * Add a simple way to rename branch like gh (#15870) * Add bundle download for repository (#14538) * Add agit flow support in gitea (#14295) * API * Add MirrorUpdated field to Repository API type (#18267) * Adjust Fork API to allow setting a custom repository name (#18066) * Add API to manage repo tranfers (#17963) * Add API to get file commit history (#17652) * Add API to get issue/pull comments and events (timeline) (#17403) * Add API to get/edit wiki (#17278) * Add API for get user org permissions (#17232) * Add HTML urls to notification API (#17178) * Add API to get commit diff/patch (#17095) * Respond with updated notifications in API (#17064) * Add API to fetch git notes (#16649) * Generalize list header for API (#16551) * Add API Token Cache (#16547) * Allow Token API calls be authorized using the reverse-proxy header (#15119) * ENHANCEMENTS * Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) * Return nicer error if trying to pull from non-existent user (#18288) * Show pull link for agit pull request also (#18235) * Enable partial clone by default (#18195) * Added replay of webhooks (#18191) * Show OAuth callback error message (#18185) * Increase Salt randomness (#18179) * Add MP4 as default allowed attachment type (#18170) * Include folders into size cost (#18158) * Remove `/email2user` endpoint (#18127) * Handle invalid issues (#18111) * Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) * Support open compare page directly (#17975) * Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) * Clean legacy SimpleMDE code (#17926) * Refactor install page (db type) (#17919) * Improve interface when comparing a branch which has created a pull request (#17911) * Allow default branch to be inferred on compare page (#17908) * Display issue/comment role even if repo archived (#17907) * Always set a message-id on mails (#17900) * Change `<a>` elements to underline on hover (#17898) * Render issue references in file table (#17897) * Handle relative unix socket paths (#17836) * Move accessmode into models/perm (#17828) * Fix some org style problems (#17807) * Add List-Unsubscribe header (#17804) * Create menus for organization pages (#17802) * Switch archive URL code back to href attributes (#17796) * Refactor "refs/*" string usage by using constants (#17784) * Allow forks to org if you can create repos (#17783) * Improve install code to avoid low-level mistakes. (#17779) * Improve ellipsis buttons (#17773) * Add restrict and no-user-rc to authorized_keys (#17772) * Add copy Commit ID button in commits list (#17759) * Make `bind` error more readable (#17750) * Fix navbar on project view (#17749) * More pleasantly handle broken or missing git repositories (#17747) * Use `*PushUpdateOptions` as receiver (#17724) * Remove unused `user` paramater (#17723) * Better builtin avatar generator (#17707) * Cleanup and use global style on popups (#17674) * Move user/org deletion to services (#17673) * Added comment for changing issue ref (#17672) * Allow admins to change user avatars (#17661) * Only set `data-path` once for each file in diff pages (#17657) * Add icon to vscode clone link (#17641) * Add download button for file viewer (#17640) * Add pagination to fork list (#17639) * Use a standalone struct name for Organization (#17632) * Minor readability patch. (#17627) * Add context support for GetUserByID (#17602) * Move merge-section to `> .content` (#17582) * Remove NewSession method from db.Engine interface (#17577) * Move unit into models/unit/ (#17576) * Restrict GetDeletedBranchByID to the repositories deleted branches (#17570) * Refactor commentTags functionality (#17558) * Make Repo Code Indexer an Unique Queue (#17515) * Simplify Gothic to use our session store instead of creating a different store (#17507) * Add settings to allow different SMTP envelope from address (#17479) * Properly determine CSV delimiter (#17459) * Hide label comments if labels were added and removed immediately (#17455) * Tune UI alignment for nav bar notification icon, avatar image, issue label (#17438) * Add appearance section in settings (#17433) * Move key forms before list and add cancel button (#17432) * When copying executables to the docker chmod them (#17423) * Remove deprecated `extendDefaultPlugins` method of svgo (#17399) * Fix the click behavior for <tr> and <td> with [data-href] (#17388) * Refactor update checker to use AppState (#17387) * Improve async/await usage, and sort init calls in `index.js` (#17386) * Use a variable but a function for IsProd because of a slight performance increment (#17368) * Frontend refactor, PascalCase to camelCase, remove unused code (#17365) * Hide command line merge instructions when user can't push (#17339) * Move session to models/login (#17338) * Sync gitea app path for git hooks and authorized keys when starting (#17335) * Make the Mirror Queue a queue (#17326) * Add "Copy branch name" button to pull request page (#17323) * Fix repository summary on mobile (#17322) * Split `index.js` to separate files (#17315) * Show direct match on top for user search (#17303) * Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. (#17301) * Upgrade chi to v5 (#17298) * Disable form autofill (#17291) * Improve behavior of "Fork" button (#17288) * Open markdown image links in new window (#17287) * Add hints for special Wiki pages (#17283) * Move add deploy key form before the list and add a cancel button (#17228) * Allow adding multiple issues to a project (#17226) * Add metrics to get issues by repository (#17225) * Add specific event type to header (#17222) * Redirect on project after issue created (#17211) * Reference in new issue modal: dont pre-populate issue title (#17208) * Always set a unique Message-ID header (#17206) * Add projects and project boards in exposed metrics (#17202) * Add metrics to get issues by label (#17201) * Add protection to disable Gitea when run as root (#17168) * Don't return binary file changes in raw PR diffs by default (#17158) * Support sorting for project board issuses (#17152) * Force color-adjust for markdown checkboxes (#17146) * Add option to copy line permalink (#17145) * Move twofactor to models/login (#17143) * Multiple tokens support for migrating from github (#17134) * Unify issue and PR subtitles (#17133) * Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) * Fix problem when database id is not increment as expected (#17124) * Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123) * Re-allow clipboard copy on non-https sites (#17118) * DBContext is just a Context (#17100) * Move login related structs and functions to models/login (#17093) * Add SkipLocal2FA option to pam and smtp sources (#17078) * Move db related basic functions to models/db (#17075) * Fixes username tagging in "Reference in new issue" (#17074) * Use light/dark theme based on system preference (#17051) * Always emit the configuration path (#17036) * Add `AbsoluteListOptions` (#17028) * Use common sessioner for API and Web (#17027) * Fix overflow label in small view (#17020) * Report the associated filter if there is an error in LDAP (#17014) * Add "new issue" btn on project (#17001) * Add doctor dbconsistency check for release and attachment (#16978) * Disable Fomantic's CSS tooltips (#16974) * Add Cache-Control to avatar redirects (#16973) * Make mirror feature more configurable (#16957) * Add skip and limit to git.GetTags (#16897) * Remove ParseQueueConnStr as it is unused (#16878) * Remove unused Fomantic sidebar module (#16853) * Allow LDAP Sources to provide Avatars (#16851) * Remove Dashboard/Home button from the navbar (#16844) * Use conditions but not repo ids as query condition (#16839) * Add user settings key/value DB table (#16834) * Add buttons to allow loading of incomplete diffs (#16829) * Add information for migrate failure (#16803) * Add EdDSA JWT signing algorithm (#16786) * Add user status filter to admin user management page (#16770) * Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) * Do not use thin scrollbars on Firefox (#16738) * Download LFS in git and web workflow from minio/s3 directly (SERVE_DIRECT) (#16731) * Compute proper foreground color for labels (#16729) * Add edit button to wiki sidebar and footer (#16719) * Fix migration svg color (#16715) * Add link to vscode to repo header (#16664) * Add filter by owner and team to issue/pulls search endpoint (#16662) * Kanban colored boards (#16647) * Allow setting X-FRAME-OPTIONS (#16643) * Separate open and closed issue in metrics (#16637) * Support direct comparison (git diff a..b) as well merge comparison (a…b) (#16635) * Add setting to OAuth handlers to skip local 2FA authentication (#16594) * Make PR merge options more intuitive (#16582) * Show correct text when comparing commits on empty pull request (#16569) * Pre-fill suggested New File 'name' and 'content' with Query Params (#16556) * Add an abstract json layout to make it's easier to change json library (#16528) * Make Mermaid.js limit configurable (#16519) * Improve 2FA autofill (#16473) * Add modals to Organization and Team remove/leave (#16471) * Show tag name on dashboard items list (#16466) * Change default cron schedules from @every 24h to @midnight (#16431) * Prevent double sanitize (#16386) * Replace `list.List` with slices (#16311) * Add configuration option to restrict users by default (#16256) * Move login out of models (#16199) * Support pagination of organizations on user settings pages (#16083) * Switch migration icon to svg (#15954) * Add left padding for chunk header of split diff view (#13397) * Allow U2F 2FA without TOTP (#11573) * BUGFIXES * GitLab reviews may not have the updated_at field set (#18450) (#18461) * Fix detection of no commits when the default branch is not master (#18422) (#18423) * Fix broken oauth2 authentication source edit page (#18412) (#18419) * Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404) * Fix restore without topic failure (#18387) (#18400) * Fix commit's time (#18375) (#18392) * Fix partial cloning a repo (#18373) (#18377) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386) * Fix mime-type detection for HTTP server (#18370) (#18371) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Restore propagation of ErrDependenciesLeft (#18325) * Fix PR comments UI (#18323) * Use indirect comparison when showing pull requests (#18313) * Replace satori/go.uuid with gofrs/uuid (#18311) * Fix commit links on compare page (#18310) * Don't show double error response in git hook (#18292) * Handle missing default branch better in owner/repo/branches page (#18290) * Fix CheckRepoStats and reuse it during migration (#18264) * Prevent underline hover on cards (#18259) * Don't delete branch if other PRs with this branch are open (#18164) * Require codereview to have content (#18156) * Allow admin to associate missing LFS objects for repositories (#18143) * When attempting to subscribe other user to issue report why access denied (#18091) * Add option to convert CRLF to LF line endings for sendmail (#18075) * Only create pprof files for gitea serv if explicitly asked for (#18068) * Abort merge if head has been updated before pressing merge (#18032) * Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality (#18004) * Use JSON module instead of stdlib json (#18003) * Fixed issue merged/closed wording (#17973) * Return nicer error for ForcePrivate (#17971) * Fix overflow in commit graph (#17947) * Prevent services/mailer/mailer_test.go tests from deleteing data directory (#17941) * Use disable_form_autofill on Codebase and Gitbucket (#17936) * Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) * Fix markdown URL parsing (#17924) * Apply CSS Variables to all message elements (#17920) * Improve checkBranchName (#17901) * Update chi/middleware to chi/v5/middleware (#17888) * Fix position of label color picker colors (#17866) * Fix ListUnadoptedRepositories incorrect total count (#17865) * Remove whitespace inside rendered code `<td>` (#17859) * Make Co-committed-by and co-authored-by trailers optional (#17848) * Fix value of User.IsRestricted when oauth2 user registration (#17839) * Use new OneDev /milestones endpoint (#17782) * Prevent deadlock in TestPersistableChannelQueue (#17717) * Simplify code for writing SHA to name-rev (#17696) * Fix database deadlock when update issue labels (#17649) * Add warning for BIDI characters in page renders and in diffs (#17562) * Fix ipv6 parsing for builtin ssh server (#17561) * Multiple Escaping Improvements (#17551) * Fixes #16559 - Do not trim leading spaces for tab delimited (#17442) * Show client-side error if wiki page is empty (#17415) * Fix context popup error (#17398) * Stop sanitizing full name in API (#17396) * Fix issue close/comment buttons on mobile (#17317) * Fix navbar UI (#17235) * Fix problem when database id is not increment as expected (#17229) * Open the DingTalk link in browser (#17084) * Remove heads pointing to missing old refs (#17076) * Fix commit status index problem (#17061) * Handle broken references in mirror sync (#17013) * Fix for create repo page layout (#17012) * Improve LDAP synchronization efficiency (#16994) * Add repo_id for attachment (#16958) * Clean-up HookPreReceive and restore functionality for pushing non-standard refs (#16705) * Remove duplicate csv import in modules/csv/csv.go (#16631) * Improve SMTP authentication and Fix user creation bugs (#16612) * Fixed emoji alias not parsed in links (#16221) * Calculate label URL on API (#16186) * TRANSLATION * Fix mispelling of starred as stared (#17465) * Re-separate the color translation strings (#17390) * Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998) * BUILD * Add lockfile-check (#18285) * Don't store assets modified time into generated files (#18193) * Use shadowing script for docker (#17846) * MISC * Update JS dependencies (#17611) Signed-off-by: Andrew Thornton <art27@cantab.net>
před 2 roky
Frontport changelog 1.16.0 (#18468) (#18470) Frontport #18468 Frontport changelog for 1.16, frontport 1.15.11 changelog and update config.yaml ## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30 * BREAKING * Remove golang vendored directory (#18277) * Paginate releases page & set default page size to 10 (#16857) * Only allow webhook to send requests to allowed hosts (#17482) * SECURITY * Disable content sniffing on `PlainTextBytes` (#18359) (#18365) * Only view milestones from current repo (#18414) (#18417) * Sanitize user-input on file name (#17666) * Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks (#17605) * FEATURES * Add/update SMTP auth providers via cli (#18197) * Support webauthn (#17957) * Team permission allow different unit has different permission (#17811) * Implement Well-Known URL for password change (#17777) * Add support for ssh commit signing (#17743) * Allow Loading of Diffs that are too large (#17739) * Add copy button to markdown code blocks (#17638) * Add .gitattribute assisted language detection to blame, diff and render (#17590) * Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) * Add Reindex buttons to repository settings page (#17494) * Make SSL cipher suite configurable (#17440) * Add groups scope/claim to OIDC/OAuth2 Provider (#17367) * Add simple update checker to Gitea (#17212) * Migrated Repository will show modifications when possible (#17191) * Create pub/priv keypair for federation (#17071) * Make LDAP be able to skip local 2FA (#16954) * Add nodeinfo endpoint for federation purposes (#16953) * Save and view issue/comment content history (#16909) * Use git attributes to determine generated and vendored status for language stats and diffs (#16773) * Add migrate from Codebase (#16768) * Add migration from GitBucket (#16767) * Add OAuth2 introspection endpoint (#16752) * Add proxy settings and support for migration and webhook (#16704) * Add microsoft oauth2 providers (#16544) * Send registration email on user autoregistration (#16523) * Defer Last Commit Info (#16467) * Support unprotected file patterns (#16395) * Add migrate from OneDev (#16356) * Add option to update pull request by `rebase` (#16125) * Add RSS/Atom feed support for user actions (#16002) * Add support for corporate WeChat webhooks (#15910) * Add a simple way to rename branch like gh (#15870) * Add bundle download for repository (#14538) * Add agit flow support in gitea (#14295) * API * Add MirrorUpdated field to Repository API type (#18267) * Adjust Fork API to allow setting a custom repository name (#18066) * Add API to manage repo tranfers (#17963) * Add API to get file commit history (#17652) * Add API to get issue/pull comments and events (timeline) (#17403) * Add API to get/edit wiki (#17278) * Add API for get user org permissions (#17232) * Add HTML urls to notification API (#17178) * Add API to get commit diff/patch (#17095) * Respond with updated notifications in API (#17064) * Add API to fetch git notes (#16649) * Generalize list header for API (#16551) * Add API Token Cache (#16547) * Allow Token API calls be authorized using the reverse-proxy header (#15119) * ENHANCEMENTS * Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319) * Return nicer error if trying to pull from non-existent user (#18288) * Show pull link for agit pull request also (#18235) * Enable partial clone by default (#18195) * Added replay of webhooks (#18191) * Show OAuth callback error message (#18185) * Increase Salt randomness (#18179) * Add MP4 as default allowed attachment type (#18170) * Include folders into size cost (#18158) * Remove `/email2user` endpoint (#18127) * Handle invalid issues (#18111) * Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) * Support open compare page directly (#17975) * Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) * Clean legacy SimpleMDE code (#17926) * Refactor install page (db type) (#17919) * Improve interface when comparing a branch which has created a pull request (#17911) * Allow default branch to be inferred on compare page (#17908) * Display issue/comment role even if repo archived (#17907) * Always set a message-id on mails (#17900) * Change `<a>` elements to underline on hover (#17898) * Render issue references in file table (#17897) * Handle relative unix socket paths (#17836) * Move accessmode into models/perm (#17828) * Fix some org style problems (#17807) * Add List-Unsubscribe header (#17804) * Create menus for organization pages (#17802) * Switch archive URL code back to href attributes (#17796) * Refactor "refs/*" string usage by using constants (#17784) * Allow forks to org if you can create repos (#17783) * Improve install code to avoid low-level mistakes. (#17779) * Improve ellipsis buttons (#17773) * Add restrict and no-user-rc to authorized_keys (#17772) * Add copy Commit ID button in commits list (#17759) * Make `bind` error more readable (#17750) * Fix navbar on project view (#17749) * More pleasantly handle broken or missing git repositories (#17747) * Use `*PushUpdateOptions` as receiver (#17724) * Remove unused `user` paramater (#17723) * Better builtin avatar generator (#17707) * Cleanup and use global style on popups (#17674) * Move user/org deletion to services (#17673) * Added comment for changing issue ref (#17672) * Allow admins to change user avatars (#17661) * Only set `data-path` once for each file in diff pages (#17657) * Add icon to vscode clone link (#17641) * Add download button for file viewer (#17640) * Add pagination to fork list (#17639) * Use a standalone struct name for Organization (#17632) * Minor readability patch. (#17627) * Add context support for GetUserByID (#17602) * Move merge-section to `> .content` (#17582) * Remove NewSession method from db.Engine interface (#17577) * Move unit into models/unit/ (#17576) * Restrict GetDeletedBranchByID to the repositories deleted branches (#17570) * Refactor commentTags functionality (#17558) * Make Repo Code Indexer an Unique Queue (#17515) * Simplify Gothic to use our session store instead of creating a different store (#17507) * Add settings to allow different SMTP envelope from address (#17479) * Properly determine CSV delimiter (#17459) * Hide label comments if labels were added and removed immediately (#17455) * Tune UI alignment for nav bar notification icon, avatar image, issue label (#17438) * Add appearance section in settings (#17433) * Move key forms before list and add cancel button (#17432) * When copying executables to the docker chmod them (#17423) * Remove deprecated `extendDefaultPlugins` method of svgo (#17399) * Fix the click behavior for <tr> and <td> with [data-href] (#17388) * Refactor update checker to use AppState (#17387) * Improve async/await usage, and sort init calls in `index.js` (#17386) * Use a variable but a function for IsProd because of a slight performance increment (#17368) * Frontend refactor, PascalCase to camelCase, remove unused code (#17365) * Hide command line merge instructions when user can't push (#17339) * Move session to models/login (#17338) * Sync gitea app path for git hooks and authorized keys when starting (#17335) * Make the Mirror Queue a queue (#17326) * Add "Copy branch name" button to pull request page (#17323) * Fix repository summary on mobile (#17322) * Split `index.js` to separate files (#17315) * Show direct match on top for user search (#17303) * Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. (#17301) * Upgrade chi to v5 (#17298) * Disable form autofill (#17291) * Improve behavior of "Fork" button (#17288) * Open markdown image links in new window (#17287) * Add hints for special Wiki pages (#17283) * Move add deploy key form before the list and add a cancel button (#17228) * Allow adding multiple issues to a project (#17226) * Add metrics to get issues by repository (#17225) * Add specific event type to header (#17222) * Redirect on project after issue created (#17211) * Reference in new issue modal: dont pre-populate issue title (#17208) * Always set a unique Message-ID header (#17206) * Add projects and project boards in exposed metrics (#17202) * Add metrics to get issues by label (#17201) * Add protection to disable Gitea when run as root (#17168) * Don't return binary file changes in raw PR diffs by default (#17158) * Support sorting for project board issuses (#17152) * Force color-adjust for markdown checkboxes (#17146) * Add option to copy line permalink (#17145) * Move twofactor to models/login (#17143) * Multiple tokens support for migrating from github (#17134) * Unify issue and PR subtitles (#17133) * Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) * Fix problem when database id is not increment as expected (#17124) * Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123) * Re-allow clipboard copy on non-https sites (#17118) * DBContext is just a Context (#17100) * Move login related structs and functions to models/login (#17093) * Add SkipLocal2FA option to pam and smtp sources (#17078) * Move db related basic functions to models/db (#17075) * Fixes username tagging in "Reference in new issue" (#17074) * Use light/dark theme based on system preference (#17051) * Always emit the configuration path (#17036) * Add `AbsoluteListOptions` (#17028) * Use common sessioner for API and Web (#17027) * Fix overflow label in small view (#17020) * Report the associated filter if there is an error in LDAP (#17014) * Add "new issue" btn on project (#17001) * Add doctor dbconsistency check for release and attachment (#16978) * Disable Fomantic's CSS tooltips (#16974) * Add Cache-Control to avatar redirects (#16973) * Make mirror feature more configurable (#16957) * Add skip and limit to git.GetTags (#16897) * Remove ParseQueueConnStr as it is unused (#16878) * Remove unused Fomantic sidebar module (#16853) * Allow LDAP Sources to provide Avatars (#16851) * Remove Dashboard/Home button from the navbar (#16844) * Use conditions but not repo ids as query condition (#16839) * Add user settings key/value DB table (#16834) * Add buttons to allow loading of incomplete diffs (#16829) * Add information for migrate failure (#16803) * Add EdDSA JWT signing algorithm (#16786) * Add user status filter to admin user management page (#16770) * Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766) * Do not use thin scrollbars on Firefox (#16738) * Download LFS in git and web workflow from minio/s3 directly (SERVE_DIRECT) (#16731) * Compute proper foreground color for labels (#16729) * Add edit button to wiki sidebar and footer (#16719) * Fix migration svg color (#16715) * Add link to vscode to repo header (#16664) * Add filter by owner and team to issue/pulls search endpoint (#16662) * Kanban colored boards (#16647) * Allow setting X-FRAME-OPTIONS (#16643) * Separate open and closed issue in metrics (#16637) * Support direct comparison (git diff a..b) as well merge comparison (a…b) (#16635) * Add setting to OAuth handlers to skip local 2FA authentication (#16594) * Make PR merge options more intuitive (#16582) * Show correct text when comparing commits on empty pull request (#16569) * Pre-fill suggested New File 'name' and 'content' with Query Params (#16556) * Add an abstract json layout to make it's easier to change json library (#16528) * Make Mermaid.js limit configurable (#16519) * Improve 2FA autofill (#16473) * Add modals to Organization and Team remove/leave (#16471) * Show tag name on dashboard items list (#16466) * Change default cron schedules from @every 24h to @midnight (#16431) * Prevent double sanitize (#16386) * Replace `list.List` with slices (#16311) * Add configuration option to restrict users by default (#16256) * Move login out of models (#16199) * Support pagination of organizations on user settings pages (#16083) * Switch migration icon to svg (#15954) * Add left padding for chunk header of split diff view (#13397) * Allow U2F 2FA without TOTP (#11573) * BUGFIXES * GitLab reviews may not have the updated_at field set (#18450) (#18461) * Fix detection of no commits when the default branch is not master (#18422) (#18423) * Fix broken oauth2 authentication source edit page (#18412) (#18419) * Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404) * Fix restore without topic failure (#18387) (#18400) * Fix commit's time (#18375) (#18392) * Fix partial cloning a repo (#18373) (#18377) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386) * Fix mime-type detection for HTTP server (#18370) (#18371) * Stop trimming preceding and suffixing spaces from editor filenames (#18334) * Restore propagation of ErrDependenciesLeft (#18325) * Fix PR comments UI (#18323) * Use indirect comparison when showing pull requests (#18313) * Replace satori/go.uuid with gofrs/uuid (#18311) * Fix commit links on compare page (#18310) * Don't show double error response in git hook (#18292) * Handle missing default branch better in owner/repo/branches page (#18290) * Fix CheckRepoStats and reuse it during migration (#18264) * Prevent underline hover on cards (#18259) * Don't delete branch if other PRs with this branch are open (#18164) * Require codereview to have content (#18156) * Allow admin to associate missing LFS objects for repositories (#18143) * When attempting to subscribe other user to issue report why access denied (#18091) * Add option to convert CRLF to LF line endings for sendmail (#18075) * Only create pprof files for gitea serv if explicitly asked for (#18068) * Abort merge if head has been updated before pressing merge (#18032) * Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality (#18004) * Use JSON module instead of stdlib json (#18003) * Fixed issue merged/closed wording (#17973) * Return nicer error for ForcePrivate (#17971) * Fix overflow in commit graph (#17947) * Prevent services/mailer/mailer_test.go tests from deleteing data directory (#17941) * Use disable_form_autofill on Codebase and Gitbucket (#17936) * Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) * Fix markdown URL parsing (#17924) * Apply CSS Variables to all message elements (#17920) * Improve checkBranchName (#17901) * Update chi/middleware to chi/v5/middleware (#17888) * Fix position of label color picker colors (#17866) * Fix ListUnadoptedRepositories incorrect total count (#17865) * Remove whitespace inside rendered code `<td>` (#17859) * Make Co-committed-by and co-authored-by trailers optional (#17848) * Fix value of User.IsRestricted when oauth2 user registration (#17839) * Use new OneDev /milestones endpoint (#17782) * Prevent deadlock in TestPersistableChannelQueue (#17717) * Simplify code for writing SHA to name-rev (#17696) * Fix database deadlock when update issue labels (#17649) * Add warning for BIDI characters in page renders and in diffs (#17562) * Fix ipv6 parsing for builtin ssh server (#17561) * Multiple Escaping Improvements (#17551) * Fixes #16559 - Do not trim leading spaces for tab delimited (#17442) * Show client-side error if wiki page is empty (#17415) * Fix context popup error (#17398) * Stop sanitizing full name in API (#17396) * Fix issue close/comment buttons on mobile (#17317) * Fix navbar UI (#17235) * Fix problem when database id is not increment as expected (#17229) * Open the DingTalk link in browser (#17084) * Remove heads pointing to missing old refs (#17076) * Fix commit status index problem (#17061) * Handle broken references in mirror sync (#17013) * Fix for create repo page layout (#17012) * Improve LDAP synchronization efficiency (#16994) * Add repo_id for attachment (#16958) * Clean-up HookPreReceive and restore functionality for pushing non-standard refs (#16705) * Remove duplicate csv import in modules/csv/csv.go (#16631) * Improve SMTP authentication and Fix user creation bugs (#16612) * Fixed emoji alias not parsed in links (#16221) * Calculate label URL on API (#16186) * TRANSLATION * Fix mispelling of starred as stared (#17465) * Re-separate the color translation strings (#17390) * Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998) * BUILD * Add lockfile-check (#18285) * Don't store assets modified time into generated files (#18193) * Use shadowing script for docker (#17846) * MISC * Update JS dependencies (#17611) Signed-off-by: Andrew Thornton <art27@cantab.net>
před 2 roky
Changelog 1.15.1 (#16925) (#16929) ## [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02 * BUGFIXES * Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923) * Prevent leave changes dialogs due to autofill fields (#16912) (#16920) * Ignore review comment when ref commit is missed (#16905) (#16919) * Fix wrong attachment removal (#16915) (#16917) * Gitlab Migrator: dont ignore reactions of last request (#16903) (#16913) * Correctly return the number of Repositories for Organizations (#16807) (#16911) * Test if LFS object is accessible (#16865) (#16904) * Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) (#16900) * Fix dump and restore respository (#16698) (#16898) * Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895) * Fix wiki raw commit diff/patch view (#16891) (#16892) * Ensure wiki repos are all closed (#16886) (#16888) * List limited and private orgs if authenticated on API (#16866) (#16879) * Simplify split diff view generation and remove JS dependency (#16775) (#16863) * Ensure that the default visibility is set on the user create page (#16845) (#16862) * In Render tolerate not being passed a context (#16842) (#16858) * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16848) * Report the correct number of pushes on the feeds (#16811) (#16822) * Add primary_key to issue_index (#16813) (#16820) * Prevent NPE on empty commit (#16812) (#16819) * Fix branch pagination error (#16805) (#16816) * Add missing return to handleSettingRemoteAddrError (#16794) (#16795) * Remove spurious / from issues.opened_by (#16793) * Ensure that template compilation panics are sent to the logs (#16788) (#16792) * Update caddyserver/certmagic (#16789) (#16790) Signed-off-by: Andrew Thornton <art27@cantab.net>
před 2 roky
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702
  1. # Changelog
  2. This changelog goes through all the changes that have been made in each release
  3. without substantial changes to our git log; to see the highlights of what has
  4. been added to each release, please refer to the [blog](https://blog.gitea.io).
  5. ## [1.16.7](https://github.com/go-gitea/gitea/releases/tag/v1.16.7) - 2022-05-02
  6. * SECURITY
  7. * Escape git fetch remote (#19487) (#19490)
  8. * BUGFIXES
  9. * Don't overwrite err with nil (#19572) (#19574)
  10. * On Migrations, only write commit-graph if wiki clone was successful (#19563) (#19568)
  11. * Respect DefaultUserIsRestricted system default when creating new user (#19310) (#19560)
  12. * Don't error when branch's commit doesn't exist (#19547) (#19548)
  13. * Support `hostname:port` to pass host matcher's check (#19543) (#19544)
  14. * Prevent intermittent race in attribute reader close (#19537) (#19539)
  15. * Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532)
  16. * Prevent dangling archiver goroutine (#19516) (#19526)
  17. * Fix migrate release from github (#19510) (#19523)
  18. * When view _Siderbar or _Footer, just display once (#19501) (#19522)
  19. * Fix blame page select range error and some typos (#19503)
  20. * Fix name of doctor fix "authorized-keys" in hints (#19464) (#19484)
  21. * User specific repoID or xorm builder conditions for issue search (#19475) (#19476)
  22. * Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466)
  23. * RepoAssignment ensure to close before overwrite (#19449) (#19460)
  24. * Set correct PR status on 3way on conflict checking (#19457) (#19458)
  25. * Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446)
  26. ## [1.16.6](https://github.com/go-gitea/gitea/releases/tag/v1.16.6) - 2022-04-20
  27. * ENHANCEMENTS
  28. * Only request write when necessary (#18657) (#19422)
  29. * Disable service worker by default (#18914) (#19342)
  30. * BUGFIXES
  31. * When dumping trim the standard suffices instead of a random suffix (#19440) (#19447)
  32. * Fix DELETE request for non-existent public key (#19443) (#19444)
  33. * Don't panic on ErrEmailInvalid (#19441) (#19442)
  34. * Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) (#19438)
  35. * Warn on SSH connection for incorrect configuration (#19317) (#19437)
  36. * Search Issues via API, dont show 500 if filter result in empty list (#19244) (#19436)
  37. * When updating mirror repo intervals by API reschedule next update too (#19429) (#19433)
  38. * Fix nil error when some pages are rendered outside request context (#19427) (#19428)
  39. * Fix double blob-hunk on diff page (#19404) (#19405)
  40. * Don't allow merging PR's which are being conflict checked (#19357) (#19358)
  41. * Fix middleware function's placements (#19377) (#19378)
  42. * Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338)
  43. * Restore user autoregistration with email addresses (#19261) (#19312)
  44. * Move checks for pulls before merge into own function (#19271) (#19277)
  45. * Granular webhook events in editHook (#19251) (#19257)
  46. * Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248)
  47. * Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) (#19236)
  48. * Touch mirrors on even on fail to update (#19217) (#19233)
  49. * Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231)
  50. * Fix clone url JS error for the empty repo page (#19209)
  51. * Bump goldmark to v1.4.11 (#19201) (#19203)
  52. * TESTING
  53. * Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228)
  54. * BUILD
  55. * Revert the minimal golang version requirement from 1.17 to 1.16 and add a warning in Makefile (#19319)
  56. * MISC
  57. * Performance improvement for add team user when org has more than 1000 repositories (#19227) (#19289)
  58. * Check go and nodejs version by go.mod and package.json (#19197) (#19254)
  59. ## [1.16.5](https://github.com/go-gitea/gitea/releases/tag/v1.16.5) - 2022-03-23
  60. * BREAKING
  61. * Bump to build with go1.18 (#19120 et al) (#19127)
  62. * SECURITY
  63. * Prevent redirect to Host (2) (#19175) (#19186)
  64. * Try to prevent autolinking of displaynames by email readers (#19169) (#19183)
  65. * Clean paths when looking in Storage (#19124) (#19179)
  66. * Do not send notification emails to inactive users (#19131) (#19139)
  67. * Do not send activation email if manual confirm is set (#19119) (#19122)
  68. * ENHANCEMENTS
  69. * Use the new/choose link for New Issue on project page (#19172) (#19176)
  70. * BUGFIXES
  71. * Fix showing issues in your repositories (#18916) (#19191)
  72. * Fix compare link in active feeds for new branch (#19149) (#19185)
  73. * Redirect .wiki/* ui link to /wiki (#18831) (#19184)
  74. * Ensure deploy keys with write access can push (#19010) (#19182)
  75. * Ensure that setting.LocalURL always has a trailing slash (#19171) (#19177)
  76. * Cleanup protected branches when deleting users & teams (#19158) (#19174)
  77. * Use IterateBufferSize whilst querying repositories during adoption check (#19140) (#19160)
  78. * Fix NPE /repos/issues/search when not signed in (#19154) (#19155)
  79. * Use custom favicon when viewing static files if it exists (#19130) (#19152)
  80. * Fix the editor height in review box (#19003) (#19147)
  81. * Ensure isSSH is set whenever DISABLE_HTTP_GIT is set (#19028) (#19146)
  82. * Fix wrong scopes caused by empty scope input (#19029) (#19145)
  83. * Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141)
  84. * Handle email address not exist (#19089) (#19121)
  85. * MISC
  86. * Update json-iterator to allow compilation with go1.18 (#18644) (#19100)
  87. * Update golang.org/x/crypto (#19097) (#19098)
  88. ## [1.16.4](https://github.com/go-gitea/gitea/releases/tag/v1.16.4) - 2022-03-14
  89. * SECURITY
  90. * Restrict email address validation (#17688) (#19085)
  91. * Fix lfs bug (#19072) (#19080)
  92. * ENHANCEMENTS
  93. * Improve SyncMirrors logging (#19045) (#19050)
  94. * BUGFIXES
  95. * Refactor mirror code & fix `StartToMirror` (#18904) (#19075)
  96. * Update the webauthn_credential_id_sequence in Postgres (#19048) (#19060)
  97. * Prevent 500 when there is an error during new auth source post (#19041) (#19059)
  98. * If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) (#19056)
  99. * Fix flag validation (#19046) (#19051)
  100. * Add pam account authorization check (#19040) (#19047)
  101. * Ignore missing comment for user notifications (#18954) (#19043)
  102. * Set `rel="nofollow noindex"` on new issue links (#19023) (#19042)
  103. * Upgrading binding package (#19034) (#19035)
  104. * Don't show context cancelled errors in attribute reader (#19006) (#19027)
  105. * Fix update hint bug (#18996) (#19002)
  106. * MISC
  107. * Fix potential assignee query for repo (#18994) (#18999)
  108. ## [1.16.3](https://github.com/go-gitea/gitea/releases/tag/v1.16.3) - 2022-03-02
  109. * SECURITY
  110. * Git backend ignore replace objects (#18979) (#18980)
  111. * ENHANCEMENTS
  112. * Adjust error for already locked db and prevent level db lock on malformed connstr (#18923) (#18938)
  113. * BUGFIXES
  114. * Set max text height to prevent overflow (#18862) (#18977)
  115. * Fix newAttachmentPaths deletion for DeleteRepository() (#18973) (#18974)
  116. * Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case (#18897) (#18964)
  117. * Send 404 on `/{org}.gpg` (#18959) (#18962)
  118. * Fix admin user list pagination (#18957) (#18960)
  119. * Fix lfs management setting (#18947) (#18946)
  120. * Fix login with email panic when email is not exist (#18942)
  121. * Update go-org to v1.6.1 (#18932) (#18933)
  122. * Fix `<strong>` html in translation (#18929) (#18931)
  123. * Fix page and missing return on unadopted repos API (#18848) (#18927)
  124. * Allow adminstrator teams members to see other teams (#18918) (#18919)
  125. * Don't treat BOM escape sequence as hidden character. (#18909) (#18910)
  126. * Correctly link URLs to users/repos with dashes, dots or underscores (… (#18908)
  127. * Fix redirect when using lowercase repo name (#18775) (#18902)
  128. * Fix migration v210 (#18893) (#18892)
  129. * Fix team management UI (#18887) (18886)
  130. * BeforeSourcePath should point to base commit (#18880) (#18799)
  131. * TRANSLATION
  132. * Backport locales from master (#18944)
  133. * MISC
  134. * Don't update email for organisation (#18905) (#18906)
  135. ## [1.16.2](https://github.com/go-gitea/gitea/releases/tag/v1.16.2) - 2022-02-24
  136. * ENHANCEMENTS
  137. * Show fullname on issue edits and gpg/ssh signing info (#18828)
  138. * Immediately Hammer if second kill is sent (#18823) (#18826)
  139. * Allow mermaid render error to wrap (#18791)
  140. * BUGFIXES
  141. * Fix ldap user sync missed email in email_address table (#18786) (#18876)
  142. * Update assignees check to include any writing team and change org sidebar (#18680) (#18873)
  143. * Don't report signal: killed errors in serviceRPC (#18850) (#18865)
  144. * Fix bug where certain LDAP settings were reverted (#18859)
  145. * Update go-org to 1.6.0 (#18824) (#18839)
  146. * Fix login with email for ldap users (#18800) (#18836)
  147. * Fix bug for get user by email (#18834)
  148. * Fix panic in EscapeReader (#18820) (#18821)
  149. * Fix ldap loginname (#18789) (#18804)
  150. * Remove redundant call to UpdateRepoStats during migration (#18591) (#18794)
  151. * In disk_channel queues synchronously push to disk on shutdown (#18415) (#18788)
  152. * Fix template bug of LFS lock (#18784) (#18787)
  153. * Attempt to fix the webauthn migration again - part 3 (#18770) (#18771)
  154. * Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707) (#18765)
  155. * Fix a broken link in commits_list_small.tmpl (#18763) (#18764)
  156. * Increase the size of the webauthn_credential credential_id field (#18739) (#18756)
  157. * Prevent dangling GetAttribute calls (#18754) (#18755)
  158. * Fix isempty detection of git repository (#18746) (#18750)
  159. * Fix source code line highlighting on external tracker (#18729) (#18740)
  160. * Prevent double encoding of branch names in delete branch (#18714) (#18738)
  161. * Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) (#18737)
  162. * Fix forked repositories missed tags (#18719) (#18735)
  163. * Fix release typo (#18728) (#18731)
  164. * Separate the details links of commit-statuses in headers (#18661) (#18730)
  165. * Update object repo with the migrated repository (#18684) (#18726)
  166. * Fix bug for version update hint (#18701) (#18705)
  167. * Fix issue with docker-rootless shimming script (#18690) (#18699)
  168. * Let `MinUnitAccessMode` return correct perm (#18675) (#18689)
  169. * Prevent security failure due to bad APP_ID (#18678) (#18682)
  170. * Restart zero worker if there is still work to do (#18658) (#18672)
  171. * If rendering has failed due to a net.OpError stop rendering (#18642) (#18645)
  172. * TESTING
  173. * Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767)
  174. * BUILD
  175. * Reduce CI go module downloads, add make targets (#18708, #18475, #18443) (#18741)
  176. * MISC
  177. * Put buttons back in org dashboard (#18817) (#18825)
  178. * Various Mermaid improvements (#18776) (#18780)
  179. * C preprocessor colors improvement (#18671) (#18696)
  180. * Fix the missing i18n key for update checker (#18646) (#18665)
  181. ## [1.16.1](https://github.com/go-gitea/gitea/releases/tag/v1.16.1) - 2022-02-06
  182. * SECURITY
  183. * Update JS dependencies, fix lint (#18389) (#18540)
  184. * ENHANCEMENTS
  185. * Add dropdown icon to label set template dropdown (#18564) (#18571)
  186. * BUGFIXES
  187. * comments on migrated issues/prs must link to the comment ID (#18630) (#18637)
  188. * Stop logging an error when notes are not found (#18626) (#18635)
  189. * Ensure that blob-excerpt links work for wiki (#18587) (#18624)
  190. * Only attempt to flush queue if the underlying worker pool is not finished (#18593) (#18620)
  191. * Ensure commit-statuses box is sized correctly in headers (#18538) (#18606)
  192. * Prevent merge messages from being sorted to the top of email chains (#18566) (#18588)
  193. * Prevent panic on prohibited user login with oauth2 (#18562) (#18563)
  194. * Collaborator trust model should trust collaborators (#18539) (#18557)
  195. * Detect conflicts with 3way merge (#18536) (#18537)
  196. * In docker rootless use $GITEA_APP_INI if provided (#18524) (#18535)
  197. * Add `GetUserTeams` (#18499) (#18531)
  198. * Fix review excerpt (#18502) (#18530)
  199. * Fix for AvatarURL database type (#18487) (#18529)
  200. * Use `ImagedProvider` for gplus oauth2 provider (#18504) (#18505)
  201. * Fix OAuth Source Edit Page (#18495) (#18503)
  202. * Use "read" value for General Access (#18496) (#18500)
  203. * Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs (#18472) (#18473)
  204. * BUILD
  205. * Make docker gitea/gitea:v1.16-dev etc refer to the latest build on that branch (#18551) (#18569)
  206. * DOCS
  207. * Update 1.16.0 changelog to set #17846 as breaking (#18533) (#18534)
  208. ## [1.16.0](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) - 2022-01-30
  209. * BREAKING
  210. * Remove golang vendored directory (#18277)
  211. * Paginate releases page & set default page size to 10 (#16857)
  212. * Use shadowing script for docker (#17846)
  213. * Only allow webhook to send requests to allowed hosts (#17482)
  214. * SECURITY
  215. * Disable content sniffing on `PlainTextBytes` (#18359) (#18365)
  216. * Only view milestones from current repo (#18414) (#18417)
  217. * Sanitize user-input on file name (#17666)
  218. * Use `hostmatcher` to replace `matchlist` to improve blocking of bad hosts in Webhooks (#17605)
  219. * FEATURES
  220. * Add/update SMTP auth providers via cli (#18197)
  221. * Support webauthn (#17957)
  222. * Team permission allow different unit has different permission (#17811)
  223. * Implement Well-Known URL for password change (#17777)
  224. * Add support for ssh commit signing (#17743)
  225. * Allow Loading of Diffs that are too large (#17739)
  226. * Add copy button to markdown code blocks (#17638)
  227. * Add .gitattribute assisted language detection to blame, diff and render (#17590)
  228. * Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568)
  229. * Add Reindex buttons to repository settings page (#17494)
  230. * Make SSL cipher suite configurable (#17440)
  231. * Add groups scope/claim to OIDC/OAuth2 Provider (#17367)
  232. * Add simple update checker to Gitea (#17212)
  233. * Migrated Repository will show modifications when possible (#17191)
  234. * Create pub/priv keypair for federation (#17071)
  235. * Make LDAP be able to skip local 2FA (#16954)
  236. * Add nodeinfo endpoint for federation purposes (#16953)
  237. * Save and view issue/comment content history (#16909)
  238. * Use git attributes to determine generated and vendored status for language stats and diffs (#16773)
  239. * Add migrate from Codebase (#16768)
  240. * Add migration from GitBucket (#16767)
  241. * Add OAuth2 introspection endpoint (#16752)
  242. * Add proxy settings and support for migration and webhook (#16704)
  243. * Add microsoft oauth2 providers (#16544)
  244. * Send registration email on user autoregistration (#16523)
  245. * Defer Last Commit Info (#16467)
  246. * Support unprotected file patterns (#16395)
  247. * Add migrate from OneDev (#16356)
  248. * Add option to update pull request by `rebase` (#16125)
  249. * Add RSS/Atom feed support for user actions (#16002)
  250. * Add support for corporate WeChat webhooks (#15910)
  251. * Add a simple way to rename branch like gh (#15870)
  252. * Add bundle download for repository (#14538)
  253. * Add agit flow support in gitea (#14295)
  254. * API
  255. * Add MirrorUpdated field to Repository API type (#18267)
  256. * Adjust Fork API to allow setting a custom repository name (#18066)
  257. * Add API to manage repo tranfers (#17963)
  258. * Add API to get file commit history (#17652)
  259. * Add API to get issue/pull comments and events (timeline) (#17403)
  260. * Add API to get/edit wiki (#17278)
  261. * Add API for get user org permissions (#17232)
  262. * Add HTML urls to notification API (#17178)
  263. * Add API to get commit diff/patch (#17095)
  264. * Respond with updated notifications in API (#17064)
  265. * Add API to fetch git notes (#16649)
  266. * Generalize list header for API (#16551)
  267. * Add API Token Cache (#16547)
  268. * Allow Token API calls be authorized using the reverse-proxy header (#15119)
  269. * ENHANCEMENTS
  270. * Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319)
  271. * Return nicer error if trying to pull from non-existent user (#18288)
  272. * Show pull link for agit pull request also (#18235)
  273. * Enable partial clone by default (#18195)
  274. * Added replay of webhooks (#18191)
  275. * Show OAuth callback error message (#18185)
  276. * Increase Salt randomness (#18179)
  277. * Add MP4 as default allowed attachment type (#18170)
  278. * Include folders into size cost (#18158)
  279. * Remove `/email2user` endpoint (#18127)
  280. * Handle invalid issues (#18111)
  281. * Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)
  282. * Support open compare page directly (#17975)
  283. * Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954)
  284. * Clean legacy SimpleMDE code (#17926)
  285. * Refactor install page (db type) (#17919)
  286. * Improve interface when comparing a branch which has created a pull request (#17911)
  287. * Allow default branch to be inferred on compare page (#17908)
  288. * Display issue/comment role even if repo archived (#17907)
  289. * Always set a message-id on mails (#17900)
  290. * Change `<a>` elements to underline on hover (#17898)
  291. * Render issue references in file table (#17897)
  292. * Handle relative unix socket paths (#17836)
  293. * Move accessmode into models/perm (#17828)
  294. * Fix some org style problems (#17807)
  295. * Add List-Unsubscribe header (#17804)
  296. * Create menus for organization pages (#17802)
  297. * Switch archive URL code back to href attributes (#17796)
  298. * Refactor "refs/*" string usage by using constants (#17784)
  299. * Allow forks to org if you can create repos (#17783)
  300. * Improve install code to avoid low-level mistakes. (#17779)
  301. * Improve ellipsis buttons (#17773)
  302. * Add restrict and no-user-rc to authorized_keys (#17772)
  303. * Add copy Commit ID button in commits list (#17759)
  304. * Make `bind` error more readable (#17750)
  305. * Fix navbar on project view (#17749)
  306. * More pleasantly handle broken or missing git repositories (#17747)
  307. * Use `*PushUpdateOptions` as receiver (#17724)
  308. * Remove unused `user` paramater (#17723)
  309. * Better builtin avatar generator (#17707)
  310. * Cleanup and use global style on popups (#17674)
  311. * Move user/org deletion to services (#17673)
  312. * Added comment for changing issue ref (#17672)
  313. * Allow admins to change user avatars (#17661)
  314. * Only set `data-path` once for each file in diff pages (#17657)
  315. * Add icon to vscode clone link (#17641)
  316. * Add download button for file viewer (#17640)
  317. * Add pagination to fork list (#17639)
  318. * Use a standalone struct name for Organization (#17632)
  319. * Minor readability patch. (#17627)
  320. * Add context support for GetUserByID (#17602)
  321. * Move merge-section to `> .content` (#17582)
  322. * Remove NewSession method from db.Engine interface (#17577)
  323. * Move unit into models/unit/ (#17576)
  324. * Restrict GetDeletedBranchByID to the repositories deleted branches (#17570)
  325. * Refactor commentTags functionality (#17558)
  326. * Make Repo Code Indexer an Unique Queue (#17515)
  327. * Simplify Gothic to use our session store instead of creating a different store (#17507)
  328. * Add settings to allow different SMTP envelope from address (#17479)
  329. * Properly determine CSV delimiter (#17459)
  330. * Hide label comments if labels were added and removed immediately (#17455)
  331. * Tune UI alignment for nav bar notification icon, avatar image, issue label (#17438)
  332. * Add appearance section in settings (#17433)
  333. * Move key forms before list and add cancel button (#17432)
  334. * When copying executables to the docker chmod them (#17423)
  335. * Remove deprecated `extendDefaultPlugins` method of svgo (#17399)
  336. * Fix the click behavior for <tr> and <td> with [data-href] (#17388)
  337. * Refactor update checker to use AppState (#17387)
  338. * Improve async/await usage, and sort init calls in `index.js` (#17386)
  339. * Use a variable but a function for IsProd because of a slight performance increment (#17368)
  340. * Frontend refactor, PascalCase to camelCase, remove unused code (#17365)
  341. * Hide command line merge instructions when user can't push (#17339)
  342. * Move session to models/login (#17338)
  343. * Sync gitea app path for git hooks and authorized keys when starting (#17335)
  344. * Make the Mirror Queue a queue (#17326)
  345. * Add "Copy branch name" button to pull request page (#17323)
  346. * Fix repository summary on mobile (#17322)
  347. * Split `index.js` to separate files (#17315)
  348. * Show direct match on top for user search (#17303)
  349. * Frontend refactor: move Vue related code from `index.js` to `components` dir, and remove unused codes. (#17301)
  350. * Upgrade chi to v5 (#17298)
  351. * Disable form autofill (#17291)
  352. * Improve behavior of "Fork" button (#17288)
  353. * Open markdown image links in new window (#17287)
  354. * Add hints for special Wiki pages (#17283)
  355. * Move add deploy key form before the list and add a cancel button (#17228)
  356. * Allow adding multiple issues to a project (#17226)
  357. * Add metrics to get issues by repository (#17225)
  358. * Add specific event type to header (#17222)
  359. * Redirect on project after issue created (#17211)
  360. * Reference in new issue modal: dont pre-populate issue title (#17208)
  361. * Always set a unique Message-ID header (#17206)
  362. * Add projects and project boards in exposed metrics (#17202)
  363. * Add metrics to get issues by label (#17201)
  364. * Add protection to disable Gitea when run as root (#17168)
  365. * Don't return binary file changes in raw PR diffs by default (#17158)
  366. * Support sorting for project board issuses (#17152)
  367. * Force color-adjust for markdown checkboxes (#17146)
  368. * Add option to copy line permalink (#17145)
  369. * Move twofactor to models/login (#17143)
  370. * Multiple tokens support for migrating from github (#17134)
  371. * Unify issue and PR subtitles (#17133)
  372. * Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125)
  373. * Fix problem when database id is not increment as expected (#17124)
  374. * Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123)
  375. * Re-allow clipboard copy on non-https sites (#17118)
  376. * DBContext is just a Context (#17100)
  377. * Move login related structs and functions to models/login (#17093)
  378. * Add SkipLocal2FA option to pam and smtp sources (#17078)
  379. * Move db related basic functions to models/db (#17075)
  380. * Fixes username tagging in "Reference in new issue" (#17074)
  381. * Use light/dark theme based on system preference (#17051)
  382. * Always emit the configuration path (#17036)
  383. * Add `AbsoluteListOptions` (#17028)
  384. * Use common sessioner for API and Web (#17027)
  385. * Fix overflow label in small view (#17020)
  386. * Report the associated filter if there is an error in LDAP (#17014)
  387. * Add "new issue" btn on project (#17001)
  388. * Add doctor dbconsistency check for release and attachment (#16978)
  389. * Disable Fomantic's CSS tooltips (#16974)
  390. * Add Cache-Control to avatar redirects (#16973)
  391. * Make mirror feature more configurable (#16957)
  392. * Add skip and limit to git.GetTags (#16897)
  393. * Remove ParseQueueConnStr as it is unused (#16878)
  394. * Remove unused Fomantic sidebar module (#16853)
  395. * Allow LDAP Sources to provide Avatars (#16851)
  396. * Remove Dashboard/Home button from the navbar (#16844)
  397. * Use conditions but not repo ids as query condition (#16839)
  398. * Add user settings key/value DB table (#16834)
  399. * Add buttons to allow loading of incomplete diffs (#16829)
  400. * Add information for migrate failure (#16803)
  401. * Add EdDSA JWT signing algorithm (#16786)
  402. * Add user status filter to admin user management page (#16770)
  403. * Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes (#16766)
  404. * Do not use thin scrollbars on Firefox (#16738)
  405. * Download LFS in git and web workflow from minio/s3 directly (SERVE_DIRECT) (#16731)
  406. * Compute proper foreground color for labels (#16729)
  407. * Add edit button to wiki sidebar and footer (#16719)
  408. * Fix migration svg color (#16715)
  409. * Add link to vscode to repo header (#16664)
  410. * Add filter by owner and team to issue/pulls search endpoint (#16662)
  411. * Kanban colored boards (#16647)
  412. * Allow setting X-FRAME-OPTIONS (#16643)
  413. * Separate open and closed issue in metrics (#16637)
  414. * Support direct comparison (git diff a..b) as well merge comparison (a…b) (#16635)
  415. * Add setting to OAuth handlers to skip local 2FA authentication (#16594)
  416. * Make PR merge options more intuitive (#16582)
  417. * Show correct text when comparing commits on empty pull request (#16569)
  418. * Pre-fill suggested New File 'name' and 'content' with Query Params (#16556)
  419. * Add an abstract json layout to make it's easier to change json library (#16528)
  420. * Make Mermaid.js limit configurable (#16519)
  421. * Improve 2FA autofill (#16473)
  422. * Add modals to Organization and Team remove/leave (#16471)
  423. * Show tag name on dashboard items list (#16466)
  424. * Change default cron schedules from @every 24h to @midnight (#16431)
  425. * Prevent double sanitize (#16386)
  426. * Replace `list.List` with slices (#16311)
  427. * Add configuration option to restrict users by default (#16256)
  428. * Move login out of models (#16199)
  429. * Support pagination of organizations on user settings pages (#16083)
  430. * Switch migration icon to svg (#15954)
  431. * Add left padding for chunk header of split diff view (#13397)
  432. * Allow U2F 2FA without TOTP (#11573)
  433. * BUGFIXES
  434. * GitLab reviews may not have the updated_at field set (#18450) (#18461)
  435. * Fix detection of no commits when the default branch is not master (#18422) (#18423)
  436. * Fix broken oauth2 authentication source edit page (#18412) (#18419)
  437. * Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404)
  438. * Fix restore without topic failure (#18387) (#18400)
  439. * Fix commit's time (#18375) (#18392)
  440. * Fix partial cloning a repo (#18373) (#18377)
  441. * Stop trimming preceding and suffixing spaces from editor filenames (#18334)
  442. * Prevent showing webauthn error for every time visiting `/user/settings/security` (#18386)
  443. * Fix mime-type detection for HTTP server (#18370) (#18371)
  444. * Stop trimming preceding and suffixing spaces from editor filenames (#18334)
  445. * Restore propagation of ErrDependenciesLeft (#18325)
  446. * Fix PR comments UI (#18323)
  447. * Use indirect comparison when showing pull requests (#18313)
  448. * Replace satori/go.uuid with gofrs/uuid (#18311)
  449. * Fix commit links on compare page (#18310)
  450. * Don't show double error response in git hook (#18292)
  451. * Handle missing default branch better in owner/repo/branches page (#18290)
  452. * Fix CheckRepoStats and reuse it during migration (#18264)
  453. * Prevent underline hover on cards (#18259)
  454. * Don't delete branch if other PRs with this branch are open (#18164)
  455. * Require codereview to have content (#18156)
  456. * Allow admin to associate missing LFS objects for repositories (#18143)
  457. * When attempting to subscribe other user to issue report why access denied (#18091)
  458. * Add option to convert CRLF to LF line endings for sendmail (#18075)
  459. * Only create pprof files for gitea serv if explicitly asked for (#18068)
  460. * Abort merge if head has been updated before pressing merge (#18032)
  461. * Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality (#18004)
  462. * Use JSON module instead of stdlib json (#18003)
  463. * Fixed issue merged/closed wording (#17973)
  464. * Return nicer error for ForcePrivate (#17971)
  465. * Fix overflow in commit graph (#17947)
  466. * Prevent services/mailer/mailer_test.go tests from deleteing data directory (#17941)
  467. * Use disable_form_autofill on Codebase and Gitbucket (#17936)
  468. * Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)
  469. * Fix markdown URL parsing (#17924)
  470. * Apply CSS Variables to all message elements (#17920)
  471. * Improve checkBranchName (#17901)
  472. * Update chi/middleware to chi/v5/middleware (#17888)
  473. * Fix position of label color picker colors (#17866)
  474. * Fix ListUnadoptedRepositories incorrect total count (#17865)
  475. * Remove whitespace inside rendered code `<td>` (#17859)
  476. * Make Co-committed-by and co-authored-by trailers optional (#17848)
  477. * Fix value of User.IsRestricted when oauth2 user registration (#17839)
  478. * Use new OneDev /milestones endpoint (#17782)
  479. * Prevent deadlock in TestPersistableChannelQueue (#17717)
  480. * Simplify code for writing SHA to name-rev (#17696)
  481. * Fix database deadlock when update issue labels (#17649)
  482. * Add warning for BIDI characters in page renders and in diffs (#17562)
  483. * Fix ipv6 parsing for builtin ssh server (#17561)
  484. * Multiple Escaping Improvements (#17551)
  485. * Fixes #16559 - Do not trim leading spaces for tab delimited (#17442)
  486. * Show client-side error if wiki page is empty (#17415)
  487. * Fix context popup error (#17398)
  488. * Stop sanitizing full name in API (#17396)
  489. * Fix issue close/comment buttons on mobile (#17317)
  490. * Fix navbar UI (#17235)
  491. * Fix problem when database id is not increment as expected (#17229)
  492. * Open the DingTalk link in browser (#17084)
  493. * Remove heads pointing to missing old refs (#17076)
  494. * Fix commit status index problem (#17061)
  495. * Handle broken references in mirror sync (#17013)
  496. * Fix for create repo page layout (#17012)
  497. * Improve LDAP synchronization efficiency (#16994)
  498. * Add repo_id for attachment (#16958)
  499. * Clean-up HookPreReceive and restore functionality for pushing non-standard refs (#16705)
  500. * Remove duplicate csv import in modules/csv/csv.go (#16631)
  501. * Improve SMTP authentication and Fix user creation bugs (#16612)
  502. * Fixed emoji alias not parsed in links (#16221)
  503. * Calculate label URL on API (#16186)
  504. * TRANSLATION
  505. * Fix mispelling of starred as stared (#17465)
  506. * Re-separate the color translation strings (#17390)
  507. * Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998)
  508. * BUILD
  509. * Add lockfile-check (#18285)
  510. * Don't store assets modified time into generated files (#18193)
  511. * MISC
  512. * Update JS dependencies (#17611)
  513. ## [1.15.11](https://github.com/go-gitea/gitea/releases/tag/v1.15.11) - 2022-01-29
  514. * SECURITY
  515. * Only view milestones from current repo (#18414) (#18418)
  516. * BUGFIXES
  517. * Fix broken when no commits and default branch is not master (#18422) (#18424)
  518. * Fix commit's time (#18375) (#18409)
  519. * Fix restore without topic failure (#18387) (#18401)
  520. * Fix mermaid import in 1.15 (it uses ESModule now) (#18382)
  521. * Update to go/text 0.3.7 (#18336)
  522. * MISC
  523. * Upgrade EasyMDE to 2.16.1 (#18278) (#18279)
  524. ## [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
  525. * BUGFIXES
  526. * Fix inconsistent PR comment counts (#18260) (#18261)
  527. * Fix release link broken (#18252) (#18253)
  528. * Fix update user from site administration page bug (#18250) (#18251)
  529. * Set HeadCommit when creating tags (#18116) (#18173)
  530. * Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152)
  531. * Fix purple color in suggested label colors (#18241) (#18242)
  532. * SECURITY
  533. * Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206)
  534. ## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30
  535. * BUGFIXES
  536. * Fix wrong redirect on org labels (#18128) (#18134)
  537. * Fix: unstable sort skips/duplicates issues across pages (#18094) (#18095)
  538. * Revert "Fix delete u2f keys bug (#18042)" (#18107)
  539. * Migrating wiki don't require token, so we should move it out of the require form (#17645) (#18104)
  540. * Prevent NPE if gitea uploader fails to open url (#18080) (#18101)
  541. * Reset locale on login (#17734) (#18100)
  542. * Correctly handle failed migrations (#17575) (#18099)
  543. * Instead of using routerCtx just escape the url before routing (#18086) (#18098)
  544. * Quote references to the user table in consistency checks (#18072) (#18073)
  545. * Add NotFound handler (#18062) (#18067)
  546. * Ensure that git repository is closed before transfer (#18049) (#18057)
  547. * Use common sessioner for API and web routes (#18114)
  548. * TRANSLATION
  549. * Fix code search result hint on zh-CN (#18053)
  550. ## [1.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-20
  551. * BUGFIXES
  552. * Move POST /{username}/action/{action} to simply POST /{username} (#18045) (#18046)
  553. * Fix delete u2f keys bug (#18040) (#18042)
  554. * Reset Session ID on login (#18018) (#18041)
  555. * Prevent off-by-one error on comments on newly appended lines (#18029) (#18035)
  556. * Stop printing 03d after escaped characters in logs (#18030) (#18034)
  557. * Reset locale on login (#18023) (#18025)
  558. * Fix reset password email template (#17025) (#18022)
  559. * Fix outType on gitea dump (#18000) (#18016)
  560. * Ensure complexity, minlength and isPwned are checked on password setting (#18005) (#18015)
  561. * Fix rename notification bug (#18011)
  562. * Prevent double decoding of % in url params (#17997) (#18001)
  563. * Prevent hang in git cat-file if the repository is not a valid repository (Partial #17991) (#17992)
  564. * Prevent deadlock in create issue (#17970) (#17982)
  565. * TESTING
  566. * Use non-expiring key. (#17984) (#17985)
  567. ## [1.15.7](https://github.com/go-gitea/gitea/releases/tag/v1.15.7) - 2021-12-01
  568. * ENHANCEMENTS
  569. * Only allow webhook to send requests to allowed hosts (#17482) (#17510)
  570. * Fix login redirection links (#17451) (#17473)
  571. * BUGFIXES
  572. * Fix database inconsistent when admin change user email (#17549) (#17840)
  573. * Use correct user on releases (#17806) (#17818)
  574. * Fix commit count in tag view (#17698) (#17790)
  575. * Fix close issue but time watcher still running (#17643) (#17761)
  576. * Fix Migrate Description (#17692) (#17727)
  577. * Fix bug when project board get open issue number (#17703) (#17726)
  578. * Return 400 but not 500 when request archive with wrong format (#17691) (#17700)
  579. * Fix bug when read mysql database max lifetime (#17682) (#17690)
  580. * Fix database deadlock when update issue labels (#17649) (#17665)
  581. * Fix bug on detect issue/comment writer (#17592)
  582. * Remove appSubUrl from pasted images (#17572) (#17588)
  583. * Make `ParsePatch` more robust (#17573) (#17580)
  584. * Fix stats upon searching issues (#17566) (#17578)
  585. * Escape issue titles in comments list (#17555) (#17556)
  586. * Fix zero created time bug on commit api (#17546) (#17547)
  587. * Fix database keyword quote problem on migration v161 (#17522) (#17523)
  588. * Fix email with + when active (#17518) (#17520)
  589. * Stop double encoding blame commit messages (#17498) (#17500)
  590. * Quote the table name in CountOrphanedObjects (#17487) (#17488)
  591. * Run Migrate in Install rather than just SyncTables (#17475) (#17486)
  592. * BUILD
  593. * Fix golangci-lint warnings (#17598 et al) (#17668)
  594. * MISC
  595. * Preserve color when inverting emojis (#17797) (#17799)
  596. ## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-28
  597. * BUGFIXES
  598. * Prevent panic in serv.go with Deploy Keys (#17434) (#17435)
  599. * Fix CSV render error (#17406) (#17431)
  600. * Read expected buffer size (#17409) (#17430)
  601. * Ensure that restricted users can access repos for which they are members (#17460) (#17464)
  602. * Make commit-statuses popup show correctly (#17447) (#17466)
  603. * TESTING
  604. * Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463)
  605. ## [1.15.5](https://github.com/go-gitea/gitea/releases/tag/v1.15.5) - 2021-10-21
  606. * SECURITY
  607. * Upgrade Bluemonday to v1.0.16 (#17372) (#17374)
  608. * Ensure correct SSH permissions check for private and restricted users (#17370) (#17373)
  609. * BUGFIXES
  610. * Prevent NPE in CSV diff rendering when column removed (#17018) (#17377)
  611. * Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) (#17376)
  612. * Don't panic if we fail to parse U2FRegistration data (#17304) (#17371)
  613. * Ensure popup text is aligned left (backport for 1.15) (#17343)
  614. * Ensure that git daemon export ok is created for mirrors (#17243) (#17306)
  615. * Disable core.protectNTFS (#17300) (#17302)
  616. * Use pointer for wrappedConn methods (#17295) (#17296)
  617. * AutoRegistration is supposed to be working with disabled registration (backport) (#17292)
  618. * Handle duplicate keys on GPG key ring (#17242) (#17284)
  619. * Fix SVG side by side comparison link (#17375) (#17391)
  620. ## [1.15.4](https://github.com/go-gitea/gitea/releases/tag/v1.15.4) - 2021-10-08
  621. * BUGFIXES
  622. * Raw file API: don't try to interpret 40char filenames as commit SHA (#17185) (#17272)
  623. * Don't allow merged PRs to be reopened (#17192) (#17271)
  624. * Fix incorrect repository count on organization tab of dashboard (#17256) (#17266)
  625. * Fix unwanted team review request deletion (#17257) (#17264)
  626. * Fix broken Activities link in team dashboard (#17255) (#17258)
  627. * API pull's head/base have correct permission(#17214) (#17245)
  628. * Fix strange behavior of DownloadPullDiffOrPatch in incorrect index (#17223) (#17227)
  629. * Upgrade xorm to v1.2.5 (#17177) (#17188)
  630. * Fix missing repo link in issue/pull assigned emails (#17183) (#17184)
  631. * Fix bug of get context user (#17169) (#17172)
  632. * Nicely handle missing user in collaborations (#17049) (#17166)
  633. * Add Horizontal scrollbar to inner menu on Chrome (#17086) (#17164)
  634. * Fix wrong i18n keys (#17150) (#17153)
  635. * Fix Archive Creation: correct transaction ending (#17151)
  636. * Prevent panic in Org mode HighlightCodeBlock (#17140) (#17141)
  637. * Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) (#17137)
  638. * ENHANCEMENT
  639. * Check user instead of organization when creating a repo from a template via API (#16346) (#17195)
  640. * TRANSLATION
  641. * v1.15 fix Sprintf format 'verbs' in locale files (#17187)
  642. ## [1.15.3](https://github.com/go-gitea/gitea/releases/tag/v1.15.3) - 2021-09-19
  643. * ENHANCEMENTS
  644. * Add fluid to ui container class to remove margin (#16396) (#16976)
  645. * Add caller to cat-file batch calls (#17082) (#17089)
  646. * BUGFIXES
  647. * Render full plain readme. (#17083) (#17090)
  648. * Upgrade xorm to v1.2.4 (#17059)
  649. * Fix bug of migrate comments which only fetch one page (#17055) (#17058)
  650. * Do not show issue context popup on external issues (#17050) (#17054)
  651. * Decrement Fork Num when converting from Fork (#17035) (#17046)
  652. * Correctly rollback in ForkRepository (#17034) (#17045)
  653. * Fix missing close in WalkGitLog (#17008) (#17009)
  654. * Add prefix to SVG id/class attributes (#16997) (#17000)
  655. * Fix bug of migrated repository not index (#16991) (#16996)
  656. * Skip AllowedUserVisibilityModes validation on update user if it is an organisation (#16988) (#16990)
  657. * Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971) (#16977)
  658. * Fix issue with issue default mail template (#16956) (#16975)
  659. * Ensure that rebase conflicts are handled in updates (#16952) (#16960)
  660. * Prevent panic on diff generation (#16950) (#16951)
  661. ## [1.15.2](https://github.com/go-gitea/gitea/releases/tag/v1.15.2) - 2021-09-03
  662. * BUGFIXES
  663. * Add unique constraint back into issue_index (#16938)
  664. * Close storage objects before cleaning (#16934) (#16942)
  665. ## [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02
  666. * BUGFIXES
  667. * Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923)
  668. * Prevent leave changes dialogs due to autofill fields (#16912) (#16920)
  669. * Ignore review comment when ref commit is missed (#16905) (#16919)
  670. * Fix wrong attachment removal (#16915) (#16917)
  671. * Gitlab Migrator: dont ignore reactions of last request (#16903) (#16913)
  672. * Correctly return the number of Repositories for Organizations (#16807) (#16911)
  673. * Test if LFS object is accessible (#16865) (#16904)
  674. * Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) (#16900)
  675. * Fix dump and restore respository (#16698) (#16898)
  676. * Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895)
  677. * Fix wiki raw commit diff/patch view (#16891) (#16892)
  678. * Ensure wiki repos are all closed (#16886) (#16888)
  679. * List limited and private orgs if authenticated on API (#16866) (#16879)
  680. * Simplify split diff view generation and remove JS dependency (#16775) (#16863)
  681. * Ensure that the default visibility is set on the user create page (#16845) (#16862)
  682. * In Render tolerate not being passed a context (#16842) (#16858)
  683. * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16848)
  684. * Report the correct number of pushes on the feeds (#16811) (#16822)
  685. * Add primary_key to issue_index (#16813) (#16820)
  686. * Prevent NPE on empty commit (#16812) (#16819)
  687. * Fix branch pagination error (#16805) (#16816)
  688. * Add missing return to handleSettingRemoteAddrError (#16794) (#16795)
  689. * Remove spurious / from issues.opened_by (#16793)
  690. * Ensure that template compilation panics are sent to the logs (#16788) (#16792)
  691. * Update caddyserver/certmagic (#16789) (#16790)
  692. ## [1.15.0](https://github.com/go-gitea/gitea/releases/tag/v1.15.0) - 2021-08-21
  693. * BREAKING
  694. * Make app.ini permissions more restrictive (#16266)
  695. * Refactor Webhook + Add X-Hub-Signature (#16176)
  696. * Add asymmetric JWT signing (#16010)
  697. * Clean-up the settings hierarchy for issue_indexer queue (#16001)
  698. * Change default queue settings to be low go-routines (#15964)
  699. * Improve assets handler middleware (#15961)
  700. * Rename StaticUrlPrefix to AssetUrlPrefix (#15779)
  701. * Use a generic markup class to display externally rendered files and diffs (#15735)
  702. * Add frontend testing, require node 12 (#15315)
  703. * Move (custom) assets into subpath `/assets` (#15219)
  704. * Use level config in log section when sub log section not set level (#15176)
  705. * Links in markdown should be absolute to the repository not the server (#15088)
  706. * Upgrade to the latest version of golang-jwt (#16590) (#16606)
  707. * Set minimum supported version of go to 1.16 (#16710)
  708. * SECURITY
  709. * Encrypt LDAP bind password in db with SECRET_KEY (#15547)
  710. * Remove random password in Dockerfiles (#15362)
  711. * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590) (#16606)
  712. * Correctly create of git-daemon-export-ok files (#16508) (#16514)
  713. * Don't show private user's repo in explore view (#16550) (#16554)
  714. * Update node tar dependency to 6.1.6 (#16622) (#16623)
  715. * FEATURES
  716. * Update Go-Git to take advantage of LargeObjectThreshold (#16316)
  717. * Support custom mime type mapping for text files (#16304)
  718. * Link to previous blames in file blame page (#16259)
  719. * Add LRU mem cache implementation (#16226)
  720. * Localize Email Templates (#16200)
  721. * Make command in authorized keys a template (#16003)
  722. * Add possibility to make branch in branch page (#15960)
  723. * Add email headers (#15939)
  724. * Make tasklist checkboxes clickable (#15791)
  725. * Add selecting tags on the compare page (#15723)
  726. * Add cron job to delete old actions from database (#15688)
  727. * On open repository open common cat file batch and batch-check (#15667)
  728. * Add tag protection (#15629)
  729. * Add push to remote mirror repository (#15157)
  730. * Add Image Diff for SVG files (#14867)
  731. * Add dashboard milestone search and repo milestone search by name. (#14866)
  732. * Add LFS Migration and Mirror (#14726)
  733. * Improve notifications for WIP draft PR's (#14663)
  734. * Disable Stars config option (#14653)
  735. * GPG Key Ownership verification with Signed Token (#14054)
  736. * OAuth2 auto-register (#5123)
  737. * API
  738. * Return updated repository when changing repository using API (#16420)
  739. * Let branch/tag name be a valid ref to get CI status (#16400)
  740. * Add endpoint to get commits of PR (#16300)
  741. * Allow COMMENT reviews to not specify a body (#16229)
  742. * Add subject-type filter to list notification API endpoints (#16177)
  743. * ListReleases add filter for draft and pre-releases (#16175)
  744. * ListIssues add more filters (#16174)
  745. * Issue Search Add filter for MilestoneNames (#16173)
  746. * GET / SET User Settings (#16169)
  747. * Expose repo.GetReviewers() & repo.GetAssignees() (#16168)
  748. * User expose counters (#16167)
  749. * Add repoGetTag (#16166)
  750. * Add repoCreateTag (#16165)
  751. * Creating a repo from a template repo via API (#15958)
  752. * Add Active and ProhibitLogin to API (#15689)
  753. * Add Location, Website and Description to API (#15675)
  754. * Expose resolver via API (#15167)
  755. * Swagger AccessToken fixes (#16574) (#16597)
  756. * Set AllowedHeaders on API CORS handler (#16524) (#16618)
  757. * ENHANCEMENTS
  758. * Support HTTP/2 in Let's Encrypt (#16371)
  759. * Introduce NotifySubjectType (#16320)
  760. * Add forge emojies (#16296)
  761. * Implemented head_commit for webhooks (#16282)
  762. * Upgrade Gliderlabs SSH to 0.3.3 and add FailedConnectionCallback (#16278)
  763. * Add previous/next buttons to review comments (#16273)
  764. * Review comments: break-word for long file names (#16272)
  765. * Add configuration to restrict allowed user visibility modes (#16271)
  766. * Add scroll-margin-top to account for sticky header (#16269)
  767. * Add --quiet and --verbose to gitea web to control initial logging (#16260)
  768. * Use gitea logging module for git module (#16243)
  769. * Add tests for all webhooks (#16214)
  770. * Add button to delete undeleted repositories from failed migrations (#16197)
  771. * Speed up git diff highlight generation (#16180)
  772. * Add OpenID claims "profile" and "email". (#16141)
  773. * Reintroduce squash merge default comment as a config setting (#16134)
  774. * Add sanitizer rules per renderer (#16110)
  775. * Improve performance of dashboard list orgs (#16099)
  776. * Refactor assert statements in tests (#16089)
  777. * Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086)
  778. * Remove unnecessary goroutine (#16080)
  779. * Add attachments for PR reviews (#16075)
  780. * Make the github migration less rate limit waiting to get comment per page from repository but not per issue (#16070)
  781. * Add Visible modes function from Organisation to Users too (#16069)
  782. * Add checkbox to delete pull branch after successful merge (#16049)
  783. * Make commit info cancelable (#16032)
  784. * Make modules/context.Context a context.Context (#16031)
  785. * Unified custom config creation (#16012)
  786. * Make sshd_config more flexible regarding connections (#16009)
  787. * Append to existing trailers in generated squash commit message (#15980)
  788. * Always store primary email address into email_address table and also the state (#15956)
  789. * Load issue/PR context popup data only when needed (#15955)
  790. * Remove remaining fontawesome usage in templates (#15952)
  791. * Remove fomantic accordion module (#15951)
  792. * Small refactoring of modules/private (#15947)
  793. * Double the avatar size factor (#15941)
  794. * Add curl to rootless docker image (#15908)
  795. * Replace clipboard.js with async clipboard api (#15899)
  796. * Allow custom highlight mapping beyond file extensions (#15808)
  797. * Add trace logging to SSO methods (#15803)
  798. * Refactor routers directory (#15800)
  799. * Allow only internal registration (#15795)
  800. * Add a new internal hook to save ssh log (#15787)
  801. * Respect default merge message syntax when parsing item references (#15772)
  802. * OAuth2 login: Set account link to "login" as default behavior (#15768)
  803. * Use single shared random string generation function (#15741)
  804. * Hold the event source when there are no listeners (#15725)
  805. * Code comments improvements (#15722)
  806. * Provide OIDC compliant user info endpoint (#15721)
  807. * Fix webkit calendar icon color on arc-green (#15713)
  808. * Improve Light Chroma style (#15699)
  809. * Only use boost workers for leveldb shadow queues (#15696)
  810. * Add compare tag dropdown to releases page (#15695)
  811. * Add caret styling CSS (#15651)
  812. * Remove x-ua-compatible meta tag (#15640)
  813. * Refactor of link creation (#15619)
  814. * Add a new table issue_index to store the max issue index so that issue could be deleted with no duplicated index (#15599)
  815. * Rewrite of the LFS server (#15523)
  816. * Display more repository type on admin repository management (#15440)
  817. * Remove usage of some JS globals (#15378)
  818. * SHA in merged commit comment should be rendered ui sha (#15376)
  819. * Add well-known config for OIDC (#15355)
  820. * Use route rather than use thus reducing the number of stack frames (#15301)
  821. * Code Formats, Nits & Unused Func/Var deletions (#15286)
  822. * Let package git depend on setting but not opposite (#15241)
  823. * Fixed sanitize errors (#15240)
  824. * response simple text message for not html request when 404 (#15229)
  825. * Remove file-loader dependency (#15196)
  826. * Refactor renders (#15175)
  827. * Add mimetype mapping settings (#15133)
  828. * Add Status Updates whilst Gitea migrations are occurring (#15076)
  829. * Reload locales in initialisation if needed by utilizing i18n.Reset (#15073)
  830. * Counterwork seemingly unclickable repo button labels (#15064)
  831. * Add DefaultMergeStyle option to repository (#14789)
  832. * Added support for gopher URLs. (#14749)
  833. * Rework repository archive (#14723)
  834. * Add links to toggle WIP status (#14677)
  835. * Add Tabular Diff for CSV files (#14661)
  836. * Use milestone deadline when sorting issues (#14551)
  837. * BUGFIXES
  838. * Fix invalid params and typo of email templates (#16394)
  839. * Fix activation of primary email addresses (#16385)
  840. * Fix calculation for finalPage in repo-search component (#16382)
  841. * Specify user in rootless container numerically (#16361)
  842. * Detect encoding changes while parsing diff (#16330)
  843. * Fix U2F error reasons always hidden (#16327)
  844. * Prevent zombie processes (#16314)
  845. * Escape reference to `user` table in models.SearchEmails (#16313)
  846. * Fix default push instructions on empty repos (#16302)
  847. * Fix modified files list in webhooks when there is a space (#16288)
  848. * Fix webhook commits wrong hash on HEAD reset (#16283)
  849. * Fuzzer finds an NPE due to incorrect URLPrefix (#16249)
  850. * Don't WARN log UserNotExist errors on ExternalUserLogin failure (#16238)
  851. * Do not show No match found for tribute (#16231)
  852. * Fix "Copy Link" for pull requests (#16230)
  853. * Fix diff expansion is missing final line in a file (#16222)
  854. * Fix private repo permission problem (#16142)
  855. * Fix not able to update local created non-urlencoded wiki pages (#16139)
  856. * More efficiently parse shas for shaPostProcessor (#16101)
  857. * Fix `doctor --run check-db-consistency --fix` with label fix (#16094)
  858. * Prevent webhook action buttons from shifting (#16087)
  859. * Change default TMPDIR path in rootless containers (#16077)
  860. * Fix typo and add TODO notice (#16064)
  861. * Use git log name-status in get last commit (#16059)
  862. * Fix 500 Error with branch and tag sharing the same name (#16040)
  863. * Fix get tag when migration (#16014)
  864. * Add custom emoji support (#16004)
  865. * Use filepath.ToSlash and Join in indexer defaults and queues (#15971)
  866. * Add permission check for ``GenerateRepository`` (#15946)
  867. * Ensure settings for Service and Mailer are read on the install page (#15943)
  868. * Fix layout of milestone view (#15927)
  869. * Unregister non-matching serviceworkers (#15834)
  870. * Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc (#15693)
  871. * Attachment support repository route (#15580)
  872. * Fix missing icons and colorpicker when mounted on suburl (#15501)
  873. * Create a session on ReverseProxy and ensure that ReverseProxy users cannot change username (#15304)
  874. * Prevent double-login for Git HTTP and LFS and simplify login (#15303)
  875. * Resolve Object { type: "error", data: undefined } in stopwatch.js (#15278)
  876. * Fix heatmap activity (#15252)
  877. * Remove vendored copy of fomantic-dropdown (#15193)
  878. * Update repository size on cron gc task (#15177)
  879. * Add NeedPostProcess for Parser interface to improve performance of csv parser and some external parser (#15153)
  880. * Add code block highlight to orgmode back (#14222)
  881. * Remove User.GetOrganizations() (#14032)
  882. * Restore Accessibility for Dropdown (#16576) (#16617)
  883. * Pass down SignedUserName down to AccessLogger context (#16605) (#16616)
  884. * Fix table alignment in markdown (#16596) (#16602)
  885. * Fix 500 on first wiki page (#16586) (#16598)
  886. * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564) (#16570)
  887. * Upgrade levelqueue to v0.4.0 (#16560) (#16561)
  888. * Handle too long PR titles correctly (#16517) (#16549)
  889. * Fix data race in bleve indexer (#16474) (#16509)
  890. * Restore CORS on git smart http protocol (#16496) (#16506)
  891. * Fix race in log (#16490) (#16505)
  892. * Fix prepareWikiFileName to respect existing unescaped files (#16487) (#16498)
  893. * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16480)
  894. * Update notification table with only latest data (#16445) (#16469)
  895. * Fix crash following ldap authentication update (#16447) (#16448)
  896. * Fix direct creation of external users on admin page (partial #16612) (#16613)
  897. * Prevent 500 on draft releases without tag (#16634) (#16636)
  898. * Restore creation of git-daemon-export-ok files (#16508) (#16514)
  899. * Fix data race in bleve indexer (#16474) (#16509)
  900. * Restore CORS on git smart http protocol (#16496) (#16506)
  901. * Fix race in log (#16490) (#16505)
  902. * Fix prepareWikiFileName to respect existing unescaped files (#16487) (#16498)
  903. * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16480)
  904. * Update notification table with only latest data (#16445) (#16469)
  905. * Fix crash following ldap authentication update (#16447) (#16448)
  906. * Restore compatibility with SQLServer 2008 R2 in migrations (#16638)
  907. * Fix direct creation of external users on admin page (#16613)
  908. * Fix go-git implementation of GetNote when passed a non-existent commit (#16658) (#16659)
  909. * Fix NPE in fuzzer (#16680) (#16682)
  910. * Set issue_index when finishing migration (#16685) (#16687)
  911. * Skip patch download when no patch file exists (#16356) (#16681)
  912. * Ensure empty lines are copiable and final new line too (#16678) (#16692)
  913. * Fix wrong user in OpenID response (#16736) (#16741)
  914. * Do not use thin scrollbars on Firefox (#16738) (#16745)
  915. * Recreate Tables should Recreate indexes on MySQL (#16718) (#16739)
  916. * Keep attachments on tasklist update (#16750) (#16757)
  917. * TESTING
  918. * Bump `postgres` and `mysql` versions (#15710)
  919. * Add tests for clone from wiki (#15513)
  920. * Fix Benchmark tests, remove a broken one & add two new (#15250)
  921. * Create Proper Migration tests (#15116)
  922. * TRANSLATION
  923. * Use a special name for update default branch on repository setting (#15893)
  924. * Fix mirror_lfs source string in en-US locale (#15369)
  925. * BUILD
  926. * Upgrade xorm to v1.1.1 (#16339)
  927. * Disable legal comments in esbuild (#15929)
  928. * Switch to Node 16 to build fronted (#15804)
  929. * Use esbuild to minify CSS (#15756)
  930. * Use binary version of revive linter (#15739)
  931. * Fix: npx webpack make: *** [Makefile:699: public/js/index.js] Error -… (#15465)
  932. * Stop packaging node_modules in release tarballs (#15273)
  933. * Introduce esbuild on webpack (#14578)
  934. * DOCS
  935. * Update queue workers documentation (#15999)
  936. * Comment out app.example.ini (#15807)
  937. * Improve logo customization docs (#15754)
  938. * Add some response status on api docs (#15399)
  939. * Rework Token API comments (#15162)
  940. * Add better errors for disabled account recovery (#15117)
  941. * MISC
  942. * Remove utf8 option from installation page (#16126)
  943. * Use Wants= over Requires= in systemd file (#15897)
  944. ## [1.14.7](https://github.com/go-gitea/gitea/releases/tag/v1.14.7) - 2021-09-02
  945. * BUGFIXES
  946. * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) (#16896)
  947. * Fix wiki raw commit diff/patch view (#16891) (#16893)
  948. * Ensure wiki repos are all closed (#16886) (#16889)
  949. * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16849)
  950. * Recreate Tables should Recreate indexes on MySQL (#16718) (#16740)
  951. ## [1.14.6](https://github.com/go-gitea/gitea/releases/tag/v1.14.6) - 2021-08-04
  952. * SECURITY
  953. * Bump github.com/markbates/goth from v1.67.1 to v1.68.0 (#16538) (#16540)
  954. * Switch to maintained JWT lib (#16532) (#16535)
  955. * Upgrade to latest version of golang-jwt (as forked for 1.14) (#16590) (#16607)
  956. * BUGFIXES
  957. * Add basic edit ldap auth test & actually fix #16252 (#16465) (#16495)
  958. * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16481)
  959. ## [1.14.5](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) - 2021-07-16
  960. * SECURITY
  961. * Hide mirror passwords on repo settings page (#16022) (#16355)
  962. * Update bluemonday to v1.0.15 (#16379) (#16380)
  963. * BUGFIXES
  964. * Retry rename on lock induced failures (#16435) (#16439)
  965. * Validate issue index before querying DB (#16406) (#16410)
  966. * Fix crash following ldap authentication update (#16447) (#16449)
  967. * ENHANCEMENTS
  968. * Redirect on bad CSRF instead of presenting bad page (#14937) (#16378)
  969. ## [1.14.4](https://github.com/go-gitea/gitea/releases/tag/v1.14.4) - 2021-07-06
  970. * BUGFIXES
  971. * Fix relative links in postprocessed images (#16334) (#16340)
  972. * Fix list_options GetStartEnd (#16303) (#16305)
  973. * Fix API to use author for commits instead of committer (#16276) (#16277)
  974. * Handle misencoding of login_source cfg in mssql (#16268) (#16275)
  975. * Fixed issues not updated by commits (#16254) (#16261)
  976. * Improve efficiency in FindRenderizableReferenceNumeric and getReference (#16251) (#16255)
  977. * Use html.Parse rather than html.ParseFragment (#16223) (#16225)
  978. * Fix milestone counters on new issue (#16183) (#16224)
  979. * reqOrgMembership calls need to be preceded by reqToken (#16198) (#16219)
  980. ## [1.14.3](https://github.com/go-gitea/gitea/releases/tag/v1.14.3) - 2021-06-18
  981. * SECURITY
  982. * Encrypt migration credentials at rest (#15895) (#16187)
  983. * Only check access tokens if they are likely to be tokens (#16164) (#16171)
  984. * Add missing SameSite settings for the i_like_gitea cookie (#16037) (#16039)
  985. * Fix setting of SameSite on cookies (#15989) (#15991)
  986. * API
  987. * Repository object only count releases as releases (#16184) (#16190)
  988. * EditOrg respect RepoAdminChangeTeamAccess option (#16184) (#16190)
  989. * Fix overly strict edit pr permissions (#15900) (#16081)
  990. * BUGFIXES
  991. * Run processors on whole of text (#16155) (#16185)
  992. * Class `issue-keyword` is being incorrectly stripped off spans (#16163) (#16172)
  993. * Fix language switch for install page (#16043) (#16128)
  994. * Fix bug on getIssueIDsByRepoID (#16119) (#16124)
  995. * Set self-adjusting deadline for connection writing (#16068) (#16123)
  996. * Fix http path bug (#16117) (#16120)
  997. * Fix data URI scramble (#16098) (#16118)
  998. * Merge all deleteBranch as one function and also fix bug when delete branch don't close related PRs (#16067) (#16097)
  999. * git migration: don't prompt interactively for clone credentials (#15902) (#16082)
  1000. * Fix case change in ownernames (#16045) (#16050)
  1001. * Don't manipulate input params in email notification (#16011) (#16033)
  1002. * Remove branch URL before IssueRefURL (#15968) (#15970)
  1003. * Fix layout of milestone view (#15927) (#15940)
  1004. * GitHub Migration, migrate draft releases too (#15884) (#15888)
  1005. * Close the gitrepo when deleting the repository (#15876) (#15887)
  1006. * Upgrade xorm to v1.1.0 (#15869) (#15885)
  1007. * Fix blame row height alignment (#15863) (#15883)
  1008. * Fix error message when saving generated LOCAL_ROOT_URL config (#15880) (#15882)
  1009. * Backport Fix LFS commit finder not working (#15856) (#15874)
  1010. * Stop calling WriteHeader in Write (#15862) (#15873)
  1011. * Add timeout to writing to responses (#15831) (#15872)
  1012. * Return go-get info on subdirs (#15642) (#15871)
  1013. * Restore PAM user autocreation functionality (#15825) (#15867)
  1014. * Fix truncate utf8 string (#15828) (#15854)
  1015. * Fix bound address/port for caddy's certmagic library (#15758) (#15848)
  1016. * Upgrade unrolled/render to v1.1.1 (#15845) (#15846)
  1017. * Queue manager FlushAll can loop rapidly - add delay (#15733) (#15840)
  1018. * Tagger can be empty, as can Commit and Author - tolerate this (#15835) (#15839)
  1019. * Set autocomplete off on branches selector (#15809) (#15833)
  1020. * Add missing error to Doctor log (#15813) (#15824)
  1021. * Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) (#15816)
  1022. * ENHANCEMENTS
  1023. * Removable media support to snap package (#16136) (#16138)
  1024. * Move sans-serif fallback font higher than emoji fonts (#15855) (#15892)
  1025. * DOCKER
  1026. * Only write config in environment-to-ini if there are changes (#15861) (#15868)
  1027. * Only offer hostcertificates if they exist (#15849) (#15853)
  1028. ## [1.14.2](https://github.com/go-gitea/gitea/releases/tag/v1.14.2) - 2021-05-09
  1029. * API
  1030. * Make change repo settings work on empty repos (#15778) (#15789)
  1031. * Add pull "merged" notification subject status to API (#15344) (#15654)
  1032. * BUGFIXES
  1033. * Ensure that ctx.Written is checked after issues(...) calls (#15797) (#15798)
  1034. * Use pulls in commit graph unless pulls are disabled (#15734 & #15740 & #15774) (#15775)
  1035. * Set GIT_DIR correctly if it is not set (#15751) (#15769)
  1036. * Fix bug where repositories appear unadopted (#15757) (#15767)
  1037. * Not show `ref-in-new-issue` pop when issue was disabled (#15761) (#15765)
  1038. * Drop back to use IsAnInteractiveSession for SVC (#15749) (#15762)
  1039. * Fix setting version table in dump (#15753) (#15759)
  1040. * Fix close button change on delete in simplemde area (#15737) (#15747)
  1041. * Defer closing the gitrepo until the end of the wrapped context functions (#15653) (#15746)
  1042. * Fix some ui bug about draft release (#15137) (#15745)
  1043. * Only log Error on getLastCommitStatus error to let pull list still be visible (#15716) (#15715)
  1044. * Move tooltip down to allow selection of Remove File on error (#15672) (#15714)
  1045. * Fix setting redis db path (#15698) (#15708)
  1046. * Fix DB session cleanup (#15697) (#15700)
  1047. * Fixed several activation bugs (#15473) (#15685)
  1048. * Delete references if repository gets deleted (#15681) (#15684)
  1049. * Fix orphaned objects deletion bug (#15657) (#15683)
  1050. * Delete protected branch if repository gets removed (#15658) (#15676)
  1051. * Remove spurious set name from eventsource.sharedworker.js (#15643) (#15652)
  1052. * Not update updated uinx for `git gc` (#15637) (#15641)
  1053. * Fix commit graph author link (#15627) (#15630)
  1054. * Fix webhook timeout bug (#15613) (#15621)
  1055. * Resolve panic on failed interface conversion in migration v156 (#15604) (#15610)
  1056. * Fix missing storage init (#15589) (#15598)
  1057. * If the default branch is not present do not report error on stats indexing (#15546 & #15583) (#15594)
  1058. * Fix lfs management find (#15537) (#15578)
  1059. * Fix NPE on view commit with notes (#15561) (#15573)
  1060. * Fix bug on commit graph (#15517) (#15530)
  1061. * Send size to /avatars if requested (#15459) (#15528)
  1062. * Prevent migration 156 failure if tag commit missing (#15519) (#15527)
  1063. * ENHANCEMENTS
  1064. * Display conflict-free merge messages for pull requests (#15773) (#15796)
  1065. * Exponential Backoff for ByteFIFO (#15724) (#15793)
  1066. * Issue list alignment tweaks (#15483) (#15766)
  1067. * Implement delete release attachments and update release attachments' name (#14130) (#15666)
  1068. * Add placeholder text to deploy key textarea (#15575) (#15576)
  1069. * Project board improvements (#15429) (#15560)
  1070. * Repo branch page: label size, PR ref, new PR button alignment (#15363) (#15365)
  1071. * MISC
  1072. * Fix webkit calendar icon color on arc-green (#15713) (#15728)
  1073. * Performance improvement for last commit cache and show-ref (#15455) (#15701)
  1074. * Bump unrolled/render to v1.1.0 (#15581) (#15608)
  1075. * Add ETag header (#15370) (#15552)
  1076. ## [1.14.1](https://github.com/go-gitea/gitea/releases/tag/v1.14.1) - 2021-04-15
  1077. * BUGFIXES
  1078. * Fix bug clone wiki (#15499) (#15502)
  1079. * Github Migration ignore rate limit, if not enabled (#15490) (#15495)
  1080. * Use subdir for URL (#15446) (#15493)
  1081. * Query the DB for the hash before inserting in to email_hash (#15457) (#15491)
  1082. * Ensure review dismissal only dismisses the correct review (#15477) (#15489)
  1083. * Use index of the supported tags to choose user lang (#15452) (#15488)
  1084. * Fix wrong file link in code search page (#15466) (#15486)
  1085. * Quick template fix for built-in SSH server in admin config (#15464) (#15481)
  1086. * Prevent superfluous response.WriteHeader (#15456) (#15476)
  1087. * Fix ambiguous argument error on tags (#15432) (#15474)
  1088. * Add created_unix instead of expiry to migration (#15458) (#15463)
  1089. * Fix repository search (#15428) (#15442)
  1090. * Prevent NPE on avatar direct rendering if federated avatars disabled (#15434) (#15439)
  1091. * Fix wiki clone urls (#15430) (#15431)
  1092. * Fix dingtalk icon url at webhook (#15417) (#15426)
  1093. * Standardise icon on projects PR page (#15387) (#15408)
  1094. * ENHANCEMENTS
  1095. * Add option to skip LFS/attachment files for `dump` (#15407) (#15492)
  1096. * Clone panel fixes (#15436)
  1097. * Use semantic dropdown for code search query type (#15276) (#15364)
  1098. * BUILD
  1099. * Build go-git variants for windows (#15482) (#15487)
  1100. * Lock down build-images dependencies (Partial #15479) (#15480)
  1101. * MISC
  1102. * Performance improvement for list pull requests (#15447) (#15500)
  1103. * Fix potential copy lfs records failure when fork a repository (#15441) (#15485)
  1104. ## [1.14.0](https://github.com/go-gitea/gitea/releases/tag/v1.14.0) - 2021-04-11
  1105. * SECURITY
  1106. * Respect approved email domain list for externally validated user registration (#15014)
  1107. * Add reverse proxy configuration support for remote IP address detection (#14959)
  1108. * Ensure validation occurs on clone addresses too (#14994)
  1109. * Fix several render issues highlighted during fuzzing (#14986)
  1110. * BREAKING
  1111. * Fix double 'push tag' action feed (#15078) (#15083)
  1112. * Remove possible resource leak (#15067) (#15082)
  1113. * Handle unauthorized user events gracefully (#15071) (#15074)
  1114. * Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (#14475)
  1115. * Migrate from Macaron to Chi framework (#14293)
  1116. * Deprecate building for mips (#14174)
  1117. * Consolidate Logos and update README header (#14136)
  1118. * Inline manifest.json (#14038)
  1119. * Store repository data in data path if not previously set (#13991)
  1120. * Rename "gitea" png to "logo" (#13974)
  1121. * Standardise logging of failed authentication attempts in internal SSH (#13962)
  1122. * Add markdown support in organization description (#13549)
  1123. * Improve users management through the CLI (#6001) (#10492)
  1124. * FEATURES
  1125. * Create a new issue with reference to lines of code from file view (#14863)
  1126. * Repository transfer has to be confirmed, if user can not create repo for new owner (#14792)
  1127. * Allow blocking some email domains from registering an account (#14667)
  1128. * Create a new issue based on reference to an issue comment (#14366)
  1129. * Add support to migrate from gogs (#14342)
  1130. * Add pager to the branches page (#14202)
  1131. * Minimal OpenID Connect implementation (#14139)
  1132. * Display current stopwatch in navbar (#14122)
  1133. * Display SVG files as images instead of text (#14101)
  1134. * Disable SSH key deletion of externally managed Keys (#13985)
  1135. * Add support for ed25519_sk and ecdsa_sk SSH keys (#13462)
  1136. * Add support for Mastodon OAuth2 provider (#13293)
  1137. * Add gitea sendmail command (#13079)
  1138. * Create DB session provider(based on xorm) (#13031)
  1139. * Add dismiss review feature (#12674)
  1140. * Make manual merge autodetection optional and add manual merge as merge method (#12543)
  1141. * Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244)
  1142. * Create Rootless Docker image (#10154)
  1143. * API
  1144. * Speedup issue search (#15179) (#15192)
  1145. * Get pull, return head branch sha, even if deleted (#14931)
  1146. * Export LFS & TimeTracking function status (#14753)
  1147. * Show Gitea version in swagger (#14654)
  1148. * Fix PATCH /repos/{owner}/{repo} panic (#14637)
  1149. * Add Restricted Field to User (#14630)
  1150. * Add support for ref parameter to get raw file API (#14602)
  1151. * Add affected files of commits to commit struct (#14579)
  1152. * Fix CJK fonts again and misc. font issues (#14575)
  1153. * Add delete release by tag & delete tag (#14563) & (#13358)
  1154. * Add pagination to ListBranches (#14524)
  1155. * Add signoff option in commit form (#14516)
  1156. * GetRelease by tag only return release (#14397)
  1157. * Add MirrorInterval to the API (#14163)
  1158. * Make BasicAuth Prefix case insensitive (#14106)
  1159. * Add user filter to issueTrackedTimes, enable usage for issue managers (#14081)
  1160. * Add ref to create/edit issue options & deprecated assignee (#13992)
  1161. * Add Ref to Issue (#13946)
  1162. * Expose default theme in meta and API (#13809)
  1163. * Send error message when CSRF token is missing (#13676)
  1164. * List, Check, Add & delete endpoints for repository teams (#13630)
  1165. * Admin EditUser: Make FullName, Email, Website & Location optional (#13562)
  1166. * Add more filters to issues search (#13514)
  1167. * Add review request api (#11355)
  1168. * BUGFIXES
  1169. * Fix delete nonexist oauth application 500 and prevent deadlock (#15384) (#15396)
  1170. * Always set the merge base used to merge the commit (#15352) (#15385)
  1171. * Upgrade to bluemonday 1.0.7 (#15379) (#15380)
  1172. * Turn RepoRef and RepoAssignment back into func(*Context) (#15372) (#15377)
  1173. * Move FCGI req.URL.Path fix-up to the FCGI listener (#15292) (#15361)
  1174. * Show diff on rename with diff changes (#15338) (#15339)
  1175. * Fix handling of logout event (#15323) (#15337)
  1176. * Fix CanCreateRepo check (#15311) (#15321)
  1177. * Fix xorm log stack level (#15285) (#15316)
  1178. * Fix bug in Wrap (#15302) (#15309)
  1179. * Drop the event source if we are unauthorized (#15275) (#15280)
  1180. * Backport Fix graph pagination (#15225) (#15249)
  1181. * Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15200)
  1182. * should run RetrieveRepoMetas() for empty pr (#15187) (#15190)
  1183. * Move setting to enable closing issue via commit in non default branch to repo settings (#14965)
  1184. * Show correct issues for team dashboard (#14952)
  1185. * Ensure that new pull request button works on forked forks owned by owner of the root and reduce ambiguity (#14932)
  1186. * Only allow issue labels from owner repository or organization (#14928)
  1187. * Fix alignment of People and Teams right arrow on org homepage (#14924)
  1188. * Fix overdue marking of closed issues and milestones (#14923)
  1189. * Prevent panic when empty MilestoneID in repo/issue/list (#14911)
  1190. * Fix migration context data (#14910)
  1191. * Handle URLs with trailing slash (#14852)
  1192. * Add CORS config on to /login/oauth/access_token endpoint (#14850)
  1193. * Make searching issues by keyword case insensitive on DB (#14848)
  1194. * Prevent use of double sub-path and incorrect asset path in manifest (#14827)
  1195. * Fix link account ui (#14763)
  1196. * Fix preview status switch button on wiki editor (#14742)
  1197. * Fix github download on migration (#14703)
  1198. * Fix svg spacing (#14638)
  1199. * Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)
  1200. * Truncated organizations name (#14615)
  1201. * Exclude the current dump file from the dump (#14606)
  1202. * Use OldRef instead of CommitSHA for DeleteBranch comments (#14604)
  1203. * Ensure memcache caching works when TTL greater than 30 days (#14592)
  1204. * Remove NULs byte arrays passed to PostProcess (#14587)
  1205. * Restore detection of branches are equal on compare page (#14586)
  1206. * Fix incorrect key name so registerManualConfirm works (#14455)
  1207. * Fix close/reopen with comment (#14436)
  1208. * Allow passcode invalid error to appear (#14371)
  1209. * Escape branch names in compare url (#14364)
  1210. * Label and milestone webhooks on issue/pull creation (#14363)
  1211. * Handle NotifyCreateRef as create branch in feeds (#14245)
  1212. * Prevent clipping input text in Chrome + Segoe UI Font (#14179)
  1213. * Fix UI on edit auth source page (#14137)
  1214. * Fix git.parseTagData (#14105)
  1215. * Refactor get tag to remove unnecessary steps (#14058)
  1216. * Fix integrations test error with space in CURDIR path (#14056)
  1217. * Dropdown triangle fixes (#14028)
  1218. * Fix label of --id in admin delete user (#14005)
  1219. * Cause NotifyMigrateRepository to emit a repo create webhook (#14004)
  1220. * Update HEAD to match defaultBranch in template generation (#13948)
  1221. * Fix action avatar loading (#13909)
  1222. * Fix issue participants (#13893)
  1223. * Fix avatar template error (#13833)
  1224. * Fix review request notification email links when external issue tracker is enabled (#13723)
  1225. * Fix blame line alignment (#13542)
  1226. * Include OriginalAuthor in Reaction constraint (#13505)
  1227. * Comments on review should have the same sha (#13448)
  1228. * Fix whitespace rendering in diff (#13415)
  1229. * Fixed git args duplication (#13411)
  1230. * Fix bug on release publisherid migrations (#13410)
  1231. * Fix --port setting (#13288)
  1232. * Keep database transactions not too big (#13254)
  1233. * Git version check, ignore pre-releases constraints (#13234)
  1234. * Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186)
  1235. * Update Mirror IsEmpty status on synchronize (#13185)
  1236. * Use GO variable in go-check target (#13146) (#13147)
  1237. * ENHANCEMENTS
  1238. * UI style improvements
  1239. * Dropzone styling improvements (#15291) (#15374)
  1240. * Add size to Save function (#15264) (#15270)
  1241. * Monaco improvements (#15333) (#15345)
  1242. * Support .mailmap in code activity stats (#15009)
  1243. * Sort release attachments by name (#15008)
  1244. * Add ui.explore settings to control view of explore pages (#14094)
  1245. * Make internal SSH server host key path configurable (#14918)
  1246. * Hide resync all ssh principals when using internal ssh server (#14904)
  1247. * Add SameSite setting for cookies (#14900)
  1248. * Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)
  1249. * Add environment-to-ini to docker image (#14762)
  1250. * Add preview support for wiki editor when disable simpleMDE (#14757)
  1251. * Add easyMDE(simpleMDE) support for release content editor (#14744)
  1252. * Organization removal confirmation using name not password (#14738)
  1253. * Make branch names in PR description clickable (#14716)
  1254. * Add Password Algorithm option to install page (#14701)
  1255. * Add fullTextSearch to dropdowns by default (#14694)
  1256. * Fix truncated organization names (#14655)
  1257. * Whitespace in commits (#14650)
  1258. * Sort / move project boards (#14634)
  1259. * Make fileheader sticky in diffs (#14616)
  1260. * Add helper descriptions on new repo page (#14591)
  1261. * Move the stopwatches to the eventsource stream (#14588)
  1262. * Add Content-Length header to HEAD requests (#14542)
  1263. * Add Image Diff options in Diff view (#14450)
  1264. * Improve Description in new/ edit Project template (#14429)
  1265. * Allow ssh-keygen on Windows to detect ssh key type (#14413)
  1266. * Display error if twofaSecret cannot be retrieved (#14372)
  1267. * Sort issue search results by revelance (#14353)
  1268. * Implement ghost comment mitigation (#14349)
  1269. * Upgrade blevesearch dependency to v2.0.1 (#14346)
  1270. * Add edit, delete and reaction support to code review comments on issue page (#14339)
  1271. * Merge default and system webhooks under one menu (#14244)
  1272. * Add option for administrator to reset user 2FA (#14243)
  1273. * Add option to change username to the admin panel (#14229)
  1274. * Check for 'main' as potential default branch name (#14193)
  1275. * Project: show referenced PRs in issue cards (#14183)
  1276. * Use caddy's certmagic library for extensible/robust ACME handling (#14177)
  1277. * CLI support for OAuth sources custom icons (#14166)
  1278. * Custom icons for OAuth sources (#14161)
  1279. * Team dashboards (#14159)
  1280. * KanBan: be able to set default board (#14147)
  1281. * Disable Fomantic's custom scrollbars (#14109)
  1282. * Add UI to delete tracked times (#14100)
  1283. * Rework heatmap permissions (#14080)
  1284. * Issue and pull request filters on organization dashboard (#14072)
  1285. * Fix webhook list styling (#14001)
  1286. * Show dropdown with all statuses for commit (#13977)
  1287. * Show status check for merged PRs (#13975)
  1288. * Diff stat improvements (#13954)
  1289. * Report permissions denied in internal SSH (#13953)
  1290. * Markdown task list improvements (#13952)
  1291. * Heatmap days clickable (#13935)
  1292. * chore: use octicon-mirror for feeds display (#13928)
  1293. * Move diff split code into own template file (#13919)
  1294. * Markdown: Enable wrapping in code blocks and a color tweak (#13894)
  1295. * Do not reload page after adding comments in Pull Request reviews (#13877)
  1296. * Add pull request manually merge instruction (#13840)
  1297. * add thumbnail preview section to issue attachments (#13826)
  1298. * Move Repo APIFormat to convert package (#13787)
  1299. * Move notification APIFormat (#13783)
  1300. * Swap swagger-ui with swagger-ui-dist (#13777)
  1301. * User Settings: Ignore empty language codes & validate (#13755)
  1302. * Improve migrate page and add card CSS (#13751)
  1303. * Add block on official review requests branch protection (#13705)
  1304. * Add review requested filter on pull request overview (#13701)
  1305. * Use chronological commit order in default squash message (#13696)
  1306. * Clickable links in pull request (and issue) titles (#13695)
  1307. * Support shortened commit SHAs in URLs (#13686)
  1308. * Use native git variants by default with go-git variants as build tag (#13673)
  1309. * Don't render dropdown when only 1 merge style is available (#13670)
  1310. * Move webhook type from int to string (#13664)
  1311. * Direct avatar rendering (#13649)
  1312. * Verify password for local-account activation (#13631)
  1313. * Prevent clone protocol button flash on page load (#13626)
  1314. * Remove fetch request from heatmap (#13623)
  1315. * Refactor combine label comments with tests (#13619)
  1316. * Move metrics from macaron to chi (#13601)
  1317. * Issue and Pulls lists rework (#13594)
  1318. * HTTP cache rework and enable caching for storage assets (#13569)
  1319. * Use mount but not register for chi routes (#13555)
  1320. * Use monaco for the git hook editor (#13552)
  1321. * Make heatmap colors more distinct (#13533)
  1322. * Lazy-load issue reviewers and assignees avatars (#13526)
  1323. * Change search and filter icons to SVG (#13473)
  1324. * Create tag on ui (#13467)
  1325. * updateSize when create a repo with init commit (#13441)
  1326. * Added title and action buttons to Project view page (#13437)
  1327. * Override fomantic monospace fonts and set size (#13435)
  1328. * Rework focused comment styling (#13434)
  1329. * Tags cleanup (#13428)
  1330. * Various style tweaks (#13418)
  1331. * Refactor push update (#13381)
  1332. * Comment box tweaks and SVG dropdown triangles (#13376)
  1333. * Various style fixes (#13372)
  1334. * Change repo home page icons to SVG (#13364)
  1335. * Use CSS Vars for primary color (#13361)
  1336. * Refactor image paste code (#13354)
  1337. * Switch from SimpleMDE to EasyMDE (#13333)
  1338. * Group Label Changed Comments in timeline (#13304)
  1339. * Make the logger an interface (#13294)
  1340. * Fix PR/Issue titles on mobile (#13292)
  1341. * Rearrange the order of the merged by etc. in locale (#13284)
  1342. * Replace footer and modal icons with SVG (#13245)
  1343. * Issues overview should not show issues from archived repos (#13220)
  1344. * Show stale label for stale code comment which is marked as resolved (#13213)
  1345. * Use CSS Variables for fonts, remove postcss-loader (#13204)
  1346. * Add mentionable teams to tributeValues and change team mention rules to gh's style (#13198)
  1347. * Move install pages out of main macaron routes (#13195)
  1348. * Update outdated label to use Fomantic UI style (#13181)
  1349. * Added option to disable webhooks (#13176)
  1350. * Change order of possible-owner organizations to alphabetical (#13160)
  1351. * Log IP on SSH authentication failure for Built-in SSH server (#13150)
  1352. * Added option to disable migrations (#13114)
  1353. * New "Add Mirror" Button in the Organization view (#13105)
  1354. * Manually approve new registration (#13083)
  1355. * Cron job to cleanup hook_task table (#13080)
  1356. * Use the headline comment of pull-request as the squash commit's message (#13071)
  1357. * Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999)
  1358. * Slightly simplify the queue settings code to help reduce the risk of problems (#12976)
  1359. * Add precise search type for Elastic Search (#12869)
  1360. * Move APIFormat functions into convert package (#12856)
  1361. * Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, (#12766)
  1362. * Add TrN for repository limit (#12492)
  1363. * Refactor doctor (#12264)
  1364. * Add the tag list page to the release page (#12096)
  1365. * Redirect on changed user and org name (#11649)
  1366. * load U2F js only on pages which need it (#11585)
  1367. * Make archival asynchronous (#11296)
  1368. * Introduce go chi web framework as frontend of macaron, so that we can move routes from macaron to chi step by step (#7420)
  1369. * Improve vfsgen to not unzip bindata files but send to browser directly (#7109)
  1370. * Enhance release list (#6025)
  1371. * DOCS
  1372. * Swagger show models by default (#14880)
  1373. * Add missing repo.projects unit into swagger (#14876)
  1374. * Update docs and comments to remove macaron (#14491)
  1375. * Issue template addition: Are you using Gitea behind CloudFlare? (#14098)
  1376. * Generate man pages (#13901)
  1377. * Reformat/fine-tune docs (#13897)
  1378. * Added Table of Contents to long documentation pages (#13890)
  1379. * Add docs command (#13429)
  1380. * Update external-renderers.en-us.md (#13165)
  1381. * MISC
  1382. * Add builds for apple M1 (darwin arm64) (#14951)
  1383. * Migrate to use jsoniter instead of encoding/json (#14841)
  1384. * Reduce make verbosity (#13803)
  1385. * Add git command error directory on log (#13194)
  1386. ## [1.13.7](https://github.com/go-gitea/gitea/releases/tag/v1.13.7) - 2021-04-07
  1387. * SECURITY
  1388. * Update to bluemonday-1.0.6 (#15294) (#15298)
  1389. * Clusterfuzz found another way (#15160) (#15169)
  1390. * API
  1391. * Fix wrong user returned in API (#15139) (#15150)
  1392. * BUGFIXES
  1393. * Add 'fonts' into 'KnownPublicEntries' (#15188) (#15317)
  1394. * Speed up `enry.IsVendor` (#15213) (#15246)
  1395. * Response 404 for diff/patch of a commit that not exist (#15221) (#15238)
  1396. * Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15201)
  1397. * MISC
  1398. * Add size to Save function (#15264) (#15271)
  1399. ## [1.13.6](https://github.com/go-gitea/gitea/releases/tag/v1.13.6) - 2021-03-23
  1400. * SECURITY
  1401. * Fix bug on avatar middleware (#15124) (#15125)
  1402. * Fix another clusterfuzz identified issue (#15096) (#15114)
  1403. * API
  1404. * Fix nil exeption for get pull reviews API #15104 (#15106)
  1405. * BUGFIXES
  1406. * Fix markdown rendering in milestone content (#15056) (#15092)
  1407. ## [1.13.5](https://github.com/go-gitea/gitea/releases/tag/v1.13.5) - 2021-03-21
  1408. * SECURITY
  1409. * Update to goldmark 1.3.3 (#15059) (#15061)
  1410. * Another clusterfuzz spotted issue (#15032) (#15034)
  1411. * API
  1412. * Fix set milestone on PR creation (#14981) (#15001)
  1413. * Prevent panic when editing forked repos by API (#14960) (#14963)
  1414. * BUGFIXES
  1415. * Fix bug when upload on web (#15042) (#15055)
  1416. * Delete Labels & IssueLabels on Repo Delete too (#15039) (#15051)
  1417. * Fix postgres ID sequences broken by recreate-table (#15015) (#15029)
  1418. * Fix several render issues (#14986) (#15013)
  1419. * Make sure sibling images get a link too (#14979) (#14995)
  1420. * Fix Anchor jumping with escaped query components (#14969) (#14977)
  1421. * Fix release mail html template (#14976)
  1422. * Fix excluding more than two labels on issues list (#14962) (#14973)
  1423. * Don't mark each comment poster as OP (#14971) (#14972)
  1424. * Add "captcha" to list of reserved usernames (#14930)
  1425. * Re-enable import local paths after reversion from #13610 (#14925) (#14927)
  1426. ## [1.13.4](https://github.com/go-gitea/gitea/releases/tag/v1.13.4) - 2021-03-07
  1427. * SECURITY
  1428. * Fix issue popups (#14898) (#14899)
  1429. * BUGFIXES
  1430. * Fix race in LFS ContentStore.Put(...) (#14895) (#14913)
  1431. * Fix a couple of issues with a feeds (#14897) (#14903)
  1432. * When transfering repository and database transaction failed, rollback the renames (#14864) (#14902)
  1433. * Fix race in local storage (#14888) (#14901)
  1434. * Fix 500 on pull view page if user is not loged in (#14885) (#14886)
  1435. * DOCS
  1436. * Fix how lfs data path is set (#14855) (#14884)
  1437. ## [1.13.3](https://github.com/go-gitea/gitea/releases/tag/v1.13.3) - 2021-03-04
  1438. * BREAKING
  1439. * Turn default hash password algorithm back to pbkdf2 from argon2 until we find a better one (#14673) (#14675)
  1440. * BUGFIXES
  1441. * Fix paging of file commit logs (#14831) (#14879)
  1442. * Print useful error if SQLite is used in settings but not supported (#14476) (#14874)
  1443. * Fix display since time round (#14226) (#14873)
  1444. * When Deleting Repository only explicitly close PRs whose base is not this repository (#14823) (#14842)
  1445. * Set HCaptchaSiteKey on Link Account pages (#14834) (#14839)
  1446. * Fix a couple of CommentAsPatch issues. (#14804) (#14820)
  1447. * Disable broken OAuth2 providers at startup (#14802) (#14811)
  1448. * Repo Transfer permission checks (#14792) (#14794)
  1449. * Fix double alert in oauth2 application edit view (#14764) (#14768)
  1450. * Fix broken spans in diffs (#14678) (#14683)
  1451. * Prevent race in PersistableChannelUniqueQueue.Has (#14651) (#14676)
  1452. * HasPreviousCommit causes recursive load of commits unnecessarily (#14598) (#14649)
  1453. * Do not assume all 40 char strings are SHA1s (#14624) (#14648)
  1454. * Allow org labels to be set with issue templates (#14593) (#14647)
  1455. * Accept multiple SSH keys in single LDAP SSHPublicKey attribute (#13989) (#14607)
  1456. * Fix bug about ListOptions and stars/watchers pagnation (#14556) (#14573)
  1457. * Fix GPG key deletion during account deletion (#14561) (#14569)
  1458. ## [1.13.2](https://github.com/go-gitea/gitea/releases/tag/v1.13.2) - 2021-01-31
  1459. * SECURITY
  1460. * Prevent panic on fuzzer provided string (#14405) (#14409)
  1461. * Add secure/httpOnly attributes to the lang cookie (#14279) (#14280)
  1462. * API
  1463. * If release publisher is deleted use ghost user (#14375)
  1464. * BUGFIXES
  1465. * Internal ssh server respect Ciphers, MACs and KeyExchanges settings (#14523) (#14530)
  1466. * Set the name Mapper in migrations (#14526) (#14529)
  1467. * Fix wiki preview (#14515)
  1468. * Update code.gitea.io/sdk/gitea v0.13.1 -> v0.13.2 (#14497)
  1469. * ChangeUserName: rename user files back on DB issue (#14447)
  1470. * Fix lfs preview bug (#14428) (#14433)
  1471. * Ensure timeout error is shown on u2f timeout (#14417) (#14431)
  1472. * Fix Deadlock & Delete affected reactions on comment deletion (#14392) (#14425)
  1473. * Use path not filepath in routers/editor (#14390) (#14396)
  1474. * Check if label template exist first (#14384) (#14389)
  1475. * Fix migration v141 (#14387) (#14388)
  1476. * Use Request.URL.RequestURI() for fcgi (#14347)
  1477. * Use ServerError provided by Context (#14333) (#14345)
  1478. * Fix edit-label form init (#14337)
  1479. * Fix mailIssueCommentBatch for pull request (#14252) (#14296)
  1480. * Render links for commit hashes followed by comma (#14224) (#14227)
  1481. * Send notifications for mentions in pulls, issues, (code-)comments (#14218) (#14221)
  1482. * Fix avatar bugs (#14217) (#14220)
  1483. * Ensure that schema search path is set with every connection on postgres (#14131) (#14216)
  1484. * Fix dashboard issues labels filter bug (#14210) (#14214)
  1485. * When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (#14211) (#14213)
  1486. * Fix branch selector on new issue page (#14194) (#14207)
  1487. * Check for notExist on profile repository page (#14197) (#14203)
  1488. ## [1.13.1](https://github.com/go-gitea/gitea/releases/tag/v1.13.1) - 2020-12-29
  1489. * SECURITY
  1490. * Hide private participation in Orgs (#13994) (#14031)
  1491. * Fix escaping issue in diff (#14153) (#14154)
  1492. * BUGFIXES
  1493. * Fix bug of link query order on markdown render (#14156) (#14171)
  1494. * Drop long repo topics during migration (#14152) (#14155)
  1495. * Ensure that search term and page are not lost on adoption page-turn (#14133) (#14143)
  1496. * Fix storage config implementation (#14091) (#14095)
  1497. * Fix panic in BasicAuthDecode (#14046) (#14048)
  1498. * Always wait for the cmd to finish (#14006) (#14039)
  1499. * Don't use simpleMDE editor on mobile devices for 1.13 (#14029)
  1500. * Fix incorrect review comment diffs (#14002) (#14011)
  1501. * Trim the branch prefix from action.GetBranch (#13981) (#13986)
  1502. * Ensure template renderer is available before storage handler (#13164) (#13982)
  1503. * Whenever the password is updated ensure that the hash algorithm is too (#13966) (#13967)
  1504. * Enforce setting HEAD in wiki to master (#13950) (#13961)
  1505. * Fix feishu webhook caused by API changed (#13938)
  1506. * Fix Quote Reply button on review diff (#13830) (#13898)
  1507. * Fix Pull Merge when tag with same name as base branch exist (#13882) (#13896)
  1508. * Fix mermaid chart size (#13865)
  1509. * Fix branch/tag notifications in mirror sync (#13855) (#13862)
  1510. * Fix crash in short link processor (#13839) (#13841)
  1511. * Update font stack to bootstrap's latest (#13834) (#13837)
  1512. * Make sure email recipients can see issue (#13820) (#13827)
  1513. * Reply button is not removed when deleting a code review comment (#13824)
  1514. * When reinitialising DBConfig reset the database use flags (#13796) (#13811)
  1515. * ENHANCEMENTS
  1516. * Add emoji in label to project boards (#13978) (#14021)
  1517. * Send webhook when tag is removed via Web UI (#14015) (#14019)
  1518. * Use Process Manager to create own Context (#13792) (#13793)
  1519. * API
  1520. * GetCombinedCommitStatusByRef always return json & swagger doc fixes (#14047)
  1521. * Return original URL of Repositories (#13885) (#13886)
  1522. ## [1.13.0](https://github.com/go-gitea/gitea/releases/tag/v1.13.0) - 2020-12-01
  1523. * SECURITY
  1524. * Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776)
  1525. * Prevent git operations for inactive users (#13527) (#13536)
  1526. * Disallow urlencoded new lines in git protocol paths if there is a port (#13521) (#13524)
  1527. * Mitigate Security vulnerability in the git hook feature (#13058)
  1528. * Disable DSA ssh keys by default (#13056)
  1529. * Set TLS minimum version to 1.2 (#12689)
  1530. * Use argon as default password hash algorithm (#12688)
  1531. * BREAKING
  1532. * Set RUN_MODE prod by default (#13765) (#13767)
  1533. * Don't replace underscores in auto-generated IDs in goldmark (#12805)
  1534. * Add Primary Key to Topic and RepoTopic tables (#12639)
  1535. * Disable password complexity check default (#12557)
  1536. * Change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500)
  1537. * Add extension Support to Attachments (allow all types for releases) (#12465)
  1538. * Remove IE11 Support (#11470)
  1539. * FEATURES
  1540. * Adopt repositories (#12920)
  1541. * Check passwords against HaveIBeenPwned (#12716)
  1542. * Gitea 2 Gitea migration (#12657)
  1543. * Support storing Avatars in minio (#12516)
  1544. * Allow addition of gpg keyring with multiple keys (#12487)
  1545. * Add email notify for new release (#12463)
  1546. * Add Access-Control-Expose-Headers (#12446)
  1547. * UserProfile Page: Render Description (#12415)
  1548. * Add command to recreate tables (#12407)
  1549. * Add mermaid JS renderer (#12334)
  1550. * Add ssh certificate support (#12281)
  1551. * Add spent time to referenced issue in commit message (#12220)
  1552. * Initial support for push options (#12169)
  1553. * Provide option to unlink a fork (#11858)
  1554. * Show exact tag for commit on diff view (#11846)
  1555. * Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)
  1556. * Issue templates directory (#11450)
  1557. * Add a storage layer for attachments (#11387)
  1558. * Add hide activity option (#11353)
  1559. * Add push commits history comment on PR time-line (#11167)
  1560. * Support elastic search for code search (#10273)
  1561. * Kanban board (#8346)
  1562. * API
  1563. * If User is Admin, show 500 error message on PROD mode too (#13115)
  1564. * Add Timestamp to Tag list API (#13026)
  1565. * Return sample message for login error in api context (#12994)
  1566. * Add IsTemplate option in create repo ui and api (#12942)
  1567. * GetReleaseByID return 404 if not found (#12933)
  1568. * Get release by tags endpoint (#12932)
  1569. * NotificationSubject show Issue/Pull State (#12901)
  1570. * Expose its limitation settings (#12714)
  1571. * Add Created & Updated to Milestone (#12662)
  1572. * Milestone endpoints accept names too (#12649)
  1573. * Expose Attachment Settings in the API (#12514)
  1574. * Add Issue and Repo info to StopWatch (#12458)
  1575. * Add cron running API (#12421)
  1576. * Add Update Pull HeadBranch Function (#12419)
  1577. * Add TOTP header to Swagger Documentation (#12402)
  1578. * Delete Token accept names too (#12366)
  1579. * Add name filter for GetMilestoneList (#12336)
  1580. * Fixed count of filtered issues when api request. (#12275)
  1581. * Do not override API issue pagination with UI settings (#12068)
  1582. * Expose useful General Repo settings settings (#11758)
  1583. * Return error when trying to create Mirrors but Mirrors are globally disabled (#11757)
  1584. * Provide diff and patch API endpoints (#11751)
  1585. * Allow to create closed milestones (#11745)
  1586. * Add language Statistics endpoint (#11737)
  1587. * Add Endpoint to get GetGeneralUI Settings (#11735) & (#11854)
  1588. * Issue/Pull expose IsLocked Property on API (#11708)
  1589. * Add endpoint for Branch Creation (#11607)
  1590. * Add pagination headers on endpoints that support total count from database (#11145)
  1591. * BUGFIXES
  1592. * Fix bogus http requests on diffs (#13760) (#13761)
  1593. * Show 'owner' tag for real owner (#13689) (#13743)
  1594. * Validate email before inserting/updating (#13475) (#13666)
  1595. * Fix issue/pull request list assignee filter (#13647) (#13651)
  1596. * Gitlab migration support for subdirectories (#13563) (#13591)
  1597. * Fix logic for preferred license setting (#13550) (#13557)
  1598. * Add missed sync branch/tag webhook (#13538) (#13556)
  1599. * Migration won't fail on non-migrated reactions (#13507)
  1600. * Fix Italian language file parsing error (#13156)
  1601. * Show outdated comments in pull request (#13148) (#13162)
  1602. * Fix parsing of pre-release git version (#13169) (#13172)
  1603. * Fix diff skipping lines (#13154) (#13155)
  1604. * When handling errors in storageHandler check underlying error (#13178) (#13193)
  1605. * Fix size and clickable area on file table back link (#13205) (#13207)
  1606. * Add better error checking for inline html diff code (#13251)
  1607. * Fix initial commit page & binary munching problem (#13249) (#13258)
  1608. * Fix migrations from remote Gitea instances when configuration not set (#13229) (#13273)
  1609. * Store task errors following migrations and display them (#13246) (#13287)
  1610. * Fix bug isEnd detection on getIssues/getPullRequests (#13299) (#13301)
  1611. * When the git ref is unable to be found return broken pr (#13218) (#13303)
  1612. * Ensure topics added using the API are added to the repository (#13285) (#13302)
  1613. * Fix avatar autogeneration (#13233) (#13282)
  1614. * Add migrated pulls to pull request task queue (#13331) (#13334)
  1615. * Issue comment reactions should also check pull type on API (#13349) (#13350)
  1616. * Fix links to repositories in /user/setting/repos (#13360) (#13362)
  1617. * Remove obsolete change of email on profile page (#13341) (#13347)
  1618. * Fix scrolling to resolved comment anchors (#13343) (#13371)
  1619. * Storage configuration support `[storage]` (#13314) (#13379)
  1620. * When creating line diffs do not split within an html entity (#13357) (#13375) (#13425) (#13427)
  1621. * Fix reactions on code comments (#13390) (#13401)
  1622. * Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13424)
  1623. * Replies to outdated code comments should also be outdated (#13217) (#13433)
  1624. * Fix panic bug in handling multiple references in commit (#13486) (#13487)
  1625. * Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470) (#13491)
  1626. * Show original author's reviews on pull summary box (#13127)
  1627. * Update golangci-lint to version 1.31.0 (#13102)
  1628. * Fix line break for MS teams webhook (#13081)
  1629. * Fix Issue & Pull Request comment headers on mobile (#13039)
  1630. * Avoid setting the CONN_STR in queues unless it is meant to be set (#13025)
  1631. * Remove code-view class from diff view (#13011)
  1632. * Fix the color of PR comment hyperlinks. (#13009)
  1633. * (Re)Load issue labels when changing them (#13007)
  1634. * Fix Media links in org files not liked to media files (#12997)
  1635. * Always return a list from GetCommitsFromIDs (#12981)
  1636. * Only set the user password if the password field would have been shown (#12980)
  1637. * Fix admin/config page (#12979)
  1638. * Changed width of commit signature avatar (#12961)
  1639. * Completely quote AppPath and CustomConf paths (#12955)
  1640. * Fix handling of migration errors (#12928)
  1641. * Fix anonymous GL migration (#12862)
  1642. * Fix git open close bug (#12834)
  1643. * Fix markdown meta parsing (#12817)
  1644. * Add default storage configurations (#12813)
  1645. * Show PR settings on empty repos (#12808)
  1646. * Disable watch and star if not signed in (#12807)
  1647. * Whilst changing the character set to utf8mb4 we should set ROW_FORMAT=dynamic too (#12804)
  1648. * Set opengraph attributes on org pages (#12803)
  1649. * Return error when creating gitlabdownloader failed (#12790)
  1650. * Add migration for password algorithm change (#12784)
  1651. * Compare SSH_DOMAIN when parsing submodule URLs (#12753)
  1652. * Fix editor.commit_empty_file_text locale string (#12744)
  1653. * Fix wrong poster message for code comment on Pull view (#11721)
  1654. * Escape failed highlighted files (#12685)
  1655. * Ensure that all migration requests are cancellable (#12669)
  1656. * Ensure RepoPath is lowercased in gitea serv (#12668)
  1657. * Do not disable commit changes button on repost (#12644)
  1658. * Dark theme for line numbers in blame view (#12632)
  1659. * Fix message when deleting last owner from an organization (#12628)
  1660. * Use shellquote to unpack arguments to gitea serv (#12624)
  1661. * Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed in. (#12581)
  1662. * Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)
  1663. * Set context for running CreateArchive to that of the request (#12555)
  1664. * Prevent redirect back to /user/events (#12462)
  1665. * Re-attempt to delete temporary upload if the file is locked by another process (#12447)
  1666. * Mirror System Notice reports are too frequent (#12438)
  1667. * Do not show arrows on comment diffs on pull comment pages (#12434)
  1668. * Fix milestone links (#12405)
  1669. * Increase size of the language column in language_stat (#12396)
  1670. * Use transaction in V102 migration (#12395)
  1671. * Only use --exclude on name-rev with git >= 2.13 (#12347)
  1672. * Add action feed for new release (#12324)
  1673. * Set NoAutoTime when updating is_archived (#12266)
  1674. * Support Force-update in Mirror and improve Tracing in mirror (#12242)
  1675. * Avoid sending "0 new commits" webhooks (#12212)
  1676. * Fix U2F button icon (#12167)
  1677. * models/repo_sign.go: break out of loops (#12159)
  1678. * Ensure that git commit tree continues properly over the page (#12142)
  1679. * Rewrite GitGraph.js (#12137)
  1680. * Fix repo API listing stability (#12057)
  1681. * Add team support for review request (#12039)
  1682. * Fix 500 error on repos with no tags (#11870)
  1683. * Fix nil pointer in default issue mail template (#11862)
  1684. * Fix commit search in all branches (#11849)
  1685. * Don't consider tag refs as valid for branch name (#11847)
  1686. * Don't add same line code comment box twice (#11837)
  1687. * Fix visibility of forked public repos from private orgs (#11717)
  1688. * Fix chardet test and add ordering option (#11621)
  1689. * Fix number of files, total additions, and deletions on Diff pages (#11614)
  1690. * Properly handle and return empty string for dangling commits in GetBranchName (#11587)
  1691. * Include query in sign in redirect (#11579)
  1692. * Fix Enter not working in SimpleMDE (#11564)
  1693. * Fix bug about can't skip commits base on base branch (#11555)
  1694. * ENHANCEMENTS
  1695. * Only Return JSON for responses (#13511) (#13565)
  1696. * Use existing analyzer module for language detection for highlighting (#13522) (#13551)
  1697. * Return the full rejection message and errors in flash errors (#13221) (#13237)
  1698. * Remove PAM from auth dropdown when unavailable (#13276) (#13281)
  1699. * Add HostCertificate to sshd_config in Docker image (#13143)
  1700. * Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124)
  1701. * Improve error feedback for duplicate deploy keys (#13112)
  1702. * Set appropriate `autocomplete` attributes on password fields (#13078)
  1703. * Adding visual cue for "Limited" & "Private" organizations. (#13040)
  1704. * Fix Pull Request merge buttons on mobile (#13035)
  1705. * Gitea serv, hooks, manager and the like should always display Fatals (#13032)
  1706. * CSS tweaks to warning/error segments and misc fixes (#13024)
  1707. * Fix formatting of branches ahead-behind on narrow windows (#12989)
  1708. * Add config option to make create-on-push repositories public by default (#12936)
  1709. * Disable migration items when mirror is selected (#12918)
  1710. * Add the checkbox quick button to the comment tool bar also (#12885)
  1711. * Support GH enterprise (#12863)
  1712. * Simplify CheckUnitUser logic (#12854)
  1713. * Fix background of signed-commits on arc-green of timeline commits (#12837)
  1714. * Move git update-server-info to hooks (#12826)
  1715. * Add ui style for "Open a blank issue" button (#12824)
  1716. * Use a simple format for the big number on ui (#12822)
  1717. * Make SVG size argument optional (#12814)
  1718. * Add placeholder text for bio profile text form (#12792)
  1719. * Set language via AJAX (#12785)
  1720. * Show git-pull-request icon for closed pull request (#12742)
  1721. * Migrate version parsing library to hashicorp/go-version (#12719)
  1722. * Only use async pre-empt hack if go < 1.15 (#12718)
  1723. * Inform user about meaning of an hourglass on reviews (#12713)
  1724. * Add a migrate service type switch page (#12697)
  1725. * Migrations: Gitlab Add Reactions Support for Issues & MergeRequests (#12695)
  1726. * Remove duplicate logic in initListSubmits (#12660)
  1727. * Set avatar image dimensions (#12654)
  1728. * Rename models.ProtectedBranchRepoID/PRID to models.EnvRepoID/PRID and ensure EnvPusherEmail is set (#12646)
  1729. * Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)
  1730. * Add postgres schema to the search_path on database connection (#12634)
  1731. * Git migration UX improvements (#12619)
  1732. * Add link to home page on swagger ui (#12601)
  1733. * hCaptcha Support (#12594)
  1734. * OpenGraph: use repo avatar if exist (#12586)
  1735. * Reaction picker display improvements (#12576)
  1736. * Fix emoji replacements, make emoji images consistent (#12567)
  1737. * Increase clickable area on files table links (#12553)
  1738. * Set z-index for sticky diff box lower (#12537)
  1739. * Report error if API merge is not allowed (#12528)
  1740. * LFS support to be stored on minio (#12518)
  1741. * Show 2FA info on Admin Pannel: Users List (#12515)
  1742. * Milestone Issue/Pull List: Add octicons type (#12499)
  1743. * Make dashboard newsfeed list length a configurable item (#12469)
  1744. * Add placeholder text for send testing email button in admin/config (#12452)
  1745. * Add SVG favicon (#12437)
  1746. * In issue comments, put issue participants also in completion list when hitting @ (#12433)
  1747. * Collapse Swagger UI tags by default (#12428)
  1748. * Detect full references to issues and pulls in commit messages (#12399)
  1749. * Allow common redis and leveldb connections (#12385)
  1750. * Don't use legacy method to send Matrix Webhook (#12348)
  1751. * Remove padding/border-radius on image diffs (#12346)
  1752. * Render the git graph on the server (#12333)
  1753. * Fix clone panel in wiki position not always align right (#12326)
  1754. * Rework 'make generate-images' (#12316)
  1755. * Refactor webhook payload convertion (#12310)
  1756. * Move jquery-minicolors to npm/webpack (#12305)
  1757. * Support use nvarchar for all varchar columns when using mssql (#12269)
  1758. * Update Octicons to v10 (#12240)
  1759. * Disable search box autofocus (#12229)
  1760. * Replace code fold icons with octicons (#12222)
  1761. * Ensure syntax highlighting is the same inside diffs (#12205)
  1762. * Auto-init repo on license, .gitignore select (#12202)
  1763. * Default to showing closed Issues/PR list when there are only closed issues/PRs (#12200)
  1764. * Enable cloning via Git Wire Protocol v2 over HTTP (#12170)
  1765. * Direct SVG rendering (#12157)
  1766. * Improve arc-green code colors (#12111)
  1767. * Allow admin to merge pr with protected file changes (#12078)
  1768. * Show description on individual milestone view (#12055)
  1769. * Update the wiki repository remote origin while update the mirror repository's Clone From URL (#12053)
  1770. * Server-side syntax highlighting for all code (#12047)
  1771. * Use Fomantic's fluid padded for blame full width (#12023)
  1772. * Use custom SVGs for commit signing lock icon (#12017)
  1773. * Make tabs smaller (#12003)
  1774. * Fix sticky diff stats container (#12002)
  1775. * Move fomantic and jQuery to main webpack bundle (#11997)
  1776. * Use enry language type to detect special languages (#11974)
  1777. * Use only first line of commit when creating referenced comment (#11960)
  1778. * Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better syntax light on editor (#11926)
  1779. * Fix double divider on issue sidebar (#11919)
  1780. * Shorten markdown heading anchors links (#11903)
  1781. * Add org avatar on top of internal repo icon (#11895)
  1782. * Use label to describe repository type (#11891)
  1783. * Make repository size unclickable on repo summary bar (#11887)
  1784. * Rework blame template and styling (#11885)
  1785. * Fix icon alignment for show/hide outdated link on resolved conversation (#11881)
  1786. * Vertically align review icons on repository sidebar (#11880)
  1787. * Better align items using flex within review request box (#11879)
  1788. * Only write to global gitconfig if necessary (#11876)
  1789. * Disable all typographic replacements in markdown renderer (#11871)
  1790. * Improve label edit buttons labels (#11841)
  1791. * Use crispEdges rendering for octicon-internal-repo (#11801)
  1792. * Show update branch item in merge box when it's necessary (#11761)
  1793. * Add compare link to releases (#11752)
  1794. * Allow site admin to disable mirrors (#11740)
  1795. * Export monaco editor on window.codeEditors (#11739)
  1796. * Add configurable Trust Models (#11712)
  1797. * Show full GPG commit status on PR commit history (#11702)
  1798. * Fix align issues and decrease avatar size on PR timeline (#11689)
  1799. * Replace jquery-datetimepicker with native date input (#11684)
  1800. * Change Style of Tags on Comments (#11668)
  1801. * Fix missing styling for shabox on PR commit history (#11625)
  1802. * Apply padding to approval icons on PR list (#11622)
  1803. * Fix message wrapping on PR commit list (#11616)
  1804. * Right-align status icon on pull request commit history (#11594)
  1805. * Add missing padding for multi-commit list on PR view (#11593)
  1806. * Do not show avatar for "{{user}} added X commits" (#11591)
  1807. * Fix styling and padding for commit list on PR view (#11588)
  1808. * Style code review comment for arc-green (#11572)
  1809. * Use default commit message for wiki edits (#11550)
  1810. * Add internal-repo octicon for public repos of private org (#11529)
  1811. * Fix dropzone color on arc-green (#11514)
  1812. * Insert ui divider directly in templates instead of from inside heatmap vue component (#11508)
  1813. * Move tributejs to npm/webpack (#11497)
  1814. * Fix text-transform on wiki revisions page (#11486)
  1815. * Do not show lock icon on repo list for public repos in private org (#11445)
  1816. * Include LFS when calculating repo size (#11060)
  1817. * Add check for LDAP group membership (#10869)
  1818. * When starting new stopwatch stop previous if it is still running (#10533)
  1819. * Add queue for code indexer (#10332)
  1820. * Move all push update operations to a queue (#10133)
  1821. * Cache last commit when pushing for big repository (#10109)
  1822. * Change/remove a branch of an open issue (#9080)
  1823. * Sortable Tables Header By Click (#7980)
  1824. * TESTING
  1825. * Use community codecov drone plugin (#12468)
  1826. * Add more tests for diff highlighting (#12467)
  1827. * Don't put integration test data outside of test folder (#11746)
  1828. * Add debug option to hooks (#11624)
  1829. * Log slow tests (#11487)
  1830. * TRANSLATION
  1831. * Translate two small lables on commit statuse list (#12821)
  1832. * Make issues.force_push_codes message shorter (#11575)
  1833. * BUILD
  1834. * Bump min required golang to 1.13 (#12717)
  1835. * Add 'make watch' (#12636)
  1836. * Extract Swagger CSS to its own file (#12616)
  1837. * Update eslint config (#12609)
  1838. * Avoid unnecessary system-ui expansion (#12522)
  1839. * Make the default PID file compile-time settable (#12485)
  1840. * Add 'watch-backend' (#12330)
  1841. * Detect version of sed in Makefile (#12319)
  1842. * Update gitea-vet to v0.2.1 (#12282)
  1843. * Add logic to build stable and edge builds for gitea snap (#12052)
  1844. * Fix missing CGO_EXTRA_FLAGS build arg for docker (#11782)
  1845. * Alpine 3.12 (#11720)
  1846. * Enable stylelint's shorthand-property-no-redundant-values (#11436)
  1847. * DOCS
  1848. * Change default log configuration (#13088)
  1849. * Add automatic JS license generation (#11810)
  1850. * Remove page size limit comment from swagger (#11806)
  1851. * Narrow down Edge version in browser support docs (#11640)
  1852. ## [1.12.5](https://github.com/go-gitea/gitea/releases/tag/v1.12.5) - 2020-10-01
  1853. * BUGFIXES
  1854. * Allow U2F with default settings for gitea in subpath (#12990) (#13001)
  1855. * Prevent empty div when editing comment (#12404) (#12991)
  1856. * On mirror update also update address in DB (#12964) (#12967)
  1857. * Allow extended config on cron settings (#12939) (#12943)
  1858. * Open transaction when adding Avatar email-hash pairs to the DB (#12577) (#12940)
  1859. * Fix internal server error from ListUserOrgs API (#12910) (#12915)
  1860. * Update only the repository columns that need updating (#12900) (#12912)
  1861. * Fix panic when adding long comment (#12892) (#12894)
  1862. * Add size limit for content of comment on action ui (#12881) (#12890)
  1863. * Convert User expose ID each time (#12855) (#12883)
  1864. * Support slashes in release tags (#12864) (#12882)
  1865. * Add missing information to CreateRepo API endpoint (#12848) (#12867)
  1866. * On Migration respect old DefaultBranch (#12843) (#12858)
  1867. * Fix notifications page links (#12838) (#12853)
  1868. * Stop cloning unnecessarily on PR update (#12839) (#12852)
  1869. * Escape more things that are passed through str2html (#12622) (#12850)
  1870. * Remove double escape on labels addition in comments (#12809) (#12810)
  1871. * Fix "only mail on mention" bug (#12775) (#12789)
  1872. * Fix yet another bug with diff file names (#12771) (#12776)
  1873. * RepoInit Respect AlternateDefaultBranch (#12746) (#12751)
  1874. * Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) (#12750)
  1875. * ENHANCEMENTS
  1876. * gitea dump: include version & Check InstallLock (#12760) (#12762)
  1877. ## [1.12.4](https://github.com/go-gitea/gitea/releases/tag/v1.12.4) - 2020-09-02
  1878. * SECURITY
  1879. * Escape provider name in oauth2 provider redirect (#12648) (#12650)
  1880. * Escape Email on password reset page (#12610) (#12612)
  1881. * When reading expired sessions - expire them (#12686) (#12690)
  1882. * ENHANCEMENTS
  1883. * StaticRootPath configurable at compile time (#12371) (#12652)
  1884. * BUGFIXES
  1885. * Fix to show an issue that is related to a deleted issue (#12651) (#12692)
  1886. * Expire time acknowledged for cache (#12605) (#12611)
  1887. * Fix diff path unquoting (#12554) (#12575)
  1888. * Improve HTML escaping helper (#12562)
  1889. * models: break out of loop (#12386) (#12561)
  1890. * Default empty merger list to those with write permissions (#12535) (#12560)
  1891. * Skip SSPI authentication attempts for /api/internal (#12556) (#12559)
  1892. * Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550)
  1893. * Remove hardcoded ES indexername (#12521) (#12526)
  1894. * Fix bug preventing transfer to private organization (#12497) (#12501)
  1895. * Keys should not verify revoked email addresses (#12486) (#12495)
  1896. * Do not add prefix on http/https submodule links (#12477) (#12479)
  1897. * Fix ignored login on compare (#12476) (#12478)
  1898. * Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)
  1899. * Upgrade google/go-github to v32.1.0 (#12361) (#12390)
  1900. * Render emoji's of Commit message on feed-page (#12373)
  1901. * Fix handling of diff on unrelated branches when Git 2.28 used (#12370)
  1902. ## [1.12.3](https://github.com/go-gitea/gitea/releases/tag/v1.12.3) - 2020-07-28
  1903. * BUGFIXES
  1904. * Don't change creation date when updating Release (#12343) (#12351)
  1905. * Show 404 page when release not found (#12328) (#12332)
  1906. * Fix emoji detection in certain cases (#12320) (#12327)
  1907. * Reduce emoji size (#12317) (#12327)
  1908. * Fix double-indirection bug in logging IDs (#12294) (#12308)
  1909. * Link to pull list page on sidebar when view pr (#12256) (#12263)
  1910. * Extend Notifications API and return pinned notifications by default (#12164) (#12232)
  1911. ## [1.12.2](https://github.com/go-gitea/gitea/releases/tag/v1.12.2) - 2020-07-11
  1912. * BUGFIXES
  1913. * When deleting repository decrese user repository count in cache (#11954) (#12188)
  1914. * Return full commit message instead of summary in commits API (#12186) (#12187)
  1915. * Properly set HEAD when a repo is created with a default branch that is not named 'master' (#12135) (#12182)
  1916. * Ensure GPG Subkeys are verified (#12155) (#12168)
  1917. * Fix failing to cache last commit with key being to long (#12151) (#12161)
  1918. * Multiple small admin dashboard fixes (#12153) (#12156)
  1919. * Remove spurious logging of " Delete all repository archives" at startup (#12139) (#12148)
  1920. * Fix repository setup instructions when default branch is not named 'master' (#12122) (#12147)
  1921. * Move EventSource to SharedWorker (#12095) (#12130)
  1922. * Fix ui bug in wiki commit page (#12089) (#12125)
  1923. * Fix gitgraph branch continues after merge (#12044) (#12105)
  1924. * Set the base url when migrating from Gitlab using access token or username without password (#11852) (#12104)
  1925. * Ensure BlameReaders close at end of request (#12102) (#12103)
  1926. * Fix panic when adding review comment (#12058)
  1927. * ENHANCEMENTS
  1928. * Disable dropzone's timeout for file uploads (#12024) (#12032)
  1929. ## [1.12.1](https://github.com/go-gitea/gitea/releases/tag/v1.12.1) - 2020-06-21
  1930. * BUGFIXES
  1931. * Handle multiple merges in gitgraph.js (#11996) (#12000)
  1932. * Add serviceworker.js to KnownPublicEntries (#11992) (#11994)
  1933. * For language detection do not try to analyze big files by content (#11971) (#11975)
  1934. * ENHANCEMENTS
  1935. * Fix scrollable header on dropdowns (#11893) (#11965)
  1936. ## [1.11.8](https://github.com/go-gitea/gitea/releases/tag/v1.11.8) - 2020-06-21
  1937. * BUGFIXES
  1938. * Really fix __webpack_public_path__ for 1.11 (#11961)
  1939. ## [1.12.0](https://github.com/go-gitea/gitea/releases/tag/v1.12.0) - 2020-06-17
  1940. * BREAKING
  1941. * When using API CreateRelease set created_unix to the tag commit time (#11218)
  1942. * Enable ENABLE_HARD_LINE_BREAK by default for rendering markdown (#11162)
  1943. * Fix sanitizer config - multiple rules (#11133)
  1944. * Remove check on username when using AccessToken authentication for the API (#11015)
  1945. * Return 404 from Contents API when items don't exist (#10323)
  1946. * Notification API should always return a JSON object with the current count of notifications (#10059)
  1947. * Remove migration support from versions earlier than 1.6.0 (#10026)
  1948. * SECURITY
  1949. * Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635) (#11662)
  1950. * FEATURES
  1951. * Improve config logging when WrappedQueue times out (#11174)
  1952. * Add branch delete to API (#11112)
  1953. * Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047)
  1954. * Add a way to mark Conversation (code comment) resolved (#11037)
  1955. * Handle yaml frontmatter in markdown (#11016)
  1956. * Cache PullRequest Divergence (#10914)
  1957. * Make `gitea admin auth list` formatting configurable (#10844)
  1958. * Add Matrix webhook (#10831)
  1959. * Add Organization Wide Labels (#10814)
  1960. * Allow to set protected file patterns for files that can not be changed under no conditions (#10806)
  1961. * Option to set default branch at repository creation (#10803)
  1962. * Add request review from specific reviewers feature in pull request (#10756)
  1963. * Add NextCloud oauth (#10562)
  1964. * System-wide webhooks (#10546)
  1965. * Relax sanitization as per https://github.com/jch/html-pipeline (#10527)
  1966. * Use media links for img in post-process (#10515)
  1967. * Add API endpoints to manage OAuth2 Application (list/create/delete) (#10437)
  1968. * Render READMEs in docs/ .gitea or .github from root (#10361)
  1969. * Add feishu webhook support (#10229)
  1970. * Cache last commit to accelerate the repository directory page visit (#10069)
  1971. * Implement basic app.ini and path checks to doctor cmd (#10064)
  1972. * Make WorkerPools and Queues flushable (#10001)
  1973. * Implement "embedded" command to extract static resources (#9982)
  1974. * Add API endpoint for repo transfer (#9947)
  1975. * Make archive prefixing configurable with a global setting (#9943)
  1976. * Add Unique Queue infrastructure and move TestPullRequests to this (#9856)
  1977. * Issue/PR Context Popups (#9822)
  1978. * Add "Update Branch" button to Pull Requests (#9784)
  1979. * Add require signed commit for protected branch (#9708)
  1980. * Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)
  1981. * Add API notification endpoints (#9488)
  1982. * Issue search support elasticsearch (#9428)
  1983. * Add API branch protection endpoint (#9311)
  1984. * Add a new command doctor to check if some wrong configurations on gitea instance (#9095)
  1985. * Add support for migrating from Gitlab (#9084)
  1986. * Add support for database schema in PostgreSQL (#8819)
  1987. * Add setting to set default and global disabled repository units. (#8788)
  1988. * Language statistics bar for repositories (#8037)
  1989. * Restricted users (#6274)
  1990. * BUGFIXES
  1991. * Fix commenting on non-utf8 encoded files (#11916) (#11950)
  1992. * Use google/uuid to instead satori/go.uuid (#11943) (#11946)
  1993. * Align show/hide outdated button on code review block (#11932) (#11944)
  1994. * Update to go-git v5.1.0 (#11936) (#11941)
  1995. * Use ID or Where to instead directly use Get when load object from database (#11925) (#11934)
  1996. * Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912) (#11915)
  1997. * Invalidate comments when file is shortened (#11882) (#11884)
  1998. * Rework api/user/repos for pagination (#11827) (#11877)
  1999. * Handle more pathological branch and tag names (#11843) (#11863)
  2000. * Add doctor check to set IsArchived false if it is null (partial #11853) (#11859)
  2001. * Prevent panic on empty HOST for mysql (#11850) (#11856)
  2002. * Use DEFAULT_PAGING_NUM instead of MAX_RESPONSE_ITEMS in ListOptions (#11831) (#11836)
  2003. * Fix reply octicon (#11821) (#11822)
  2004. * Honor DEFAULT_PAGING_NUM for API (#11805) (#11813)
  2005. * Ensure rejected push to refs/pull/index/head fails nicely (#11724) (#11809)
  2006. * In File Create/Update API return 404 if Branch does not exist (#11791) (#11795)
  2007. * Fix doer of rename repo (#11789) (#11794)
  2008. * Initialize SimpleMDE when making a code comment (#11749) (#11785)
  2009. * Fix timezone on issue deadline (#11697) (#11784)
  2010. * Fix to allow comment poster to edit or delete his own comments (#11671) (#11774)
  2011. * Show full 500 error in API when Gitea in dev mode (#11641) (#11753)
  2012. * Add missing templates for Matrix system webhooks (#11729) (#11748)
  2013. * Fix verification of subkeys of default gpg key (#11713) (#11747)
  2014. * Fix styling for commiter on diff view (#11715) (#11744)
  2015. * Properly truncate system notices (#11714) (#11742)
  2016. * Handle expected errors in FileCreate & FileUpdate API (#11643) (#11718)
  2017. * Fix missing authorization check on pull for public repos of private/limited org (#11656) (#11682)
  2018. * Doctor check & fix db consistency (#11111) (#11676)
  2019. * Exclude generated files from language statistics (#11653) (#11670)
  2020. * Return json on 500 error from API (#11574) (#11659)
  2021. * When must change password only show Signout (#11600) (#11637)
  2022. * Backport various styling fixes (#11619)
  2023. * Fix wrong milestone in webhook message (#11596) (#11611)
  2024. * Fix serviceworker output file and misc improvements (#11562) (#11610)
  2025. * When initialising repositories ensure that the user doing the creation is the initializer (#11601) (#11608)
  2026. * Prevent empty query parameter being set on dashboard (#11561) (#11604)
  2027. * Fix images in wiki edit preview (#11546) (#11602)
  2028. * Prevent (caught) panic on login (#11590) (#11597)
  2029. * Prevent transferring repos to invisible orgs (#11517) (#11549)
  2030. * Move serviceworker to workbox and fix SSE interference (#11538) (#11547)
  2031. * API PullReviewComment HTMLPullURL should return the HTMLURL (#11501) (#11533)
  2032. * Fix repo-list private and total count bugs (#11500) (#11532)
  2033. * Fix form action template substitutions on admin pages (backport #11519) (#11531)
  2034. * Fix a bug where the reaction emoji doesn't disappear. (#11489) (#11530)
  2035. * TrimSpace when reading InternalToken from a file (#11502) (#11524)
  2036. * Fix selected line color in arc-green (#11492) (#11520)
  2037. * Make localstorage read ssh or https correctly (#11483) (#11490)
  2038. * Check branch protection on IsUserAllowedToUpdate (#11448)
  2039. * Fix margin on attached segment headers when they are separated by other element (#11425)
  2040. * Fix webhook template when validation errors occur (#11421)
  2041. * Fix NPE in template due to missing signing key on commit page (#11392)
  2042. * Restore active background to Register button on Register page (#11390)
  2043. * Fix hook failure due to relative LFS_CONTENT_PATH (#11362)
  2044. * Correctly set the organization num repos (#11339)
  2045. * Prevent 500 with badly formed task list (#11328)
  2046. * Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)
  2047. * Handle panics that percolate up to the graceful module (#11291)
  2048. * Don't allow registration via the web form, when AllowOnlyExternalRegistration is True (#11248)
  2049. * Patch fomantic-ui to workaround build issue (#11244)
  2050. * Prevent panic during wrappedConn close at hammertime (#11219)
  2051. * On logout force redirect to start page (#11202)
  2052. * Fix creation of Organization repos by Users with max created personal repos (#11183)
  2053. * Add option to increase provided OAuth2 token maximum size (#11180)
  2054. * Log the indexer path on failure (#11172)
  2055. * Ensure that relative paths in edit preview work (#11143)
  2056. * Make API EditIssue and EditPullRequest issue notifications (#11123)
  2057. * Send 404 immediately for known public requests (#11117)
  2058. * Remove nil inserts in models (#11096)
  2059. * Add GetReviews() to RetryDownloader (#11093)
  2060. * Remove nonexistent serviceworker entries (#11091)
  2061. * Simplify and fix GetApprovalCounts (#11086)
  2062. * Fix wiki revision template and simplify some tmpl conditions (#11080)
  2063. * Make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{filepath} (#11067)
  2064. * Align review-item svg octicons (#11065)
  2065. * Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team (#10997)
  2066. * Users should not be able to prohibit their own login (#10970)
  2067. * Fix scrollbar issues in dropdowns (#10897)
  2068. * Change the order of issues.closed_by to list opening user first (#10876)
  2069. * Allow site admin to check /api/v1/orgs endpoints (#10867)
  2070. * Avoid logging []byte in queue failures - convert to string first (#10865)
  2071. * Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863)
  2072. * Fix assignees double load bug (#10856)
  2073. * Handle push rejection in branch and upload (#10854)
  2074. * In authorized_keys use double-quote for windows compatibility (#10841)
  2075. * Fix milestone template (#10824)
  2076. * log.Fatal on failure to listen to SSH port (#10795)
  2077. * Fix forked repo has no icon and language stat. (#10791)
  2078. * Fix tag/release deletion (#10663)
  2079. * Fix webhook migration (#10641)
  2080. * Migration for deleting orphaned dependencies (#10617)
  2081. * Add migration to fix the old broken merge-bases (#10604)
  2082. * Update templates for Go 1.14 (#10596)
  2083. * Remove unnecessary parentheses in wiki/view template (#10583)
  2084. * Change default value of DefaultCommandExecutionTimeout to match docs (#10581)
  2085. * Handle panic in indexer initialisation better (#10534)
  2086. * Set correct content_type value for Gogs/Gitea webhooks (#9504) (#10456)
  2087. * Fixed wrong AppSubUrl in multiple templates (#10447)
  2088. * Fix profile page CSS (#10406)
  2089. * Inject SVG sprite via ajax (#10320)
  2090. * Fix migration information update bug when linked github account (#10310)
  2091. * Allow admin to check org membership by API for other users (#10201)
  2092. * Fix topics dropdown (#10167)
  2093. * Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)
  2094. * Fix IsErrPullClosed (#10093)
  2095. * Accept punctuation after simple+cross repository issue references (#10091)
  2096. * On merge of already closed PR redirect back to the pulls page (#10010)
  2097. * Fix crowdin update script (#9969)
  2098. * Fix pull view when head repository or head branch missed and close related pull requests when delete head repository or head branch (#9927)
  2099. * Add option to prevent LDAP from deactivating everything on empty search (#9879)
  2100. * Fix admin handling at merge of PR (#9749)
  2101. * err_admin_name_pattern_not_allowed String Clarification (#9731)
  2102. * Fix wrong original git service type on a migrated repository (#9693)
  2103. * Fix ref links in issue overviews for tags (#8742)
  2104. * ENHANCEMENTS
  2105. * Fix search form button overlap (#11840) (#11864)
  2106. * Make tabular menu styling consistent for arc-green (#11570) (#11798)
  2107. * Add option to API to update PullRequest base branch (#11666) (#11796)
  2108. * Increase maximum SQLite variables count to 32766 (#11696) (#11783)
  2109. * Update emoji dataset with skin tone variants (#11678) (#11763)
  2110. * Add logging to long migrations (#11647) (#11691)
  2111. * Change language statistics to save size instead of percentage (#11681) (#11690)
  2112. * Allow different HardBreaks settings for documents and comments (#11515) (#11599)
  2113. * Fix alignment for commits on dashboard (#11595) (#11680)
  2114. * Default MSSQL port 0 to allow automatic detection by default (#11642) (#11673)
  2115. * Handle expected errors in AddGPGkey API (#11644) (#11661)
  2116. * Close EventSource before unloading the page (#11539) (#11557)
  2117. * Ensure emoji render with regular font-weight (#11541) (#11545)
  2118. * Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11542)
  2119. * Tweak reaction buttons (#11516)
  2120. * Use more toned colors for selected line (#11493) (#11511)
  2121. * Increase width for authors on commit view (#11441)
  2122. * Hide archived repos by default in repo-list (#11440)
  2123. * Better styling for code review comment textarea (#11428)
  2124. * Support view individual commit for wiki pages (#11415)
  2125. * Fix yellow background on active elements in code review (#11414)
  2126. * Better styling for code review comment form (#11413)
  2127. * Change install description on homepage (#11395)
  2128. * Ensure search action button is coalesced to adjacent input (#11385)
  2129. * Switch code editor to Monaco (#11366)
  2130. * Add paging and archive/private repository filtering to dashboard list (#11321)
  2131. * Changed image of openid-connect logo for better look on arc-green theme (#11312)
  2132. * Load Repo Topics on blame view too (#11307)
  2133. * Change the style in admin notice content view from `<p>` to `<pre>` (#11301)
  2134. * Allow log.xxx.default to set logging settings for the default logger only (#11292)
  2135. * Automatically attempt auto recovery of broken disk queues (Update lunny/levelqueue to 0.3.0) (#11285)
  2136. * Make sendmail a Process and have default timeout (#11256)
  2137. * Check value of skip-repository flag in dump command (#11254)
  2138. * Fix submit review form (#11252)
  2139. * Allow unauthenticated users to compare (#11240)
  2140. * Add EventSource support (#11235)
  2141. * Refactor Milestone related (#11225)
  2142. * Add pull review API endpoints (#11224)
  2143. * Add a 'this' to issue close/reopened messages (#11204)
  2144. * When migrating from Gitlab map Approvals to approving Reviews (#11147)
  2145. * Improve representation of attachments in issues (#11141)
  2146. * Protect default branch against deletion (#11115)
  2147. * Add X-Total-Count on /repos/{owner]/{repo}/pulls API endpoint (#11113)
  2148. * Fix status label on branches list vertical alignment (#11109)
  2149. * Add single release page and latest redirect (#11102)
  2150. * Add missing commit states to PR checks template (#11085)
  2151. * Change icon on title for merged PR to git-merge (#11064)
  2152. * Add MergePull comment type instead of close for merge PR (#11058)
  2153. * Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055)
  2154. * Consolidate author name across timeline (#11053)
  2155. * Refactor UpdateOAuth2Application (#11034)
  2156. * Support unicode emojis and remove emojify.js (#11032)
  2157. * Add git hook "warning" to admin panel (#11030)
  2158. * Add flash notify for email preference setting success (#11027)
  2159. * Remove package code.gitea.io/gitea/modules/git import out of models (#11025)
  2160. * Match arc-green code tag color to code blocks (#11023)
  2161. * Move syntax highlighting to web worker (#11017)
  2162. * Prevent merge of outdated PRs on protected branches (#11012)
  2163. * Add Get/Update for api/v1/user/applications/oauth2 (#11008)
  2164. * Upgrade to most recent bluemonday (#11007)
  2165. * Tweak code tags in markdown (#11000)
  2166. * Reject duplicate AccessToken names (#10994)
  2167. * Fix Ctrl-Enter shortcut for issues (#10986)
  2168. * Provide `OwnerName` field for README template (#10981)
  2169. * Prettify Timeline (#10972)
  2170. * Add issue subscription check to API (#10967)
  2171. * Use AJAX for notifications table (#10961)
  2172. * Adjust label padding (#10957)
  2173. * Avoiding directory execution on hook (#10954) (#10955)
  2174. * Migrate ActivityHeatmap to Vue SFC (#10953)
  2175. * Change merge strategy: do not check write access if user in merge white list (#10951)
  2176. * Enable GO111MODULE=on globally in Makefile (#10939)
  2177. * API endpoint to get single commit via SHA and Ref (#10915)
  2178. * Add accordion to release list and hide non-latest (#10910)
  2179. * Split dashboard elements into separate template files (#10885)
  2180. * Add more message on sidebar menus (#10872)
  2181. * Set MySQL rowtype to dynamic for new tables (#10833)
  2182. * Completely fix task-list checkbox styling (#10798)
  2183. * Hide gear icon for user who can't use them on sidebar (#10750)
  2184. * Refactor Cron and merge dashboard tasks (#10745)
  2185. * Change review status icons on pr view style to github style (#10737)
  2186. * Make pagination optional for API list notification endpoints (#10714)
  2187. * Fix tab indentation in code view (#10671)
  2188. * Fix task-list checkbox styling (#10668)
  2189. * Multiple LFS improvements (#10667)
  2190. * Make PR message on pushes configurable (#10664)
  2191. * Move dropzone.js to npm/webpack (#10645)
  2192. * Ensure Update button is enabled even when CI has failed (#10640)
  2193. * Add restricted user filter to LDAP authentication (#10600)
  2194. * Add Yandex OAuth2 provider (#8335) (#10564)
  2195. * Make avatar lookup occur at image request (#10540)
  2196. * Prevent accidential selection of language stats bar (#10537)
  2197. * Add fluid-icon (#10491)
  2198. * Inform participants on UI too (#10473)
  2199. * Build with go 1.14 (and raise minimum go version to 1.12) (#10467)
  2200. * Add max-file-size to LFS (#10463)
  2201. * Enable paggination for ListRepoTags API (#10454)
  2202. * Update JS dependencies (#10450)
  2203. * Show the username as a fallback on feeds if full name is blank (#10438)
  2204. * Various dark theme fixes (#10416)
  2205. * Display pull request head branch even the branch deleted or repository deleted (#10413)
  2206. * Prevent Firefox from using apple-touch-icon (#10402)
  2207. * Fix input[type=file] on dark theme (#10382)
  2208. * Improve mobile review-box sizing (#10297)
  2209. * Notification: queue ui.go notification-service (#10281)
  2210. * Add detected file language to code search (#10256)
  2211. * Index code and stats only for non-empty repositories (#10251)
  2212. * Add Approval Counts to pulls list (#10238)
  2213. * Limit label list height on edit issue page (#10216)
  2214. * Improve 404 error message (#10214)
  2215. * Tweak locale to respect singular conflicting file message in PR list (#10177)
  2216. * Fix commit view (#10169)
  2217. * Reorganize frontend files and tooling (#10168)
  2218. * Allow emoji on popup label (#10166)
  2219. * ListIssues add filter for milestones API (#10148)
  2220. * Show if a PR has conflicting files on the PR lists (#10130)
  2221. * Fix inconsistent label color format in API (#10129)
  2222. * Show download count info in release list (#10124)
  2223. * Add Octicon SVG spritemap (#10107)
  2224. * Update aria-fixed semantic-dropdown to fomantic master (#10096)
  2225. * Fix apple-touch-icon, regenerate images (#10065)(#10006)
  2226. * Style blockquote for default issue mail template (#10024)
  2227. * More expansions in template repositories (#10021)
  2228. * Allow list collaborators for users with Read access to repo (#9995)
  2229. * Add explicit dimensions to navbar avatar (#9986)
  2230. * Remove loadCSS and preload woff2 icon fonts (#9976)
  2231. * Fix commit view JS features, reimplement folding (#9968)
  2232. * Fix review avatar image (#9962)
  2233. * Improve notification pager (#9821)
  2234. * Move jquery and jquery-migrate to npm/webpack (#9813)
  2235. * Change font to Roboto to support more charsets (#9803)
  2236. * Move mailer to use a queue (#9789)
  2237. * Issue search on my related repositories (#9758)
  2238. * Add "before" query to ListIssueComments and ListRepoIssueComments API (#9685)
  2239. * Move tracked time api convert to convert package (#9665)
  2240. * Improve PR info in default merge message (#9635)
  2241. * Granular webhook events (#9626)
  2242. * Add Reviewed-on in commit message (#9623)
  2243. * Add top author stats to activity page (#9615)
  2244. * Allow repo admin to merge PR regardless of review status (#9611)
  2245. * Migrate reactions when migrating repository from github (#9599)
  2246. * API orgEditTeam make Fields optional (#9556)
  2247. * Move create/fork repository from models to modules/repository (#9489)
  2248. * Migrate reviews when migrating repository from github (#9463)
  2249. * Times API add filters (#9373)
  2250. * Move push commits from models to modules/repository (#9370)
  2251. * Add API endpoint to check notifications [Extend #9488] (#9595)
  2252. * Add GET /orgs API endpoint (#9560)
  2253. * API add/generalize pagination (#9452)
  2254. * Make create org repo API call same as github (#9186)
  2255. * BUILD
  2256. * Turn off go modules for xgo and gxz (#10963)
  2257. * Add gitea-vet (#10948)
  2258. * Rename scripts to build and add revive command as a new build tool command (#10942)
  2259. * Add 'make lint', restructure 'compliance' pipeline (#10861)
  2260. * Move JS build dependencies to 'dependencies' (#10763)
  2261. * Use whitelist to find go files, run find only once (#10594)
  2262. * Move vue and vue-calendar-heatmap to npm/webpack (#10188)
  2263. * Move jquery.are-you-sure to npm/webpack (#10063)
  2264. * Move highlight.js to npm/webpack (#10011)
  2265. * Generate Bindata if TAGS="bindata" and not up-to-date (#10004)
  2266. * Move CSS build to webpack (#9983)
  2267. * Move fomantic target, update 'make help' (#9945)
  2268. * Add css extraction and minification to webpack (#9944)
  2269. * Misc webpack tweaks (#9924)
  2270. * Make node_modules a order-only prerequisite (#9923)
  2271. * Update documentation for the go module era (#9751)
  2272. * Move swagger-ui to webpack/npm and update it to 3.24.3 (#9714)
  2273. * Use npm to manage fomantic and only build needed components (#9561)
  2274. * MISC
  2275. * Add gnupg to Dockerfile (#11365)
  2276. * Update snapcraft.yaml for core18 and latest features (#11300)
  2277. * Update JS dependencies, min Node.js version 10.13 (#11246)
  2278. * Change default charset for MySQL on install to utf8mb4 (#10989)
  2279. * Return issue subscription status from API subscribe (#10966)
  2280. * Fix queue log param (#10733)
  2281. * Add warning when using relative path to app.ini (#10104)
  2282. ## [1.11.7](https://github.com/go-gitea/gitea/releases/tag/v1.11.7) - 2020-06-18
  2283. * BUGFIXES
  2284. * Use ID or Where to instead directly use Get when load object from database (#11925) (#11935)
  2285. * Fix __webpack_public_path__ for 1.11 (#11907)
  2286. * Fix verification of subkeys of default gpg key (#11713) (#11902)
  2287. * Remove unnecessary parentheses in wiki/view template (#11781)
  2288. * Doctor fix xorm.Count nil on sqlite error (#11741)
  2289. ## [1.11.6](https://github.com/go-gitea/gitea/releases/tag/v1.11.6) - 2020-05-30
  2290. * SECURITY
  2291. * Fix missing authorization check on pull for public repos of private/limited org (#11656) (#11683)
  2292. * Use session for retrieving org teams (#11438) (#11439)
  2293. * BUGFIXES
  2294. * Return json on 500 error from API (#11574) (#11660)
  2295. * Fix wrong milestone in webhook message (#11596) (#11612)
  2296. * Prevent (caught) panic on login (#11590) (#11598)
  2297. * Fix commit page js error (#11527)
  2298. * Use media links for img in post-process (#10515) (#11504)
  2299. * Ensure public repositories in private organizations are visible and fix admin organizations list (#11465) (#11475)
  2300. * Set correct Content-Type value for Gogs/Gitea webhooks (#9504) (#10456) (#11461)
  2301. * Allow all members of private orgs to see public repos (#11442) (#11459)
  2302. * Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) (#11457)
  2303. * Forcibly clean and destroy the session on logout (#11447) (#11451)
  2304. * Fix /api/v1/orgs/* endpoints by changing parameter to :org from :orgname (#11381)
  2305. * Add tracked time fix to doctor (part of #11111) (#11138)
  2306. * Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11544)
  2307. * Remove unnecessary parentheses in wiki/revision.tmpl to allow 1.11 to build on go1.14 (#11481)
  2308. ## [1.11.5](https://github.com/go-gitea/gitea/releases/tag/v1.11.5) - 2020-05-09
  2309. * BUGFIXES
  2310. * Prevent timer leaks in Workerpool and others (#11333) (#11340)
  2311. * Fix tracked time issues (#11349) (#11354)
  2312. * Add NotifySyncPushCommits to indexer notifier (#11309) (#11338)
  2313. * Allow X in addition to x in tasks (#10979) (#11335)
  2314. * When delete tracked time through the API return 404 not 500 (#11319) (#11326)
  2315. * Prevent duplicate records in organizations list when creating a repository (#11303) (#11325)
  2316. * Manage port in submodule refurl (#11305) (#11323)
  2317. * api.Context.NotFound(...) should tolerate nil (#11288) (#11306)
  2318. * Show pull request selection even when unrelated branches (#11239) (#11283)
  2319. * Repo: milestone: make /milestone/:id endpoint accessible (#11264) (#11282)
  2320. * Fix GetContents(): Dont't ignore Executables (#11192) (#11209)
  2321. * Fix submodule paths when AppSubUrl is not root (#11098) (#11176)
  2322. * Prevent clones and pushes to disabled wiki (#11131) (#11134)
  2323. * Remove errant third closing curly-bracket from account.tmpl and send account ID in account.tmpl (#11130)
  2324. * On Repo Deletion: Delete related TrackedTimes too (#11110) (#11125)
  2325. * Refresh codemirror on show pull comment tab (#11100) (#11122)
  2326. * Fix merge dialog on protected branch with missing required statuses (#11074) (#11084)
  2327. * Load pr Issue Poster on API too (#11033) (#11039)
  2328. * Fix release counter on API repository info (#10968) (#10996)
  2329. * Generate Diff and Patch direct from Pull head (#10936) (#10938)
  2330. * Fix rebase conflict detection in git 2.26 (#10929) (#10930)
  2331. * ENHANCEMENT
  2332. * Fix 404 and 500 image size in small size screen (#11043) (#11049)
  2333. * Multiple Gitea Doctor improvements (#10943) (#10990) (#10064) (#9095) (#10991)
  2334. ## [1.11.4](https://github.com/go-gitea/gitea/releases/tag/v1.11.4) - 2020-04-01
  2335. * BUGFIXES
  2336. * Only update merge_base if not already merged (#10909)
  2337. * Fix milestones too many SQL variables bug (#10880) (#10904)
  2338. * Protect against NPEs in notifications list (#10879) (#10883)
  2339. * Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) (#10868)
  2340. * Convert plumbing.ErrReferenceNotFound to git.ErrNotExist in GetRefCommitID (#10676) (#10797)
  2341. * Account for empty lines in receive-hook message (#10773) (#10784)
  2342. * Fix bug on branch API (#10767) (#10775)
  2343. * Migrate to go-git/go-git v5.0.0 (#10735) (#10753)
  2344. * Fix hiding of fields in authorization source page (#10734) (#10752)
  2345. * Prevent default for linkAction (#10742) (#10743)
  2346. ## [1.11.3](https://github.com/go-gitea/gitea/releases/tag/v1.11.3) - 2020-03-10
  2347. * BUGFIXES
  2348. * Prevent panic in stopwatch (#10670) (#10673)
  2349. * Fix bug on pull view when required status check no ci result (#10648) (#10651)
  2350. * Build explicitly with Go 1.13 (#10684)
  2351. ## [1.11.2](https://github.com/go-gitea/gitea/releases/tag/v1.11.2) - 2020-03-06
  2352. * BREAKING
  2353. * Various fixes in login sources (#10428) (#10429)
  2354. * SECURITY
  2355. * Ensure only own addresses are updated (#10397) (#10399)
  2356. * Logout POST action (#10582) (#10585)
  2357. * Org action fixes and form cleanup (#10512) (#10514)
  2358. * Change action GETs to POST (#10462) (#10464)
  2359. * Fix admin notices (#10480) (#10483)
  2360. * Change admin dashboard to POST (#10465) (#10466)
  2361. * Update markbates/goth (#10444) (#10445)
  2362. * Update crypto vendors (#10385) (#10398)
  2363. * BUGFIXES
  2364. * Allow users with write permissions to modify issue descriptions and comments. (#10623) (#10626)
  2365. * Handle deleted base branch in PR (#10618) (#10619)
  2366. * Delete dependencies when deleting a repository (#10608) (#10616)
  2367. * Ensure executable bit is kept on the web editor (#10607) (#10614)
  2368. * Update mergebase in pr checker (#10586) (#10605)
  2369. * Fix release attachments being deleted while upgrading (#10572) (#10573)
  2370. * Fix redirection path if Slack webhook channel is invalid (#10566)
  2371. * Fix head.tmpl og:image picture location (#10531) (#10556)
  2372. * Fix 404 after activating secondary email (#10547) (#10553)
  2373. * Show Signer in commit lists and add basic trust (#10425 & #10511) (#10524)
  2374. * Fix potential bugs (#10513) (#10518)
  2375. * Use \[:space:\] instead of \\s (#10508) (#10509)
  2376. * Avoid mailing users that have explicitly unwatched an issue (#10475) (#10500)
  2377. * Handle push rejection message in Merge & Web Editor (#10373) (#10497)
  2378. * Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493)
  2379. * Fix double PR notification from API (#10482) (#10486)
  2380. * Show the username as a fallback on feeds if full name is blank (#10461)
  2381. * Trigger webhooks on issue label-change via API too (#10421) (#10439)
  2382. * Fix git reference type in webhooks (#10427) (#10432)
  2383. * Prevent panic on merge to PR (#10403) (#10408)
  2384. * Fix wrong num closed issues on repository when close issue via commit… (#10364) (#10380)
  2385. * Reading pull attachments should depend on read UnitTypePullRequests (#10346) (#10354)
  2386. * Set max-width on review-box comment box (#10348) (#10353)
  2387. * Prevent nil pointer in GetPullRequestCommitStatusState (#10342) (#10344)
  2388. * Fix protected branch status check settings (#10341) (#10343)
  2389. * Truncate long commit message header (#10301) (#10319)
  2390. * Set the initial commit status to Success otherwise it will always be Pending (#10317) (#10318)
  2391. * Don't manually replace whitespace during render (#10291) (#10315)
  2392. * ENHANCEMENT
  2393. * Admin page for managing user e-mail activation (#10557) (#10579)
  2394. ## [1.11.1](https://github.com/go-gitea/gitea/releases/tag/v1.11.1) - 2020-02-15
  2395. * BUGFIXES
  2396. * Repo name added to automatically generated commit message when merging (#9997) (#10285)
  2397. * Fix Workerpool deadlock (#10283) (#10284)
  2398. * Divide GetIssueStats query in smaller chunks (#10176) (#10282)
  2399. * Fix reply on code review (#10257)
  2400. * Stop hanging issue indexer initialisation from preventing shutdown (#10243) (#10249)
  2401. * Fix filter label emoji width (#10241) (#10244)
  2402. * Fix issue sidebar menus having an infinite height (#10239) (#10240)
  2403. * Fix commit between two commits calculation if there is only last commit (#10225) (#10226)
  2404. * Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206)
  2405. * Blacklist manifest.json & milestones user (#10292) (#10293)
  2406. ## [1.11.0](https://github.com/go-gitea/gitea/releases/tag/v1.11.0) - 2020-02-10
  2407. * BREAKING
  2408. * Fix followers and following tabs in profile (#10202) (#10203)
  2409. * Make CertFile and KeyFile relative to CustomPath (#9868) (#9874)
  2410. * Remove unused endpoints (#9538)
  2411. * Prefix all user-generated IDs in markup (#9477)
  2412. * Enforce Gitea environment for pushes (#8982)
  2413. * Hide some user information via API if user have not enough permissions (#8655)
  2414. * Move startpage/homepage translation to crowdin (#8596)
  2415. * SECURITY
  2416. * Never allow an empty password to validate (#9682) (#9683)
  2417. * Prevent redirect to Host (#9678) (#9679)
  2418. * Swagger hide search field (#9554)
  2419. * Add "search" to reserved usernames (#9063)
  2420. * Switch to fomantic-ui (#9374)
  2421. * Only serve attachments when linked to issue/release and if accessible by user (#9340)
  2422. * FEATURES
  2423. * Webhooks should only show sender if it makes sense (#9601)
  2424. * Provide Default messages for merges (#9393)
  2425. * Add description to labels on create issue (#9392)
  2426. * Graceful Queues: Issue Indexing and Tasks (#9363)
  2427. * Default NO_REPLY_ADDRESS to DOMAIN (#9325)
  2428. * Allow FCGI over unix sockets (#9298)
  2429. * Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
  2430. * Add API for Reactions (#9220)
  2431. * Graceful: Cancel Process on monitor pages & HammerTime (#9213)
  2432. * Graceful: Allow graceful restart for unix sockets (#9113)
  2433. * Graceful: Allow graceful restart for fcgi (#9112)
  2434. * Sign protected branches (#8993)
  2435. * Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)
  2436. * Add Gitea icon to Emojis (#8950)
  2437. * Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)
  2438. * Allow Custom Reactions (#8886)
  2439. * Close/reopen issues by keywords in titles and comments (#8866)
  2440. * Allow incompletely specified Time Formats (#8816)
  2441. * Prevent upload (overwrite) of lfs locked file (#8769)
  2442. * Template Repositories (#8768)
  2443. * Add /milestones endpoint (#8733)
  2444. * Make repository management section handle lfs locks (#8726)
  2445. * Respect LFS File Lock on UI (#8719)
  2446. * Add team option to grant rights for all organization repositories (#8688)
  2447. * Enabling and disabling the commit button to prevent empty commits (web editor) (#8590)
  2448. * Add setting to disable BASIC authentication (#8586)
  2449. * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528)
  2450. * Allow Protected Branches to Whitelist Deploy Keys (#8483)
  2451. * Push to create repo (#8419)
  2452. * Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)
  2453. * Add basic repository lfs management (#7199)
  2454. * BUGFIXES
  2455. * Fix code-expansion arc-green theme bug (#10180) (#10185)
  2456. * Prevent double wait-group decrement (#10170) (#10175)
  2457. * Allow emoji on review head comments (#10159) (#10174)
  2458. * Fix issue/pull link (#10158) (#10173)
  2459. * Fix push-create SSH bugs (#10145) (#10151)
  2460. * Prevent DeleteUser API abuse (#10125) (#10128)
  2461. * Fix issues/pulls dashboard paging error (#10114) (#10115)
  2462. * Add button to revert SimpleMDE to plain textarea (#10099) (#10102)
  2463. * Fix branch page pull request title and link error (#10092) (#10097)
  2464. * Fix PR API: Only try to get HeadBranch if HeadRepo exist (#10029) (#10088)
  2465. * Update topics repo count when deleting repository (#10051) (#10081)
  2466. * Show pull icon on pull requests (#10061) (#10062)
  2467. * Fix milestone API state parameter unhandled (#10049) (#10052)
  2468. * Move to using a temporary repo for pushing new PRs (#10009) (#10042)
  2469. * Fix wiki raw view on sub path (#10002) (#10040)
  2470. * Ensure that feeds are appropriately restricted (#10018) (#10019)
  2471. * Sanitize credentials in mirror form (#9975) (#9991)
  2472. * Close related pull requests when deleting head repository or head branch (#9927) (#9974)
  2473. * Switch to use -f instead of -F for sendmail (#9961) (#9970)
  2474. * Fix file rename/copy not supported by indexer (#9965) (#9967)
  2475. * Fix repo indexer not updating upon push (#9957) (#9963)
  2476. * Don't convert ellipsis in markdown (#9905) (#9937)
  2477. * Fixed repo link in generated comment for cross repository dependency (#9863) (#9935)
  2478. * Check if diff actually contains sections when rendering (#9926) (#9933)
  2479. * Fix wrong hint when status checking is running on pull request view (#9886) (#9928)
  2480. * Fix RocketChat (#9908) (#9921)
  2481. * Do not try to recreate ldap user if they are already created (#9900) (#9919)
  2482. * Create terminated channel in queue_redis (#9910) (#9911)
  2483. * Prevent empty LDAP search result from deactivating all users (#9879) (#9896)
  2484. * Fix wrong permissions check when issues/prs shared operations (#9885) (#9889)
  2485. * Check user != nil before checking values (#9881) (#9883)
  2486. * Allow hyphen in language name (#9873) (#9880)
  2487. * Ensure that 2fa is checked on reset-password (#9857) (#9876)
  2488. * Fix issues/pulls dependencies problems (#9842) (#9864)
  2489. * Fix markdown anchor links (#9673) (#9840)
  2490. * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9837)
  2491. * Fix download file wrong content-type (#9825) (#9834)
  2492. * Fix wrong poster identity on a migrated pull request when submit review (#9827) (#9830)
  2493. * Fix database dump when log directory is missing (#9818) (#9819)
  2494. * Fix compare (#9808) (#9814)
  2495. * Fix push-to-create (#9772) (#9797)
  2496. * Fix missing msteam webhook on organization (#9781) (#9794)
  2497. * Fix missing unlock in uniquequeue (#9790) (#9791)
  2498. * Fix add team on collaborator page when same name as organization (#9778)
  2499. * DeleteRepoFile incorrectly handles Delete to new branch (#9769) (#9775)
  2500. * Fix milestones page (#9771)
  2501. * Fix SimpleMDE quote reply (#9757) (#9768)
  2502. * Fix missing updated time on migrated issues and comments (#9744) (#9764)
  2503. * Move Errored PRs out of StatusChecking (#9675) (#9726)
  2504. * Make hook status printing configurable with delay (#9641) (#9725)
  2505. * ​Fix /repos​/issues​/search (#9698) (#9724)
  2506. * Silence fomantic error regarding tabs (#9713) (#9718)
  2507. * Remove unused lock (#9709) (#9710)
  2508. * Remove q.lock.Unlock() in setInternal to prevent panic (#9705) (#9706)
  2509. * Load milestone in API PR list (#9671) (#9700)
  2510. * Don't attempt to close issue if already closed (#9696) (#9699)
  2511. * Remove google font call (#9668) (#9681)
  2512. * Eliminate horizontal scroll caused by footer (#9674)
  2513. * Fix nil reference in repo generation (#9660) (#9666)
  2514. * Add HTML URL to API Issues (#9654) (#9661)
  2515. * Add PR review webhook to Telegram (#9653) (#9655)
  2516. * Use filepath.IsAbs instead of path.IsAbs (#9651) (#9652)
  2517. * Disable remove button on repository teams when have access to all (#9640)
  2518. * Clean up old references on branch delete (#9614)
  2519. * Hide public repos owned by private orgs (#9609)
  2520. * Fix access issues on milestone and issue overview pages. (#9603)
  2521. * Fix error logged when repos qs is empty (#9591)
  2522. * Dont trigger notification twice on issue assignee change (#9582)
  2523. * Fix mirror pushed commit actions (#9572)
  2524. * Allow only specific columns to be updated on issue via API (#9189) (#9539)
  2525. * Fix default avatar for ghost user (#9536)
  2526. * Fix download of release attachments with same name (#9529)
  2527. * Resolve deprecated INI conversion (#9525)
  2528. * Ignore empty avatars during database migration (#9520)
  2529. * Fix deleted branch isn't removed when push the branch again (#9516)
  2530. * Fix repository issues pagination bug when there are more than one label filter (#9512)
  2531. * Fix SetExpr failed (#9506)
  2532. * Remove obsolete file private/push_update.go (#9503)
  2533. * When recreating hooks, delete them first so they are recreated with the umask (#9502)
  2534. * Properly enforce gitea environment for pushes (#9501)
  2535. * Fix datarace on repo indexer queue (#9490)
  2536. * Add call to load repo prior to redirect in add/remove dependency code (#9484)
  2537. * Wrap the code indexer (#9476)
  2538. * Use Req.URL.RequestURI() to cope with FCGI urls (#9473)
  2539. * Set default ssh.minimum_key_sizes (#9466)
  2540. * Fixed issue with paging in /repos/{owner}/{repo}/git/trees/{sha} api (#9459)
  2541. * Fix wrong notification on merge (#9450)
  2542. * Issue with Migration rule v111 (#9449)
  2543. * Trigger webhook when deleting a branch after merging a PR (#9424)
  2544. * Add migration to sanitize repository original_url (#9423)
  2545. * Use OriginalURL instead of CloneAddr in migration logging (#9418)
  2546. * Push update after branch is restored (#9416)
  2547. * Fix wrong migration (#9381)
  2548. * Fix show repositories filter (#9234) (#9379)
  2549. * Fix Slack webhook payload title generation to work with Mattermost (#9378)
  2550. * Fix double webhook for new PR (#9375)
  2551. * AuthorizedKeysCommand should not query db directly (#9371)
  2552. * Fix missed change to GetManager() (#9361)
  2553. * Fix cache problem on dashboard (#9358)
  2554. * RepoIndexer: DefaultBranch needs to be prefixed by BranchPrefix (#9356)
  2555. * Fix protected branch using IssueID (#9348)
  2556. * Fix nondeterministic behavior (#9341)
  2557. * Fix PR/issue redirects when having external tracker (#9339)
  2558. * Remove release attachments which repository has been deleted (#9334)
  2559. * Fix issue indexer not triggered when migrating a repository (#9332)
  2560. * Add SyncTags to uploader interface (#9326)
  2561. * Fix bug that release attachment files not deleted when deleting repository (#9322)
  2562. * Only sync tags after all migration release batches are completed (#9319)
  2563. * File Edit: Author/Committer interchanged (#9297)
  2564. * prebuild CSS/JS before xgo release binaries (#9293)
  2565. * Log: Ensure FLAGS=none shows no flags (#9287)
  2566. * Make Diff Detail on Pull Request Changed File UI always on Top (#9280)
  2567. * Switch CSS minifier to cssnano (#9260)
  2568. * Fix latest docker image haven't include static files. (#9252)
  2569. * Don't link wiki revision to commit (#9244)
  2570. * Change review content column to type text in db (#9229)
  2571. * Fixed topic regex pattern and added search by topic links after save (#9219)
  2572. * Add language to user API responce (#9215)
  2573. * Correct tooltip message blocked by dependencies (#9211)
  2574. * Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197)
  2575. * Fix panic when diff (#9187)
  2576. * Fix #9151 - smtp logger configuration sendTos should be an array (#9154)
  2577. * Fix max length check and limit in multiple repo forms (#9148)
  2578. * Always Show Password Field on Link Account Sign-in Page (#9147)
  2579. * Properly fix displaying virtual session provider in admin panel (#9137)
  2580. * Fix race condition on indexer (#9136)
  2581. * Fix team links in HTML rendering (#9127)
  2582. * Fix race condition in ReplaceSanitizer (#9123)
  2583. * Fix what information is shown about user in API (#9115)
  2584. * Fix nil context user for template repositories (#9099)
  2585. * Hide given credentials for migrated repos. (#9097)
  2586. * Fix reCAPTCHA API URL (#9083)
  2587. * Fix password checks on admin create/edit user (#9076)
  2588. * Update golang.org/x/crypto vendor to use acme v2 (#9056)
  2589. * Ensure Written is set in GZIP ProxyResponseWriter (#9018)
  2590. * Fix wrong system notice when repository is empty (#9010)
  2591. * Fix broken link to branch from issue list (#9003)
  2592. * Fix bug when pack js (#8992)
  2593. * New review approvals shouldn't require a message (#8991)
  2594. * Shadow password correctly for session config (#8984)
  2595. * Don't send notification on pending reviews (#8943)
  2596. * Fix Notify Create Ref Error on tag creation (#8936)
  2597. * Convert EOL to UNIX-style to render MD properly (#8925)
  2598. * Migrate temp_repo.go to use git.NewCommand (#8918)
  2599. * Fix issue with user.fullname (#8902)
  2600. * Add Close() method to gogitRepository (#8901)
  2601. * Enable punctuations ending mentions (#8889)
  2602. * Fix password complexity check on registration (#8887)
  2603. * Fix require external registration password (#8885)
  2604. * Fix edit content button on migrated issue content (#8877)
  2605. * Fix permission checks for close/reopen from commit (#8875)
  2606. * Fix API Bug (fail on empty assignees) (#8873)
  2607. * Stop using git count-objects and use raw directory size for repository (#8848)
  2608. * Fix count for commit graph last page (#8843)
  2609. * Fix to close opened io resources as soon as not needed (#8839)
  2610. * Improve notification (#8835)
  2611. * Fix new user form for non-local users (#8826)
  2612. * Fix: remove duplicated signed commit icons (#8820)
  2613. * Fix (open/closed) issue count when label excluded (#8815)
  2614. * Fix SSH2 conditional in key parsing code (#8806)
  2615. * Fix 500 when edit hook (#8782)
  2616. * On windows set core.longpaths true (#8776)
  2617. * Fix commit expand button to not go to commit link (#8745)
  2618. * Avoid re-issuing redundant cross-references. (#8734)
  2619. * Fix milestone close timestamp function (#8728)
  2620. * Move webhook codes from service to webhook notification (#8712)
  2621. * Show zero lines on the line counter if the file empty (#8700)
  2622. * Fix deadline on update issue or PR via API (#8696)
  2623. * make call createMilestoneComment on newIssue func (#8678)
  2624. * Send tag create and push webhook when release created on UI (#8671)
  2625. * Prevent chrome download page as html with alt + click (#8669)
  2626. * Fix 500 when getting user as unauthenticated user (#8653)
  2627. * Graceful fixes (#8645)
  2628. * Add SubURL to redirect path (#8632) (#8634)
  2629. * Fix extra columns from `label` table (#8633)
  2630. * Add SubURL to redirect path for transferred/renamed repos (#8632)
  2631. * Fix bug when migrate from API (#8631)
  2632. * Allow to merge if file path contains " or \ (#8629)
  2633. * Prevent removal of non-empty emoji panel following selection of duplicate (#8609)
  2634. * Ensure default gpg settings not nil and found commits have reference to repo (#8604)
  2635. * Set webhook Content-Type for application/x-www-form-urlencoded (#8599)
  2636. * Fix #8582 by handling empty repos (#8587)
  2637. * Fix of the diff statistics view on pull request's (#8581)
  2638. * Fix bug on pull requests when transfer head repository (#8564)
  2639. * Fix template error on account page (#8562)
  2640. * Allow externalID to be UUID (#8551)
  2641. * Fix ignored error on editorconfig api (#8550)
  2642. * Fix user avatar name (#8547)
  2643. * Ensure that GitRepo is set on Empty repositories (#8539)
  2644. * Add missed close in ServeBlobLFS (#8527)
  2645. * Fix migrate mirror 500 bug (#8526)
  2646. * Fix password complexity regex for special characters (on master) (#8525)
  2647. * ENHANCEMENTS
  2648. * Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844) (#9855)
  2649. * Add a /user/login landing page option (#9622)
  2650. * Some more e-mail notification fixes (#9596)
  2651. * Add branch protection option to block merge on requested changes. (#9592)
  2652. * Add footer extra links template (#9576)
  2653. * Fix for a wrong URL in activity page of repository. (#9571)
  2654. * Update default issue template (#9568)
  2655. * Change markdown rendering from blackfriday to goldmark (#9533)
  2656. * Extend file create api with dates (#9464)
  2657. * Add ActionCommentPull action (#9456)
  2658. * Response for context on retry database connection (#9444)
  2659. * Refactor webhooks to reduce code duplication (#9422)
  2660. * update couchbase deps for new license (#9419)
  2661. * Add .ignore file for search tools (#9417)
  2662. * Remove unsued struct (#9405)
  2663. * Hide not allowed Reactions (#9387)
  2664. * Remove text from action-only webhooks (#9377)
  2665. * Move PushToBaseRepo from models to services/pull (#9352)
  2666. * Site admin could view org's members (#9346)
  2667. * Sleep longer if request speed is over github limitation (#9335)
  2668. * Refactor comment (#9330)
  2669. * Refactor code indexer (#9313)
  2670. * Remove SavePatch and generate patches on the fly (#9302)
  2671. * Move some pull request functions from models to services (#9266)
  2672. * Update JS dependencies (#9255)
  2673. * Show label list on label set (#9251)
  2674. * Redirect issue if repo has configured external tracker. (#9247)
  2675. * Allow kbd tags (#9245)
  2676. * Remove unused comment actions (#9222)
  2677. * Fixed errors logging in dump.go (#9218)
  2678. * Expose release counter to repo API response (#9214)
  2679. * Make consistent links to repository in the Slack/Mattermost notificiations (#9205)
  2680. * Expose pull request counter to repo API response (#9202)
  2681. * Extend TrackedTimes API (#9200)
  2682. * Extend StopWatch API (#9196)
  2683. * Move code indexer related code to a new package (#9191)
  2684. * Docker: ask s6 to stop all service when gitea stop (#9171)
  2685. * Variable expansion in repository templates (#9163)
  2686. * Add avatar and issue labels to template repositories (#9149)
  2687. * Show single review comments in the PR conversation tab (#9143)
  2688. * Extract createComment (#9125)
  2689. * Move PushUpdateOptions from models to repofiles (#9124)
  2690. * Alternate syntax for cross references (#9116)
  2691. * Add USE_SERVICE_WORKER setting (#9110)
  2692. * Only show part of members on orgnization dashboard and add paging for orgnization members page (#9092)
  2693. * Explore page: Add topic param to pagination (#9077) (#9078)
  2694. * Markdown: Sanitizier Configuration (#9075)
  2695. * Add password requirement info on error (#9074)
  2696. * Allow authors to use act keywords in PR content (#9059)
  2697. * Move modules/gzip to gitea.com/macaron/gzip (#9058)
  2698. * Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055)
  2699. * Context menus for comments, add quote reply (#9043)
  2700. * Update branch API endpoint to show effective branch protection. (#9031)
  2701. * Move git graph from models to modules/graph (#9027)
  2702. * Move merge actions to notification (#9024)
  2703. * Move mirror sync actions to notification (#9022)
  2704. * Add retry for migration http/https requests (#9019)
  2705. * Rewrite delivery of issue and comment mails (#9009)
  2706. * Add review comments to mail notifications (#8996)
  2707. * Refactor pull request review (#8954)
  2708. * Githook highlighter (#8932)
  2709. * Add git hooks and webhooks to template repositories; move to services (#8926)
  2710. * Only view branch or tag if it match refType requested. (#8899)
  2711. * Drop Admin attribute based on LDAP when login (continue #1743) (#8849)
  2712. * Add additional periods to activity page (#8829)
  2713. * Update go-org to optimize code (#8824)
  2714. * Move some actions to notification/action (#8779)
  2715. * Webhook support custom proxy (#8760)
  2716. * Fix API deadline removal (#8759)
  2717. * Mark review comment as invalidated when file is deleted (#8751)
  2718. * Move pull list code to a separate file (#8748)
  2719. * Move webhook to a standalone package under modules (#8747)
  2720. * Multi repo select on issue page (#8741)
  2721. * apply exclude label on milestone issue list (#8739)
  2722. * Move issue notifications and assignee man (#8713)
  2723. * Move issue change content from models to service (#8711)
  2724. * Move issue change status from models to service (#8691)
  2725. * Move more issue assignee code from models to issue service (#8690)
  2726. * Create PR on Current Repository by Default (#8670)
  2727. * Improve Open Graph Protocol (#8637)
  2728. * Batch hook pre- and post-receive calls (#8602)
  2729. * Improve webhooks (#8583)
  2730. * Move transfer repository and rename repository on a service package and start action notification (#8573)
  2731. * Implement/Fix PR review webhooks (#8570)
  2732. * Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to go-org (#8560)
  2733. * Move some repositories' operations to a standalone service package (#8557)
  2734. * Allow more than 255 characters for tokens in external_login_user table (#8554)
  2735. * Move issue label operations to issue service package (#8553)
  2736. * Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)
  2737. * Mail assignee when issue/pull request is assigned (#8546)
  2738. * Allow committing / adding empty files using the web ui (#8420) (#8532)
  2739. * Move sync mirror actions to mirror service package (#8518)
  2740. * Remove arrows on numeric inputs (#8516)
  2741. * Support inline rendering of CUSTOM_URL_SCHEMES (#8496)
  2742. * Recalculate repository access only for specific user (#8481)
  2743. * Add download button for rull request diff- and patch-file (#8470)
  2744. * Add single sign-on support via SSPI on Windows (#8463)
  2745. * Move change issue title from models to issue service package (#8456)
  2746. * Add included tag on branch view (#8449)
  2747. * Make static resouces web browser cache time customized on app.ini (#8442)
  2748. * Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)
  2749. * Add pagination to commit graph page (#8360)
  2750. * Use templates for issue e-mail subject and body (#8329)
  2751. * Move clearlabels from models to issue service (#8326)
  2752. * Move AddTestPullRequestTask to pull service package from models (#8324)
  2753. * Team permission to create repository in organization (#8312)
  2754. * Allows external rendering of other filetypes (#8300)
  2755. * Add 'Alt + click' feature to exclude labels (#8199)
  2756. * Configurable close and reopen keywords for PRs (#8120)
  2757. * Configurable URL for static resources (#7911)
  2758. * Unifies commit list in repository commit table and wiki revision page (#7907)
  2759. * Allow cross-repository dependencies on issues (#7901)
  2760. * Auto-subscribe user to repository when they commit/tag to it (#7657)
  2761. * Restore Graceful Restarting & Socket Activation (#7274)
  2762. * wiki - add 'write' 'preview' buttons to wiki edit like in issues (#7241)
  2763. * Change target branch for pull request (#6488)
  2764. * Display PR commits and diffs using base repo rather than forked (#3648)
  2765. * TESTING
  2766. * Add debug option to serv to help debug problems (#9492)
  2767. * Fix the intermittent TestGPGGit failures (#9360)
  2768. * Testing: Update postgres sequences (#9304)
  2769. * Missed defer prepareTestEnv (#9285)
  2770. * Fix "data race" in testlogger (#9159)
  2771. * Yet another attempt to fix the intermittent failure of gpg git test (#9146)
  2772. * integrations: Fix Dropped Test Errors (#9040)
  2773. * services/mirror: fix dropped test errors (#9007)
  2774. * Fix intermittent GPG Git test failure (#8968)
  2775. * Update Github Migration Tests (#8893) (#8938)
  2776. * Update heatmap fixtures to restore tests (#8615)
  2777. * TRANSLATION
  2778. * Fix Korean locales (#9761) (#9780)
  2779. * Fix placeholders in the error message (#9060)
  2780. * Fix spelling of admin.users.max_repo_creation (#8934)
  2781. * Improve german translation of homepage (#8549)
  2782. * BUILD
  2783. * Fix webpack polyfills (#9735) (#9738)
  2784. * Update gitea.com/macaron to 1.4.0 (#9608)
  2785. * Upgrade lato fonts to v16. (#9498)
  2786. * Update alpine to 3.11 (#9440)
  2787. * Upgrade blevesearch (#9177)
  2788. * Remove built js/css files from git (#9114)
  2789. * Move semantic.dropdown.custom.js to webpack (#9064)
  2790. * Check compiled files during build (#9042)
  2791. * Enable lazy-loading of gitgraph.js (#9036)
  2792. * Pack web_src/js/draw.js to public/js/index.js (#8975)
  2793. * Modernize js and use babel (#8973)
  2794. * Move index.js to web_src and use webpack to pack them (#8598)
  2795. * Restrict modules/graceful to non-windows build and shim IsChild (#8537)
  2796. * Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)
  2797. * DOCS
  2798. * Swagger info corrections (#9441) (#9558)
  2799. * Add ALLOW_ONLY_EXTERNAL_REGISTRATION to config cheat sheet (#8986)
  2800. * Rephrase comment about RuntimeDirectory option in systemd config (#8912)
  2801. * Explicitly indicate the socket unit to use the service unit "gitea.service" (#8804)
  2802. * Adjust the must-change-password help (#8755)
  2803. * Add notice to docs for migrating from more recent versions of Gogs (#8724)
  2804. * Add explicit info about customization of homepage (#8694)
  2805. * Change external asciidoctor tool to embedded mode (#8677)
  2806. * Add Docker fail2ban configuration (#8642)
  2807. * Correct some outdated statements in the contributing guidelines (#8612)
  2808. * Basic Design guidelines (describing different parts of the code) (#8601)
  2809. * Display Gitea logo in Readme (#8592)
  2810. * Fix building from source docs to ref AppWorkPath (#8567)
  2811. * Update the provided gitea.service to mention socket activation (#8531)
  2812. * Doc added how to setup email (#8520)
  2813. * MISC
  2814. * Backport Locales [2020-01-14] (#9773)
  2815. * Add translatable Powered by Gitea text in footer (#9600)
  2816. * Add contrib/environment-to-ini (#9519)
  2817. * Remove unnecessary loading of settings in update hook (#9496)
  2818. * Update gitignore list (#9437)
  2819. * Update license list (#9436)
  2820. * Fix background reactions in the arc-green theme (#9421)
  2821. * Update and fix chardet import (#9351)
  2822. * Ensure LF on checkouts and in editors (#9259)
  2823. * Fixed topics margin (#9248)
  2824. * Add comment to exported function WindowsServiceName (make revive) (#9241)
  2825. * Remove empty lines on issues/pulls page (#9232)
  2826. * Fix Add Comment Button's "+" Position (#9140)
  2827. * Add first issue comment hashtag (#9052)
  2828. * Change some label colors (#9051)
  2829. * Fix double scroll in branch dropdown (#9048)
  2830. * Add comment highlight when target from url (#9047)
  2831. * Update display of reactions to issues and comments (#9038)
  2832. * Button tooltip formatting under Branches (#9034)
  2833. * Allow setting default branch via API (#9030)
  2834. * Update dashboard context for PR reviews (#8995)
  2835. * Show repository size in repo home page and settings (#8940)
  2836. * Allow to add and remove all repositories to/from team. (#8867)
  2837. * Show due date in dashboard issues list (#8860)
  2838. * Theme arc-green: reverse heatmap colors (#8840)
  2839. * Project files table style update (#8757)
  2840. * gitignore debugging file from vscode (#8740)
  2841. * Add API for Issue set Subscription (#8729)
  2842. * Make 100% width search bar (#8710)
  2843. * Update color theme for heatmap (#8709)
  2844. * Add margin to title_wip_desc (#8705)
  2845. * Improve visibility of "Pending" indicator (#8685)
  2846. * Improve accessibility of dropdown menus (#8638)
  2847. * Make /users/{username}/repos list private repos the current user has access to (#8621)
  2848. * Prevent .code-view from overriding font on icon fonts (#8614)
  2849. * Add id references on all issue events to allow internal linking (#8608)
  2850. * Upgrade xorm to v0.8.0 (#8536)
  2851. * Upgrade gopkg.in/ini.v1 (#8500)
  2852. * Update CodeMirror to version 5.49.0 (#8381)
  2853. * Wiki editor: enable side-by-side button (#7242)
  2854. ## [1.10.6](https://github.com/go-gitea/gitea/releases/tag/v1.10.6) - 2020-03-10
  2855. This is a re-tag version of v1.10.5 and also explicitly built with Go 1.13.
  2856. WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should **not** be used.
  2857. ## [1.10.5](https://github.com/go-gitea/gitea/releases/tag/v1.10.5) - 2020-03-06
  2858. * BUGFIXES
  2859. * Fix release attachments being deleted while upgrading (#10572) (#10574)
  2860. ## [1.10.4](https://github.com/go-gitea/gitea/releases/tag/v1.10.4) - 2020-02-16
  2861. * FEATURE
  2862. * Prevent empty LDAP search from deactivating all users (#9879) (#9890)
  2863. * BUGFIXES
  2864. * Fix reply on code review (#10261) (#10227)
  2865. * Fix branch page pull request title and link error (#10092) (#10098)
  2866. * Fix milestone API state parameter unhandled (#10049) (#10053)
  2867. * Fix wiki raw view on sub path (#10002) (#10041)
  2868. * Fix RocketChat Webhook (#9908) (#9921) (#9925)
  2869. * Fix bug about wrong dependencies permissions check and other wrong permissions check (#9884) (Partial backport #9842)
  2870. * Ensure that 2fa is checked on reset-password (#9857) (#9877)
  2871. ## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
  2872. * SECURITY
  2873. * Hide credentials when submitting migration (#9102) (#9704)
  2874. * Never allow an empty password to validate (#9682) (#9684)
  2875. * Prevent redirect to Host (#9678) (#9680)
  2876. * Hide public repos owned by private orgs (#9609) (#9616)
  2877. * BUGFIXES
  2878. * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838)
  2879. * Fix download file wrong content-type (#9825) (#9835)
  2880. * Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831)
  2881. * Fix dump non-exist log directory (#9818) (#9820)
  2882. * Fix compare (#9808) (#9815)
  2883. * Fix missing msteam webhook on organization (#9781) (#9795)
  2884. * Fix add team on collaborator page when same name as organization (#9783)
  2885. * Fix cache problem on dashboard (#9358) (#9703)
  2886. * Send tag create and push webhook when release created on UI (#8671) (#9702)
  2887. * Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
  2888. ## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
  2889. * BUGFIXES
  2890. * Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
  2891. * Add ErrReactionAlreadyExist error (#9550) (#9564)
  2892. * Fix bug when migrate from API (#8631) (#9563)
  2893. * Use default avatar for ghost user (#9536) (#9537)
  2894. * Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
  2895. * Fix deleted branch not removed when push the branch again (#9516) (#9524)
  2896. * Fix missing repository status when migrating repository via API (#9511)
  2897. * Trigger webhook when deleting a branch after merging a PR (#9510)
  2898. * Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
  2899. * Fix NewCommitStatus (#9434) (#9435)
  2900. * Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
  2901. * Fix Slack webhook payload title generation to work with Mattermost (#9404)
  2902. * DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
  2903. * Fix issue indexer not triggered when migrating a repository (#9333)
  2904. * Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
  2905. * Fix migration releases (#9319) (#9326) (#9328)
  2906. * Fix File Edit: Author/Committer interchanged (#9297) (#9300)
  2907. ## [1.10.1](https://github.com/go-gitea/gitea/releases/tag/v1.10.1) - 2019-12-05
  2908. * BUGFIXES
  2909. * Fix max length check and limit in multiple repo forms (#9148) (#9204)
  2910. * Properly fix displaying virtual session provider in admin panel (#9137) (#9203)
  2911. * Upgrade levelqueue to 0.1.0 (#9192) (#9199)
  2912. * Fix panic when diff (#9187) (#9193)
  2913. * Smtp logger configuration sendTos should be an array (#9154) (#9157)
  2914. * Always Show Password Field on Link Account Sign-in Page (#9150)
  2915. * Create PR on Current Repository by Default (#8670) (#9141)
  2916. * Fix race on indexer (#9136) (#9139)
  2917. * Fix reCAPTCHA URL (#9119)
  2918. * Hide migrated credentials (#9098)
  2919. * Update golang.org/x/crypto vendor to use acme v2 (#9056) (#9085)
  2920. * Fix password checks on admin create/edit user (#9076) (#9081)
  2921. * Fix add search as a reserved username (#9063) (#9065)
  2922. * Fix permission checks for close/reopen from commit (#8875) (#9033)
  2923. * Ensure Written is set in GZIP ProxyResponseWriter (#9018) (#9025)
  2924. * Fix broken link to branch from issue list (#9003) (#9021)
  2925. * Fix wrong system notice when repository is empty (#9020)
  2926. * Shadow password correctly for session config (#8984) (#9002)
  2927. ## [1.10.0](https://github.com/go-gitea/gitea/releases/tag/v1.10.0) - 2019-11-13
  2928. * BREAKING
  2929. * Fix deadline on update issue or PR via API (#8698)
  2930. * Hide some user information via API if user doesn't have enough permission (#8655) (#8657)
  2931. * Remove legacy handling of drone token (#8191)
  2932. * Change repo search to use exact match for topic search. (#7941)
  2933. * Add pagination for admin api get orgs and fix only list public orgs bug (#7742)
  2934. * Implement the ability to change the ssh port to match what is in the gitea config (#7286)
  2935. * SECURITY
  2936. * Fix issue with user.fullname (#8903)
  2937. * Ignore mentions for users with no access (#8395)
  2938. * Be more strict with git arguments (#7715)
  2939. * Extract the username and password from the mirror url (#7651)
  2940. * reserve .well-known username (#7637)
  2941. * FEATURES
  2942. * Org/Members: display 2FA members states + optimize sql requests (#7621)
  2943. * SetDefaultBranch on pushing to empty repository (#7610)
  2944. * Adds side-by-side diff for images (#6784)
  2945. * API method to list all commits of a repository (#6408)
  2946. * Password Complexity Checks (#6230)
  2947. * Add option to initialize repository with labels (#6061)
  2948. * Add additional password hash algorithms (#6023)
  2949. * BUGFIXES
  2950. * Allow to merge if file path contains " or \ (#8629) (#8771)
  2951. * On windows set core.longpaths true (#8776) (#8786)
  2952. * Fix 500 when edit hook (#8782) (#8789)
  2953. * Fix Checkbox at RepoSettings Protected Branch (#8799) (#8801)
  2954. * Fix SSH2 conditional in key parsing code (#8806) (#8810)
  2955. * Fix commit expand button to not go to commit link (#8745) (#8825)
  2956. * Fix new user form for non-local users (#8826) (#8828)
  2957. * Fix to close opened io resources as soon as not needed (#8839) (#8846)
  2958. * Fix edit content button on migrated issue content (#8877) (#8884)
  2959. * Fix require external registration password (#8885) (#8890)
  2960. * Fix password complexity check on registration (#8887) (#8888)
  2961. * Update Github Migration Tests (#8896) (#8938) (#8945)
  2962. * Enable punctuations ending mentions (#8889) (#8894)
  2963. * Add Close() method to gogitRepository (#8901) (#8956)
  2964. * Hotfix for review actions and notifications (#8965)
  2965. * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)
  2966. * Fix milestone close timestamp (#8728) (#8730)
  2967. * Fix 500 when getting user as unauthenticated user (#8653) (#8663)
  2968. * Fix 'New Issue Missing Milestone Comment' (#8678) (#8681)
  2969. * Use AppSubUrl for more redirections (#8647) (#8651)
  2970. * Add SubURL to redirect path (#8632) (#8634)
  2971. * Fix template error on account page (#8562) (#8622)
  2972. * Allow externalID to be UUID (#8551) (#8624)
  2973. * Prevent removal of non-empty emoji panel following selection of duplicate (#8609) (#8623)
  2974. * Update heatmap fixtures to restore tests (#8615) (#8616)
  2975. * Ensure that diff stats can scroll independently of the diff (#8581) (#8621)
  2976. * Webhook: set Content-Type for application/x-www-form-urlencoded (#8600)
  2977. * Fix #8582 by handling empty repos (#8587) (#8594)
  2978. * Fix bug on pull requests when transfer head repository (#8564) (#8569)
  2979. * Add missed close in ServeBlobLFS (#8527) (#8542)
  2980. * Ensure that GitRepo is set on Empty repositories (#8539) (#8541)
  2981. * Fix migrate mirror 500 bug (#8526) (#8530)
  2982. * Fix password complexity regex for special characters (#8524)
  2983. * Prevent .code-view from overriding font on icon fonts (#8614) (#8627)
  2984. * Allow more than 255 characters for tokens in external_login_user table (#8554)
  2985. * Fix errors in create org UI regarding team access permission (#8506)
  2986. * Fix bug on FindExternalUsersByProvider (#8504)
  2987. * Create .ssh dir as necessary (#8486)
  2988. * IsBranchExist: return false if provided name is empty (#8485)
  2989. * Making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)
  2990. * Add check for empty set when dropping indexes during migration (#8471)
  2991. * LFS files are relative to LFS content path, ensure that when deleting they are made relative to this (#8455)
  2992. * Ensure Request Body Readers are closed in LFS server (#8454)
  2993. * Fix template bug on mirror repository setting page (#8438)
  2994. * Fix migration v96 to keep issue attachments (#8435)
  2995. * Update strk.kbt.io/projects/go/libravatar to latest (#8429)
  2996. * Singular form for files that has only one line (#8416)
  2997. * Check for either escaped or unescaped wiki filenames (#8408)
  2998. * Allow users with explicit read access to give approvals (#8382)
  2999. * Fix editor commit to new branch if PR disabled (#8375)
  3000. * readd .markdown class to all markup renderers (#8357)
  3001. * Upgrade xorm to v0.7.9 to fix some bugs (#8354)
  3002. * Fix column name ambiguity in GetUserIssueStats() (#8347)
  3003. * Change general form binding to gogs form (#8334)
  3004. * Fix pull request commit status in user dashboard list (#8321)
  3005. * Fix repo_admin_change_team_access always checked in org settings (#8319)
  3006. * Update to github.com/lafriks/xormstore@v1.3.0 (#8317)
  3007. * Show correct commit status in PR list (#8316)
  3008. * Bugfix for image compare and minor improvements to image compare (#8289)
  3009. * Update xorm (#8286)
  3010. * Fix API for edit and delete release attachment (#8285)
  3011. * Fix nil object access in some conditions when parsing cross references (#8281)
  3012. * Fix label count (#8267)
  3013. * Only show teams access for organization repositories on collaboration setting page (#8265)
  3014. * Test more reserved usernames (#8263)
  3015. * Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
  3016. * Fix assets key on release webhook (#8253)
  3017. * Allow registration when button is hidden (#8237)
  3018. * Fix release API URL generation (#8234)
  3019. * Fix milestone num_issues (#8221)
  3020. * MS Teams webhook misses commit messages (#8209)
  3021. * Fix data race (#8204)
  3022. * Fix team user api (#8172)
  3023. * Fix pull merge 500 error caused by git-fetch breaking behaviors (#8161)
  3024. * Make show private icon when repo avatar set (#8144)
  3025. * Add reviewers as participants (#8121)
  3026. * Fix Go 1.13 private repository go get issue (#8112)
  3027. * feat: highlight issue references with : (#8101)
  3028. * Make AllowedUsers configurable in sshd_config (#8094)
  3029. * Strict name matching for Repository.GetTagID() (#8074)
  3030. * Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066)
  3031. * Add change title notification for issues (#8061)
  3032. * [ssh] fix the config specification in the authorized_keys template (#8031)
  3033. * Fix reading git notes from nested trees (#8026)
  3034. * Fixes synchronize tags to releases for repository - makes sure we are only getting tag refs (#7990)
  3035. * Fix adding default Telegram webhook (#7972)
  3036. * Run CORS handler first for /api routes (#7967)
  3037. * Abort synchronization from LDAP source if there is some error. (#7960)
  3038. * Fix wrong sender when send slack webhook (#7918)
  3039. * Fix bug when migrating a private repository (#7917)
  3040. * Evaluate emojis in commit messages in list view (#7906)
  3041. * Fix upload file type check (#7890)
  3042. * lfs/lock: round locked_at timestamp to second (#7872)
  3043. * fix non existent milestone with 500 error instead of 404 (#7867)
  3044. * gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846)
  3045. * Fix duplicate call of webhook (#7821)
  3046. * Enable switching to a different source branch when PR already exists (#7819)
  3047. * Convert files to utf-8 for indexing (#7814)
  3048. * Do not fetch all refs in pull-request compare (#7797)
  3049. * Fix multiple bugs with statuses endpoints at API (#7785)
  3050. * Restore functionality for early gits (#7775)
  3051. * Fix Slack webhook fork message (#7774)
  3052. * Rewrite existing repo units if setting is not included in api body (#7763)
  3053. * Fix rename failed when rewrite public keys (#7761)
  3054. * Fix approvals counting (#7757)
  3055. * Add migration step to remove old repo_indexer_status orphaned records (#7746)
  3056. * Fix repo_index_status lingering when deleting a repository (#7734)
  3057. * Remove camel case tokenization from repo indexer (#7733)
  3058. * Fix milestone completness calculation when migrating (#7725)
  3059. * Regression: Include "executable" files in the index, as they are not necessarily … (#7718)
  3060. * Fixes indexed repos keeping outdated indexes when files grow too large (#7712)
  3061. * Skip non-regular files (e.g. submodules) on repo indexing (#7711)
  3062. * Fix dropTableColumns sqlite implementation (#7710)
  3063. * Update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)
  3064. * improve branches list performance and fix protected branch icon when no-login (#7695)
  3065. * Correct wrong datetime format for git (#7689)
  3066. * Move add to hook queue for created repo to outside xorm session. (#7675)
  3067. * sugestion to use range .Branches (#7674)
  3068. * Fix bug on migrating milestone from github (#7665)
  3069. * hide delete/restore button on archived repos (#7658)
  3070. * css: use flex to fix floating paginate (#7656)
  3071. * Fix syntax highlight initialization (#7617)
  3072. * Fix panic on push at - Merging pull request causes 500 error (#7615)
  3073. * Make PKCS8, PEM and SSH2 keys work (#7600)
  3074. * Fix mistake in arc-green.less split-diff css code. (#7587)
  3075. * Handle ErrUserProhibitLogin in http git (#7586)
  3076. * Fix bug create/edit wiki pages when code master branch protected (#7580)
  3077. * Fixes Malformed URLs in API git/commits response (#7565)
  3078. * Fix file header overflow in file and blame views (#7562)
  3079. * Improve SSH key parser to handle newlines in keys (#7522)
  3080. * Fix empty commits now showing in repo overview (#7521)
  3081. * Fix repository's pull request count error (#7518)
  3082. * Fix markdown invoke sequence (#7513)
  3083. * Remove duplicated webhook trigger (#7511)
  3084. * Update User.NumRepos atomically in createRepository (#7493)
  3085. * Fix settings page of repo you aren't admin print error - Settings pages giving UnitType error message (#7482)
  3086. * Fix redirection after file edit - Handles all redirects for Web UI File CRUD (#7478)
  3087. * cmd/serv: actually exit after fatal errors (#7458)
  3088. * Fix an issue with some pages throwing 'not defined' js exceptions (#7450)
  3089. * fix Dropzone.js integration (#7445)
  3090. * Fix regex for issues in commit messages (#7444)
  3091. * Diff: Fix indentation on unhighlighted code (#7435)
  3092. * Only show "New Pull Request" button if repo allows pulls (#7426)
  3093. * Upgrade macaron/captcha to fix random error problem (#7407)
  3094. * create class for inline positioned lists (#7393)
  3095. * Fetch refs for successful testing for tag (#7388)
  3096. * add missing template variable on organisation settings (#7385)
  3097. * fix post parameter - on issue list - unset assignee (#7380)
  3098. * fix/define autochecked checkboxes on issue list in firefox (#7320)
  3099. * only return head: null if source branch was deleted (#6705)
  3100. * ENHANCEMENTS
  3101. * Add nofollow to sign in links (#8509)
  3102. * vendor: update mvdan.cc/xurls/v2 to v2.1.0 (#8495)
  3103. * Update milestone issues numbers when save milestone and other code improvements (#8411)
  3104. * Add extra user information when migrating release (#8331)
  3105. * Require overall success if no context is given for status check (#8318)
  3106. * Transaction-aware retry create issue to cope with duplicate keys (#8307)
  3107. * Change link on issue milestone (#8246)
  3108. * Alwaywas return local url for users avatar (#8245)
  3109. * Move some milestone functions to a standalone package (#8213)
  3110. * Move create issue comment to comments package (#8212)
  3111. * Disable max height property of comment textarea (#8203)
  3112. * Add 'Mentioning you' group to /issues page (#8201)
  3113. * oauth2 with remote Gitea (#8149)
  3114. * Reference issues from pull requests and other issues (#8137)
  3115. * Fix webhooks to use proxy from environment (#8116)
  3116. * Add merged commit id on pull view when it's merged (#8062)
  3117. * Add teams to repo on collaboration page. (#8045)
  3118. * Update swagger to 0.20.1 (#8010)
  3119. * Make link last commit massages in repository home page and commit tables (#8006)
  3120. * Add API endpoint for accessing repo topics (#7963)
  3121. * Include description in repository search (#7942)
  3122. * Use gitea forked macaron (#7933)
  3123. * Fix pull creation with empty changes (#7920)
  3124. * Allow token as authorization for accessing attachments (#7909)
  3125. * Retry create issue to cope with duplicate keys (#7898)
  3126. * Move git diff codes from models to services/gitdiff (#7889)
  3127. * migrate gplus to google oauth2 provider (#7885)
  3128. * Remove unique filter from repo indexer analyzer. (#7878)
  3129. * Detect delimiter in CSV rendering (#7869)
  3130. * Import topics during migration (#7851)
  3131. * Move CreateReview to modules/pull (#7841)
  3132. * vendor: update pdf.js to v2.1.266 (#7834)
  3133. * Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)
  3134. * Add Ability for User to Customize Email Notification Frequency (#7813)
  3135. * Move database settings from models to setting (#7806)
  3136. * Display ui time with customize time location (#7792)
  3137. * Implement webhook branch filter (#7791)
  3138. * Restrict repository indexing by glob match (#7767)
  3139. * Api: advanced settings for repository (external wiki, issue tracker etc.) (#7756)
  3140. * Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751)
  3141. * deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749)
  3142. * Apply emoji on commit graph page (#7743)
  3143. * Add a lot of extension to language mappings for syntax highlights (#7741)
  3144. * Add SQL execution on log and indexes on table repository and comment (#7740)
  3145. * Set DB connection error level to error (#7724)
  3146. * Check commit message hashes before making links (#7713)
  3147. * remove unnecessary fmt on generate bindata (#7706)
  3148. * Fix specific highlighting (CMakeLists.txt ...) (#7686)
  3149. * Add file status on API (#7671)
  3150. * Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)
  3151. * Provide links in commit summaries in commits table/view list (#7659)
  3152. * Change length of some repository's columns (#7652)
  3153. * Move commit repo action from models to repofiles package (#7645)
  3154. * fix wrong email when use gitea as OAuth2 provider (#7640)
  3155. * [Branch View] add download button (#7604)
  3156. * Update to xorm@v0.7.4 (#7596)
  3157. * use 403 instead of 401 for ErrUserProhibitLogin (#7591)
  3158. * Removed unnecessary conversions (#7557)
  3159. * Un-lambda base.FileSize (#7556)
  3160. * Added missing error checks in tests (#7554)
  3161. * Move create release from models to a standalone package (#7539)
  3162. * Make default branch name link to default branch (#7519)
  3163. * Added total count of contributions to heatmap (#7517)
  3164. * Move mirror to a standalone package from models (#7486)
  3165. * Move models.PushUpdate to repofiles.PushUpdate (#7485)
  3166. * Include thread related headers in issue/coment mail (#7484)
  3167. * Refuse merge until all required status checks success (#7481)
  3168. * convert all js var to let/const (#7464)
  3169. * Only create branches for opened pull requestes when migrating from github (#7463)
  3170. * jQuery 3 (#7425)
  3171. * Add notification placeholder (#7409)
  3172. * Search Commits via Commit Hash (#7400)
  3173. * Move status table to cron package (#7370)
  3174. * wiki - page revisions list (#7369)
  3175. * Display original author and URL information when showing migrated issues/comments (#7352)
  3176. * Refactor filetype is not allowed errors (#7309)
  3177. * switch to use gliderlabs/ssh for builtin server (#7250)
  3178. * Remove settting dependency on modules/session (#7237)
  3179. * Move all mail related codes from models to services/mailer (#7200)
  3180. * Support git.PATH entry in app.ini (#6772)
  3181. * Support setting cookie domain (#6288)
  3182. * Move migrating repository from frontend to backend (#6200)
  3183. * Delete releases attachments if release is deleted (#6068)
  3184. * TRANSLATION
  3185. * Latvian translation for home page (#8468)
  3186. * Add home template italian translation (#8352)
  3187. * fix misprint (#7452)
  3188. * BUILD
  3189. * use go 1.13 (#8088)
  3190. * MISC
  3191. * add file line count info on UI (#8396)
  3192. * Make issues page left menu 100% width and add reponame as title attribute (#8359)
  3193. * [arc-green] white on hover for active menu items (#8344)
  3194. * Move ref (branch or tag) location on issue list page (#8157)
  3195. * apply emoji on dashboard issue list labels (#8156)
  3196. * 1148: Take up the full width when viewing the diff in split view. (#8114)
  3197. * Display description of 'make this repo private' as help text, not as tooltip (#8097)
  3198. * Fixes deformed emoji in pull request reviews (#8047)
  3199. * Add strike to old header on comment (#8046)
  3200. * Add tooltip for the visibility checkbox in /repo/create (#8025)
  3201. * Update github.com/lafriks/xormstore and tidy up mod.go (#8020)
  3202. * keep blame view buttons sequence consistent with normal view when view a file (#8007)
  3203. * Use "Pull Request" instead of "Merge Request" (#8003)
  3204. * Move line number to :before attr to hide from search on browser (#8002)
  3205. * Changed black color to white for (read) number label on issue list page (#8000)
  3206. * [Branch View] show "New Pull Request" Button only if posible (#7977)
  3207. * Fix hook problem by only setting the git environment variables if we are passed them (#7854)
  3208. * Prevent Commit Status and Message From Overflowing On Branch Page (#7800)
  3209. * Fix global search result CSS, misc CSS tweaks (#7789)
  3210. * Tweak label border CSS (#7739)
  3211. * Fix create menu item widths (#7708)
  3212. * [Branch View] Delete duplicate protection symbol (#7624)
  3213. * [Branch View] Delete Table Header (#7622)
  3214. * [Branch View] icons to buttons (#7602)
  3215. * update js dependencies (#7462)
  3216. * Add Extra Info to Branches Page (#7461)
  3217. * Bump lodash from 4.17.11 to 4.17.14 (#7459)
  3218. * wiki history improvements (#7391)
  3219. * ui fixes - compare view and archieved repo issues (#7345)
  3220. * dark theme scrollbars (#7269)
  3221. * wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbox' (#7243)
  3222. * Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141)
  3223. ## [1.9.6](https://github.com/go-gitea/gitea/releases/tag/v1.9.6) - 2019-11-13
  3224. * BUGFIXES
  3225. * Allow to merge if file path contains " or \ (#8629) (#8772)
  3226. * Fix 500 when edit hook (#8782) (#8790)
  3227. * Fix issue with user.fullname (#8904)
  3228. * Update Github Migration Test (#8897) (#8946)
  3229. * Add Close() method to gogitRepository (#8901) (#8958)
  3230. ## [1.9.5](https://github.com/go-gitea/gitea/releases/tag/v1.9.5) - 2019-10-30
  3231. * BREAKING
  3232. * Hide some user information via API if user doesn't have enough permission (#8655) (#8658)
  3233. * BUGFIXES
  3234. * Fix milestone close timestamp (#8728) (#8731)
  3235. * Fix deadline on update issue or PR via API (#8699)
  3236. * Fix 'New Issue Missing Milestone Comment' (#8678) (#8682)
  3237. * Fix 500 when getting user as unauthenticated user (#8653) (#8662)
  3238. * Use AppSubUrl for more redirections (#8647) (#8652)
  3239. * Add SubURL to redirect path (#8632) (#8634) (#8640)
  3240. * Fix #8582 by handling empty repos (#8587) (#8593)
  3241. * Fix bug on pull requests when transfer head repository (#8571)
  3242. * Add missed close in ServeBlobLFS (#8527) (#8543)
  3243. * Return false if provided branch name is empty for IsBranchExist (#8485) (#8492)
  3244. * Create .ssh dir as necessary (#8369) (#8486) (#8489)
  3245. * Restore functionality for early gits (#7775) (#8476)
  3246. * Add check for empty set when dropping indexes during migration (#8475)
  3247. * Ensure Request Body Readers are closed in LFS server (#8454) (#8459)
  3248. * Ensure that LFS files are relative to the LFS content path (#8455) (#8458)
  3249. * SECURITY
  3250. * Ignore mentions for users with no access (#8395) (#8484)
  3251. * TESTING
  3252. * Update heatmap fixtures to restore tests (#8615) (#8617)
  3253. ## [1.9.4](https://github.com/go-gitea/gitea/releases/tag/v1.9.4) - 2019-10-08
  3254. * BUGFIXES
  3255. * Highlight issue references (#8101) (#8404)
  3256. * Fix bug when migrating a private repository #7917 (#8403)
  3257. * Change general form binding to gogs form (#8334) (#8402)
  3258. * Fix editor commit to new branch if PR disabled (#8375) (#8401)
  3259. * Fix milestone num_issues (#8221) (#8400)
  3260. * Allow users with explicit read access to give approvals (#8398)
  3261. * Fix commit status in PR #8316 and PR #8321 (#8339)
  3262. * Fix API for edit and delete release attachment (#8290)
  3263. * Fix assets on release webhook (#8283)
  3264. * Fix release API URL generation (#8239)
  3265. * Allow registration when button is hidden (#8238)
  3266. * MS Teams webhook misses commit messages (backport v1.9) (#8225)
  3267. * Fix data race (#8206)
  3268. * Fix pull merge 500 error caused by git-fetch breaking behaviors (#8194)
  3269. * Fix the SSH config specification in the authorized_keys template (#8193)
  3270. * Fix reading git notes from nested trees (#8189)
  3271. * Fix team user api (#8172) (#8188)
  3272. * Add reviewers as participants (#8124)
  3273. * BUILD
  3274. * Use vendored go-swagger (#8087) (#8165)
  3275. * Fix version-validation for GO 1.13 (go-macaron/cors) (#8389)
  3276. * MISC
  3277. * Make show private icon when repo avatar set (#8144) (#8175)
  3278. ## [1.9.3](https://github.com/go-gitea/gitea/releases/tag/v1.9.3) - 2019-09-06
  3279. * BUGFIXES
  3280. * Fix go get from a private repository with Go 1.13 (#8100)
  3281. * Strict name matching for Repository.GetTagID() (#8082)
  3282. * Avoid ambiguity of branch/directory names for the git-diff-tree command (#8070)
  3283. * Add change title notification for issues (#8064)
  3284. * Run CORS handler first for /api routes (#7967) (#8053)
  3285. * Evaluate emojis in commit messages in list view (#8044)
  3286. * Fix failed to synchronize tags to releases for repository (#7990) (#7994)
  3287. * Fix adding default Telegram webhook (#7972) (#7992)
  3288. * Abort synchronization from LDAP source if there is some error (#7965)
  3289. * Fix deformed emoji in commit message (#8071)
  3290. * ENHANCEMENTS
  3291. * Keep blame view buttons sequence consistent with normal view when viewing a file (#8007) (#8009)
  3292. ## [1.9.2](https://github.com/go-gitea/gitea/releases/tag/v1.9.2) - 2019-08-22
  3293. * BUGFIXES
  3294. * Fix wrong sender when send slack webhook (#7918) (#7924)
  3295. * Upload support text/plain; charset=utf8 (#7899)
  3296. * Lfs/lock: round locked_at timestamp to second (#7872) (#7875)
  3297. * Fix non existent milestone with 500 error (#7867) (#7873)
  3298. * SECURITY
  3299. * Fix No PGP signature on 1.9.1 tag (#7874)
  3300. * Release built with go 1.12.9 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!msg/golang-announce/oeMaeUnkvVE/a49yvTLqAAAJ
  3301. * ENHANCEMENTS
  3302. * Fix pull creation with empty changes (#7920) (#7926)
  3303. * BUILD
  3304. * Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)
  3305. ## [1.9.1](https://github.com/go-gitea/gitea/releases/tag/v1.9.1) - 2019-08-14
  3306. * BREAKING
  3307. * Add pagination for admin api get orgs and fix only list public orgs bug (#7742) (#7752)
  3308. * SECURITY
  3309. * Be more strict with git arguments (#7715) (#7762)
  3310. * Release built with go 1.12.8 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!topic/golang-nuts/fCQWxqxP8aA
  3311. * BUGFIXES
  3312. * Fix local runs of ssh-requiring integration tests (#7855) (#7857)
  3313. * Fix hook problem (#7856) (#7754)
  3314. * Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7850) (#7846)
  3315. * Do not fetch all refs (#7797) (#7837)
  3316. * Fix duplicate call of webhook (#7824) (#7821)
  3317. * Enable switching to a different source branch when PR already exists (#7823)
  3318. * Rewrite existing repo units if setting is not included in api body (#7811)
  3319. * Prevent Commit Status and Message From Overflowing On Branch Page (#7800) (#7808)
  3320. * API: fix multiple bugs with statuses endpoints (Backport #7785) (#7807)
  3321. * Fix Slack webhook fork message (1.9 release backport) (#7783)
  3322. * Fix approvals counting (#7757) (#7777)
  3323. * Fix rename failed when rewrite public keys (#7761) (#7769)
  3324. * Fix dropTableColumns sqlite implementation (#7710) (#7765)
  3325. * Fix repo_index_status lingering when deleting a repository (#7738)
  3326. * Fix milestone completness calculation when migrating (#7725) (#7732)
  3327. * Fixes indexed repos keeping outdated indexes when files grow too large (#7731)
  3328. * Skip non-regular files (e.g. submodules) on repo indexing (#7717)
  3329. * Improve branches list performance and fix protected branch icon when no-login (#7695) (#7704)
  3330. * Correct wrong datetime format for git (#7689) (#7690)
  3331. ## [1.9.0](https://github.com/go-gitea/gitea/releases/tag/v1.9.0) - 2019-07-30
  3332. * BREAKING
  3333. * Better logging (#6038) (#6095)
  3334. * SECURITY
  3335. * Shadow the password on cache and session config on admin panel (#7300)
  3336. * Fix markdown invoke sequence (#7513) (#7560)
  3337. * Reserve .well-known username (#7638)
  3338. * Do not leak secrets via timing side channel (#7364)
  3339. * Ensure that decryption of cookie actually suceeds (#7363)
  3340. * FEATURES
  3341. * Content API for Creating, Updating, Deleting Files (#6314)
  3342. * Enable tls-alpn-01: Use certmanager provided TLSConfig for LetsEncrypt (#7229)
  3343. * Add command to convert mysql database from utf8 to utf8mb4 (#7144)
  3344. * Fixes #2738 - Adds the /git/tags API endpoint (#7138)
  3345. * Compare branches, commits and tags with each other (#6991)
  3346. * Show Pull Request button or status of latest PR in branch list (#6990)
  3347. * Repository avatars (#6986)
  3348. * Show git-notes (#6984)
  3349. * Add commit statuses reports on pull request view (#6845)
  3350. * Number of commits ahead/behind in branch overview (#6695)
  3351. * Add CLI commands to manage LDAP authentication source (#6681)
  3352. * Add support for MS Teams webhooks (#6632)
  3353. * OAuth2 Grant UI (#6625)
  3354. * Add SUBJECT_PREFIX mailer config option (#6605)
  3355. * Include custom configuration file in dump (#6516)
  3356. * Add API for manipulating Git hooks (#6436)
  3357. * Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290)
  3358. * Add option to blame files (#5721)
  3359. * Implement Default Webhooks (#4299)
  3360. * Telegram webhook (#4227)
  3361. * BUGFIXES
  3362. * Send webhook after commit when creating issue with assignees (#7681) (#7684)
  3363. * Upgrade macaron/captcha to fix random error problem (#7407) (#7683)
  3364. * Move add to hook queue for created repo to outside xorm session. (#7682) (#7675)
  3365. * Show protection symbol if needed on default branch (#7660) (#7668)
  3366. * Hide delete/restore button on archived repos (#7660)
  3367. * Fix bug on migrating milestone from github (#7665) (#7666)
  3368. * Use flex to fix floating paginate (#7656) (#7662)
  3369. * Change length of some repository's columns (#7652) (#7655)
  3370. * Fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)
  3371. * Fix syntax highlight initialization (#7617) (#7626)
  3372. * Fix bug create/edit wiki pages when code master branch protected (#7580) (#7623)
  3373. * Fix panic on push at #7611 (#7615) (#7618)
  3374. * Handle ErrUserProhibitLogin in http git (#7586, #7591) (#7590)
  3375. * Fix color of split-diff view in dark theme (#7587) (#7589)
  3376. * Fix file header overflow in file and blame views (#7562) (#7579)
  3377. * Malformed URLs in API git/commits response (#7565) (#7567)
  3378. * Fix empty commits now showing in repo overview (#7521) (#7563)
  3379. * Fix repository's pull request count error (#7518) (#7524)
  3380. * Remove duplicated webhook trigger (#7511) (#7516)
  3381. * Handles all redirects for Web UI File CRUD (#7478) (#7507)
  3382. * Fix regex for issues in commit messages (#7444) (#7466)
  3383. * cmd/serv: actually exit after fatal errors (#7458) (#7460)
  3384. * Fix an issue with some pages throwing 'not defined' js exceptions #7450 (#7453)
  3385. * Fix Dropzone.js integration (#7445) (#7448)
  3386. * Create class for inline positioned lists (#7439) (#7393)
  3387. * Diff: Fix indentation on unhighlighted code (#7435) (#7443)
  3388. * jQuery 3 (#7442) (#7425)
  3389. * Only show "New Pull Request" button if repo allows pulls (#7426) (#7432)
  3390. * Fix vendor references (#7394) (#7396)
  3391. * Only return head: null if source branch was deleted (#6705) (#7376)
  3392. * Add missing template variable on organisation settings (#7386) (#7385)
  3393. * Fix post parameter on issue list which had unset assignee (#7380) (#7383)
  3394. * Fix migration tests due to issue 7 being resolved (#7375) (#7381)
  3395. * Correctly adjust mirror url (#6593)
  3396. * Handle early git version's lack of get-url (#7065)
  3397. * Fix icon position in issue view (#7354)
  3398. * Cut timeline length with last element on issue view (#7355)
  3399. * Fix mirror repository webhooks (#7366)
  3400. * Fix api route for hooks (#7346)
  3401. * Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)
  3402. * Fix pull view ui merge section (#7335)
  3403. * Fix 7303 - remove unnessesary buttons on archived repos (#7326)
  3404. * Fix topic bar to allow prefixes (#7325)
  3405. * Fixes #7152 - Allow create/update/delete message to be empty, use default message (#7324)
  3406. * Fixes #7238 - Annotated tag commit ID incorrect (#7321)
  3407. * Dark theme fixes (#7319)
  3408. * Gitea own dark codemirror theme (#7317)
  3409. * Fixes #7292 - API File Contents bug (#7301)
  3410. * Fix API link header (#7298)
  3411. * Fix extra newlines when copying from diff in Firefox (#7288)
  3412. * Make diff line-marker non-selectable (#7279)
  3413. * Fix Submodule dection in subdir (#7275)
  3414. * Fix error log when loading issues caused by a xorm bug (#7271)
  3415. * Add .fa icon margin like .octicon (#7258)
  3416. * Fix hljs unintenionally highlighting commit links (#7244)
  3417. * Only check and config git on web subcommand but not others (#7236)
  3418. * Fix migration panic when Head.User is not exist (#7226)
  3419. * Only warn on errors in deleting LFS orphaned files during repo deletion (#7213)
  3420. * Fix duplicated file on pull request conflicted files (#7211)
  3421. * Allow colon between fixing word and issue (#7207)
  3422. * Fix overflow issues in repo (#7190)
  3423. * API error cleanup (#7186)
  3424. * Add error for fork already existing (#7185)
  3425. * Fixes diff on merged pull requests (#7171)
  3426. * If milestone id is zero don't get it from database (#7169)
  3427. * Fix pusher name via ssh push (#7167)
  3428. * Fix database lock when use random repository fallback image (#7166)
  3429. * Various fixes for issue mail notifications (#7165)
  3430. * Allow archived repos to be (un)starred and (un)watched (#7163)
  3431. * Fix GCArgs load from ini (#7156)
  3432. * Detect noreply email address as user (#7133)
  3433. * Avoid arbitrary format strings upon calling fail() function (#7112)
  3434. * Validate External Tracker URL Format (#7089)
  3435. * Repository avatar fallback configuration (#7087)
  3436. * Fix #732: Add LFS objects to base repository on merging (#7082)
  3437. * Install page - Handle invalid administrator username better (#7060)
  3438. * Workaround for posting single comments in split diff view (#7052)
  3439. * Fix possbile mysql invalid connnection error (#7051)
  3440. * Fix charset was not saved after installation finished (#7048)
  3441. * Handle insecure and ports in go get (#7041)
  3442. * Avoid bad database state after failed migration (#7040)
  3443. * Fix wrong init dependency on markup extensions (#7038)
  3444. * Fix default for allowing new organization creation for new users (#7017)
  3445. * Fix content download and /verify LFS handler expecting wrong content-type (#7015)
  3446. * Fix missing repo description when migrating (#7000)
  3447. * Fix LFS Locks over SSH (#6999)
  3448. * Do not attempt to return blob on submodule (#6996)
  3449. * Fix U2F for Chrome >= 74 (#6980)
  3450. * Fix index produces problem when issues/pulls deleted (#6973)
  3451. * Allow collaborators to view repo owned by private org (#6965)
  3452. * Stop running hooks on pr merge (#6963)
  3453. * Run hooks on merge/edit and cope with protected branches (#6961)
  3454. * Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#6953)
  3455. * Stop colorizing log files by default (#6949)
  3456. * Rotate serv.log, http.log and hook logs and stop stacktracing in these (#6935)
  3457. * Fix plain text overflow line wrap (#6915)
  3458. * Fix input size for dependency select (#6913)
  3459. * Change drone token name to let users know to use oauth2 (#6912)
  3460. * Fix syntax highlight in blame view #6895 (#6909)
  3461. * Use AppURL for Oauth user link (#6894)
  3462. * Fixes #6881 - API users search fix (#6882)
  3463. * Fix 404 when send pull request some situation (#6871)
  3464. * Enforce osusergo build tag for releases (#6862)
  3465. * Fix 500 when reviewer is deleted with integration tests (#6856)
  3466. * Fix v85.go (#6851)
  3467. * Make dropTableColumns drop columns on sqlite and constraints on all (#6849)
  3468. * Fix double-generation of scratch token (#6832) (#6833)
  3469. * When mirroring we should set the remote to mirror (#6824)
  3470. * Fix the v78 migration "Drop is_bare" on MSSQL #6707 (#6823)
  3471. * Change verbose flag in dump command to avoid colliding with global version flag (#6822)
  3472. * Fix #6813: Allow git.GetTree to take both commit and tree names (#6816)
  3473. * Remove `seen` map from `getLastCommitForPaths` (#6807)
  3474. * Show scrollbar only when needed (#6802)
  3475. * Restore IsWindows variable assignment (#6722) (#6790)
  3476. * Service worker js is a missing comma (#6788)
  3477. * Fix team edit API panic (#6780)
  3478. * Set user search base field optional in LDAP (simple auth) edit page (#6779)
  3479. * Ignore already existing public keys after ldap sync (#6766)
  3480. * Fix pulls broken when fork repository deleted (#6754)
  3481. * Fix missing return (#6751)
  3482. * Fix new team 500 (#6749)
  3483. * OAuth2 token can be used in basic auth (#6747)
  3484. * Fix org visibility bug when git cloning (#6743)
  3485. * Fix bug when sort repos on org home page login with non-admin (#6741)
  3486. * Stricter domain name pattern in email regex (#6739)
  3487. * Fix admin template error (#6737)
  3488. * Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736)
  3489. * UI: Detect and restore encoding and BOM in content (#6727)
  3490. * Load issue attributes when editing an issue with API (#6723)
  3491. * Fix team members API (#6714)
  3492. * Unfortunately MemProvider Init does not actually Init properly (#6692)
  3493. * Fix partial reversion of #6657 caused by #6314 (#6685)
  3494. * Prevent creating empty sessions (#6677)
  3495. * Fixes #6659 - Swagger schemes selection default to page's protocol (#6660)
  3496. * Update highlight.js to 9.15.6 (#6658)
  3497. * Properly escape on the redirect from the web editor (#6657)
  3498. * Fix #6655 - Don't EscapePound .Link as it is already escaped (#6656)
  3499. * Use ctx.metas for SHA hash links (#6645)
  3500. * Fix wrong GPG expire date (#6643)
  3501. * upgrade version of lib/pq to v1.1.0 (#6640)
  3502. * Fix forking an empty repository (#6637)
  3503. * Fix issuer of OTP URI should be URI-encoded. (#6634)
  3504. * Return a UserList from /api/v1/admin/users (#6629)
  3505. * Add json tags for oauth2 form (#6627)
  3506. * Remove extra slash from twitter card (#6619)
  3507. * remove bash requirement in makefile (#6617)
  3508. * Fix Open Graph og:image link (#6612)
  3509. * Fix cross-compile builds (#6609)
  3510. * Change commit summary to full message in API (#6591)
  3511. * Fix bug user search API pagesize didn't obey ExplorePagingNum (#6579)
  3512. * Prevent server 500 on compare branches with no common history (#6555)
  3513. * Properly escape release attachment URL (#6512)
  3514. * Delete local branch when repo branch is deleted (#6497)
  3515. * Fix bug when user login and want to resend register confirmation email (#6482)
  3516. * Fix upload attachments (#6481)
  3517. * Avoid multi-clicks in oauth2 login (#6467)
  3518. * Hacky fix for alignment of the create-organization dialog (#6455)
  3519. * Change order that PostProcess Processors are run (#6445)
  3520. * Clean up ref name rules (#6437)
  3521. * Fix Hook & HookList in Swagger (#6432)
  3522. * Fixed unitTypeCode not being used in accessLevelUnit (#6419)
  3523. * Display correct error for invalid mirror interval (#6414)
  3524. * Don't Unescape redirect_to cookie value (#6399)
  3525. * Fix dump table name error and add some test for dump database (#6394)
  3526. * Fix migrations 82 to ignore unsynced tags between database and git data and missing is_archived on repository table (#6387)
  3527. * Make sure units of a team are returned (#6379)
  3528. * Fix bug manifest.json will not request with cookie so that session will created every request (#6372)
  3529. * Disable benchmarking during tag events on DroneIO (#6365)
  3530. * Comments list performance optimization (#5305)
  3531. * ENHANCEMENTS
  3532. * Update Drone docker generation to standard format (#7480) (#7496) (#7504)
  3533. * Add API Endpoint for Repo Edit (#7006)
  3534. * Add state param to milestone listing API (#7131)
  3535. * Make captcha and password optional for external accounts (#6606)
  3536. * Detect migrating batch size (#7353)
  3537. * Fix 7255 - wrap long texts on user profile info (#7333)
  3538. * Use commit graph files for listing pages (#7314)
  3539. * Add git command line commitgraph support global default true when git version >= 2.18 (#7313)
  3540. * Add LFS_START_SERVER option to control git-lfs support (#7281)
  3541. * Dark theme markdown fixes (#7260)
  3542. * Update go-git to v4.12.0 (#7249)
  3543. * Show lfs config on admin panel (#7220)
  3544. * Disable same user check for internal SSH (#7215)
  3545. * Add LastLogin to the User API (#7196)
  3546. * Add missing description of label on API (#7159)
  3547. * Use go method to calculate ssh key fingerprint (#7128)
  3548. * Enable Rust highlighting (#7125)
  3549. * Refactor submodule URL parsing (#7100)
  3550. * Change issue mail title. (#7064)
  3551. * Use batch insert on migrating repository to make the process faster (#7050)
  3552. * Improve github downloader on migrations (#7049)
  3553. * When git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (#7047)
  3554. * Fix Erlang and Elixir highlight mappings (#7044)
  3555. * API Org Visibility (#7028)
  3556. * Improve handling of non-square avatars (#7025)
  3557. * Bugfix: Align comment label and actions to the right (#7024)
  3558. * Change UpdateRepoIndex api to include watchers (#7012)
  3559. * Move serv hook functionality & drop GitLogger (#6993)
  3560. * Add support of utf8mb4 for mysql (#6992)
  3561. * Make webhook http connections resuable (#6976)
  3562. * Move xorm logger bridge from log to models so that log module could be a standalone package (#6944)
  3563. * Refactor models.NewRepoContext to extract git related codes to modules/git (#6941)
  3564. * Remove macaron dependent on models (#6940)
  3565. * Add less linter via npx (#6936)
  3566. * Remove macaron dependent on modules/log (#6933)
  3567. * Remove macaron dependent on models/mail.go (#6931)
  3568. * Clean less files (#6921)
  3569. * Fix code overflow (#6914)
  3570. * Style orgs list in user profile (#6911)
  3571. * Improve description of branch protection (fix #6886) (#6906)
  3572. * Move sdk structs to modules/structs (#6905)
  3573. * update sdk to latest (#6903)
  3574. * Escape the commit message on issues update and title in telegram hook (#6901)
  3575. * SearchRepositoryByName improvements and unification (#6897)
  3576. * Change the color of issues/pulls list, merged is purple and closed is red (#6874)
  3577. * Refactor table width to have more info shown in file list (#6867)
  3578. * Monitor all git commands; move blame to git package and replace git as a variable (#6864)
  3579. * Fix config ui error about cache ttl (#6861)
  3580. * Improve localization of git activity stats (#6848)
  3581. * Generate access token in admin cli (#6847)
  3582. * Update github.com/urfave/cli to version 1.2.0 (#6838)
  3583. * Rename LFS_JWT_SECRET cli option to include OAUTH2 as well (#6826)
  3584. * internal/ssh: ignore env command totally (#6825)
  3585. * Allow Recaptcha service url to be configured (#6820)
  3586. * update github.com/mcuadros/go-version to v0.0.0-20190308113854-92cdf37c5b75 (#6815)
  3587. * Use modules/git for git commands (#6775)
  3588. * Add GET requests to webhook (#6771)
  3589. * Move PushUpdate dependency from models to repofiles (#6763)
  3590. * Tweak tab text and icon colors (#6760)
  3591. * Ignore non-standard refs in git push (#6758)
  3592. * Disable web preview for telegram webhook (#6719)
  3593. * Show full name if DEFAULT_SHOW_FULL_NAME setting enabled (#6710)
  3594. * Reorder file actions (#6706)
  3595. * README WordPress the code is overflowing #6679 (#6696)
  3596. * Improve issue reference on commit (#6694)
  3597. * Handle redirects for git clone commands (#6688)
  3598. * Fix one performance/correctness regression in #6478 found on Rails repository. (#6686)
  3599. * API OTP Context (#6674)
  3600. * Remove local clones & make hooks run on merge/edit/upload (#6672)
  3601. * Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (#6663)
  3602. * Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (#6662)
  3603. * Fix dropdown icon padding (#6651)
  3604. * Add more title attributes on shortened names (#6647)
  3605. * Update UI for topics labels on projects (#6639)
  3606. * Trace Logging on Permission Denied & ColorFormat (#6618)
  3607. * Add .gpg url (match github behaviour) (#6610)
  3608. * Support for custom GITEA_CUSTOM env var in docker(#6608)
  3609. * Show "delete branch" button on closed pull requests (#6570) (#6601)
  3610. * Add option to disable refresh token invalidation (#6584)
  3611. * Fix new repo dropdown alignment (#6583)
  3612. * Fix mail notification when close/reopen issue (#6581)
  3613. * Pre-calculate the absolute path of git (#6575)
  3614. * Minor CSS cleanup for the navbar (#6553)
  3615. * Render SHA1 links as code blocks (#6546)
  3616. * Add username flag in create-user command (#6534)
  3617. * Unifies pagination template usage (#6531) (#6533)
  3618. * Fixes pagination width on mobile view (#5711) (#6532)
  3619. * Improve SHA1 link detection (#6526)
  3620. * Fixes #6446 - Sort team members and team's repositories (#6525)
  3621. * Use stricter boundaries for auto-link detection (#6522)
  3622. * Use regular line-height on frontpage entries (#6518)
  3623. * Fixes #6514 - New Pull Request on files and pulls pages the same (#6515)
  3624. * Make distinction between DisplayName and Username in email templates (#6495)
  3625. * Add X-Auto-Response-Suppress header to outgoing messages (#6492)
  3626. * Cleaned permission checks for API -> site admin can now do anything (#6483)
  3627. * Support search operators for commits search (#6479)
  3628. * Improve listing performance by using go-git (#6478)
  3629. * Fix repo sub_menu font color in arc-green (#6477)
  3630. * Show last commit status in pull request lists (#6465)
  3631. * Add signatures to webhooks (#6428)
  3632. * Optimize all images in public/img (#6427)
  3633. * Add golangci (#6418)
  3634. * Make "Ghost" not link to 404 page (#6410)
  3635. * Include more variables on admin/config page (#6378)
  3636. * Markdown: enable some more extensions (#6362)
  3637. * Include repo name in page title tag (#6343)
  3638. * Show locale string on timestamp (#6324)
  3639. * Handle CORS requests (#6289)
  3640. * Improve issue autolinks (#6273)
  3641. * Migration Tweaks (#6260)
  3642. * Add title attributes to all items in the repo list viewer (#6258)
  3643. * Issue indexer queue redis support (#6218)
  3644. * Add bio field for user (#6113)
  3645. * Make the version within makefile overwriteable (#6080)
  3646. * Updates to API 404 responses (#6077)
  3647. * Use Go1.11 module (#5743)
  3648. * UX + Security current user password reset (#5042)
  3649. * Refactor: append, build variable and type switch (#4940)
  3650. * Git statistics in Activity tab (#4724)
  3651. * Drop the bits argument when generating an ed25519 key (#6504)
  3652. * TESTING
  3653. * Exclude pull_request from fetch-tags step, fixes #7108 (#7120)
  3654. * Refactor and improve git test (#7086)
  3655. * Fix TestSearchRepo by waiting till indexing is done (#7004)
  3656. * Add mssql migration tests (needs #6823) (#6852)
  3657. * Add tests for Org API (#6731)
  3658. * Context.ServerError and NotFound should log from their caller (#6550)
  3659. * TRANSLATION
  3660. * Add french specific rule for translating plural texts (#6846)
  3661. * BUILD
  3662. * Update mssql driver to last working version 20180314172330-6a30f4e59a44 (#7306)
  3663. * Alpine 3.10 (#7256)
  3664. * Use vfsgen instead of go-bindata (#7080)
  3665. * remove and disable package-lock (#6969)
  3666. * add make targets for js and css, add js linter (#6952)
  3667. * Added tags pull step to drone config to show correct version hashes i… (#6836)
  3668. * Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
  3669. * chore: update drone format to 1.0 (#6602)
  3670. * Fix race in integration testlogger (#6556)
  3671. * Quieter Integration Tests (#6513)
  3672. * Drop the docker Makefile from the image (#6507)
  3673. * Add make version on gitea version (#6485)
  3674. * Fix #6468 - Uses space match and adds newline for all sed flavors (#6473)
  3675. * Move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
  3676. * Update npm dependencies and various tweaks (#7344)
  3677. * Fix updated drone file (#7336)
  3678. * Add 'npm' and 'npm-update' make targets and lockfile (#7246)
  3679. * DOCS
  3680. * Add work path CLI option (#6922)
  3681. * Fix logging documentation (#6904)
  3682. * Some logging documentation (#6498)
  3683. * Fix link to Hacking on Gitea on From-Source doc page (#6471)
  3684. * Fix typos in docs command-line examples (#6466)
  3685. * Added docker example for backup (#5846)
  3686. ## [1.8.3](https://github.com/go-gitea/gitea/releases/tag/v1.8.3) - 2019-06-17
  3687. * BUGFIXES
  3688. * Always set userID on LFS authentication (#7224) (Part of #6993)
  3689. * Fix LFS Locks over SSH (#6999) (#7223)
  3690. * Fix duplicated file on pull request conflicted files (#7211) (#7214)
  3691. * Detect noreply email address as user (#7133) (#7195)
  3692. * Don't get milestone from DB if ID is zero (#7169) (#7174)
  3693. * Allow archived repos to be (un)starred and (un)watched (#7163) (#7168)
  3694. * Fix GCArgs load from ini (#7156) (#7157)
  3695. ## [1.8.2](https://github.com/go-gitea/gitea/releases/tag/v1.8.2) - 2019-05-29
  3696. * BUGFIXES
  3697. * Fix possbile mysql invalid connnection error (#7051) (#7071)
  3698. * Handle invalid administrator username on install page (#7060) (#7063)
  3699. * Disable arm7 builds (#7037) (#7042)
  3700. * Fix default for allowing new organization creation for new users (#7017) (#7034)
  3701. * SearchRepositoryByName improvements and unification (#6897) (#7002)
  3702. * Fix u2f registrationlist ToRegistrations() method (#6980) (#6982)
  3703. * Allow collaborators to view repo owned by private org (#6965) (#6968)
  3704. * Use AppURL for Oauth user link (#6894) (#6925)
  3705. * Escape the commit message on issues update (#6901) (#6902)
  3706. * Fix regression for API users search (#6882) (#6885)
  3707. * Handle early git version's lack of get-url (#7065) (#7076)
  3708. * Fix wrong init dependency on markup extensions (#7038) (#7074)
  3709. ## [1.8.1](https://github.com/go-gitea/gitea/releases/tag/v1.8.1) - 2019-05-08
  3710. * BUGFIXES
  3711. * Fix 404 when sending pull requests in some situations (#6871) (#6873)
  3712. * Enforce osusergo build tag for releases (#6862) (#6869)
  3713. * Don't post process commit summary in templates (#6842) (#6868)
  3714. * Fix 500 when reviewer is deleted (#6856) (#6860)
  3715. * Fix v78 migration for MSSQL (#6823) (#6854)
  3716. * Added tags pull step to drone config to show correct version hashes (#6836) (#6839)
  3717. * Fix double-generation of scratch token (#6833) (#6835)
  3718. * When mirroring we should set the remote to mirror (#6824) (#6834)
  3719. * Show scrollbar only when needed (#6802) (#6803)
  3720. * Service worker js is missing a comma (#6788) (#6795)
  3721. * Set user search base field optional in LDAP (simple auth) edit page (#6779) (#6789)
  3722. * Fix team edit API panic (#6780) (#6785)
  3723. * Minor CSS cleanup for the navbar (#6553) (#6781)
  3724. * Stricter domain name pattern in email regex (#6739) (#6768)
  3725. * Detect and restore encoding and BOM in content (#6727) (#6765)
  3726. * Fix org visibility bug when git cloning (#6743) (#6762)
  3727. * OAuth2 token can be used in basic auth (#6747) (#6761)
  3728. * Fix missing return (#6751) (#6756)
  3729. * Fix sorting repos on org home page with non-admin login (#6741) (#6746)
  3730. * Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736) (#6744)
  3731. * Fix team members API (#6714) (#6729)
  3732. * Load issue attributes when editing an issue with API (#6723) (#6725)
  3733. * Fix config ui error about cache ttl (#6861) (#6865)
  3734. ## [1.8.0](https://github.com/go-gitea/gitea/releases/tag/v1.8.0) - 2019-04-20
  3735. * SECURITY
  3736. * Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6594)
  3737. * Resolve 2FA bypass on API (#6676) (#6674)
  3738. * Prevent the creation of empty sessions for non-logged in users (#6690) (#6677)
  3739. * BREAKING
  3740. * Add "ghost" and "notifications" to list of reserved user names. (#6208)
  3741. * Change sqlite DB path default to data directory (#6198)
  3742. * Adds MustChangePassword to user create/edit API (#6193)
  3743. * Disable redirect for i18n (#5910)
  3744. * Releases API paging (#5831)
  3745. * Allow Macaron to be set to log through to gitea.log (#5667)
  3746. * Don't close issues via commits on non-default branch (#5622)
  3747. * FEATURES
  3748. * Add regenerate secret feature for oauth2 (#6291)
  3749. * Expose issue stopwatch toggling via API (#5970)
  3750. * Add other session providers (#5963)
  3751. * Pull request conflict files detection (#5951)
  3752. * Integrate OAuth2 Provider (#5378)
  3753. * Implement "conversation lock" for issue comments (#5073)
  3754. * Feature: Archive repos (#5009)
  3755. * Discord Oauth2 support (#4476)
  3756. * Allow to set organization visibility (public, internal, private) (#1763)
  3757. * Added URL mapping for Release attachments like on github.com (#1707)
  3758. * ENHANCEMENTS
  3759. * Add support for client basic auth for exchanging access tokens (#6293)
  3760. * Add ability to sort issues by due date (#6206) (#6244)
  3761. * Style tweaks to issue selection (#6196)
  3762. * Increase Username and Orgname MaxSize 35 -> 40 (#6178)
  3763. * Coverage profile with multiple packages (#6167)
  3764. * Split setting.go to multiple files (#6154)
  3765. * Allow labels to contain emoji (#6063)
  3766. * Disable git fsck for mirrored repos by default (#6018)
  3767. * Add default time out for git operations (#6015)
  3768. * Split setting.go as multiple files (#6014)
  3769. * Make dashboard navbar and footer full-width (#6013)
  3770. * Add lang specific font stacks for CJK (#6007)
  3771. * Fix header menu misalignment (#6002)
  3772. * Enhance closed PR and Issue status in the list (#6000)
  3773. * Make navbar full width (#5998)
  3774. * Add option to close issues via commit on a non master branch (#5992)
  3775. * Support n as a line highlight prefix (#5987)
  3776. * Search for org repos (#3031) (#5986)
  3777. * Minor UI tweaks (#5980)
  3778. * Use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines (#5976)
  3779. * Dashboard tweaks (#5974)
  3780. * Fixes for repo topic editor (#5971)
  3781. * Display the branch name in the commit view (#5950)
  3782. * handle milestone events for issues and PR (#5947)
  3783. * Add label names as filter in issue search api (#5946)
  3784. * Repo header tweaks (#5945)
  3785. * Better support for long repo names (#5932)
  3786. * Fix wrapping long code lines (#5927)
  3787. * Change GPG Validation colors and remove inline CSS (#5404) (#5896)
  3788. * Fix "pulls.blocked_by_approvals" text (#5879)
  3789. * Rename reject to 'request changes' (#5858)
  3790. * Move input fields to add members to a team and repos to a team (#5853)
  3791. * Config option to disable automatic repo watching (#5852)
  3792. * New Issue ?body= query (#5851)
  3793. * Add API to list tags (#5850)
  3794. * Pagination for git tree API (#5838)
  3795. * Add InternalTokenURI to load InternalToken from an external file (#5812)
  3796. * Allow markdown files to read from the LFS (#5787)
  3797. * Add the ability to use multiple labels as filters (#5786)
  3798. * Adjust log settings when a user is not found. (#5771)
  3799. * Log IP of failed ssh connection (#5766)
  3800. * Moved defaults in defaults.go to setting.go (#5764)
  3801. * Make DB connect more robust (#5738)
  3802. * Add Default Pull Request Title (#5735)
  3803. * Refactor repo.isBare to repo.isEmpty #5629 (#5714)
  3804. * Add flag to skip repository dumping (#5695)
  3805. * Prioritize "readme.md" (#5691)
  3806. * Improve "Fork button" for guests by showing a pop up asking them to log in before forking (#5690)
  3807. * Allow for user specific themes (#5668)
  3808. * Display branch name in delete branch confirmation modal. (#5654)
  3809. * New API routes added (#5594)
  3810. * Refactor notification for indexer (#5111)
  3811. * Refactor mail notification (#5110)
  3812. * Show email if the authenticated user owns the profile page being requested for (#4981)
  3813. * Optimize pulls merging (#4921)
  3814. * Sort Repositories widget by most recently updated (#3963) (#4599)
  3815. * Allow markdown table to scroll (#4401)
  3816. * Automatically clear stopwatch on merging a PR (#4327)
  3817. * Add the Owner Name to differentiate when merging (#3807)
  3818. * Add title attributes to all items in the repo list viewer (#6258) (#6650)
  3819. * BUGFIXES
  3820. * Fix dropdown icon padding (#6651) (#6654)
  3821. * Fix wrong GPG expire date (#6643) (#6644)
  3822. * Fix forking an empty repository (#6637) (#6653)
  3823. * Remove call to EscapePound .Link as it is already escaped (#6656) (#6666)
  3824. * Properly escape on the redirect from the web editor (#6657) (#6667)
  3825. * Allow resend of confirmation email when logged in (#6482) (#6486)
  3826. * Fix mail notification when close/reopen issue (#6581) (#6588)
  3827. * Change API commit summary to full message (#6591) (#6592)
  3828. * Add option to disable refresh token invalidation (#6584) (#6587)
  3829. * Fix bug user search API pagesize didn't obey ExplorePagingNum (#6579) (#6586)
  3830. * Fix new repo alignment (#6583) (#6585)
  3831. * Prevent server 500 on compare branches with no common history (#6555) (#6558)
  3832. * Properly escape release attachment URL (#6512) (#6523)
  3833. * Hacky fix for alignment of the create-organization dialog (#6455) (#6462)
  3834. * Disable benchmarking during tag events on DroneIO (#6365) (#6366)
  3835. * Make sure units of a team are returned (#6379) (#6381)
  3836. * Don't Unescape redirect_to cookie value (#6399) (#6401)
  3837. * Fix dump table name error and add some test for dump database (#6394) (#6402)
  3838. * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (#6387) (#6403)
  3839. * Display correct error for invalid mirror interval (#6414) (#6429)
  3840. * Clean up ref name rules (#6437) (#6439)
  3841. * Fix Hook & HookList in Swagger (#6432) (#6440)
  3842. * Change order that PostProcess Processors are run (#6445) (#6447)
  3843. * Clean up various use of escape/unescape functions for URL generation (#6334)
  3844. * Return 409 when creating repo if it already exists. (#6330)
  3845. * Add same changes from issues page to milestone->issues page (#6328)
  3846. * Fix ParsePatch function to work with quoted diff --git strings (#6323)
  3847. * Fix reported issue in repo description (#6306)
  3848. * Use url.PathEscape to escape the branchname (#6304)
  3849. * Add robots.txt as reserved username (#6272)
  3850. * Replace linkRegex with xurls library (#6261)
  3851. * Remove visitLinksForShortLinks features (#6257)
  3852. * Add unit types to repo action URL to correctly show 404 when archived (#6247)
  3853. * Check organization visibility before everything else (#6234) (#6235)
  3854. * Prevent double-close of issues (#6233)
  3855. * Override xorm type mapping for U2F counter (#6232)
  3856. * Add isAdmin to user API response (#6231)
  3857. * Update git vendor to fix wrong release commit id and add migrations (#6224)
  3858. * Fix fork button (#6223)
  3859. * Fix renames over redirects (#6216)
  3860. * Fix display dashboard even if require to change password (#6214)
  3861. * Create a repo redirect when transferring ownership (#6210) (#6211)
  3862. * Fix issue update race condition (#6194)
  3863. * Fix bug when migrate repository 500 when repo is existed (#6188)
  3864. * Fix scrollbar always present on page body (#6177)
  3865. * Fix bug when set indexer as db and add tests (#6173)
  3866. * Modify linkRegex to require http|https (#6171)
  3867. * Fix bug user could change private repository to public when force private enabled. (#6156)
  3868. * Fix admin list user/org API (#6143)
  3869. * Make repo creation for API similar to UI (#6142)
  3870. * Make document body a flexbox (#6139)
  3871. * Refactor issue indexer, add some testing and fix a bug (#6131)
  3872. * Load Issue attributes for API call (#6122)
  3873. * Fix bug when update owner team then visit team's repo return 404 (#6119)
  3874. * Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)
  3875. * Show private organization for admin, fix #6111 (#6112)
  3876. * Fix prohibit login check on authorization (#6106)
  3877. * Move to ldap.v3 to fix #5928 (#6105)
  3878. * Remove use MakeAssigneeList in webhooks to fix deadlock (#6102)
  3879. * Allow display of LFS stored Readme.md on directory page (#6073) (#6099)
  3880. * Make sure labels are actually returned (#6053)
  3881. * Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041)
  3882. * After deleting a repo on admin panel, UI should remember the last sort type (#6033)
  3883. * Default create repository on organisation on its dashboard (#6026)
  3884. * Swagger: Remove spaces in MergePullRequestOption enum (#6016)
  3885. * Fix metrics auth token detection (#6006)
  3886. * Fix repo header issues (#5995)
  3887. * Fix bug when deleting a linked account will removed all (#5989)
  3888. * Make organization dropdown scrollable when using mouse wheel (#5988)
  3889. * Fix empty ssh key importing in ldap (#5984)
  3890. * Admin config page mailertype setting option update (#5973)
  3891. * Fix redirect loop during forced password change (#5965)
  3892. * Show user who created the repository instead of the organisation in action feed (#5948)
  3893. * Remove all CommitStatus when a repo is deleted (#5940)
  3894. * Fix ssh deploy and user key constraints (#1357) (#5939)
  3895. * Fix log output (#5938)
  3896. * Set PusherName and PusherID to owner on deploy key to fix pushing with deploy keys (#5935)
  3897. * Fix compare button (#5929)
  3898. * Fix bug when read public repo lfs file (#5912)
  3899. * Only allow local login if password is non-empty (#5906)
  3900. * Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)
  3901. * Provide better panic handling (#5902)
  3902. * Respect value of REQUIRE_SIGNIN_VIEW (#5901)
  3903. * Show a 404 not a 500 if a repo does not exist (#5900)
  3904. * Ensure repo is loaded in mailer (Completely fix #5891) (#5895)
  3905. * Ensure issue.Poster is loaded in mailIssueCommentToParticipants (#5891)
  3906. * Correct footer height if screen-width is to small (fixes #5878) (#5889)
  3907. * In gitea serv switch off console logger to fix #5866 (#5887)
  3908. * Don't allow pull requests to be created on an archived repository (#5883)
  3909. * Support reviews on a deleted file path (#5880)
  3910. * Fix compare button on upstream repo leading to 404 (#5877)
  3911. * Fix null pointer on not logged in attempt to Sudo (#5872)
  3912. * Fix new release creation API to allow empty target (#5870)
  3913. * Fix an error while adding a dependency via UI. (#5862)
  3914. * Fix failing migration v67 (#5849)
  3915. * Fix delete correct temp directory (#5839)
  3916. * Make sure .git/info is created before generating .git/info/sparse-che… (#5825)
  3917. * Fix topics saving internal error and disable for archived repos (#5821)
  3918. * Fix TLS errors when using acme/autocert for local connections (#5820)
  3919. * When creating new repository fsck option should be enabled (#5817)
  3920. * Request for public keys only if LDAP attribute is set (#5816)
  3921. * Fix serving of raw wiki files other than .md (#5814)
  3922. * Fix migration 78 error mssql (#5791)
  3923. * Disallow empty titles (#5785)
  3924. * Fix the v78 migration script (#5776)
  3925. * Ensure valid git author names passed in signatures (#5774)
  3926. * Fix wrong assumption where a user is always said to have unassigned (her)himself (#5769)
  3927. * Upgrade go-sql-driver/mysql to fix invalid connection error (#5748)
  3928. * Fixing PostgreSQL dump creation (#5747)
  3929. * Add proper CORS preflight origin validation (#5740)
  3930. * Disable auto-migrate in docker container (#5730)
  3931. * In basic auth check for tokens before call UserSignIn (#5725)
  3932. * Pooled and buffered gzip implementation (#5722)
  3933. * Ensure that sessions are passed into queries that could use the database to prevent deadlocks (#5718)
  3934. * Keep file permissions during database migration (#5707)
  3935. * Use correct value for "MSpan Structures Obtained" #4742 (#5706)
  3936. * Refactor editor upload, update and delete to use git plumbing and add LFS support (#5702)
  3937. * Update xorm to fix issue #5659 and #5651 (#5680)
  3938. * Fix public will not be reused as public key after deleting as deploy key (#5671)
  3939. * When redirecting, clean the path (#5669)
  3940. * Don't list an issue on its own dependency list UI. (#5658)
  3941. * Fix commit page showing status for current default branch (#5649) (#5650)
  3942. * Only count users own actions for heatmap contributions (#5647)
  3943. * Fix sqlite deadlock when assigning to a PR (#5640)
  3944. * Refactor issue indexer (#5363)
  3945. * TESTING
  3946. * Run benchmark at tag to track performances (#6035)
  3947. * Add test environment for MySQL8 (#5234)
  3948. * BUILD
  3949. * Use go 1.12 for tests and deprecate go 1.9 (#6186)
  3950. * Makefile changes for Windows and easier development (#6103)
  3951. * Update bleve dependency to latest master revision (#6100)
  3952. * Switch to more recent build of xgo (#6070)
  3953. * Add autoprefixer to css build (#6029)
  3954. * Update the version of less (#6010)
  3955. * Make log mailer for testing (#5893)
  3956. * DOCS
  3957. * Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144)
  3958. * update default value of `--must-change-password` cli flag (#6032)
  3959. * Update and expand information about building Gitea (#6019)
  3960. * Update U2F Section of app.ini.sample (#5994)
  3961. * Update swagger for release API pagination (#5841)
  3962. * Added docs for the tree api (#5834)
  3963. * MISC
  3964. * Add single commit API support (#5843)
  3965. * Add missing GET teams endpoints (#5382)
  3966. * Migrate database if app.ini found (#5290)
  3967. ## [1.7.6](https://github.com/go-gitea/gitea/releases/tag/v1.7.6) - 2019-04-12
  3968. * SECURITY
  3969. * Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6595)
  3970. * BUGFIXES
  3971. * Allow resend of confirmation email when logged in (#6482) (#6487)
  3972. ## [1.7.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27
  3973. * BUGFIXES
  3974. * Fix unitTypeCode not being used in accessLevelUnit (#6419) (#6423)
  3975. * Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383)
  3976. * Fix ParsePatch function to work with quoted diff --git strings (#6323) (#6332)
  3977. ## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12
  3978. * SECURITY
  3979. * Fix potential XSS vulnerability in repository description. (#6306) (#6308)
  3980. * BUGFIXES
  3981. * Fix wrong release commit id (#6224) (#6300)
  3982. * Fix panic on empty signed commits (#6292) (#6300)
  3983. * Fix organization dropdown not being scrollable when using mouse wheel (#5988) (#6246)
  3984. * Fix displaying dashboard even if required to change password (#6214) (#6215)
  3985. ## [1.7.3](https://github.com/go-gitea/gitea/releases/tag/v1.7.3) - 2019-02-27
  3986. * BUGFIXES
  3987. * Fix server 500 when trying to migrate to an already existing repository (#6188) (#6197)
  3988. * Load Issue attributes for API /repos/{owner}/{repo}/issues/{index} (#6122) (#6185)
  3989. * Fix bug whereby user could change private repository to public when force private enabled. (#6156) (#6165)
  3990. * Fix bug when update owner team then visit team's repo return 404 (#6119) (#6166)
  3991. * Fix heatmap and repository menu display in Internet Explorer 9+ (#6117) (#6137)
  3992. * Fix prohibit login check on authorization (#6106) (#6115)
  3993. * Fix LDAP protocol error regression by moving to ldap.v3 (#6105) (#6107)
  3994. * Fix deadlock in webhook PullRequest (#6102) (#6104)
  3995. * Fix redirect loop when password change is required and Gitea is installed as a suburl (#5965) (#6101)
  3996. * Fix compare button regression (#5929) (#6098)
  3997. * Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097)
  3998. ## [1.7.2](https://github.com/go-gitea/gitea/releases/tag/v1.7.2) - 2019-02-14
  3999. * BUGFIXES
  4000. * Remove all CommitStatus when a repo is deleted (#5940) (#5941)
  4001. * Fix notifications on pushing with deploy keys by setting hook environment variables (#5935) (#5944)
  4002. * Silence console logger in gitea serv (#5887) (#5943)
  4003. * Handle milestone webhook events for issues and PR (#5947) (#5955)
  4004. * Show user who created the repository instead of the organization in action feed (#5948) (#5956)
  4005. * Fix ssh deploy and user key constraints (#1357) (#5939) (#5966)
  4006. * Fix bug when deleting a linked account will removed all (#5989) (#5990)
  4007. * Fix empty ssh key importing in ldap (#5984) (#6009)
  4008. * Fix metrics auth token detection (#6006) (#6017)
  4009. * Create repository on organisation by default on its dashboard (#6026) (#6048)
  4010. * Make sure labels are actually returned in API (#6053) (#6059)
  4011. * Switch to more recent build of xgo (#6070) (#6072)
  4012. * In basic auth check for tokens before call UserSignIn (#5725) (#6083)
  4013. ## [1.7.1](https://github.com/go-gitea/gitea/releases/tag/v1.7.1) - 2019-01-31
  4014. * SECURITY
  4015. * Disable redirect for i18n (#5910) (#5916)
  4016. * Only allow local login if password is non-empty (#5906) (#5908)
  4017. * Fix go-get URL generation (#5905) (#5907)
  4018. * BUGFIXES
  4019. * Fix TLS errors when using acme/autocert for local connections (#5820) (#5826)
  4020. * Request for public keys only if LDAP attribute is set (#5816) (#5819)
  4021. * Fix delete correct temp directory (#5840) (#5839)
  4022. * Fix an error while adding a dependency via UI (#5862) (#5876)
  4023. * Fix null pointer in attempt to Sudo if not logged in (#5872) (#5884)
  4024. * When creating new repository fsck option should be enabled (#5817) (#5885)
  4025. * Prevent nil dereference in mailIssueCommentToParticipants (#5891) (#5895) (#5894)
  4026. * Fix bug when read public repo lfs file (#5913) (#5912)
  4027. * Respect value of REQUIRE_SIGNIN_VIEW (#5901) (#5915)
  4028. * Fix compare button on upstream repo leading to 404 (#5877) (#5914)
  4029. * DOCS
  4030. * Added docs for the tree api (#5835)
  4031. * MISC
  4032. * Include Go toolchain to --version (#5832) (#5830)
  4033. ## [1.7.0](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-22
  4034. * SECURITY
  4035. * Do not display the raw OpenID error in the UI (#5705) (#5712)
  4036. * When redirecting clean the path to avoid redirecting to external site (#5669) (#5679)
  4037. * Prevent DeleteFilePost doing arbitrary deletion (#5631)
  4038. * BREAKING
  4039. * Restrict permission check on repositories and fix some problems (#5314)
  4040. * Show only opened milestones on issues page milestone filter (#5051)
  4041. * FEATURES
  4042. * Implement git refs API for listing references (branches, tags and other) (#5354)
  4043. * Approvals at Branch Protection (#5350)
  4044. * Add raw blob endpoint to get objects by SHA ID (#5334)
  4045. * Add api for user to create org (#5268)
  4046. * Create AuthorizedKeysCommand (#5236)
  4047. * User action heatmap (#5131)
  4048. * Refactor heatmap to vue component (#5401)
  4049. * Webhook for Pull Request approval/rejection (#5027)
  4050. * Add command for migrating database (#4954)
  4051. * Search keyword by splitting provided values by , (#4939)
  4052. * Create Progressive Web App (#4730)
  4053. * Give user a link to create PR after push (#4716)
  4054. * Add rebase with merge commit merge style (#3844) (#4052)
  4055. * BUGFIXES
  4056. * Disallow empty titles (#5785) (#5794)
  4057. * Fix sqlite deadlock when assigning to a PR (#5640) (#5642)
  4058. * Don't close issues via commits on non-default branch. (#5622) (#5643)
  4059. * Fix commit page showing status for current default branch (#5650) (#5653)
  4060. * Only count users own actions for heatmap contributions (#5647) (#5655)
  4061. * Update xorm to fix issue postgresql dumping issues (#5680) (#5692)
  4062. * Use correct value for "MSpan Structures Obtained" (#5706) (#5716)
  4063. * Fix bug on modifying sshd username (#5624)
  4064. * Delete tags in mirror which are removed for original repo. (#5609)
  4065. * Fix wrong text getting saved on editing second comment on an issue. (#5608)
  4066. * Fix nil pointer when adding a due date (#5587)
  4067. * Fix type mismatch of format string (#5574)
  4068. * Fix bug on upload file name (#5571)
  4069. * Issue is not overdue when it is on the same date #5566 (#5568)
  4070. * Fix indexer reindex bug when gitea restart (#5563)
  4071. * Fix table name typo on SQL (#5562)
  4072. * Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion (#5557)
  4073. * Fix makefile generate buildstep (#5556)
  4074. * Fix nil pointer base branch bug (#5555)
  4075. * Fix permission check on api create org (#5523)
  4076. * Fix detect force push failure on deletion of protected branches (#5522)
  4077. * Fix approvals limitation (#5521)
  4078. * Fix bug when a read perm user to edit his issue (#5516)
  4079. * Fix adding reaction fail for read permission user (#5515)
  4080. * Fixing MSSQL timestamp type (#5511)
  4081. * Fix forgot deletion of notification when delete repository (#5506)
  4082. * Fix empty wiki (#5504)
  4083. * Fix clone wiki failed via ssh (#5503)
  4084. * Fix code review on mssql (#5502)
  4085. * Fix lfs version check warning log when using ssh protocol (#5501)
  4086. * Fix topic name length on database (#5493)
  4087. * Ensure that the `closed_at` is set for closed issues (#5449)
  4088. * Admin should be able to delete repos via the API even if he is not a member of the organization (#5443)
  4089. * Word-Break the WebHook url to prevent a ui-break (#5432)
  4090. * Fix forgot removed records when deleting user (#5429)
  4091. * Fix repository deletion when there is large number of issues in it (#5426)
  4092. * Fix heatmap colors for Chrome/Safari (#5421)
  4093. * Fix password variable shadowing (#5405)
  4094. * Fix dependent issue searching when gitea is run in subpath (#5392)
  4095. * Don't force a password change for the admin user when creating an account via cli (#5391)
  4096. * API: '/orgs/:org/repos': return private repos with read access (#5383)
  4097. * Don't send assign webhooks when creating issue (#5365)
  4098. * Removing Labels via EditPullRequest API (#5348)
  4099. * Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341)
  4100. * Fix bug when users have serval teams with different units on different repositories (#5307)
  4101. * Fix U2F if gitea is configured in subpath (#5302)
  4102. * Fix file edit change preview functionality (#5300)
  4103. * Update gitignore list (#5258)
  4104. * Fixed heatmap not working in mssql (#5248)
  4105. * Fixed wrong api request url for instances running in subfolders (#5247)
  4106. * Fix compatibility heatmap with mysql 8 (#5232)
  4107. * Fix data race on migrate repository (#5224)
  4108. * Fix sqlite and mssql lock (#5214)
  4109. * Fix sqlite lock (#5210)
  4110. * Fix: Accept web-command cli flags if web-command is commited (#5200)
  4111. * Fix: Add secret to all webhook's payload where it has been missing (#5199)
  4112. * Fix race on updatesize (#5190)
  4113. * Fix create team, update team missing units (#5188)
  4114. * Fix sqlite lock (#5184 & #5176)
  4115. * Fix showing pull request link when delete a branch (#5166)
  4116. * Fix JSON result of empty array in heatmap data array (#5154)
  4117. * Update build tags for sqlite_unlock notify (#5144)
  4118. * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136)
  4119. * Fix deadlock when sqlite (#5118)
  4120. * Add comment replies (#5104)
  4121. * Fix home page template regression (#5102)
  4122. * Fix regex to support optional end line of old section in diff hunk (#5096)
  4123. * LDAP via simple auth separate bind user and search base (#5055)
  4124. * Fix markdown image with link (#4675)
  4125. * Fix to 3819 - Filtering issues by tags on main screen issues (#3824)
  4126. * ENHANCEMENTS
  4127. * Delete organization endpoint added (#5601)
  4128. * Update Licenses (#5558)
  4129. * Support reverse proxy providing email (#5554)
  4130. * Add git protocol v2 support via SSH on Docker image (#5520)
  4131. * Add tests for api user orgs (#5494)
  4132. * Allow link verification for services like Mastodon (#5481)
  4133. * Improve team members and repositories settings UI (#5457)
  4134. * Remove the required class from optional ssh port in installation page (#5428)
  4135. * Explicitly disable Git credential helper (#5367)
  4136. * Setting Labels via EditPullRequest API (#5347)
  4137. * Implement pasting image from clipboard for browsers that supports that (#5317)
  4138. * Milestone issues and pull requests (#5293)
  4139. * Support envs on external render commands (#5278)
  4140. * Add option to disable automatic mirror syncing. (#5242)
  4141. * Remove unused db init on commands serv, update, hooks (#5225)
  4142. * Serve audio files using HTML5 audio tag (#5221)
  4143. * Pass link prefixes to external markup parsers (#5201)
  4144. * Add AutoHead functionality. (#5186)
  4145. * Fix emojis not showing in commit messages (#5168)
  4146. * Block registration based on email domain (#5157)
  4147. * Update vendor/go-sqlite3 (#5133 & #5162)
  4148. * Update x/net lib (#5169)
  4149. * Show review summary in pull requests (#5132)
  4150. * Use type switch (#5122)
  4151. * Remove duplicated if bodies (#5121)
  4152. * Remove check for negative length (#5120)
  4153. * Make switch more clear (#5119)
  4154. * Use named const instead of a raw string (#5115)
  4155. * Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#5094)
  4156. * Refactor: err != nil check, just return error instead (#5093)
  4157. * Add notification interface and refactor UI notifications (#5085)
  4158. * Use APP_NAME on home page (#5048)
  4159. * Explicitly decide whether to use TLS in mailer's configuration (#5024)
  4160. * Generate random password (#5023)
  4161. * UX of link account (Step 1) (#5006)
  4162. * Make sure argsSet verifies string isn't empty too (#4980)
  4163. * Improve performance of dashboard (#4977)
  4164. * Keys API changes (#4960)
  4165. * Add must-change-password flag to cli for creating a user (#4955)
  4166. * Use native go method to get current user rather than environment variable (#4930)
  4167. * Make gitea serv use api/internal (#4886)
  4168. * Add support for search by uid (#4876)
  4169. * Allow to add organization members as collaborators on organization owned repositories (#4748)
  4170. * TESTING
  4171. * Kill testing processes if the test takes too long (#5174)
  4172. * Update outdated Go toolchain version for .drone.yml (#5146)
  4173. * Increase the retry limit to 20 times and the interval to 200ms (#5134)
  4174. * Retry test-fixtures loading in case of transaction rollback (#5125)
  4175. * Added test environment for mssql (#4282)
  4176. * BUILD
  4177. * Replace lint to revive (#5422)
  4178. * Update golang version in Dockerfile (#5246)
  4179. * DOCS
  4180. * Typo in routers/api/v1/org/org.go fixed. (#5598)
  4181. * Update the docs for sqlite_unlock_notify (#5145)
  4182. * CN translation of docs part (#5049)
  4183. * Kubernetes deployment file (#5046)
  4184. * MISC
  4185. * Upgrade alpine to 3.8 (#5423)
  4186. * Git-Trees API (#5403)
  4187. * Only chown directories during docker setup if necessary. Fix #4425 (#5064)
  4188. ## [1.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15
  4189. * BUGFIX
  4190. * Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
  4191. * When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
  4192. * Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
  4193. ## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
  4194. * SECURITY
  4195. * Prevent DeleteFilePost doing arbitrary deletion (#5631)
  4196. * BUGFIX
  4197. * Fix wrong text getting saved on editing second comment on an issue (#5608)
  4198. ## [1.6.2](https://github.com/go-gitea/gitea/releases/tag/v1.6.2) - 2018-12-21
  4199. * SECURITY
  4200. * Sanitize uploaded file names (#5571) (#5573)
  4201. * HTMLEncode user added text (#5570) (#5575)
  4202. * BUGFIXES
  4203. * Fix indexer reindex bug when gitea restart (#5563) (#5564)
  4204. * Remove a double slash in the HTTPS redirect with Let's Encrypt (#5537) (#5539)
  4205. * Fix bug when a read perm user to edit his issue (#5516) (#5534)
  4206. * Detect force push failure on deletion of protected branches (#5522) (#5531)
  4207. * Let's Encrypt handler listens on correct port for certificate validation (#5525) (#5527)
  4208. * Fix forgot deletion of notification when delete repository (#5506) (#5514)
  4209. * Fix undeleted content when deleting user (#5429) (#5509)
  4210. * Fix empty wiki (#5504) (#5508)
  4211. ## [1.6.1](https://github.com/go-gitea/gitea/releases/tag/v1.6.1) - 2018-12-08
  4212. * BUGFIXES
  4213. * Fix dependent issue searching when gitea is run in subpath (#5392) (#5400)
  4214. * API: '/orgs/:org/repos': return private repos with read access (#5393)
  4215. * Fix repository deletion when there is large number of issues in it (#5426) (#5434)
  4216. * Word-break the WebHook url to prevent a ui-break (#5445)
  4217. * Admin should be able to delete repos via the API even if they are not a member of the organization (#5443) (#5447)
  4218. * Ensure that the `closed_at` is set for closed (#5450)
  4219. * Fix topic name length on database (#5493) (#5495)
  4220. ## [1.6.0](https://github.com/go-gitea/gitea/releases/tag/v1.6.0) - 2018-11-22
  4221. * BREAKING
  4222. * Respect email privacy option in user search via API (#4512)
  4223. * Simply remove tidb and deps (#3993)
  4224. * Swagger.v1.json template (#3572)
  4225. * SECURITY
  4226. * Add CSRF checking to reqToken and add reqToken to admin API routes (#5272) (#5250)
  4227. * Improve URL validation for external wiki and external issues (#4710)
  4228. * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)
  4229. * Don't disclose emails of all users when sending out emails (#4664)
  4230. * Check that repositories can only be migrated to own user or organizations (#4366)
  4231. * FEATURES
  4232. * Add comment replies (#5147) (#5104)
  4233. * Pull request review/approval and comment on code (#3748)
  4234. * Added dependencies for issues (#2196) (#2531)
  4235. * Add the ability to have built in themes in Gitea and provide dark theme arc-green (#4198)
  4236. * Add sudo functionality to the API (#4809)
  4237. * Add oauth providers via cli (#4591)
  4238. * Disable merging a WIP Pull request (#4529)
  4239. * Force user to change password (#4489)
  4240. * Add letsencrypt to Gitea (#4189)
  4241. * Add push webhook support for mirrored repositories (#4127)
  4242. * Add csv file render support defaultly (#4105)
  4243. * Add Recaptcha functionality to Gitea (#4044)
  4244. * ENHANCEMENTS
  4245. * Fix milestones sorted wrongly (#4987)
  4246. * Allow api to create tags for releases if they don't exist (#4890)
  4247. * Fix #4877 to follow the OpenID Connect Audiences spec (#4878)
  4248. * Enforce token on api routes [fixed critical security issue #4357] (#4840)
  4249. * Update legacy branch and tag URLs in dashboard to new format (#4812)
  4250. * Slack webhook channel name cannot be empty or just contain an hashtag (#4786)
  4251. * Add whitespace handling to PR-comparsion (#4683)
  4252. * Make reverse proxy auth optional (#4643)
  4253. * MySQL TLS (#4642)
  4254. * Make sure to set PR split view when creating/previewing a pull request (#4617)
  4255. * Log user in after a successful sign up (#4615)
  4256. * Fix typo IsPullReuqestBroken -> IsPullRequestBroken (#4578)
  4257. * Allow admin toggle forcing a password change for newly created users (#4563)
  4258. * Update jQuery to v1.12.4 (#4551)
  4259. * Env var GITEA_PUSHER_EMAIL (#4516)
  4260. * Feat(repo): support search repository by topic name (#4505)
  4261. * Small improvements to dependency UI (#4503)
  4262. * Make max commits in graph configurable (#4498)
  4263. * Add valid for lfs oid (#4461)
  4264. * Add shortcut to save wiki page (#4452)
  4265. * Allow administrator to create repository for any organization (#4368)
  4266. * Fix repository last updated time update when delete a user who watched the repo (#4363)
  4267. * Switch plaintext scratch tokens to use hash instead (#4331)
  4268. * Increase default TOTP secret size to 320 bits (#4287)
  4269. * Keep preseeded database password (#4284)
  4270. * Implemented hover text showing user FullName (#4261)
  4271. * Add ability to delete a token (#4235)
  4272. * Fix typos in i18n variable names. (#4080)
  4273. * Api: repos/search: add parameters to control the sort order (#3964)
  4274. * Add missing path in the Docker app.ini template (#2181)
  4275. * Add file name and branch to page title (#4902)
  4276. * Offline use of google fonts (#4872)
  4277. * Add missing History link to directory listings v2 (#4829)
  4278. * Locale for Edit and Remove due date issue (#4802)
  4279. * Disable 'May Import Local Repository' when is disabled by setting (Is… (#4780)
  4280. * API /admin/users/{username} missing parameter (#4775)
  4281. * Display error when adding a user to a team twice (#4746)
  4282. * Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)
  4283. * Focus title input when clicking helper link (#4696)
  4284. * Add vendor to user reserved words and format words list according alphabet (#4685)
  4285. * Add gitea/issues link to 500 page (#4654)
  4286. * Hide home button when landing page is not set to home (#4651)
  4287. * Remove link to GitHub issues in 404 template (#4639)
  4288. * Cmd/serve: pprof cpu and memory profile dumps to disk (#4560)
  4289. * Add flash message after an account has been successfully activated (#4510)
  4290. * Prevent html entity escaping on delete branch (#4471)
  4291. * Locale for button Edit on protected branch (#4442)
  4292. * Update notification icon (#4343)
  4293. * Added front-end topics validation (#4316)
  4294. * Don't display buttons if there are no system notifications (#4280)
  4295. * Issue due date api (#3890)
  4296. * BUGFIXES
  4297. * dont' send assign webhooks when creating issue (#5365)
  4298. * Fix create team, update team missing units (#5188)
  4299. * Fix file edit change preview functionality (#5300)
  4300. * *ix bug when users have serval teams with different units on different repositories (#5307)
  4301. * Fix U2F if gitea is configured in subpath (#5302)
  4302. * Fix markdown image with link (#4675)
  4303. * Remove maxlines option for file logger (#5282)
  4304. * Fix wrong api request url for instances running in subfolders (#5261) (#5247)
  4305. * Accept web-command cli flags if web-command is commited (#5245) (#5200)
  4306. * Reduce join star, repo_topic, topic tables on repo search, to resolve extra columns problem on MSSQL (#5136) (#5229)
  4307. * Fix data race on migrate repository (#5224) (#5230)
  4308. * Add secret to all webhook's payload where it has been missing (#5208) (#5199)
  4309. * Fix sqlite and MSSQL lock (#5210) (#5223) (#5214) (#5218) (#5176) (#5179)
  4310. * Fix race on updatesize (#5190) (#5215)
  4311. * Fix filtering issues by tags on main screen issues (#5219) (#3824)
  4312. * Fix SQL quoting (#5137) (#5117)
  4313. * Fix regex to support optional end line of old section in diff hunk (#5097) (#5096)
  4314. * Fix release creation via API (#5076)
  4315. * Remove links from topics in edit mode (#5026)
  4316. * Fix missing AppSubUrl in few more templates (fixup) (#5021)
  4317. * Fix missing AppSubUrl in some templates (#5020)
  4318. * Hide outdated comments in file view (#5017)
  4319. * Upgrade gopkg.in/testfixtures.v2 (#4999)
  4320. * Disable debug routes unless PPROF is enabled in configuration (#4995)
  4321. * Fix user menu item styling (#4985)
  4322. * Fix layout of the topics editing form (#4971)
  4323. * Fix null pointer dereference in ParseCommitWithSignature (#4962)
  4324. * Fix url in discord webhook (#4953)
  4325. * Detect charset and convert non UTF-8 files for display (#4950)
  4326. * Make sure to catch the right error so it is displayed on the UI (#4945)
  4327. * Fix(topics): don't redirect to explore page. (#4938)
  4328. * Fix bug forget to remove Stopwatch when remove repository (#4928)
  4329. * Fix bug when repo remained bare if multiple branches pushed in single push (#4923)
  4330. * Fix: Crippled diff (#4726) (#4900)
  4331. * Fix trimming of markup section names (#4863)
  4332. * Issues api allow pulls and fix #4832 (#4852)
  4333. * Do not autocreate directory for new users/orgs (#4828) (#4849)
  4334. * Fix redirect with non-ascii branch names (#4764) (#4810)
  4335. * Fix missing release title in webhook (#4783) (#4796)
  4336. * User shouldn't be able to approve or reject his/her own PR (#4729)
  4337. * Make sure to reset commit count in the cache on mirror syncing (#4720)
  4338. * Fixed bug where team with admin privelege type doesn't get any unit (#4719)
  4339. * Fix incorrect caption of webhook setting (#4701) (#4717)
  4340. * Allow WIP marker to contains < or > (#4709)
  4341. * Hide org/create menu item in Dashboard if user has no rights (#4678) (#4680)
  4342. * Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645)
  4343. * Fix custom templates being ignored (#4638)
  4344. * Fix starring icon after semantic ui update (#4628)
  4345. * Fix Split-View line adjustment (#4622)
  4346. * Fix integer constant overflows in tests (#4616)
  4347. * Push whitelist now doesn't apply to branch deletion (#4601) (#4607)
  4348. * Fix bugs when too many IN variables (#4594)
  4349. * Fix failure on creating pull request with assignees (#4419) (#4583)
  4350. * Fix panic issue on update avatar email (#4580) (#4581)
  4351. * Fix status code label for a successful webhook (#4540)
  4352. * An inactive user shouldn't be able to be added as a collaborator (#4535)
  4353. * Don't fail silently if trying to add a collaborator twice (#4533)
  4354. * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#4525)
  4355. * Fix out-of-transaction query in removeOrgUser (#4521) (#4522)
  4356. * Fix migration from older releases (#4495)
  4357. * Accept 'Data:' in commit graph (#4487)
  4358. * Update xorm to latest version and fix correct `user` table referencing in sql (#4473)
  4359. * Relative URLs for LibreJS page (#4460)
  4360. * Redirect to correct page after using scratch token (#4458)
  4361. * Fix column droping for MSSQL that need new transaction for that (#4440)
  4362. * Replace src with raw to fix image paths (#4377)
  4363. * Add default merge options when creating new repository (#4369)
  4364. * Fix docker build (#4358)
  4365. * Fixes repo membership check in API (#4341)
  4366. * Dep upgrade mysql lib (#4161)
  4367. * Fix some issues with special chars in branch names (#3767)
  4368. * Responsive design fixes (#4508)
  4369. * TRANSLATION
  4370. * Fix punctuation in English translation (#4958)
  4371. * Fix translation (#4355)
  4372. ## [1.5.3](https://github.com/go-gitea/gitea/releases/tag/v1.5.3) - 2018-10-31
  4373. * SECURITY
  4374. * Fix remote command execution vulnerability in upstream library (#5177) (#5196)
  4375. ## [1.5.2](https://github.com/go-gitea/gitea/releases/tag/v1.5.2) - 2018-10-09
  4376. * SECURITY
  4377. * Enforce token on api routes (#4840) (#4905)
  4378. * BUGFIXES
  4379. * Remove links from topics in edit mode (#5030)
  4380. * Detect charset and convert non UTF-8 files for display (#4950) (#4994)
  4381. * Fix layout of the topics editing form (#4971) (#4993)
  4382. * Fix null pointer dereference in ParseCommitWithSignature (#4964)
  4383. * Fix url in discord webhook (#4951)
  4384. * Fix font-cropping UI bug in diff (#4726) (#4929)
  4385. * Fix bug forget to remove Stopwatch when remove repository (#4933)
  4386. * Fix bug when repo remained bare if multiple branches pushed (#4927)
  4387. * Fix redirect with non-ascii branch names (#4764) (#4887)
  4388. * Fix issues api allow pulls (#4852) (#4862)
  4389. * Fix trimming of markup section names (#4864)
  4390. ## [1.5.1](https://github.com/go-gitea/gitea/releases/tag/v1.5.1) - 2018-09-03
  4391. * SECURITY
  4392. * Don't disclose emails of all users when sending out emails (#4784)
  4393. * Improve URL validation for external wiki and external issues (#4710) (#4740)
  4394. * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) (#4707)
  4395. * BUGFIXES
  4396. * Fix missing release title in webhook (#4783) (#4800)
  4397. * Make sure to reset commit count in the cache on mirror syncing (#4770)
  4398. * Fixed bug where team with admin privelege type doesn't get any unit (#4759)
  4399. * Fix failure on creating pull request with assignees (#4583) (#4727)
  4400. * Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)
  4401. * TRANSLATION
  4402. * Fix incorrect caption of webhook setting (#4701) (#4718)
  4403. ## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
  4404. * SECURITY
  4405. * Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
  4406. * Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
  4407. * Do not allow to reuse TOTP passcode (#3878)
  4408. * BUGFIXES
  4409. * Fix column droping for MSSQL that need new transaction for that (#4440) (#4484)
  4410. * Redirect to correct page after using scratch token (#4458) (#4472)
  4411. * Replace src with raw to fix image paths (#4377) (#4386)
  4412. * Fixes repo membership check in API (#4341) (#4379)
  4413. * Add default merge options when adding new repository (#4369) (#4373)
  4414. * Fix repository last updated time update when delete a user who watched the repo (#4363) (#4371)
  4415. * Fix html entity escaping in branch deletion message (#4471) (#4485)
  4416. * Fix out-of-transaction query in removeOrgUser (#4521) (#4524)
  4417. * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519)
  4418. * Fix panic issue on update avatar email (#4580) (#4590)
  4419. * Fix bugs when too many IN variables (#4594) (#4597)
  4420. * Push whitelist now doesn't apply to branch deletion (#4601) (#4640)
  4421. * Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645) (#4650)
  4422. * FEATURES
  4423. * Add cli commands to regen hooks & keys (#3979)
  4424. * Add support for FIDO U2F (#3971)
  4425. * Added user language setting (#3875)
  4426. * LDAP Public SSH Keys synchronization (#1844)
  4427. * Add topic support (#3711)
  4428. * Multiple assignees (#3705)
  4429. * Add protected branch whitelists for merging (#3689)
  4430. * Global code search support (#3664)
  4431. * Add label descriptions (#3662)
  4432. * Add issue search via API (#3612)
  4433. * Add repository setting to enable/disable health checks (#3607)
  4434. * Emoji Autocomplete (#3433)
  4435. * Implements generator cli for secrets (#3531)
  4436. * ENHANCEMENTS
  4437. * Add more webhooks support and refactor webhook templates directory (#3929)
  4438. * Add new option to allow only OAuth2/OpenID user registration (#3910)
  4439. * Add option to use paged LDAP search when synchronizing users (#3895)
  4440. * Symlink icons (#1416)
  4441. * Improve release page UI (#3693)
  4442. * Add admin dashboard option to run health checks (#3606)
  4443. * Add branch link in branch list (#3576)
  4444. * Reduce sql query times in retrieveFeeds (#3547)
  4445. * Option to enable or disable swagger endpoints (#3502)
  4446. * Add missing licenses (#3497)
  4447. * Reduce repo indexer disk usage (#3452)
  4448. * Enable caching on assets and avatars (#3376)
  4449. * Add repository search ordered by stars/forks. Forks column in admin repo list (#3969)
  4450. * Add Environment Variables to Docker template (#4012)
  4451. * LFS: make HTTP auth period configurable (#4035)
  4452. * Add config path as an optionial flag when changing pass via CLI (#4184)
  4453. * Refactor User Settings sections (#3900)
  4454. * Allow square brackets in external issue patterns (#3408)
  4455. * Add Attachment API (#3478)
  4456. * Add EnableTimetracking option to app settings (#3719)
  4457. * Add config option to enable or disable log executed SQL (#3726)
  4458. * Shows total tracked time in issue and milestone list (#3341)
  4459. * TRANSLATION
  4460. * Improve English grammar and consistency (#3614)
  4461. * DEPLOYMENT
  4462. * Allow Gitea to run as different USER in Docker (#3961)
  4463. * Provide compressed release binaries (#3991)
  4464. * Sign release binaries (#4188)
  4465. ## [1.4.3](https://github.com/go-gitea/gitea/releases/tag/v1.4.3) - 2018-06-26
  4466. * SECURITY
  4467. * HTML-escape plain-text READMEs (#4192) (#4214)
  4468. * Fix open redirect vulnerability on login screen (#4312) (#4312)
  4469. * BUGFIXES
  4470. * Fix broken monitoring page when running processes are shown (#4203) (#4208)
  4471. * Fix delete comment bug (#4216) (#4228)
  4472. * Delete reactions added to issues and comments when deleting repository (#4232) (#4237)
  4473. * Fix wiki URL encoding bug (#4091) (#4254)
  4474. * Fix code tab link when viewing tags (#3908) (#4263)
  4475. * Fix webhook type conflation (#4285) (#4285)
  4476. ## [1.4.2](https://github.com/go-gitea/gitea/releases/tag/v1.4.2) - 2018-06-04
  4477. * BUGFIXES
  4478. * Adjust z-index for floating labels (#3939) (#3950)
  4479. * Add missing token validation on application settings page (#3976) #3978
  4480. * Webhook and hook_task clean up (#4006)
  4481. * Fix webhook bug of response info is not displayed in UI (#4023)
  4482. * Fix writer cannot read bare repo guide (#4033) (#4039)
  4483. * Don't force due date to current time (#3830) (#4057)
  4484. * Fix wiki redirects (#3919) (#4065)
  4485. * Fix attachment ENABLED (#4064) (#4066)
  4486. * Added deletion of an empty line at the end of file (#4054) (#4074)
  4487. * Use ResolveReference instead of path.Join (#4073)
  4488. * Fix #4081 Check for leading / in base before removing it (#4083)
  4489. * Respository's home page not updated after first push (#4075)
  4490. ## [1.4.1](https://github.com/go-gitea/gitea/releases/tag/v1.4.1) - 2018-05-03
  4491. * BREAKING
  4492. * Add "error" as reserved username (#3882) (#3886)
  4493. * SECURITY
  4494. * Do not allow inactive users to access repositories using private key (#3887) (#3889)
  4495. * Fix path cleanup in file editor, when initilizing new repository and LFS oids (#3871) (#3873)
  4496. * Remove unnecessary allowed safe HTML (#3778) (#3779)
  4497. * Correctly check http git access rights for reverse proxy authorized users (#3721) (#3743)
  4498. * BUGFIXES
  4499. * Fix to use only needed columns from tables to get repository git paths (#3870) (#3883)
  4500. * Fix GPG expire time display when time is zero (#3584) (#3884)
  4501. * Fix to update only issue last update time when adding a comment (#3855) (#3860)
  4502. * Fix repository star count after deleting user (#3781) (#3783)
  4503. * Use the active branch for the code tab (#3720) (#3776)
  4504. * Set default branch name on first push (#3715) (#3723)
  4505. * Show clipboard button if disable HTTP of git protocol (#3773) (#3774)
  4506. ## [1.4.0](https://github.com/go-gitea/gitea/releases/tag/v1.4.0) - 2018-03-25
  4507. * BREAKING
  4508. * Drop deprecated GOGS\_WORK\_DIR use (#2946)
  4509. * Fix API status code for hook creation (#2814)
  4510. * SECURITY
  4511. * Escape branch name in dropdown menu (#3691) (#3692)
  4512. * Refactor and simplify to correctly validate redirect to URL (#3674) (#3676)
  4513. * Fix escaping changed title in comments (#3530) (#3534)
  4514.  * Escape search query (#3486) (#3488)
  4515. * Sanitize logs for mirror sync (#3057)
  4516. * FEATURES
  4517. * Serve .patch and .diff for pull requests (#3305, #3293)
  4518. * Add repo-sync-releases admin command (#3254)
  4519. * Support default private when creating or migrating repository (#3239)
  4520. * Writable deploy keys (closes #671) (#3225)
  4521. * Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188)
  4522. * Added progressbar for issues with checkboxes (#1146). (#3171)
  4523. * Mention completion for issue editor. (#3136)
  4524. * Add 'mark all read' option to notifications (#3097)
  4525. * Git LFS lock api (#2938)
  4526. * Add reactions to issues/PR and comments (#2856)
  4527. * Add dingtalk webhook (#2777)
  4528. * Responsive view (#2750)
  4529. * BUGFIXES
  4530. * Fix wiki inter-links with spaces (#3560) (#3632)
  4531. * Fix query protected branch bug (#3563) (#3571)
  4532. * Fix remove team member issue (#3566) (#3570)
  4533. * Fix the protected branch panic issue (#3567) (#3569)
  4534. * If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565)
  4535. * Bug fix for mirrored repository releases sorted (#3522) (#3555)
  4536. * Add issue closed time column to fix activity closed issues list (#3537) (#3540)
  4537.  * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
  4538.  * Fixes missing avatars in offline mode (#3471) (#3477)
  4539.  * Fix synchronization bug in repo indexer (#3455) (#3461)
  4540.  * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463)
  4541. * Fix webhook X-GitHub-* headers casing for better compatibility (#3429)
  4542. * Add content type and doctype to requests made with go-get (#3426, #3423)
  4543. * Fix SQL type error for webhooks (#3424)
  4544. * Fix PR merge error (#3421)
  4545. * Recognize more characters in crossreferenced repo name (#3413)
  4546. * Fix MSSQL bug on org (#3405)
  4547. * HTML escape all lines of the search result (#3402)
  4548. * Change local copy origin url after repository rename (#3399)
  4549. * Force-push to base repo's ref/pull/#/head (#3393)
  4550. * Fix bug when a user delete but assigned on issue (#3318)
  4551. * Use issue number/index instead of id for API URL. Fix #3297 (#3298)
  4552. * Fix repo-transfer-and-team-repo-count bug (#3241)
  4553. * Fix always-on SSL Mode checkbox in admin page (#3208)
  4554. * Fix source download link when no code unit allowed (#3166)
  4555. * Fix org owner cannot be removed if he is not in owner team (#3164)
  4556. * Fix run web with -p push failed (#3154)
  4557. * Fix gpg tmpl (#3153)
  4558. * Fix SSH auth lfs locks (#3152)
  4559. * Improvements for supporting UI Location (#3146)
  4560. * Fix new pull request link (#3133)
  4561. * Fix missing branch in release bug (#3108)
  4562. * Allow adding collaborators with (fullname) (#3103)
  4563. * Fix repo links (#3093)
  4564. * fix lfs url refs + keep path upper/lowercase in db. (#3092)
  4565. * Fix redis session failed (#3086)
  4566. * Fix bugs in issue dashboard stats (#3073)
  4567. * Fix avatar URLs (#3069)
  4568. * Fix ref parsing in commit messages (#3067)
  4569. * Fix issue list branch link broken (#3061)
  4570. * sendmail: correct option to set envelope-sender (#3044)
  4571. * Fix missing password length check when change password (#3039)
  4572. * Fix git lfs path (#3016)
  4573. * Fix API-Endpoint release (#3005) (#3012)
  4574. * Set OpenID support on by default when installing new instance (#3010)
  4575. * Various wiki bug fixes (#2996)
  4576. * Fix go-get, src and raw urls to new scheme (#2978)
  4577. * Fix error when add user has full name to team (#2973)
  4578. * Fix memcache support when value is returned as string always (#2924)
  4579. * ENHANCEMENTS
  4580. * Use GiteaServer as the user agent for http requests (#3404)
  4581. * Delete indexer DB entries when (re)creating index (#3385)
  4582. * Change how merged PR commit info are prepared (#3368)
  4583. * Asynchronously populate the repo indexer (#3366)
  4584. * Make the default action for the gitea executable that of running the webserver (#3331)
  4585. * Templates for extra links in top navbar and repo tool tabs. (#3308)
  4586. * Fixed asterisk based tasklist items #3295 (#3296)
  4587. * Add more additional template snippets (#3286)
  4588. * Open external tracker in blank window, consistently with wiki (#3227)
  4589. * Fix repo links on user profile (#3197)
  4590. * Enable emoji for wiki view (#3158)
  4591. * Small improve on deleting attachements (#3145)
  4592. * Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)
  4593. * Default log level to Info without hardcoding it in installer (#3041)
  4594. * Memory usage improvements (#3013)
  4595. * Add fingerprint to ssh key endpoints. (#3009)
  4596. * Improve memory usage when reaching diff limits (#2990)
  4597. * Expandable commit bodies (#2980)
  4598. * Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)
  4599. * Fix language names (#2955)
  4600. * Remove render issue link (#2954)
  4601. * Page parameter for repo search API (#2915)
  4602. * Apply LANDING\_PAGE config options for logged in users (#2894)
  4603. * Enable admin to search by email (#2888)
  4604. * Hide add key button if SSH is disabled (#2873)
  4605. * Fix comment API paths (#2813)
  4606. * Add an option to allow redirect of http port 80 to https. (#1928)
  4607. * MISC
  4608. * Fix organization profile on mobile devices (#3332)
  4609. * Fix guide link for webhooks in repository settings (#3291) (#3292)
  4610. * Enable Libravatar by default in new installations (#3287)
  4611. * Improve suppressed diff boxes (#3193)
  4612. * fix button heights on commits page (#3091)
  4613. * Minor copy changes (#3074)
  4614. * Sort repos in issues dashboard sidebar (#3072)
  4615. * Remove box-shadow from UI, fix dashboard issue (#3065)
  4616. * Adjust branch button size (#3063)
  4617. * Fix misalignment issue in repo header (#3062)
  4618. * Delete a user's public key via admin api (closes #3014) (#3059)
  4619. * Dashboard: Fix line height problem in issue titles (#3054)
  4620. * Remove duplicate "Max Diff Lines" from config view (#2987)
  4621. * Drop unmaintained gogs migration script (#2947)
  4622. * App restarts to quickly if it fails to start. (#2945)
  4623. * Add owner to delete repo message (#2886)
  4624. ## [1.3.1](https://github.com/go-gitea/gitea/releases/tag/v1.3.1) - 2017-12-08
  4625. * BUGFIXES
  4626. * Sanitize logs for mirror sync (#3057, #3082) (#3078)
  4627. * Fix missing branch in release bug (#3108) (#3117)
  4628. * Fix repo indexer and submodule bug (#3107) (#3110)
  4629. * Fix legacy URL redirects (#3100) (#3106)
  4630. * Fix redis session failed (#3086) (#3089)
  4631. * Fix issue list branch link broken (#3061) (#3070)
  4632. * Fix missing password length check when change password (#3039) (#3071)
  4633. ## [1.3.0](https://github.com/go-gitea/gitea/releases/tag/v1.3.0) - 2017-11-29
  4634. * BREAKING
  4635. * Make URL scheme unambiguous (#2408)
  4636. * FEATURES
  4637. * Add branch overiew page (#2108)
  4638. * Code/repo search (#2582)
  4639. * Add Activity page to repository (#2674)
  4640. * Issue Timetracking (#2211)
  4641. * Add orgmode document type on file view and readme (#2525)
  4642. * Add external markup render support (#2570)
  4643. * Implementation of discord webhook (#2402)
  4644. * Webhooks for repo creation/deletion (#1663)
  4645. * Complete push webhooks (#2530)
  4646. * Add possibility to record branch information in an issue (#780)
  4647. * Create new branch from branch selection dropdown (#2130)
  4648. * Implementation of all repositories of a user from user->settings (#1740)
  4649. * Add LFS object verification step after upload (#2868)
  4650. * Configurable SSH cipher suite (#913)
  4651. * Disable custom Git Hooks globally via configuration file (#2450)
  4652. * Sync releases table with tags on push and for mirrors (#2459)
  4653. * BUGFIXES
  4654. * Fix label comments for French locale (#3017)
  4655. * Remove duplicate "Max Diff Lines" from config view (#3001)
  4656. * Fix over-escaped characters (#2992)
  4657. * Fix go-get, src and raw urls to new scheme (#2986)
  4658. * Fix error when add user has full name to team (#2975)
  4659. * Fix files/commits of merged PRs (#2970)
  4660. * Update golang x/crypto dependencies - Fix SSH transport fail (#2951)
  4661. * Fix memcache support when value is returned as string always (#2950)
  4662. * Fix issue link rendering in commit messages (#2897)
  4663. * Fix adding a new authentication source after selecting OAuth (#2889)
  4664. * Fix new branch creation to new url scheme (#2884)
  4665. * Allow spaces in username for LDAP users (#2880)
  4666. * Fix LFS not returning correct content length when requesting a range … (#2864)
  4667. * Fix fork repository cycle to self (#2860)
  4668. * Fix click create pull request button 404 (#2859)
  4669. * Fix API raw file content access for default branch (#2849)
  4670. * Clean repository ROOT directory name with filepath.Clean (#2846)
  4671. * Fix API raw requests for commits and tags (#2841)
  4672. * Fix order of comments (#2835)
  4673. * Issue content should not be updated when closing with comment (#2833)
  4674. * Fix ordering in app.ini and fix run mode option (#2829)
  4675. * Fix redirect url of legacy commits route (#2825)
  4676. * Fix commits page url (#2823)
  4677. * Fix wrong translations (#2818)
  4678. * Fix dropdown menu position when explore repos (#2808)
  4679. * Fix Git LFS object/repo link storage in database and small refactoring (#2803)
  4680. * Use relative URLs for avatars on the dashboard (#2800)
  4681. * Add checks for commits with missing author and time (#2771)
  4682. * Fix emojify image URL (#2769)
  4683. * Hide unactive on explore users and some refactors (#2741)
  4684. * Fix IE unsupported javascript construction in branch dropdown (#2736)
  4685. * Only update mirror last update after successful sync (#2730)
  4686. * Fix semantic-ui style conflict with v-cloak (#2722)
  4687. * Fixing wrong translation on sort type oldest/latest (#2720)
  4688. * Fix PR, milestone and label functionality if issue unit is disabled (#2710)
  4689. * Fix plain readme didn't render correctly on repo home page (#2705)
  4690. * Fix organization removal from watch table migration (#2703)
  4691. * Fix repository search function (#2689)
  4692. * fix panic on gogs webhook creation (#2675)
  4693. * Fix orgnization user watch repository (#2670)
  4694. * GPG key email verification no longer case sensitive (#2661) (#2663)
  4695. * Fix index column deletion (#2651)
  4696. * table `pull_request` wasn't updated correctly (#2649)
  4697. * Fix go get response if only app URL is custom in configuration (#2634)
  4698. * Fix doubled issue tab introduced in migration v16 (#2611)
  4699. * Rewrite migrations to not depend on future code changes (#2604)
  4700. * Fix implementation of repo Home func (#2601)
  4701. * Fix translation upload to crowdin (#2599)
  4702. * Reduce usage of allcols on update (#2596)
  4703. * fix go get subpackage bug (#2584)
  4704. * Fix broken migration to add can_push field back to table (#2574)
  4705. * fix readme view bug (#2566)
  4706. * Fix sending mail with a non-latin display name. #2102 (#2559)
  4707. * Restricting access to fork functioanlity to users with Code access (#2534)
  4708. * fix updated update on public key (#2514)
  4709. * Added bucket name to s3 drone plugin (#2505)
  4710. * fixes 500 error on dashboard when using MSSQL (#2504)
  4711. * fix wrong rendering of commit detail page (#2503)
  4712. * Hotfix: Add time manually adds time in nanoseconds (#2499)
  4713. * Remove repository mirrors from "collaborative" list (#2497)
  4714. * fix release failed since the wrong token name (#2496)
  4715. * Fix slice out of bounds error in mailer (#2479)
  4716. * Fix #2470 (#2477)
  4717. * fix orgnization webhooks (#2422)
  4718. * fix webhook test (#2415)
  4719. * fix missing orgnization discord webhook (#2414)
  4720. * Fix route handler order (#2409)
  4721. * Prevent sending emails and notifications to inactive users (#2384)
  4722. * Move themes to plugin directory. Fixes #2372 (#2375)
  4723. * fix duplicated feed (#2370)
  4724. * Fix missing collabrative repos (#2367)
  4725. * Only check at least one email gpg key (#2266)
  4726. * don't check minimum key size when disabled (#1754)
  4727. * Fix run command race (#1470)
  4728. * fix .netrc authentication (#2700)
  4729. * Fix so that user can still fork his own repository to his organizations (#2699)
  4730. * Fix can_push value to false in protected_branch (#2560)
  4731. * Fix copy in email templates (#2801)
  4732. * Fix inconsistencies in user settings UI (#2901)
  4733. * Fix attachments icon size on zoom in/out (#2853)
  4734. * Fix ignored errors in API route (#2850)
  4735. * Fix activity css conflit with semantic ui (#2758)
  4736. * Fix notifications tabs according to semantic-ui docs (#2733)
  4737. * Fix typos in app.ini (#2732)
  4738. * Fix duplicated rel attribute (#2549)
  4739. * Fix tests code to prevent some runtime errors (#2381)
  4740. * ENHANCEMENTS
  4741. * Memory usage improvements and lower minimal git requirement to 1.7.2 (#3013) (#3028)
  4742. * Set OpenID support on by default when installing new instance (#3010) (#3027)
  4743. * Use api.TrackedTime in API (#2807)
  4744. * Configurable SSH key exchange algorithm and MAC suite (#2806)
  4745. * Add Safari pinned tab icon (#2799)
  4746. * Improve force push detect when push (#2798)
  4747. * Add wrapping to long diff lines (#2789)
  4748. * Link members and repositories count to each page on org home. (#2787)
  4749. * Show Sendmail settings on admin config page (#2782)
  4750. * Add commit count caching (#2774)
  4751. * Use identicon image for default gravatar. (#2767)
  4752. * Add default ssh ciphers (#2761)
  4753. * Remove manual of unsupported option (#2757)
  4754. * Add search mode option to /api/repo/search (#2756)
  4755. * Move swagger-ui under /api/v1 (#2746)
  4756. * Add support for extra sendmail arguments (#2731)
  4757. * Use buffersize to reduce database connection when iterate (#2724)
  4758. * Render plain text README.txt monospaced (#2721)
  4759. * Integration test for activity page (#2704)
  4760. * Merge password and 2fa page on user settings (#2695)
  4761. * Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)
  4762. * Refactor duplicated code in repo handlers (#2657)
  4763. * Replace deprecated Id method with ID (#2655)
  4764. * Remove redudant functions and code (#2652)
  4765. * hide navbar when only 1 sign-in method is available (#2444) (#2648)
  4766. * Change default sort order (#2647)
  4767. * Change pull description text (#2075) (#2646)
  4768. * Remove direct user adding to organization members (#2641)
  4769. * Use session when creating user (#2638)
  4770. * Use Semantic UI's Search component for user and repo search (#2636)
  4771. * Use AfterLoad instead of AfterSet on Structs (#2628)
  4772. * Remove redudant CheckUnit calls in router (#2627)
  4773. * Remove repo unit index (#2621)
  4774. * Remove redudant issue LoadAttributes() calls (#2614)
  4775. * Make indexer code more reusable (#2590)
  4776. * Use custom type and constants to hold available order by options (#2572)
  4777. * Use named ActionType constants in template helper (#2545)
  4778. * Make basic functionality work without JavaScript (#2541)
  4779. * Ctrl + Enter to submit forms (#2540)
  4780. * Automatically regenerate indexer for incompatible versions (#2524)
  4781. * Set default lfs content path to data/lfs (#2521)
  4782. * Convert spaces to tabs in footer.tmpl (#2520)
  4783. * Sort repository tree entries in natural way (#2506)
  4784. * Open external wiki in new window (#2489)
  4785. * Use created & updated instead BeforeInsert & BeforeUpdate (#2482)
  4786. * Hide branch on pull request view or create UI (#2454)
  4787. * improve protected branch to add whitelist support (#2451)
  4788. * some refactors for issue and comments (#2419)
  4789. * Restructure markup & markdown to prepare for multiple markup language… (#2411)
  4790. * Improve issue search (#2387)
  4791. * Add UseCompatSSHURI setting (#2356)
  4792. * Use custom search for each filter type in dashboard (#2343)
  4793. * Failed authentication are now properly logged (#2334)
  4794. * Add environment variable support for Docker image (#2201)
  4795. * Set session and indexers' data files rel to AppDataPath (#2192)
  4796. * Display commit status on landing page of repo (#1784)
  4797. * TESTING
  4798. * Add integration test for logging out (#2892)
  4799. * Integration test for user deleting account (#2891)
  4800. * Use different directories for session files in integration tests (#2834)
  4801. * Add deleted_branch table fixture (#2832)
  4802. * Include HTTP method in test error message (#2815)
  4803. * Add repository search unit and integration tests (#2575)
  4804. * Expand fixtures (#2571)
  4805. * Fix /api/repo/search integration tests (#2550)
  4806. * Make integration tests more user-friendly (#2536)
  4807. * Fix unit test race condition (#2516)
  4808. * Add missing fixture to clean gpg_key table (#2494)
  4809. * Hotfix for integration testing (#2473)
  4810. * Make repo private to not interfere with other tests (#2467)
  4811. * Error message for integration test (#2410)
  4812. * Fix "index out of range" runtime error in repo_list tests (#2376)
  4813. * Add git clone test on integration test (#1682)
  4814. * TRANSLATION
  4815. * Fix localization texts that contain semicolon (#2900)
  4816. * Fix activity locale (#2709)
  4817. * Update translation from crowdin (#2368)
  4818. * BUILD
  4819. * change the email and name to GitBot account. (#2848)
  4820. * Fix removing backslash before quotes in translations (#2831)
  4821. * add gitea remote in drone. (#2817)
  4822. * add remote name for git push. (#2816)
  4823. * Launch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)
  4824. * Download and pushing translations (#2727)
  4825. * Automatic update of translations (#2585)
  4826. * Add pre-build step for nodejs stuff (#2581)
  4827. * Compress css with nodejs (#2580)
  4828. * Remove go version check for make fmt (#2558)
  4829. * Fix lint errors (#2547)
  4830. * Always run fmt check in CI (#2546)
  4831. * Fix fmt errors (#2544)
  4832. * add codecov.io service. (#2493)
  4833. * Fix some tests : make coverage -> test (#2492)
  4834. * Fix fmt error in mailer (#2490)
  4835. * Allow changing integration test database connection using env variables (#2484)
  4836. * Add changelog config file for generate changelog (#2461)
  4837. * Changes for latest DroneCI (#2362)
  4838. * Use standard lessc and minify CSS using Node.js (#2337)
  4839. * DOCS
  4840. * Update screenshots on README (#2910)
  4841. * Gogs -> Gitea (#2909)
  4842. * Update swagger documentation (#2899)
  4843. * Fix typo (#2810)
  4844. * Fix Polish language name spelling (#2766)
  4845. * Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)
  4846. * Add maintainer label for docker file (#2658)
  4847. * Link to gitea-specific Vagrant example (#2624)
  4848. * add release notes of v1.1.4 (#2463)
  4849. * Wrap most paragraphs to 80 columns (#2396)
  4850. * Update CONTRIBUTING following #2329 discussion (#2394)
  4851. * Update hard-coded version to 1.3.0+dev (#2390)
  4852. * Clarify Translation Process. Also fix branch names (#2378)
  4853. * Admin grammar fixes and improvements (#2056)
  4854. * MISC
  4855. * Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)
  4856. * Dockerfile: Updated alpine image to 3.6. (#2486)
  4857. * Basic VSCode configuration for building and debugging (#2483)
  4858. * Added vendor dir for js/css libs; Documented sources (#1484) (#2241)
  4859. ## [1.2.3](https://github.com/go-gitea/gitea/releases/tag/v1.2.3) - 2017-11-03
  4860. * BUGFIXES
  4861. * Only require one email when validating GPG key (#2266, #2467, #2663) (#2788)
  4862. * Fix order of comments (#2835) (#2839)
  4863. ## [1.2.2](https://github.com/go-gitea/gitea/releases/tag/v1.2.2) - 2017-10-26
  4864. * BUGFIXES
  4865. * Add checks for commits with missing author and time (#2771) (#2785)
  4866. * Fix sending mail with a non-latin display name (#2559) (#2783)
  4867. * Sync MaxGitDiffLineCharacters with conf/app.ini (#2779) (#2780)
  4868. * Update vendor git (#2765) (#2772)
  4869. * Fix emojify image URL (#2769) (#2773)
  4870. ## [1.2.1](https://github.com/go-gitea/gitea/releases/tag/v1.2.1) - 2017-10-16
  4871. * BUGFIXES
  4872. * Fix PR, milestone and label functionality if issue unit is disabled (#2710) (#2714)
  4873. * Fix plain readme didn't render correctly on repo home page (#2705) (#2712)
  4874. * Fix so that user can still fork his own repository to his organizations (#2699) (#2707)
  4875. * Fix .netrc authentication (#2700) (#2708)
  4876. * Fix slice out of bounds error in mailer (#2479) (#2696)
  4877. ## [1.2.0](https://github.com/go-gitea/gitea/releases/tag/v1.2.0) - 2017-10-10
  4878. * SECURITY
  4879. * Sanitation fix from Gogs (#1461)
  4880. * BREAKING
  4881. * Rename /forget_password url to /forgot_password (#1219)
  4882. * FEATURES
  4883. * Logo: Add task to generate images from SVG and change to new logo (#2194)
  4884. * Status-API (#1332)
  4885. * Show commit status icon in commits table (#1688)
  4886. * Additional OAuth2 providers (#1010)
  4887. * GPG commit validation (#1150)
  4888. * Rework SSH key management UI to add GPG (#1293)
  4889. * Implement GPG api (#710)
  4890. * Login via OpenID-2.0 (#618)
  4891. * Add units to team (#947)
  4892. * Batch updates for issues (#926)
  4893. * Add Gitea Webhook (#1755)
  4894. * API: support '/orgs/:org/repos' (#2047)
  4895. * Display all organization from user settings (#1739)
  4896. * LDAP user synchronization (#1478)
  4897. * Adding #issuecomment to the URL in E-Mail notifications (#1674)
  4898. * Add download count field and unit testing for attachment. (#1512)
  4899. * Add repo mirror sync API endpoint (#1508)
  4900. * Add markup package to prepare for org markup format (#1493)
  4901. * Support for custom html meta (#1423)
  4902. * Per issue/PR watch/unwatch (#1410)
  4903. * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
  4904. * Repo size in admin panel (#1482)
  4905. * Show user OpenID URIs in their profile (#1314)
  4906. * Add change-password admin command (#1304)
  4907. * Only use issue and wiki on repo. (#1297)
  4908. * Allow push to init a wiki repo (#1279)
  4909. * ENHANCEMENTS
  4910. * Make time diff translatable (#2057)
  4911. * Smaller watch, star, and fork buttons (#2052)
  4912. * Display config file path on admin panel (#2030)
  4913. * Only show SSH clone URL if signed in (#2169) (#2170)
  4914. * Only show "No Description" to repo admins (#2167)
  4915. * Always return valid go-get meta, even if unauthorized (#2010)
  4916. * Enable assignee e-mail notification (#2003)
  4917. * Let not-logged-in users view releases (#1999)
  4918. * No highlighting for .txt files (#1922)
  4919. * Make side nav on dashboard stackable (#1778)
  4920. * Setting to disable authorized_keys backup (#1856)
  4921. * Hide the create organization button (in dashboard/organization section) (#1705)
  4922. * LFS: Return 404 for unimplemented endpoints (#1330)
  4923. * Show a link to password reset from user settings requiring a password (#862)
  4924. * Reserve the "explore" user/org name (#1222)
  4925. * Send notifications to partecipants in issue comments (#1217)
  4926. * Improve style of user OpenID setting page (#1324)
  4927. * Use font-awesome OpenID icon more (#1320)
  4928. * Use readonly input form to show the validated OpenID URI (#1308)
  4929. * Add captcha support to OpenID based signup (#1307)
  4930. * Minor improvements on commit graph UI (#1380)
  4931. * Mirror sync interval specified as duration string (#1407)
  4932. * Make issue in commit graph "clickable" (#1392)
  4933. * Use whole button (commit graph) as link (#1390)
  4934. * Autofocus on 2fa passcode fields (#1460)
  4935. * Sort on repo size in admin panel (#1654)
  4936. * Improve dashboard repo search (#1652)
  4937. * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)
  4938. * Adds Parent property to the repo API (#1687)
  4939. * Add configuration option for default permission to create Organizations (#1686)
  4940. * Remove sha1 hash display in repository table (#1678)
  4941. * Download files to their original filename (#1676)
  4942. * Exposes in API the Repo entity's Size and IsBare property (#1668)
  4943. * Change two factor code entry box from text to number (#1733)
  4944. * Directly show error if user hit repository limit (#1767)
  4945. * Generate small and large logos at 4x resolution (#2233)
  4946. * Tags listed in releases tab (#2389) (#2424)
  4947. * BUGFIXES
  4948. * Fix adding branch as protected to not allow pushing to it (#2556)
  4949. * Orgs: fix org page title when full name is not defined (#1495)
  4950. * Fix double borders on edit page (#1152) (#1153)
  4951. * Search bar fixes for #1187 and #1205 (#1207)
  4952. * Fix upgrade failed after ever rollback (#1194)
  4953. * Fix FCGI (over TCP) support (#1368)
  4954. * Backport of migration fixes (#2604) (#2677)
  4955. * fix panic on gogs webhook creation (#2675) (#2676)
  4956. * Backport: Fixes 500 error on dashboard when using MSSQL (#2504) (#2662)
  4957. * Fix go get response if only app URL is custom in configuration (#2634) (#2640)
  4958. * Fix deletion of unprotected branches (#2630)
  4959. * Backport of 2611 / Fix doubled issue tab introduced in migration v16 (#2622)
  4960. * v38 migration used an outdated version of RepoUnit model (#2602)
  4961. * fix go get subpackage bug (#2584) (#2589)
  4962. * Backport: Sync releases table with tags on push and for mirrors (#2459) (#2554)
  4963. * Backport: Restricting access to fork functioanlity to users with Code access (#2542)
  4964. * Fix migration from pre-v15 to 1.2.0 (#2460) (#2465)
  4965. * Fix migration from pre-v15 to 1.2.0 (#2460)
  4966. * fix duplicated feed (#2370) (#2413)
  4967. * Fix releases to be counted from database not tags (#2389)
  4968. * Fix missing collabrative repos (#2367) (#2382)
  4969. * Add more test for login links and fix a bug on action retrieve (#2361)
  4970. * Fix SQL condition bug in GetFeeds(..) (#2360)
  4971. * fix bug on create repo link on dashboard (#2359)
  4972. * Fix order of elements in dashboard html (#2344)
  4973. * Fix repo-search template errors for go1.7 (#2336)
  4974. * Add missing forks key for dashboard repository component (#2325)
  4975. * fix template error on explore repos (#2319)
  4976. * Trigger sync webhooks on UI commit (#2302)
  4977. * fix 500 error when view an issue which's milestone deleted (#2297)
  4978. * Only update needed columns when update user (#2296)
  4979. * Fix rendering of external links (#2292)
  4980. * Fix and improve dashboard repo UI (#2285)
  4981. * Make short link pattern greedy (#2259)
  4982. * Temporarily patch go-ini/ini with fork (#2255)
  4983. * Convert xorm literal queries to method calls (#2253)
  4984. * update code.gitea.io/git in vendor to fix delete branch fails (#2250)
  4985. * Replace calls to xorm UseBool with Where (#2237)
  4986. * rhel7 has a git version with four digits (1.8.3.1) (#2236)
  4987. * Fix internal requests when gitea listens to unix socket or only external IP (#2234)
  4988. * Check for access in /repositories/:id (#2227)
  4989. * Fixed robots.txt 404 error (#2226)
  4990. * Fix counts on issues dashboard (#2215)
  4991. * Fix unclosed session bug (#2214)
  4992. * Add collaborative repositories to the dashboard (#2205)
  4993. * Fix issue updated_unix bug (#2204)
  4994. * Fix Commits nil pointer dereference (#2203)
  4995. * Fix bare-repo bugs (#2199)
  4996. * Fix PR nil-dereference bug (#2195)
  4997. * Allow only single fork per user/organization (#2193)
  4998. * Fix key usage time update if the key is used in parallel for multiple operations (#2185)
  4999. * Only allow token authentication with 2FA enabled (#2184)
  5000. * Fix profile update for non-local users (#2178)
  5001. * Fix compiling without sqlite and gcc (#2177)
  5002. * Make compare button URL aware if current repo is a fork (#2162) (#2163)
  5003. * Remove unit types commits and settings (#2161)
  5004. * Fix OpenID registration route (#2160)
  5005. * Fix repository settings collobration list display (#2151)
  5006. * Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)
  5007. * Fix SHA1 hash linking (#2143)
  5008. * Fix repo API bug (#2133)
  5009. * Use POSIX complaint ! operator in find (#2132)
  5010. * Fix GET /users/:username/repos endpoint (#2125)
  5011. * Fix username rendering bug (#2122)
  5012. * Fix wiki preview links (#2119)
  5013. * vendor: update sqlite to fix "database is locked" errors (#2116)
  5014. * Fix unchecked error bug (#2110)
  5015. * Fix missing-return bug (#2109)
  5016. * Fix API for branches with slashes (#2096)
  5017. * Fix git hooks update to receive required arguments (#2095)
  5018. * upgrade git source code. (#2094)
  5019. * Fix SQL bug in models.PullRequests (#2092)
  5020. * Don't ignore gravatar error (#2083)
  5021. * Fix release display and correct paging (#2080)
  5022. * remove unnecessary blank lines and wrong error log (#2079)
  5023. * Check for valid renamed usernames (#2077)
  5024. * Update git module (#2074)
  5025. * Fix org hooks UI (#2072)
  5026. * Fix #1271: Call location.reload after XHR finishes (#2071)
  5027. * Fix default ghost assignee bug (#2069)
  5028. * Fix bug in issue labels API (#2048)
  5029. * Load label ID in NewLabels (#2045)
  5030. * Fix: `http: multiple response.WriteHeader calls` (#2038)
  5031. * Pagination on releases page (#2035)
  5032. * repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)
  5033. * Fix displaying commits and files of PR created from now deleted fork (#2023)
  5034. * Fix #2001 and fix issue comments hidden (#2016)
  5035. * Update code.gitea.io/git (#2014)
  5036. * Keep sort when switching page (#2013)
  5037. * Important: wrong PR merge commit ID saved (#2007)
  5038. * Don't show non-comments in comments API (#2001)
  5039. * Fix "Dashboard shows deleted comments" (#1995)
  5040. * Make branch deletion URL more like GitHub's, fixes #1397 (#1994)
  5041. * Fix fast-forward PR bug (#1989)
  5042. * Fix GPG email checking to be case insensitive (#1988)
  5043. * fix bug for normal user visit public repo (#1984)
  5044. * fix collborators lack of units on orgnization repositories (#1968)
  5045. * Fix diff of renamed and modified file (#1967)
  5046. * Fix uppercase default branch bug (#1965)
  5047. * Fix bug in Action.loadRepo() (#1959)
  5048. * Fix deleted milestone bug (#1942)
  5049. * Fix engine bug in getIssueByID (#1934)
  5050. * Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)
  5051. * Fix setting.AppPath for integration tests (#1923)
  5052. * Fix search by issue type (#1914)
  5053. * Fix ghost user bug (#1913)
  5054. * Require token before checking membership/ownership (#1905)
  5055. * Bug fixes for org member API (#1904)
  5056. * A missing / to provide a correct endpoint (#1903)
  5057. * Fix 500 in public activity page (#1901)
  5058. * Center-aligned login topbar (#1880)
  5059. * Migration to fix existing owner team units (#1873)
  5060. * Fix paginater length (#1866)
  5061. * Fix bug in removeOrgRepo (#1858)
  5062. * Display draft releases (#1854)
  5063. * Fix 404 for external tracking issues (#1852)
  5064. * Update code.gitea.io/git (#1849)
  5065. * Fix user profile activity feed (#1848)
  5066. * Don't ignore error in getMergeCommit (#1843)
  5067. * Fix locking bug in removeOrgRepo (#1842)
  5068. * Fix status table race condition (#1835)
  5069. * Fix PR template error (#1834)
  5070. * Fix pull request compare link (#1832)
  5071. * Use ghost users in issues/PRs (#1831)
  5072. * Commitless repos should be bare (#1829)
  5073. * Update code.gitea.io/git (#1824)
  5074. * Fix invalid reference in feeds template (#1820)
  5075. * fix bug to deny to add orgnization as a member of an orgnization or team (#1815)
  5076. * xxx_active_code_live setting in printed in hours and minutes instead … (#1814)
  5077. * Fix deadlock in updateRepository (#1813)
  5078. * Give all units to owner team (#1812)
  5079. * Fix 500 for GET /teams/:id endpoints (#1811)
  5080. * fix bug not to trim space of login username (#1796)
  5081. * Fix renaming bug (#1786)
  5082. * Fix activity feed (#1779)
  5083. * Make navbar scroll on overflow (#1777)
  5084. * Delete repo redirects on repo deletion (#1776)
  5085. * Fix unloaded owner bug (#1770)
  5086. * Admin should always be allowed to create repositories even if hit limit (#1765)
  5087. * Update HighlightJS and fix YAML files highlighting (#1764)
  5088. * fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)
  5089. * fix admin lost permission caused by #947 (#1753)
  5090. * More fixes for dashboard search (#1750)
  5091. * fixes wrong after field in webhook payload (#1746)
  5092. * fix avatar update bug (#1729)
  5093. * Fix FOUC on Firefox (#1728)
  5094. * Fix changes introduce by update of go-swagger. (#1727)
  5095. * Fix #1719 (#1722)
  5096. * Correct flash after sending password reset email (#1718)
  5097. * Fix and test for delete user (#1713)
  5098. * Fix rendering of issue checkboxes (#1709)
  5099. * Enforce netgo build tag while cross-compilation (#1690)
  5100. * fix bug when push a branch name with / & fix an integration test bug (#1689)
  5101. * fix potential sqlite lock (#1680)
  5102. * Fix commit sha1 URL rendering in markdown (#1677)
  5103. * Fix static files permission under public/ (#1675)
  5104. * fix: tag contain character ) will http 500 on release page (#1670)
  5105. * Fix CSS for code in wiki markdown (#1660)
  5106. * fix multiple readme file rendering and fix #1657 (#1658)
  5107. * Add primary key and index to external login user table (#1656)
  5108. * fix #1643 and improve integration test (#1645)
  5109. * Fix version in Makefile (#1636)
  5110. * Handle display of GPG key without end date (#1628)
  5111. * fix bug on issue view when not login (#1624)
  5112. * bug fixed for API to get user's repos (#1622)
  5113. * fix lost text color on button on set as primary email (#1621)
  5114. * Add create_at and updated_at in PR json (#1616)
  5115. * update git and fix #1133 (#1614)
  5116. * fix bug on status API (#1533)
  5117. * Do not show empty collaborators segment (#1531)
  5118. * Fix markdown rendering (#1530)
  5119. * fix go get sub package and add domain on installation to let go get work defaultly (#1518)
  5120. * fix #1501 ssh hangs caused by #1461 (#1513)
  5121. * Fix empty file download (#1506)
  5122. * Fix broken v27 migration - change mirror interval from int to bigint (#1504)
  5123. * Do not allow commiting to protected branch from online editor (#1502)
  5124. * Add internal routes for ssh hook comands (#1471)
  5125. * Fix races within code.gitea.io/git.(*Command).RunInDirTimeoutPipeline (#1465)
  5126. * Simple quick fix for #1418 (#1456)
  5127. * fix gpg API panic when no verification (#1451)
  5128. * fix migrate failed and org dashboard failed on MSSQL database (#1448)
  5129. * Optimize and fix autolink function (#1442) (#1444)
  5130. * Fix and simplify repo branches (settings) UI (#1435)
  5131. * Fix disabled fields in repo settings UI (#1431)
  5132. * fixes pull request hanging when it contains normal and LFS files (#1425)
  5133. * Fix races in the log module by using syncmap (#1421)
  5134. * Add length check for the return string (#1420)
  5135. * Fix "Error: No issue number specified" when pushing (#1393)
  5136. * Corrected Mirror.NextUpdate not set (#1388)
  5137. * fix: remove `str2html` from org full name (#1360)
  5138. * Correct broken unaligned load/store in armv5 (#1355)
  5139. * Remove href on first/last link when on first/last page (#1345)
  5140. * Fix broken table layout (#1344)
  5141. * LFS: Fix SSH authentication for trailing arguments (#1328)
  5142. * Remove empty file (#1326)
  5143. * Fix delete user failed on sqlite (#1321)
  5144. * Fix inconsistency in layout (#1316)
  5145. * Fix gpg wrong column types (#1303)
  5146. * Fix wiki bugs (#1294)
  5147. * Fix missing less sources for oauth (#1288)
  5148. * Make sure both scripts/ can live side by side (#1264)
  5149. * Fix nil-dereference bug (#1258)
  5150. * rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)
  5151. * Commit search appearence fixes (#1254)
  5152. * Fix forget migration for wiki hooks (#1227)
  5153. * Fix repo settings external tracker failed and check external urls (#1215)
  5154. * Fix 500 caused by branches settings introduced by #1198 (#1214)
  5155. * fix #1189, commit messages containing a pipe (#1203)
  5156. * Bug fixed for delete repo failed (#1193)
  5157. * Fix migration failed when authorized_keys is not exist (#1180)
  5158. * Fix ini format incomiptable with crowdin (#1177)
  5159. * TESTING
  5160. * Integration tests for issues API (#2059)
  5161. * Add integration tests for signin (#2363)
  5162. * Add INTERNAL_TOKEN to integration .ini file (#2346)
  5163. * Add public links check (#2323)
  5164. * Fix hooks for integration repo (#2216)
  5165. * More integration tests for comment API (#2156)
  5166. * Cache session cookies in tests (#2128)
  5167. * Less verbose integration tests (#2123)
  5168. * Fix improper setup for integration tests (#2050)
  5169. * Improve integration test helper functions (#2049)
  5170. * Add integration test for issue creating (#2002)
  5171. * Use testing/benchmark interface (#1993)
  5172. * Add integration test for repository migration (#1983)
  5173. * Consolidate boilerplate in integration tests (#1979)
  5174. * Set console to debug for integration tests (#1976)
  5175. * Add pull-create integration test (#1972)
  5176. * Coverage reports for integration tests (#1960)
  5177. * Add integration test for pull-request merge (#1912)
  5178. * Add integration test for file editing (#1907)
  5179. * Add integration test for repository forking (#1896)
  5180. * Run unused test (#1875)
  5181. * Don't recreate database in integration tests (#1697)
  5182. * remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test (#1693)
  5183. * MySQL, Postgres integration tests in drone (#1638)
  5184. * improve integration test to resue models/fixtures and store git repos with tests (#1627)
  5185. * Improve govendor testing (#1623)
  5186. * Integration test framework (#1290)
  5187. * Unit tests for issue_list (#1209)
  5188. * Add integration test for signup (#1135)
  5189. * TRANSLATION
  5190. * update translation from crowdin (#2368) (#2380)
  5191. * Small fixes (#2144)
  5192. * Missing signed commit display translations (#2134)
  5193. * Sync latest translations from crowdin (#2104)
  5194. * Add make command update-translations for update translations from crodwin (#2097)
  5195. * Fix some mistakes (#1833)
  5196. * Improve clarity between is_activated and prohibit_login (#1788)
  5197. * Improve grammar (#1775)
  5198. * Fix bad grammar and wordiness (#1741)
  5199. * Make strings translatable (#1188) (#1198)
  5200. * BUILD
  5201. * Dockerfile for aarch64 (#1128) (#1130)
  5202. * backport from v1.2 branch: add secrets for github release (#2588) (#2598)
  5203. * Add secrets for github release to fix drone failed (#2588)
  5204. * Backport changes for latest drone (#2586)
  5205. * Removing .drone.yml.sig (#2579)
  5206. * Fix drone for tags (#2573) (#2576)
  5207. * Backport: Remove go version check for make fmt (#2558) (#2561)
  5208. * Backport: Fix lint, fmt and integration testing errors (#2553)
  5209. * update latest xorm version to vendor (#2353)
  5210. * Remove integration test executables on `make clean` (#2340)
  5211. * refactor(Makefile): allow overriding default go program (#2310)
  5212. * Revert to upstream ini dependency (#2304)
  5213. * Use /dev/urandom to create random password (#2298)
  5214. * update drone sig file. (#2262)
  5215. * go get github.com/wadey/gocovmerge when needed (#2235)
  5216. * fix typo (#2145)
  5217. * Revert "Reduce number of layer" (#2086)
  5218. * Reduce number of layer (#2078)
  5219. * Skip sqlite integration in CI (#2058)
  5220. * fix golint error and rename func for suggestion. (#1997)
  5221. * fix misspell (#1996)
  5222. * update drone sig file (#1981)
  5223. * send notification if status changed (#1973)
  5224. * switch gitter to discord for drone. (#1971)
  5225. * Fix missing backslash in Dockerfile.rpi (#1952)
  5226. * Don't run 'make release' on PRs (#1908)
  5227. * Update code.gitea.io/git (#1892)
  5228. * Use production version of vuejs (#1869)
  5229. * Add a variable for docker tag (#1825)
  5230. * resign drone and fix #1816 (#1819)
  5231. * Separate generate swagger + fix sed os specific (#1791)
  5232. * Only run coverage on merges/pushes to master (#1783)
  5233. * Remove stale rule from Makefile (#1782)
  5234. * feat: upgrade drone docker image to support multi-stage build. (#1732)
  5235. * Realy don't cache apk index (#1694)
  5236. * Limit clone depth when drone-building (#1644)
  5237. * Refactor Dockerfile (#1632)
  5238. * Check if missing/modified/unused deps in vendor and fix errors (#1468)
  5239. * Add GOFLAGS and EXTRA_GOFLAGS (#1438)
  5240. * Include formatting check to the `make test` (and thus also `check`) rule (#1366)
  5241. * DOCS
  5242. * fix wrong changelog title (#2395)
  5243. * fix webhook link (#2289)
  5244. * Improve swagger doc (#2274)
  5245. * Add link to forum in issue template (#2070)
  5246. * add missing lfs config on example file (#2039)
  5247. * Add discourse link (#2027)
  5248. * Fix wording (#2024)
  5249. * Fix typo (#1974)
  5250. * Swagger docs for list/create forks (#1941)
  5251. * Update links to Discord server (#1940)
  5252. * [ci skip] update discord badge. (#1930)
  5253. * Change join chat from gitter to discord (#1929)
  5254. * Update changelog with v1.1.1 (#1926)
  5255. * Correct grammar in APIEmpty documentation (#1748)
  5256. * Add swagger comment for MirrorSync (#1747)
  5257. * Add "Table of Contents" in CONTRIBUTING.md (#1634)
  5258. * Fix service description in Debian init file (#1538)
  5259. * Use MAINTAINERS file in repository in CONTRIBUTING (#1489)
  5260. * Generate swagger json (#1402)
  5261. * Changed text when password reset disabled. (#1364)
  5262. * Removed email copyright year (#1348)
  5263. * Specify that time interval units are seconds (#1311)
  5264. * Gitea OpenID-2.0 login has been tested with livejournal.com too (#1306)
  5265. * Make wording of commit search more clear (#1291)
  5266. * Add notice that LFS mirroring is not supported (#1251)
  5267. * Fix typos in models/ and modules/ (#1248)
  5268. * Refactor and fix incorrect comment (#1247)
  5269. * Fix migration comment (#1241)
  5270. * Update locale_en-US.ini (#1235)
  5271. * Add LibreJS support (#1201)
  5272. * rename OSX to macOS (#1176)
  5273. * add mssql to app.ini db config comment (#1172)
  5274. * Add MSSQL to issues template (#1171)
  5275. * MISC
  5276. * Add badge and link to the Matrix room (#2348)
  5277. * ignore coverage steps. (#2257)
  5278. * Use sqlite3 database as default for Docker image (#2182)
  5279. * update drone discord plugin to 0.0.4 version (#1992)
  5280. * fix typo (#1990)
  5281. * Move 3rd party js/css into `public/vendor` and document sources (#2383)
  5282. * Prevent conflicting TOTP accounts by adding AppURL to issuer parameter (#2335)
  5283. * Fix variable name typo (#2327)
  5284. * Make use of Vue more universal (#2318)
  5285. * Remove (almost) server side data rendering from repo-search component (#2317)
  5286. * Add OpenID configuration in install page (#2276)
  5287. * More tweaks to repo top panel (#2267)
  5288. * File path tweaks in UI (#2264)
  5289. * Make SHOW_USER_EMAIL also apply to profiles (#2258)
  5290. * EnableUnit() -> UnitEnabled() (#2242)
  5291. * Prevent selection of diff line numbers (#2240)
  5292. * Remove unused variable on makefile (#2225)
  5293. * No error log entries for repo 404 (#2200)
  5294. * Refactor vue delimeters to use es6 template delimeters (#2171)
  5295. * Replace tmp with TMPDIR. (#2152)
  5296. * Remove unused files (#2124)
  5297. * Improve org error handling (#2117)
  5298. * Absolute path for setting.CustomConf (#2085)
  5299. * remove deprecated code for Gogs compitable (#2041)
  5300. * Refactor session close as xorm already does everything needed internally (#2020)
  5301. * SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)
  5302. * Use monospace font in githook editor (#1958)
  5303. * Fix import order (#1951)
  5304. * Gracefully handle bare repositories on API operations. (#1932)
  5305. * Fix errors caused by force push (#1927)
  5306. * Display URLs in integration test logs (#1924)
  5307. * Set TMPDIR enviroment variable for dump command (#1915)
  5308. * Cache ctx.User in retrieveFeeds (#1902)
  5309. * Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)
  5310. * Add check misspelling (#1877)
  5311. * Fix misspelled variables (#1874)
  5312. * Gofmt (#1868, #1710, #1662)
  5313. * Rename misnamed migration (#1867)
  5314. * Support CRLF when splitting code lines for display (#1862)
  5315. * Add convert less css file step. (#1861)
  5316. * Prevent accidential selection of line numbers in code view (#1860)
  5317. * Delete Public SSH Key tmp file after calculating fingerprint (#1855)
  5318. * Remove annoying difference in button heights. (#1853)
  5319. * Only run test coverage on master branch. (#1838)
  5320. * Error from mktemp command in MacOS. (#1837)
  5321. * Use writeTmpKeyFile in calcFingerprint (#1828)
  5322. * ROOT_URL setting use the default as shown in conf/app.ini (#1823)
  5323. * Rename RepoCreationNum -> MaxCreationLimit (#1766)
  5324. * Add button to admin ui (#1738)
  5325. * Correct spelling mistakes (#1703)
  5326. * Make openid support default false for compitable with v1.1 (#1650)
  5327. * Send mails as HTML as default. Setting for send as plain text. (#1648)
  5328. * fix potential lock when sqlite (#1647)
  5329. * Optimize png images via Google zopflipng [ci skip] (#1639)
  5330. * Upgrade alpine to v3.5 in Dockerfile (#1633)
  5331. * remove unused vendor packages (#1620)
  5332. * markup: microoptimise for many short filenames in directory (#1534)
  5333. * support health check via / and fix #969 (#1520)
  5334. * Remove env user salt since no need to use (#1515)
  5335. * Drop db operations from hook commands (#1514)
  5336. * Better URL validation (#1507)
  5337. * Migrate WatchInfo struct to api (#1492)
  5338. * refactor: show command help message. (#1486)
  5339. * refactor update ssh key use time (#1466)
  5340. * Set VERSION from git once, in a variable (#1447)
  5341. * Remove unused mutex field (#1440)
  5342. * Simplify settings pages with item list (#1389)
  5343. * Clean-up PostgreSQL Tests (#1361)
  5344. * refactor: remove workaround after the golang 1.7 release. (#1349)
  5345. * Delete the useless code (#1335)
  5346. * Run "make fmt" with go-1.6 (#1333)
  5347. * Refactor admin/auth/new.tmpl (#1277)
  5348. * Refactor repo/issue/view_content.tmpl (#1276)
  5349. * Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)
  5350. * Cleaner UI for explore page (#1253) (#1255)
  5351. * Synced licenses with github repo (#1246)
  5352. * Synced gitignores with github repo (#1245)
  5353. * Simplify RepositoryList.loadAttributes() (#1211)
  5354. * Move user_follow to separate file (#1210)
  5355. * Reduce conditionals in signin/signup inner forms (#1138)
  5356. ## [1.1.4](https://github.com/go-gitea/gitea/releases/tag/v1.1.4) - 2017-09-04
  5357. * BUGFIXES
  5358. * Fix rendering of external links (#2292) (#2315)
  5359. * Fix deleted milestone bug (#1942) (#2300)
  5360. * fix 500 error when view an issue which's milestone deleted (#2297) (#2299)
  5361. * Fix SHA1 hash linking (#2143) (#2293)
  5362. * back port from #1709 (#2291)
  5363. ## [1.1.3](https://github.com/go-gitea/gitea/releases/tag/v1.1.3) - 2017-08-03
  5364. * BUGFIXES
  5365. * Fix PR template error (#2008)
  5366. * Fix markdown rendering (fix #1530) (#2043)
  5367. * Fix missing less sources for oauth (backport #1288) (#2135)
  5368. * Don't ignore gravatar error (#2138)
  5369. * Fix diff of renamed and modified file (#2136)
  5370. * Fix fast-forward PR bug (#2137)
  5371. * Fix some security bugs
  5372. ## [1.1.2](https://github.com/go-gitea/gitea/releases/tag/v1.1.2) - 2017-06-13
  5373. * BUGFIXES
  5374. * Enforce netgo build tag while cross-compilation (Backport of #1690) (#1731)
  5375. * fix update avatar
  5376. * fix delete user failed on sqlite (#1321)
  5377. * fix bug not to trim space of login username (#1806)
  5378. * Backport bugfixes #1220 and #1393 to v1.1 (#1758)
  5379. ## [1.1.1](https://github.com/go-gitea/gitea/releases/tag/v1.1.1) - 2017-05-04
  5380. * BUGFIXES
  5381. * Markdown Sanitation Fix [#1646](https://github.com/go-gitea/gitea/pull/1646)
  5382. * Fix broken hooks [#1376](https://github.com/go-gitea/gitea/pull/1376)
  5383. * Fix migration issue [#1375](https://github.com/go-gitea/gitea/pull/1375)
  5384. * Fix Wiki Issues [#1338](https://github.com/go-gitea/gitea/pull/1338)
  5385. * Forgotten migration for wiki githooks [#1237](https://github.com/go-gitea/gitea/pull/1237)
  5386. * Commit messages can contain pipes [#1218](https://github.com/go-gitea/gitea/pull/1218)
  5387. * Verify external tracker URLs [#1236](https://github.com/go-gitea/gitea/pull/1236)
  5388. * Allow upgrade after downgrade [#1197](https://github.com/go-gitea/gitea/pull/1197)
  5389. * 500 on delete repo with issue [#1195](https://github.com/go-gitea/gitea/pull/1195)
  5390. * INI compat with CrowdIn [#1192](https://github.com/go-gitea/gitea/pull/1192)
  5391. ## [1.1.0](https://github.com/go-gitea/gitea/releases/tag/v1.1.0) - 2017-03-09
  5392. * BREAKING
  5393. * The SSH keys can potentially break, make sure to regenerate the authorized keys
  5394. * FEATURES
  5395. * Git LFSv2 support [#122](https://github.com/go-gitea/gitea/pull/122)
  5396. * API endpoints for repo watching [#191](https://github.com/go-gitea/gitea/pull/191)
  5397. * Search within private repos [#222](https://github.com/go-gitea/gitea/pull/222)
  5398. * Hide user email address on explore page [#336](https://github.com/go-gitea/gitea/pull/336)
  5399. * Protected branch system [#339](https://github.com/go-gitea/gitea/pull/339)
  5400. * Sendmail for mail delivery [#355](https://github.com/go-gitea/gitea/pull/355)
  5401. * API endpoints for org webhooks [#372](https://github.com/go-gitea/gitea/pull/372)
  5402. * Enabled MSSQL support [#383](https://github.com/go-gitea/gitea/pull/383)
  5403. * API endpoints for org teams [#370](https://github.com/go-gitea/gitea/pull/370)
  5404. * API endpoints for collaborators [#375](https://github.com/go-gitea/gitea/pull/375)
  5405. * Graceful server restart [#416](https://github.com/go-gitea/gitea/pull/416)
  5406. * Commitgraph / timeline on commits page [#428](https://github.com/go-gitea/gitea/pull/428)
  5407. * API endpoints for repo forks [#509](https://github.com/go-gitea/gitea/pull/509)
  5408. * API endpoints for releases [#510](https://github.com/go-gitea/gitea/pull/510)
  5409. * Folder jumping [#511](https://github.com/go-gitea/gitea/pull/511)
  5410. * Stars tab on profile page [#519](https://github.com/go-gitea/gitea/pull/519)
  5411. * Notification system [#523](https://github.com/go-gitea/gitea/pull/523)
  5412. * Push and pull through reverse proxy basic auth [#524](https://github.com/go-gitea/gitea/pull/524)
  5413. * Search for issues and pull requests [#530](https://github.com/go-gitea/gitea/pull/530)
  5414. * API endpoint for stargazers [#597](https://github.com/go-gitea/gitea/pull/597)
  5415. * API endpoints for subscribers [#598](https://github.com/go-gitea/gitea/pull/598)
  5416. * PID file support [#610](https://github.com/go-gitea/gitea/pull/610)
  5417. * Two factor authentication (2FA) [#630](https://github.com/go-gitea/gitea/pull/630)
  5418. * API endpoints for org users [#645](https://github.com/go-gitea/gitea/pull/645)
  5419. * Release attachments [#673](https://github.com/go-gitea/gitea/pull/673)
  5420. * OAuth2 consumer [#679](https://github.com/go-gitea/gitea/pull/679)
  5421. * Add ability to fork your own repos [#761](https://github.com/go-gitea/gitea/pull/761)
  5422. * Search repository on dashboard [#773](https://github.com/go-gitea/gitea/pull/773)
  5423. * Search bar on user profile [#787](https://github.com/go-gitea/gitea/pull/787)
  5424. * Track label changes on issue view [#788](https://github.com/go-gitea/gitea/pull/788)
  5425. * Allow using custom time format [#798](https://github.com/go-gitea/gitea/pull/798)
  5426. * Redirects for renamed repos [#807](https://github.com/go-gitea/gitea/pull/807)
  5427. * Track assignee changes on issue view [#808](https://github.com/go-gitea/gitea/pull/808)
  5428. * Track title changes on issue view [#841](https://github.com/go-gitea/gitea/pull/841)
  5429. * Archive cleanup action [#885](https://github.com/go-gitea/gitea/pull/885)
  5430. * Basic Open Graph support [#901](https://github.com/go-gitea/gitea/pull/901)
  5431. * Take back control of Git hooks [#1006](https://github.com/go-gitea/gitea/pull/1006)
  5432. * API endpoints for user repos [#1059](https://github.com/go-gitea/gitea/pull/1059)
  5433. * BUGFIXES
  5434. * Fixed counting issues for issue filters [#413](https://github.com/go-gitea/gitea/pull/413)
  5435. * Added back default settings for SSH [#500](https://github.com/go-gitea/gitea/pull/500)
  5436. * Fixed repo permissions [#513](https://github.com/go-gitea/gitea/pull/513)
  5437. * Issues cannot be created with labels [#622](https://github.com/go-gitea/gitea/pull/622)
  5438. * Add a reserved wiki paths check to the wiki [#720](https://github.com/go-gitea/gitea/pull/720)
  5439. * Update website binding MaxSize to 255 [#722](https://github.com/go-gitea/gitea/pull/722)
  5440. * User can see the private activity on public history [#818](https://github.com/go-gitea/gitea/pull/818)
  5441. * Wrong pages number which includes private repositories [#844](https://github.com/go-gitea/gitea/pull/844)
  5442. * Trim whitespaces for search keyword [#893](https://github.com/go-gitea/gitea/pull/893)
  5443. * Don't rewrite non-gitea public keys [#906](https://github.com/go-gitea/gitea/pull/906)
  5444. * Use fingerprint to check instead content for public key [#911](https://github.com/go-gitea/gitea/pull/911)
  5445. * Fix random avatars [#1147](https://github.com/go-gitea/gitea/pull/1147)
  5446. * ENHANCEMENTS
  5447. * Refactored process manager [#75](https://github.com/go-gitea/gitea/pull/75)
  5448. * Restrict rights to create new orgs [#193](https://github.com/go-gitea/gitea/pull/193)
  5449. * Added label and milestone sorting [#199](https://github.com/go-gitea/gitea/pull/199)
  5450. * Make minimum password length configurable [#223](https://github.com/go-gitea/gitea/pull/223)
  5451. * Speedup conflict checking on pull requests [#276](https://github.com/go-gitea/gitea/pull/276)
  5452. * Added button to delete merged pull request branches [#441](https://github.com/go-gitea/gitea/pull/441)
  5453. * Improved issue references within markdown [#471](https://github.com/go-gitea/gitea/pull/471)
  5454. * Dutch translation for the landingpage [#487](https://github.com/go-gitea/gitea/pull/487)
  5455. * Added Gogs migration script [#532](https://github.com/go-gitea/gitea/pull/532)
  5456. * Support a .gitea folder for issue templates [#582](https://github.com/go-gitea/gitea/pull/582)
  5457. * Enhanced diff-view coloring [#584](https://github.com/go-gitea/gitea/pull/584)
  5458. * Added ETag header to avatars [#721](https://github.com/go-gitea/gitea/pull/721)
  5459. * Added option to config to disable local path imports [#724](https://github.com/go-gitea/gitea/pull/724)
  5460. * Allow custom public files [#782](https://github.com/go-gitea/gitea/pull/782)
  5461. * Added pprof endpoint for debugging [#801](https://github.com/go-gitea/gitea/pull/801)
  5462. * Added `X-GitHub-*` headers [#809](https://github.com/go-gitea/gitea/pull/809)
  5463. * Fill SSH key title automatically [#863](https://github.com/go-gitea/gitea/pull/863)
  5464. * Display Git version on admin panel [#921](https://github.com/go-gitea/gitea/pull/921)
  5465. * Expose URL field on issue API [#982](https://github.com/go-gitea/gitea/pull/982)
  5466. * Statically compile the binaries [#985](https://github.com/go-gitea/gitea/pull/985)
  5467. * Embed build tags into version string [#1051](https://github.com/go-gitea/gitea/pull/1051)
  5468. * Gitignore support for FSharp and Clojure [#1072](https://github.com/go-gitea/gitea/pull/1072)
  5469. * Custom templates for static builds [#1087](https://github.com/go-gitea/gitea/pull/1087)
  5470. * Add ProxyFromEnvironment if none set [#1096](https://github.com/go-gitea/gitea/pull/1096)
  5471. * MISC
  5472. * Replaced remaining Gogs references
  5473. * Added more tests on various packages
  5474. * Use Crowdin for translations again
  5475. * Resolved some XSS attack vectors
  5476. * Optimized and reduced number of database queries
  5477. ## [1.0.2](https://github.com/go-gitea/gitea/releases/tag/v1.0.2) - 2017-02-21
  5478. * BUGFIXES
  5479. * Fixed issue counter [#882](https://github.com/go-gitea/gitea/pull/882)
  5480. * Fixed XSS vulnerability on wiki page [#955](https://github.com/go-gitea/gitea/pull/955)
  5481. * Add data dir without session to dump [#587](https://github.com/go-gitea/gitea/pull/587)
  5482. * Fixed wiki page renaming [#958](https://github.com/go-gitea/gitea/pull/958)
  5483. * Drop default console logger if not required [#960](https://github.com/go-gitea/gitea/pull/960)
  5484. * Fixed docker docs link on install page [#972](https://github.com/go-gitea/gitea/pull/972)
  5485. * Handle SetModel errors [#957](https://github.com/go-gitea/gitea/pull/957)
  5486. * Fixed XSS vulnerability on milestones [#977](https://github.com/go-gitea/gitea/pull/977)
  5487. * Fixed XSS vulnerability on alerts [#981](https://github.com/go-gitea/gitea/pull/981)
  5488. ## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05
  5489. * BUGFIXES
  5490. * Fixed localized `MIN_PASSWORD_LENGTH` [#501](https://github.com/go-gitea/gitea/pull/501)
  5491. * Fixed 500 error on organization delete [#507](https://github.com/go-gitea/gitea/pull/507)
  5492. * Ignore empty wiki repo on migrate [#544](https://github.com/go-gitea/gitea/pull/544)
  5493. * Proper check access for forking [#563](https://github.com/go-gitea/gitea/pull/563)
  5494. * Fix SSH domain on installer [#506](https://github.com/go-gitea/gitea/pull/506)
  5495. * Fix missing data rows on admin UI [#580](https://github.com/go-gitea/gitea/pull/580)
  5496. * Do not delete tags with releases by default [#579](https://github.com/go-gitea/gitea/pull/579)
  5497. * Fix missing session config data on admin UI [#578](https://github.com/go-gitea/gitea/pull/578)
  5498. * Properly show the version within footer on the UI [#593](https://github.com/go-gitea/gitea/pull/593)
  5499. ## [1.0.0](https://github.com/go-gitea/gitea/releases/tag/v1.0.0) - 2016-12-23
  5500. * BREAKING
  5501. * We have various changes on the API, scripting against API must be updated
  5502. * FEATURES
  5503. * Show last login for admins [#121](https://github.com/go-gitea/gitea/pull/121)
  5504. * BUGFIXES
  5505. * Fixed sender of notifications [#2](https://github.com/go-gitea/gitea/pull/2)
  5506. * Fixed keyword hijacking vulnerability [#20](https://github.com/go-gitea/gitea/pull/20)
  5507. * Fixed non-markdown readme rendering [#95](https://github.com/go-gitea/gitea/pull/95)
  5508. * Allow updating draft releases [#169](https://github.com/go-gitea/gitea/pull/169)
  5509. * GitHub API compliance [#227](https://github.com/go-gitea/gitea/pull/227)
  5510. * Added commit SHA to tag webhook [#286](https://github.com/go-gitea/gitea/issues/286)
  5511. * Secured links via noopener [#315](https://github.com/go-gitea/gitea/issues/315)
  5512. * Replace tabs with spaces on wiki title [#371](https://github.com/go-gitea/gitea/pull/371)
  5513. * Fixed vulnerability on labels and releases [#409](https://github.com/go-gitea/gitea/pull/409)
  5514. * Fixed issue comment API [#449](https://github.com/go-gitea/gitea/pull/449)
  5515. * ENHANCEMENTS
  5516. * Use proper import path for libravatar [#3](https://github.com/go-gitea/gitea/pull/3)
  5517. * Integrated DroneCI for tests and builds [#24](https://github.com/go-gitea/gitea/issues/24)
  5518. * Integrated dependency manager [#29](https://github.com/go-gitea/gitea/issues/29)
  5519. * Embedded bindata optionally [#30](https://github.com/go-gitea/gitea/issues/30)
  5520. * Integrated pagination for releases [#73](https://github.com/go-gitea/gitea/pull/73)
  5521. * Autogenerate version on every build [#91](https://github.com/go-gitea/gitea/issues/91)
  5522. * Refactored Docker container [#104](https://github.com/go-gitea/gitea/issues/104)
  5523. * Added short-hash support for downloads [#211](https://github.com/go-gitea/gitea/issues/211)
  5524. * Display tooltip for downloads [#221](https://github.com/go-gitea/gitea/issues/221)
  5525. * Improved HTTP headers for issue attachments [#270](https://github.com/go-gitea/gitea/pull/270)
  5526. * Integrate public as bindata optionally [#293](https://github.com/go-gitea/gitea/pull/293)
  5527. * Integrate templates as bindata optionally [#314](https://github.com/go-gitea/gitea/pull/314)
  5528. * Inject more ENV variables into custom hooks [#316](https://github.com/go-gitea/gitea/issues/316)
  5529. * Correct LDAP login validation [#342](https://github.com/go-gitea/gitea/pull/342)
  5530. * Integrate conf as bindata optionally [#354](https://github.com/go-gitea/gitea/pull/354)
  5531. * Serve video files in browser [#418](https://github.com/go-gitea/gitea/pull/418)
  5532. * Configurable SSH host binding [#431](https://github.com/go-gitea/gitea/issues/431)
  5533. * MISC
  5534. * Forked from Gogs and renamed to Gitea
  5535. * Catching more errors with logs
  5536. * Fixed all linting errors
  5537. * Made the go linter entirely happy
  5538. * Really integrated vendoring