code.gitea.io/gitea@v1.22.3/CHANGELOG-archived.md (about)

     1  # Changelog (archived)
     2  
     3  This changelog (archived) contains changes for old releases.
     4  
     5  * Recent changelogs: [CHANGELOG.md](CHANGELOG.md)
     6  * Release blogs with highlights: [blog.gitea.com](https://blog.gitea.com).
     7  
     8  ## [1.15.11](https://github.com/go-gitea/gitea/releases/tag/v1.15.11) - 2022-01-29
     9  
    10  * SECURITY
    11    * Only view milestones from current repo (#18414) (#18418)
    12  * BUGFIXES
    13    * Fix broken when no commits and default branch is not master (#18422) (#18424)
    14    * Fix commit's time (#18375) (#18409)
    15    * Fix restore without topic failure (#18387) (#18401)
    16    * Fix mermaid import in 1.15 (it uses ESModule now) (#18382)
    17    * Update to go/text 0.3.7 (#18336)
    18  * MISC
    19    * Upgrade EasyMDE to 2.16.1 (#18278) (#18279)
    20  
    21  ## [1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
    22  
    23  * BUGFIXES
    24    * Fix inconsistent PR comment counts (#18260) (#18261)
    25    * Fix release link broken (#18252) (#18253)
    26    * Fix update user from site administration page bug (#18250) (#18251)
    27    * Set HeadCommit when creating tags (#18116) (#18173)
    28    * Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152)
    29    * Fix purple color in suggested label colors (#18241) (#18242)
    30  * SECURITY
    31    * Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206)
    32  
    33  ## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30
    34  
    35  * BUGFIXES
    36    * Fix wrong redirect on org labels (#18128) (#18134)
    37    * Fix: unstable sort skips/duplicates issues across pages (#18094) (#18095)
    38    * Revert "Fix delete u2f keys bug (#18042)" (#18107)
    39    * Migrating wiki don't require token, so we should move it out of the require form (#17645) (#18104)
    40    * Prevent NPE if gitea uploader fails to open url (#18080) (#18101)
    41    * Reset locale on login (#17734) (#18100)
    42    * Correctly handle failed migrations (#17575) (#18099)
    43    * Instead of using routerCtx just escape the url before routing (#18086) (#18098)
    44    * Quote references to the user table in consistency checks (#18072) (#18073)
    45    * Add NotFound handler (#18062) (#18067)
    46    * Ensure that git repository is closed before transfer (#18049) (#18057)
    47    * Use common sessioner for API and web routes (#18114)
    48  * TRANSLATION
    49    * Fix code search result hint on zh-CN (#18053)
    50  
    51  ## [1.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-20
    52  
    53  * BUGFIXES
    54    * Move POST /{username}/action/{action} to simply POST /{username} (#18045) (#18046)
    55    * Fix delete u2f keys bug (#18040) (#18042)
    56    * Reset Session ID on login (#18018) (#18041)
    57    * Prevent off-by-one error on comments on newly appended lines (#18029) (#18035)
    58    * Stop printing 03d after escaped characters in logs (#18030) (#18034)
    59    * Reset locale on login (#18023) (#18025)
    60    * Fix reset password email template (#17025) (#18022)
    61    * Fix outType on gitea dump (#18000) (#18016)
    62    * Ensure complexity, minlength and isPwned are checked on password setting (#18005) (#18015)
    63    * Fix rename notification bug (#18011)
    64    * Prevent double decoding of % in url params  (#17997) (#18001)
    65    * Prevent hang in git cat-file if the repository is not a valid repository (Partial #17991) (#17992)
    66    * Prevent deadlock in create issue (#17970) (#17982)
    67  * TESTING
    68    * Use non-expiring key. (#17984) (#17985)
    69  
    70  ## [1.15.7](https://github.com/go-gitea/gitea/releases/tag/v1.15.7) - 2021-12-01
    71  
    72  * ENHANCEMENTS
    73    * Only allow webhook to send requests to allowed hosts (#17482) (#17510)
    74    * Fix login redirection links (#17451) (#17473)
    75  * BUGFIXES
    76    * Fix database inconsistent when admin change user email (#17549) (#17840)
    77    * Use correct user on releases (#17806) (#17818)
    78    * Fix commit count in tag view (#17698) (#17790)
    79    * Fix close issue but time watcher still running (#17643) (#17761)
    80    * Fix Migrate Description (#17692) (#17727)
    81    * Fix bug when project board get open issue number (#17703) (#17726)
    82    * Return 400 but not 500 when request archive with wrong format (#17691) (#17700)
    83    * Fix bug when read mysql database max lifetime (#17682) (#17690)
    84    * Fix database deadlock when update issue labels (#17649) (#17665)
    85    * Fix bug on detect issue/comment writer (#17592)
    86    * Remove appSubUrl from pasted images (#17572) (#17588)
    87    * Make `ParsePatch` more robust (#17573) (#17580)
    88    * Fix stats upon searching issues (#17566) (#17578)
    89    * Escape issue titles in comments list (#17555) (#17556)
    90    * Fix zero created time bug on commit api (#17546) (#17547)
    91    * Fix database keyword quote problem on migration v161 (#17522) (#17523)
    92    * Fix email with + when active (#17518) (#17520)
    93    * Stop double encoding blame commit messages (#17498) (#17500)
    94    * Quote the table name in CountOrphanedObjects (#17487) (#17488)
    95    * Run Migrate in Install rather than just SyncTables (#17475) (#17486)
    96  * BUILD
    97    * Fix golangci-lint warnings (#17598 et al) (#17668)
    98  * MISC
    99    * Preserve color when inverting emojis (#17797) (#17799)
   100  
   101  ## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-28
   102  
   103  * BUGFIXES
   104    * Prevent panic in serv.go with Deploy Keys (#17434) (#17435)
   105    * Fix CSV render error (#17406) (#17431)
   106    * Read expected buffer size (#17409) (#17430)
   107    * Ensure that restricted users can access repos for which they are members (#17460) (#17464)
   108    * Make commit-statuses popup show correctly (#17447) (#17466)
   109  * TESTING
   110    * Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463)
   111  
   112  ## [1.15.5](https://github.com/go-gitea/gitea/releases/tag/v1.15.5) - 2021-10-21
   113  
   114  * SECURITY
   115    * Upgrade Bluemonday to v1.0.16 (#17372) (#17374)
   116    * Ensure correct SSH permissions check for private and restricted users (#17370) (#17373)
   117  * BUGFIXES
   118    * Prevent NPE in CSV diff rendering when column removed (#17018) (#17377)
   119    * Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) (#17376)
   120    * Don't panic if we fail to parse U2FRegistration data (#17304) (#17371)
   121    * Ensure popup text is aligned left (backport for 1.15) (#17343)
   122    * Ensure that git daemon export ok is created for mirrors (#17243) (#17306)
   123    * Disable core.protectNTFS (#17300) (#17302)
   124    * Use pointer for wrappedConn methods (#17295) (#17296)
   125    * AutoRegistration is supposed to be working with disabled registration (backport) (#17292)
   126    * Handle duplicate keys on GPG key ring (#17242) (#17284)
   127    * Fix SVG side by side comparison link (#17375) (#17391)
   128  
   129  ## [1.15.4](https://github.com/go-gitea/gitea/releases/tag/v1.15.4) - 2021-10-08
   130  
   131  * BUGFIXES
   132    * Raw file API: don't try to interpret 40char filenames as commit SHA (#17185) (#17272)
   133    * Don't allow merged PRs to be reopened (#17192) (#17271)
   134    * Fix incorrect repository count on organization tab of dashboard (#17256) (#17266)
   135    * Fix unwanted team review request deletion (#17257) (#17264)
   136    * Fix broken Activities link in team dashboard (#17255) (#17258)
   137    * API pull's head/base have correct permission(#17214) (#17245)
   138    * Fix strange behavior of DownloadPullDiffOrPatch in incorrect index (#17223) (#17227)
   139    * Upgrade xorm to v1.2.5 (#17177) (#17188)
   140    * Fix missing repo link in issue/pull assigned emails (#17183) (#17184)
   141    * Fix bug of get context user (#17169) (#17172)
   142    * Nicely handle missing user in collaborations (#17049) (#17166)
   143    * Add Horizontal scrollbar to inner menu on Chrome (#17086) (#17164)
   144    * Fix wrong i18n keys (#17150) (#17153)
   145    * Fix Archive Creation: correct transaction ending (#17151)
   146    * Prevent panic in Org mode HighlightCodeBlock (#17140) (#17141)
   147    * Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) (#17137)
   148  * ENHANCEMENT
   149    * Check user instead of organization when creating a repo from a template via API (#16346) (#17195)
   150  * TRANSLATION
   151    * v1.15 fix Sprintf format 'verbs' in locale files (#17187)
   152  
   153  ## [1.15.3](https://github.com/go-gitea/gitea/releases/tag/v1.15.3) - 2021-09-19
   154  
   155  * ENHANCEMENTS
   156    * Add fluid to ui container class to remove margin (#16396) (#16976)
   157    * Add caller to cat-file batch calls (#17082) (#17089)
   158  * BUGFIXES
   159    * Render full plain readme. (#17083) (#17090)
   160    * Upgrade xorm to v1.2.4 (#17059)
   161    * Fix bug of migrate comments which only fetch one page (#17055) (#17058)
   162    * Do not show issue context popup on external issues (#17050) (#17054)
   163    * Decrement Fork Num when converting from Fork (#17035) (#17046)
   164    * Correctly rollback in ForkRepository (#17034) (#17045)
   165    * Fix missing close in WalkGitLog (#17008) (#17009)
   166    * Add prefix to SVG id/class attributes (#16997) (#17000)
   167    * Fix bug of migrated repository not index (#16991) (#16996)
   168    * Skip AllowedUserVisibilityModes validation on update user if it is an organisation (#16988) (#16990)
   169    * Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971) (#16977)
   170    * Fix issue with issue default mail template (#16956) (#16975)
   171    * Ensure that rebase conflicts are handled in updates (#16952) (#16960)
   172    * Prevent panic on diff generation (#16950) (#16951)
   173  
   174  ## [1.15.2](https://github.com/go-gitea/gitea/releases/tag/v1.15.2) - 2021-09-03
   175  
   176  * BUGFIXES
   177    * Add unique constraint back into issue_index (#16938)
   178    * Close storage objects before cleaning (#16934) (#16942)
   179  
   180  ## [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02
   181  
   182  * BUGFIXES
   183    * Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923)
   184    * Prevent leave changes dialogs due to autofill fields (#16912) (#16920)
   185    * Ignore review comment when ref commit is missed (#16905) (#16919)
   186    * Fix wrong attachment removal (#16915) (#16917)
   187    * Gitlab Migrator: dont ignore reactions of last request (#16903) (#16913)
   188    * Correctly return the number of Repositories for Organizations (#16807) (#16911)
   189    * Test if LFS object is accessible (#16865) (#16904)
   190    * Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) (#16900)
   191    * Fix dump and restore repository (#16698) (#16898)
   192    * Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895)
   193    * Fix wiki raw commit diff/patch view (#16891) (#16892)
   194    * Ensure wiki repos are all closed (#16886) (#16888)
   195    * List limited and private orgs if authenticated on API (#16866) (#16879)
   196    * Simplify split diff view generation and remove JS dependency (#16775) (#16863)
   197    * Ensure that the default visibility is set on the user create page (#16845) (#16862)
   198    * In Render tolerate not being passed a context (#16842) (#16858)
   199    * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16848)
   200    * Report the correct number of pushes on the feeds (#16811) (#16822)
   201    * Add primary_key to issue_index (#16813) (#16820)
   202    * Prevent NPE on empty commit (#16812) (#16819)
   203    * Fix branch pagination error (#16805) (#16816)
   204    * Add missing return to handleSettingRemoteAddrError (#16794) (#16795)
   205    * Remove spurious / from issues.opened_by (#16793)
   206    * Ensure that template compilation panics are sent to the logs (#16788) (#16792)
   207    * Update caddyserver/certmagic (#16789) (#16790)
   208  
   209  ## [1.15.0](https://github.com/go-gitea/gitea/releases/tag/v1.15.0) - 2021-08-21
   210  
   211  * BREAKING
   212    * Make app.ini permissions more restrictive (#16266)
   213    * Refactor Webhook + Add X-Hub-Signature (#16176)
   214    * Add asymmetric JWT signing (#16010)
   215    * Clean-up the settings hierarchy for issue_indexer queue (#16001)
   216    * Change default queue settings to be low go-routines (#15964)
   217    * Improve assets handler middleware (#15961)
   218    * Rename StaticUrlPrefix to AssetUrlPrefix (#15779)
   219    * Use a generic markup class to display externally rendered files and diffs (#15735)
   220    * Add frontend testing, require node 12 (#15315)
   221    * Move (custom) assets into subpath `/assets` (#15219)
   222    * Use level config in log section when sub log section not set level (#15176)
   223    * Links in markdown should be absolute to the repository not the server (#15088)
   224    * Upgrade to the latest version of golang-jwt (#16590) (#16606)
   225    * Set minimum supported version of go to 1.16 (#16710)
   226  * SECURITY
   227    * Encrypt LDAP bind password in db with SECRET_KEY (#15547)
   228    * Remove random password in Dockerfiles (#15362)
   229    * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590) (#16606)
   230    * Correctly create of git-daemon-export-ok files (#16508) (#16514)
   231    * Don't show private user's repo in explore view (#16550) (#16554)
   232    * Update node tar dependency to 6.1.6 (#16622) (#16623)
   233  * FEATURES
   234    * Update Go-Git to take advantage of LargeObjectThreshold (#16316)
   235    * Support custom mime type mapping for text files (#16304)
   236    * Link to previous blames in file blame page (#16259)
   237    * Add LRU mem cache implementation (#16226)
   238    * Localize Email Templates (#16200)
   239    * Make command in authorized keys a template (#16003)
   240    * Add possibility to make branch in branch page (#15960)
   241    * Add email headers (#15939)
   242    * Make tasklist checkboxes clickable (#15791)
   243    * Add selecting tags on the compare page (#15723)
   244    * Add cron job to delete old actions from database (#15688)
   245    * On open repository open common cat file batch and batch-check (#15667)
   246    * Add tag protection (#15629)
   247    * Add push to remote mirror repository (#15157)
   248    * Add Image Diff for SVG files (#14867)
   249    * Add dashboard milestone search and repo milestone search by name. (#14866)
   250    * Add LFS Migration and Mirror (#14726)
   251    * Improve notifications for WIP draft PR's (#14663)
   252    * Disable Stars config option (#14653)
   253    * GPG Key Ownership verification with Signed Token (#14054)
   254    * OAuth2 auto-register (#5123)
   255  * API
   256    * Return updated repository when changing repository using API (#16420)
   257    * Let branch/tag name be a valid ref to get CI status (#16400)
   258    * Add endpoint to get commits of PR (#16300)
   259    * Allow COMMENT reviews to not specify a body (#16229)
   260    * Add subject-type filter to list notification API endpoints (#16177)
   261    * ListReleases add filter for draft and pre-releases (#16175)
   262    * ListIssues add more filters (#16174)
   263    * Issue Search Add filter for MilestoneNames (#16173)
   264    * GET / SET User Settings (#16169)
   265    * Expose repo.GetReviewers() & repo.GetAssignees() (#16168)
   266    * User expose counters (#16167)
   267    * Add repoGetTag (#16166)
   268    * Add repoCreateTag (#16165)
   269    * Creating a repo from a template repo via API (#15958)
   270    * Add Active and ProhibitLogin to API (#15689)
   271    * Add Location, Website and Description to API (#15675)
   272    * Expose resolver via API (#15167)
   273    * Swagger AccessToken fixes (#16574) (#16597)
   274    * Set AllowedHeaders on API CORS handler (#16524) (#16618)
   275  * ENHANCEMENTS
   276    * Support HTTP/2 in Let's Encrypt (#16371)
   277    * Introduce NotifySubjectType (#16320)
   278    * Add forge emojies (#16296)
   279    * Implemented head_commit for webhooks (#16282)
   280    * Upgrade Gliderlabs SSH to 0.3.3 and add FailedConnectionCallback (#16278)
   281    * Add previous/next buttons to review comments (#16273)
   282    * Review comments: break-word for long file names (#16272)
   283    * Add configuration to restrict allowed user visibility modes (#16271)
   284    * Add scroll-margin-top to account for sticky header (#16269)
   285    * Add --quiet and --verbose to gitea web to control initial logging (#16260)
   286    * Use gitea logging module for git module (#16243)
   287    * Add tests for all webhooks (#16214)
   288    * Add button to delete undeleted repositories from failed migrations (#16197)
   289    * Speed up git diff highlight generation (#16180)
   290    * Add OpenID claims "profile" and "email". (#16141)
   291    * Reintroduce squash merge default comment as a config setting (#16134)
   292    * Add sanitizer rules per renderer (#16110)
   293    * Improve performance of dashboard list orgs (#16099)
   294    * Refactor assert statements in tests (#16089)
   295    * Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086)
   296    * Remove unnecessary goroutine (#16080)
   297    * Add attachments for PR reviews (#16075)
   298    * Make the github migration less rate limit waiting to get comment per page from repository but not per issue (#16070)
   299    * Add Visible modes function from Organisation to Users too (#16069)
   300    * Add checkbox to delete pull branch after successful merge (#16049)
   301    * Make commit info cancelable (#16032)
   302    * Make modules/context.Context a context.Context (#16031)
   303    * Unified custom config creation (#16012)
   304    * Make sshd_config more flexible regarding connections (#16009)
   305    * Append to existing trailers in generated squash commit message (#15980)
   306    * Always store primary email address into email_address table and also the state (#15956)
   307    * Load issue/PR context popup data only when needed (#15955)
   308    * Remove remaining fontawesome usage in templates (#15952)
   309    * Remove fomantic accordion module (#15951)
   310    * Small refactoring of modules/private (#15947)
   311    * Double the avatar size factor (#15941)
   312    * Add curl to rootless docker image (#15908)
   313    * Replace clipboard.js with async clipboard api (#15899)
   314    * Allow custom highlight mapping beyond file extensions (#15808)
   315    * Add trace logging to SSO methods (#15803)
   316    * Refactor routers directory (#15800)
   317    * Allow only internal registration (#15795)
   318    * Add a new internal hook to save ssh log (#15787)
   319    * Respect default merge message syntax when parsing item references (#15772)
   320    * OAuth2 login: Set account link to "login" as default behavior (#15768)
   321    * Use single shared random string generation function (#15741)
   322    * Hold the event source when there are no listeners (#15725)
   323    * Code comments improvements (#15722)
   324    * Provide OIDC compliant user info endpoint (#15721)
   325    * Fix webkit calendar icon color on arc-green (#15713)
   326    * Improve Light Chroma style (#15699)
   327    * Only use boost workers for leveldb shadow queues (#15696)
   328    * Add compare tag dropdown to releases page (#15695)
   329    * Add caret styling CSS (#15651)
   330    * Remove x-ua-compatible meta tag (#15640)
   331    * Refactor of link creation (#15619)
   332    * Add a new table issue_index to store the max issue index so that issue could be deleted with no duplicated index (#15599)
   333    * Rewrite of the LFS server (#15523)
   334    * Display more repository type on admin repository management (#15440)
   335    * Remove usage of some JS globals (#15378)
   336    * SHA in merged commit comment should be rendered ui sha (#15376)
   337    * Add well-known config for OIDC (#15355)
   338    * Use route rather than use thus reducing the number of stack frames (#15301)
   339    * Code Formats, Nits & Unused Func/Var deletions (#15286)
   340    * Let package git depend on setting but not opposite (#15241)
   341    * Fixed sanitize errors (#15240)
   342    * response simple text message for not html request when 404 (#15229)
   343    * Remove file-loader dependency (#15196)
   344    * Refactor renders (#15175)
   345    * Add mimetype mapping settings (#15133)
   346    * Add Status Updates whilst Gitea migrations are occurring (#15076)
   347    * Reload locales in initialisation if needed by utilizing i18n.Reset (#15073)
   348    * Counterwork seemingly unclickable repo button labels (#15064)
   349    * Add DefaultMergeStyle option to repository (#14789)
   350    * Added support for gopher URLs. (#14749)
   351    * Rework repository archive (#14723)
   352    * Add links to toggle WIP status (#14677)
   353    * Add Tabular Diff for CSV files (#14661)
   354    * Use milestone deadline when sorting issues (#14551)
   355  * BUGFIXES
   356    * Fix invalid params and typo of email templates (#16394)
   357    * Fix activation of primary email addresses (#16385)
   358    * Fix calculation for finalPage in repo-search component (#16382)
   359    * Specify user in rootless container numerically (#16361)
   360    * Detect encoding changes while parsing diff (#16330)
   361    * Fix U2F error reasons always hidden (#16327)
   362    * Prevent zombie processes (#16314)
   363    * Escape reference to `user` table in models.SearchEmails (#16313)
   364    * Fix default push instructions on empty repos (#16302)
   365    * Fix modified files list in webhooks when there is a space (#16288)
   366    * Fix webhook commits wrong hash on HEAD reset (#16283)
   367    * Fuzzer finds an NPE due to incorrect URLPrefix (#16249)
   368    * Don't WARN log UserNotExist errors on ExternalUserLogin failure (#16238)
   369    * Do not show No match found for tribute (#16231)
   370    * Fix "Copy Link" for pull requests (#16230)
   371    * Fix diff expansion is missing final line in a file (#16222)
   372    * Fix private repo permission problem (#16142)
   373    * Fix not able to update local created non-urlencoded wiki pages (#16139)
   374    * More efficiently parse shas for shaPostProcessor (#16101)
   375    * Fix `doctor --run check-db-consistency --fix` with label fix (#16094)
   376    * Prevent webhook action buttons from shifting (#16087)
   377    * Change default TMPDIR path in rootless containers (#16077)
   378    * Fix typo and add TODO notice (#16064)
   379    * Use git log name-status in get last commit (#16059)
   380    * Fix 500 Error with branch and tag sharing the same name (#16040)
   381    * Fix get tag when migration (#16014)
   382    * Add custom emoji support (#16004)
   383    * Use filepath.ToSlash and Join in indexer defaults and queues (#15971)
   384    * Add permission check for ``GenerateRepository`` (#15946)
   385    * Ensure settings for Service and Mailer are read on the install page (#15943)
   386    * Fix layout of milestone view (#15927)
   387    * Unregister non-matching serviceworkers (#15834)
   388    * Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow level queue, reduce goroutines etc (#15693)
   389    * Attachment support repository route (#15580)
   390    * Fix missing icons and colorpicker when mounted on suburl (#15501)
   391    * Create a session on ReverseProxy and ensure that ReverseProxy users cannot change username (#15304)
   392    * Prevent double-login for Git HTTP and LFS and simplify login (#15303)
   393    * Resolve Object { type: "error", data: undefined } in stopwatch.js (#15278)
   394    * Fix heatmap activity (#15252)
   395    * Remove vendored copy of fomantic-dropdown (#15193)
   396    * Update repository size on cron gc task (#15177)
   397    * Add NeedPostProcess for Parser interface to improve performance of csv parser and some external parser (#15153)
   398    * Add code block highlight to orgmode back (#14222)
   399    * Remove User.GetOrganizations() (#14032)
   400    * Restore Accessibility for Dropdown (#16576) (#16617)
   401    * Pass down SignedUserName down to AccessLogger context (#16605) (#16616)
   402    * Fix table alignment in markdown (#16596) (#16602)
   403    * Fix 500 on first wiki page (#16586) (#16598)
   404    * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564) (#16570)
   405    * Upgrade levelqueue to v0.4.0 (#16560) (#16561)
   406    * Handle too long PR titles correctly (#16517) (#16549)
   407    * Fix data race in bleve indexer (#16474) (#16509)
   408    * Restore CORS on git smart http protocol (#16496) (#16506)
   409    * Fix race in log (#16490) (#16505)
   410    * Fix prepareWikiFileName to respect existing unescaped files (#16487) (#16498)
   411    * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16480)
   412    * Update notification table with only latest data (#16445) (#16469)
   413    * Fix crash following ldap authentication update (#16447) (#16448)
   414    * Fix direct creation of external users on admin page (partial #16612) (#16613)
   415    * Prevent 500 on draft releases without tag (#16634) (#16636)
   416    * Restore creation of git-daemon-export-ok files (#16508) (#16514)
   417    * Fix data race in bleve indexer (#16474) (#16509)
   418    * Restore CORS on git smart http protocol (#16496) (#16506)
   419    * Fix race in log (#16490) (#16505)
   420    * Fix prepareWikiFileName to respect existing unescaped files (#16487) (#16498)
   421    * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16480)
   422    * Update notification table with only latest data (#16445) (#16469)
   423    * Fix crash following ldap authentication update (#16447) (#16448)
   424    * Restore compatibility with SQLServer 2008 R2 in migrations (#16638)
   425    * Fix direct creation of external users on admin page (#16613)
   426    * Fix go-git implementation of GetNote when passed a non-existent commit (#16658) (#16659)
   427    * Fix NPE in fuzzer (#16680) (#16682)
   428    * Set issue_index when finishing migration (#16685) (#16687)
   429    * Skip patch download when no patch file exists (#16356) (#16681)
   430    * Ensure empty lines are copiable and final new line too (#16678) (#16692)
   431    * Fix wrong user in OpenID response (#16736) (#16741)
   432    * Do not use thin scrollbars on Firefox (#16738) (#16745)
   433    * Recreate Tables should Recreate indexes on MySQL (#16718) (#16739)
   434    * Keep attachments on tasklist update (#16750) (#16757)
   435  * TESTING
   436    * Bump `postgres` and `mysql` versions (#15710)
   437    * Add tests for clone from wiki (#15513)
   438    * Fix Benchmark tests, remove a broken one & add two new  (#15250)
   439    * Create Proper Migration tests (#15116)
   440  * TRANSLATION
   441    * Use a special name for update default branch on repository setting (#15893)
   442    * Fix mirror_lfs source string in en-US locale (#15369)
   443  * BUILD
   444    * Upgrade xorm to v1.1.1 (#16339)
   445    * Disable legal comments in esbuild (#15929)
   446    * Switch to Node 16 to build fronted  (#15804)
   447    * Use esbuild to minify CSS (#15756)
   448    * Use binary version of revive linter (#15739)
   449    * Fix: npx webpack make: *** [Makefile:699: public/js/index.js] Error -… (#15465)
   450    * Stop packaging node_modules in release tarballs (#15273)
   451    * Introduce esbuild on webpack (#14578)
   452  * DOCS
   453    * Update queue workers documentation (#15999)
   454    * Comment out app.example.ini (#15807)
   455    * Improve logo customization docs (#15754)
   456    * Add some response status on api docs (#15399)
   457    * Rework Token API comments (#15162)
   458    * Add better errors for disabled account recovery (#15117)
   459  * MISC
   460    * Remove utf8 option from installation page (#16126)
   461    * Use Wants= over Requires= in systemd file (#15897)
   462  
   463  ## [1.14.7](https://github.com/go-gitea/gitea/releases/tag/v1.14.7) - 2021-09-02
   464  
   465  * BUGFIXES
   466    * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) (#16896)
   467    * Fix wiki raw commit diff/patch view (#16891) (#16893)
   468    * Ensure wiki repos are all closed (#16886) (#16889)
   469    * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16849)
   470    * Recreate Tables should Recreate indexes on MySQL (#16718) (#16740)
   471  
   472  ## [1.14.6](https://github.com/go-gitea/gitea/releases/tag/v1.14.6) - 2021-08-04
   473  
   474  * SECURITY
   475    * Bump github.com/markbates/goth from v1.67.1 to v1.68.0 (#16538) (#16540)
   476    * Switch to maintained JWT lib (#16532) (#16535)
   477    * Upgrade to latest version of golang-jwt (as forked for 1.14) (#16590) (#16607)
   478  * BUGFIXES
   479    * Add basic edit ldap auth test & actually fix #16252 (#16465) (#16495)
   480    * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16481)
   481  
   482  ## [1.14.5](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) - 2021-07-16
   483  
   484  * SECURITY
   485    * Hide mirror passwords on repo settings page (#16022) (#16355)
   486    * Update bluemonday to v1.0.15 (#16379) (#16380)
   487  * BUGFIXES
   488    * Retry rename on lock induced failures (#16435) (#16439)
   489    * Validate issue index before querying DB (#16406) (#16410)
   490    * Fix crash following ldap authentication update (#16447) (#16449)
   491  * ENHANCEMENTS
   492    * Redirect on bad CSRF instead of presenting bad page (#14937) (#16378)
   493  
   494  ## [1.14.4](https://github.com/go-gitea/gitea/releases/tag/v1.14.4) - 2021-07-06
   495  
   496  * BUGFIXES
   497    * Fix relative links in postprocessed images (#16334) (#16340)
   498    * Fix list_options GetStartEnd (#16303) (#16305)
   499    * Fix API to use author for commits instead of committer (#16276) (#16277)
   500    * Handle misencoding of login_source cfg in mssql (#16268) (#16275)
   501    * Fixed issues not updated by commits (#16254) (#16261)
   502    * Improve efficiency in FindRenderizableReferenceNumeric and getReference (#16251) (#16255)
   503    * Use html.Parse rather than html.ParseFragment (#16223) (#16225)
   504    * Fix milestone counters on new issue (#16183) (#16224)
   505    * reqOrgMembership calls need to be preceded by reqToken (#16198) (#16219)
   506  
   507  ## [1.14.3](https://github.com/go-gitea/gitea/releases/tag/v1.14.3) - 2021-06-18
   508  
   509  * SECURITY
   510    * Encrypt migration credentials at rest (#15895) (#16187)
   511    * Only check access tokens if they are likely to be tokens (#16164) (#16171)
   512    * Add missing SameSite settings for the i_like_gitea cookie (#16037) (#16039)
   513    * Fix setting of SameSite on cookies (#15989) (#15991)
   514  * API
   515    * Repository object only count releases as releases (#16184) (#16190)
   516    * EditOrg respect RepoAdminChangeTeamAccess option (#16184) (#16190)
   517    * Fix overly strict edit pr permissions (#15900) (#16081)
   518  * BUGFIXES
   519    * Run processors on whole of text (#16155) (#16185)
   520    * Class `issue-keyword` is being incorrectly stripped off spans (#16163) (#16172)
   521    * Fix language switch for install page (#16043) (#16128)
   522    * Fix bug on getIssueIDsByRepoID (#16119) (#16124)
   523    * Set self-adjusting deadline for connection writing (#16068) (#16123)
   524    * Fix http path bug (#16117) (#16120)
   525    * Fix data URI scramble (#16098) (#16118)
   526    * Merge all deleteBranch as one function and also fix bug when delete branch don't close related PRs (#16067) (#16097)
   527    * git migration: don't prompt interactively for clone credentials (#15902) (#16082)
   528    * Fix case change in ownernames (#16045) (#16050)
   529    * Don't manipulate input params in email notification (#16011) (#16033)
   530    * Remove branch URL before IssueRefURL (#15968) (#15970)
   531    * Fix layout of milestone view (#15927) (#15940)
   532    * GitHub Migration, migrate draft releases too (#15884) (#15888)
   533    * Close the gitrepo when deleting the repository (#15876) (#15887)
   534    * Upgrade xorm to v1.1.0 (#15869) (#15885)
   535    * Fix blame row height alignment (#15863) (#15883)
   536    * Fix error message when saving generated LOCAL_ROOT_URL config (#15880) (#15882)
   537    * Backport Fix LFS commit finder not working (#15856) (#15874)
   538    * Stop calling WriteHeader in Write (#15862) (#15873)
   539    * Add timeout to writing to responses (#15831) (#15872)
   540    * Return go-get info on subdirs (#15642) (#15871)
   541    * Restore PAM user autocreation functionality (#15825) (#15867)
   542    * Fix truncate utf8 string (#15828) (#15854)
   543    * Fix bound address/port for caddy's certmagic library (#15758) (#15848)
   544    * Upgrade unrolled/render to v1.1.1 (#15845) (#15846)
   545    * Queue manager FlushAll can loop rapidly - add delay (#15733) (#15840)
   546    * Tagger can be empty, as can Commit and Author - tolerate this (#15835) (#15839)
   547    * Set autocomplete off on branches selector (#15809) (#15833)
   548    * Add missing error to Doctor log (#15813) (#15824)
   549    * Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) (#15816)
   550  * ENHANCEMENTS
   551    * Removable media support to snap package (#16136) (#16138)
   552    * Move sans-serif fallback font higher than emoji fonts (#15855) (#15892)
   553  * DOCKER
   554    * Only write config in environment-to-ini if there are changes (#15861) (#15868)
   555    * Only offer hostcertificates if they exist (#15849) (#15853)
   556  
   557  ## [1.14.2](https://github.com/go-gitea/gitea/releases/tag/v1.14.2) - 2021-05-09
   558  
   559  * API
   560    * Make change repo settings work on empty repos (#15778) (#15789)
   561    * Add pull "merged" notification subject status to API (#15344) (#15654)
   562  * BUGFIXES
   563    * Ensure that ctx.Written is checked after issues(...) calls (#15797) (#15798)
   564    * Use pulls in commit graph unless pulls are disabled (#15734 & #15740 & #15774) (#15775)
   565    * Set GIT_DIR correctly if it is not set (#15751) (#15769)
   566    * Fix bug where repositories appear unadopted (#15757) (#15767)
   567    * Not show `ref-in-new-issue` pop when issue was disabled (#15761) (#15765)
   568    * Drop back to use IsAnInteractiveSession for SVC (#15749) (#15762)
   569    * Fix setting version table in dump (#15753) (#15759)
   570    * Fix close button change on delete in simplemde area (#15737) (#15747)
   571    * Defer closing the gitrepo until the end of the wrapped context functions (#15653) (#15746)
   572    * Fix some ui bug about draft release (#15137) (#15745)
   573    * Only log Error on getLastCommitStatus error to let pull list still be visible (#15716) (#15715)
   574    * Move tooltip down to allow selection of Remove File on error (#15672) (#15714)
   575    * Fix setting redis db path (#15698) (#15708)
   576    * Fix DB session cleanup (#15697) (#15700)
   577    * Fixed several activation bugs (#15473) (#15685)
   578    * Delete references if repository gets deleted (#15681) (#15684)
   579    * Fix orphaned objects deletion bug (#15657) (#15683)
   580    * Delete protected branch if repository gets removed (#15658) (#15676)
   581    * Remove spurious set name from eventsource.sharedworker.js (#15643) (#15652)
   582    * Not update updated uinx for `git gc` (#15637) (#15641)
   583    * Fix commit graph author link (#15627) (#15630)
   584    * Fix webhook timeout bug (#15613) (#15621)
   585    * Resolve panic on failed interface conversion in migration v156 (#15604) (#15610)
   586    * Fix missing storage init (#15589) (#15598)
   587    * If the default branch is not present do not report error on stats indexing (#15546 & #15583) (#15594)
   588    * Fix lfs management find (#15537) (#15578)
   589    * Fix NPE on view commit with notes (#15561) (#15573)
   590    * Fix bug on commit graph (#15517) (#15530)
   591    * Send size to /avatars if requested (#15459) (#15528)
   592    * Prevent migration 156 failure if tag commit missing (#15519) (#15527)
   593  * ENHANCEMENTS
   594    * Display conflict-free merge messages for pull requests (#15773) (#15796)
   595    * Exponential Backoff for ByteFIFO (#15724) (#15793)
   596    * Issue list alignment tweaks (#15483) (#15766)
   597    * Implement delete release attachments and update release attachments' name (#14130) (#15666)
   598    * Add placeholder text to deploy key textarea (#15575) (#15576)
   599    * Project board improvements (#15429) (#15560)
   600    * Repo branch page: label size, PR ref, new PR button alignment (#15363) (#15365)
   601  * MISC
   602    * Fix webkit calendar icon color on arc-green (#15713) (#15728)
   603    * Performance improvement for last commit cache and show-ref (#15455) (#15701)
   604    * Bump unrolled/render to v1.1.0 (#15581) (#15608)
   605    * Add ETag header (#15370) (#15552)
   606  
   607  ## [1.14.1](https://github.com/go-gitea/gitea/releases/tag/v1.14.1) - 2021-04-15
   608  
   609  * BUGFIXES
   610    * Fix bug clone wiki (#15499) (#15502)
   611    * Github Migration ignore rate limit, if not enabled (#15490) (#15495)
   612    * Use subdir for URL (#15446) (#15493)
   613    * Query the DB for the hash before inserting in to email_hash (#15457) (#15491)
   614    * Ensure review dismissal only dismisses the correct review (#15477) (#15489)
   615    * Use index of the supported tags to choose user lang (#15452) (#15488)
   616    * Fix wrong file link in code search page (#15466) (#15486)
   617    * Quick template fix for built-in SSH server in admin config (#15464) (#15481)
   618    * Prevent superfluous response.WriteHeader (#15456) (#15476)
   619    * Fix ambiguous argument error on tags (#15432) (#15474)
   620    * Add created_unix instead of expiry to migration (#15458) (#15463)
   621    * Fix repository search (#15428) (#15442)
   622    * Prevent NPE on avatar direct rendering if federated avatars disabled (#15434) (#15439)
   623    * Fix wiki clone urls (#15430) (#15431)
   624    * Fix dingtalk icon url at webhook (#15417) (#15426)
   625    * Standardise icon on projects PR page (#15387) (#15408)
   626  * ENHANCEMENTS
   627    * Add option to skip LFS/attachment files for `dump` (#15407) (#15492)
   628    * Clone panel fixes (#15436)
   629    * Use semantic dropdown for code search query type (#15276) (#15364)
   630  * BUILD
   631    * Build go-git variants for windows (#15482) (#15487)
   632    * Lock down build-images dependencies (Partial #15479) (#15480)
   633  * MISC
   634    * Performance improvement for list pull requests (#15447) (#15500)
   635    * Fix potential copy lfs records failure when fork a repository (#15441) (#15485)
   636  
   637  ## [1.14.0](https://github.com/go-gitea/gitea/releases/tag/v1.14.0) - 2021-04-11
   638  
   639  * SECURITY
   640    * Respect approved email domain list for externally validated user registration (#15014)
   641    * Add reverse proxy configuration support for remote IP address detection (#14959)
   642    * Ensure validation occurs on clone addresses too (#14994)
   643    * Fix several render issues highlighted during fuzzing (#14986)
   644  * BREAKING
   645    * Fix double 'push tag' action feed (#15078) (#15083)
   646    * Remove possible resource leak (#15067) (#15082)
   647    * Handle unauthorized user events gracefully (#15071) (#15074)
   648    * Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (#14475)
   649    * Migrate from Macaron to Chi framework (#14293)
   650    * Deprecate building for mips (#14174)
   651    * Consolidate Logos and update README header (#14136)
   652    * Inline manifest.json (#14038)
   653    * Store repository data in data path if not previously set (#13991)
   654    * Rename "gitea" png to "logo" (#13974)
   655    * Standardise logging of failed authentication attempts in internal SSH (#13962)
   656    * Add markdown support in organization description (#13549)
   657    * Improve users management through the CLI (#6001) (#10492)
   658  * FEATURES
   659    * Create a new issue with reference to lines of code from file view (#14863)
   660    * Repository transfer has to be confirmed, if user can not create repo for new owner (#14792)
   661    * Allow blocking some email domains from registering an account (#14667)
   662    * Create a new issue based on reference to an issue comment (#14366)
   663    * Add support to migrate from gogs (#14342)
   664    * Add pager to the branches page (#14202)
   665    * Minimal OpenID Connect implementation (#14139)
   666    * Display current stopwatch in navbar (#14122)
   667    * Display SVG files as images instead of text (#14101)
   668    * Disable SSH key deletion of externally managed Keys (#13985)
   669    * Add support for ed25519_sk and ecdsa_sk SSH keys (#13462)
   670    * Add support for Mastodon OAuth2 provider (#13293)
   671    * Add gitea sendmail command (#13079)
   672    * Create DB session provider(based on xorm) (#13031)
   673    * Add dismiss review feature (#12674)
   674    * Make manual merge autodetection optional and add manual merge as merge method (#12543)
   675    * Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244)
   676    * Create Rootless Docker image (#10154)
   677  * API
   678    * Speedup issue search (#15179) (#15192)
   679    * Get pull, return head branch sha, even if deleted (#14931)
   680    * Export LFS & TimeTracking function status (#14753)
   681    * Show Gitea version in swagger (#14654)
   682    * Fix PATCH /repos/{owner}/{repo} panic (#14637)
   683    * Add Restricted Field to User (#14630)
   684    * Add support for ref parameter to get raw file API (#14602)
   685    * Add affected files of commits to commit struct (#14579)
   686    * Fix CJK fonts again and misc. font issues (#14575)
   687    * Add delete release by tag & delete tag (#14563) & (#13358)
   688    * Add pagination to ListBranches (#14524)
   689    * Add signoff option in commit form (#14516)
   690    * GetRelease by tag only return release (#14397)
   691    * Add MirrorInterval to the API (#14163)
   692    * Make BasicAuth Prefix case insensitive (#14106)
   693    * Add user filter to issueTrackedTimes, enable usage for issue managers (#14081)
   694    * Add ref to create/edit issue options & deprecated assignee (#13992)
   695    * Add Ref to Issue (#13946)
   696    * Expose default theme in meta and API (#13809)
   697    * Send error message when CSRF token is missing (#13676)
   698    * List, Check, Add & delete endpoints for repository teams (#13630)
   699    * Admin EditUser: Make FullName, Email, Website & Location optional (#13562)
   700    * Add more filters to issues search (#13514)
   701    * Add review request api (#11355)
   702  * BUGFIXES
   703    * Fix delete nonexist oauth application 500 and prevent deadlock (#15384) (#15396)
   704    * Always set the merge base used to merge the commit (#15352) (#15385)
   705    * Upgrade to bluemonday 1.0.7 (#15379) (#15380)
   706    * Turn RepoRef and RepoAssignment back into func(*Context) (#15372) (#15377)
   707    * Move FCGI req.URL.Path fix-up to the FCGI listener (#15292) (#15361)
   708    * Show diff on rename with diff changes (#15338) (#15339)
   709    * Fix handling of logout event (#15323) (#15337)
   710    * Fix CanCreateRepo check (#15311) (#15321)
   711    * Fix xorm log stack level (#15285) (#15316)
   712    * Fix bug in Wrap (#15302) (#15309)
   713    * Drop the event source if we are unauthorized (#15275) (#15280)
   714    * Backport Fix graph pagination (#15225)  (#15249)
   715    * Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15200)
   716    * should run RetrieveRepoMetas() for empty pr (#15187) (#15190)
   717    * Move setting to enable closing issue via commit in non default branch to repo settings (#14965)
   718    * Show correct issues for team dashboard (#14952)
   719    * Ensure that new pull request button works on forked forks owned by owner of the root and reduce ambiguity (#14932)
   720    * Only allow issue labels from owner repository or organization (#14928)
   721    * Fix alignment of People and Teams right arrow on org homepage (#14924)
   722    * Fix overdue marking of closed issues and milestones (#14923)
   723    * Prevent panic when empty MilestoneID in repo/issue/list (#14911)
   724    * Fix migration context data (#14910)
   725    * Handle URLs with trailing slash (#14852)
   726    * Add CORS config on to /login/oauth/access_token endpoint (#14850)
   727    * Make searching issues by keyword case insensitive on DB (#14848)
   728    * Prevent use of double sub-path and incorrect asset path in manifest (#14827)
   729    * Fix link account ui (#14763)
   730    * Fix preview status switch button on wiki editor (#14742)
   731    * Fix github download on migration (#14703)
   732    * Fix svg spacing (#14638)
   733    * Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)
   734    * Truncated organizations name (#14615)
   735    * Exclude the current dump file from the dump (#14606)
   736    * Use OldRef instead of CommitSHA for DeleteBranch comments (#14604)
   737    * Ensure memcache caching works when TTL greater than 30 days (#14592)
   738    * Remove NULs byte arrays passed to PostProcess (#14587)
   739    * Restore detection of branches are equal on compare page (#14586)
   740    * Fix incorrect key name so registerManualConfirm works (#14455)
   741    * Fix close/reopen with comment (#14436)
   742    * Allow passcode invalid error to appear (#14371)
   743    * Escape branch names in compare url (#14364)
   744    * Label and milestone webhooks on issue/pull creation (#14363)
   745    * Handle NotifyCreateRef as create branch in feeds (#14245)
   746    * Prevent clipping input text in Chrome + Segoe UI Font (#14179)
   747    * Fix UI on edit auth source page (#14137)
   748    * Fix git.parseTagData (#14105)
   749    * Refactor get tag to remove unnecessary steps (#14058)
   750    * Fix integrations test error with space in CURDIR path (#14056)
   751    * Dropdown triangle fixes (#14028)
   752    * Fix label of --id in admin delete user (#14005)
   753    * Cause NotifyMigrateRepository to emit a repo create webhook (#14004)
   754    * Update HEAD to match defaultBranch in template generation (#13948)
   755    * Fix action avatar loading (#13909)
   756    * Fix issue participants (#13893)
   757    * Fix avatar template error (#13833)
   758    * Fix review request notification email links when external issue tracker is enabled (#13723)
   759    * Fix blame line alignment (#13542)
   760    * Include OriginalAuthor in Reaction constraint (#13505)
   761    * Comments on review should have the same sha (#13448)
   762    * Fix whitespace rendering in diff (#13415)
   763    * Fixed git args duplication (#13411)
   764    * Fix bug on release publisherid migrations (#13410)
   765    * Fix --port setting (#13288)
   766    * Keep database transactions not too big (#13254)
   767    * Git version check, ignore pre-releases constraints (#13234)
   768    * Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186)
   769    * Update Mirror IsEmpty status on synchronize (#13185)
   770    * Use GO variable in go-check target (#13146) (#13147)
   771  * ENHANCEMENTS
   772    * UI style improvements
   773    * Dropzone styling improvements (#15291) (#15374)
   774    * Add size to Save function (#15264) (#15270)
   775    * Monaco improvements (#15333) (#15345)
   776    * Support .mailmap in code activity stats (#15009)
   777    * Sort release attachments by name (#15008)
   778    * Add ui.explore settings to control view of explore pages (#14094)
   779    * Make internal SSH server host key path configurable (#14918)
   780    * Hide resync all ssh principals when using internal ssh server (#14904)
   781    * Add SameSite setting for cookies (#14900)
   782    * Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)
   783    * Add environment-to-ini to docker image (#14762)
   784    * Add preview support for wiki editor when disable simpleMDE (#14757)
   785    * Add easyMDE(simpleMDE) support for release content editor (#14744)
   786    * Organization removal confirmation using name not password (#14738)
   787    * Make branch names in PR description clickable (#14716)
   788    * Add Password Algorithm option to install page (#14701)
   789    * Add fullTextSearch to dropdowns by default (#14694)
   790    * Fix truncated organization names (#14655)
   791    * Whitespace in commits (#14650)
   792    * Sort / move project boards (#14634)
   793    * Make fileheader sticky in diffs (#14616)
   794    * Add helper descriptions on new repo page (#14591)
   795    * Move the stopwatches to the eventsource stream (#14588)
   796    * Add Content-Length header to HEAD requests (#14542)
   797    * Add Image Diff options in Diff view (#14450)
   798    * Improve Description in new/ edit Project template (#14429)
   799    * Allow ssh-keygen on Windows to detect ssh key type (#14413)
   800    * Display error if twofaSecret cannot be retrieved (#14372)
   801    * Sort issue search results by relevance (#14353)
   802    * Implement ghost comment mitigation (#14349)
   803    * Upgrade blevesearch dependency to v2.0.1 (#14346)
   804    * Add edit, delete and reaction support to code review comments on issue page (#14339)
   805    * Merge default and system webhooks under one menu (#14244)
   806    * Add option for administrator to reset user 2FA (#14243)
   807    * Add option to change username to the admin panel (#14229)
   808    * Check for 'main' as potential default branch name (#14193)
   809    * Project: show referenced PRs in issue cards (#14183)
   810    * Use caddy's certmagic library for extensible/robust ACME handling (#14177)
   811    * CLI support for OAuth sources custom icons (#14166)
   812    * Custom icons for OAuth sources (#14161)
   813    * Team dashboards (#14159)
   814    * KanBan: be able to set default board (#14147)
   815    * Disable Fomantic's custom scrollbars (#14109)
   816    * Add UI to delete tracked times (#14100)
   817    * Rework heatmap permissions (#14080)
   818    * Issue and pull request filters on organization dashboard (#14072)
   819    * Fix webhook list styling (#14001)
   820    * Show dropdown with all statuses for commit (#13977)
   821    * Show status check for merged PRs (#13975)
   822    * Diff stat improvements (#13954)
   823    * Report permissions denied in internal SSH (#13953)
   824    * Markdown task list improvements (#13952)
   825    * Heatmap days clickable (#13935)
   826    * chore: use octicon-mirror for feeds display (#13928)
   827    * Move diff split code into own template file (#13919)
   828    * Markdown: Enable wrapping in code blocks and a color tweak (#13894)
   829    * Do not reload page after adding comments in Pull Request reviews (#13877)
   830    * Add pull request manually merge instruction (#13840)
   831    * add thumbnail preview section to issue attachments (#13826)
   832    * Move Repo APIFormat to convert package (#13787)
   833    * Move notification APIFormat (#13783)
   834    * Swap swagger-ui with swagger-ui-dist (#13777)
   835    * User Settings: Ignore empty language codes & validate (#13755)
   836    * Improve migrate page and add card CSS (#13751)
   837    * Add block on official review requests branch protection (#13705)
   838    * Add review requested filter on pull request overview (#13701)
   839    * Use chronological commit order in default squash message (#13696)
   840    * Clickable links in pull request (and issue) titles (#13695)
   841    * Support shortened commit SHAs in URLs (#13686)
   842    * Use native git variants by default with go-git variants as build tag (#13673)
   843    * Don't render dropdown when only 1 merge style is available (#13670)
   844    * Move webhook type from int to string (#13664)
   845    * Direct avatar rendering (#13649)
   846    * Verify password for local-account activation (#13631)
   847    * Prevent clone protocol button flash on page load (#13626)
   848    * Remove fetch request from heatmap (#13623)
   849    * Refactor combine label comments with tests (#13619)
   850    * Move metrics from macaron to chi (#13601)
   851    * Issue and Pulls lists rework (#13594)
   852    * HTTP cache rework and enable caching for storage assets (#13569)
   853    * Use mount but not register for chi routes (#13555)
   854    * Use monaco for the git hook editor (#13552)
   855    * Make heatmap colors more distinct (#13533)
   856    * Lazy-load issue reviewers and assignees avatars (#13526)
   857    * Change search and filter icons to SVG (#13473)
   858    * Create tag on ui (#13467)
   859    * updateSize when create a repo with init commit (#13441)
   860    * Added title and action buttons to Project view page (#13437)
   861    * Override fomantic monospace fonts and set size (#13435)
   862    * Rework focused comment styling (#13434)
   863    * Tags cleanup (#13428)
   864    * Various style tweaks (#13418)
   865    * Refactor push update (#13381)
   866    * Comment box tweaks and SVG dropdown triangles (#13376)
   867    * Various style fixes (#13372)
   868    * Change repo home page icons to SVG (#13364)
   869    * Use CSS Vars for primary color (#13361)
   870    * Refactor image paste code (#13354)
   871    * Switch from SimpleMDE to EasyMDE (#13333)
   872    * Group Label Changed Comments in timeline (#13304)
   873    * Make the logger an interface (#13294)
   874    * Fix PR/Issue titles on mobile (#13292)
   875    * Rearrange the order of the merged by etc. in locale (#13284)
   876    * Replace footer and modal icons with SVG (#13245)
   877    * Issues overview should not show issues from archived repos (#13220)
   878    * Show stale label for stale code comment which is marked as resolved (#13213)
   879    * Use CSS Variables for fonts, remove postcss-loader (#13204)
   880    * Add mentionable teams to tributeValues and change team mention rules to gh's style (#13198)
   881    * Move install pages out of main macaron routes (#13195)
   882    * Update outdated label to use Fomantic UI style (#13181)
   883    * Added option to disable webhooks (#13176)
   884    * Change order of possible-owner organizations to alphabetical (#13160)
   885    * Log IP on SSH authentication failure for Built-in SSH server (#13150)
   886    * Added option to disable migrations (#13114)
   887    * New "Add Mirror" Button in the Organization view (#13105)
   888    * Manually approve new registration (#13083)
   889    * Cron job to cleanup hook_task table (#13080)
   890    * Use the headline comment of pull-request as the squash commit's message (#13071)
   891    * Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999)
   892    * Slightly simplify the queue settings code to help reduce the risk of problems (#12976)
   893    * Add precise search type for Elastic Search (#12869)
   894    * Move APIFormat functions into convert package (#12856)
   895    * Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, (#12766)
   896    * Add TrN for repository limit (#12492)
   897    * Refactor doctor (#12264)
   898    * Add the tag list page to the release page (#12096)
   899    * Redirect on changed user and org name (#11649)
   900    * load U2F js only on pages which need it (#11585)
   901    * Make archival asynchronous (#11296)
   902    * Introduce go chi web framework as frontend of macaron, so that we can move routes from macaron to chi step by step (#7420)
   903    * Improve vfsgen to not unzip bindata files but send to browser directly (#7109)
   904    * Enhance release list (#6025)
   905  * DOCS
   906    * Swagger show models by default (#14880)
   907    * Add missing repo.projects unit into swagger (#14876)
   908    * Update docs and comments to remove macaron (#14491)
   909    * Issue template addition: Are you using Gitea behind CloudFlare? (#14098)
   910    * Generate man pages (#13901)
   911    * Reformat/fine-tune docs (#13897)
   912    * Added Table of Contents to long documentation pages (#13890)
   913    * Add docs command (#13429)
   914    * Update external-renderers.en-us.md (#13165)
   915  * MISC
   916    * Add builds for apple M1 (darwin arm64) (#14951)
   917    * Migrate to use jsoniter instead of encoding/json (#14841)
   918    * Reduce make verbosity (#13803)
   919    * Add git command error directory on log (#13194)
   920  
   921  ## [1.13.7](https://github.com/go-gitea/gitea/releases/tag/v1.13.7) - 2021-04-07
   922  
   923  * SECURITY
   924    * Update to bluemonday-1.0.6 (#15294) (#15298)
   925    * Clusterfuzz found another way (#15160) (#15169)
   926  * API
   927    * Fix wrong user returned in API (#15139) (#15150)
   928  * BUGFIXES
   929    * Add 'fonts' into 'KnownPublicEntries' (#15188) (#15317)
   930    * Speed up `enry.IsVendor` (#15213) (#15246)
   931    * Response 404 for diff/patch of a commit that not exist (#15221) (#15238)
   932    * Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15201)
   933  * MISC
   934    * Add size to Save function (#15264) (#15271)
   935  
   936  ## [1.13.6](https://github.com/go-gitea/gitea/releases/tag/v1.13.6) - 2021-03-23
   937  
   938  * SECURITY
   939    * Fix bug on avatar middleware (#15124) (#15125)
   940    * Fix another clusterfuzz identified issue (#15096) (#15114)
   941  * API
   942    * Fix nil exeption for get pull reviews API #15104 (#15106)
   943  * BUGFIXES
   944    * Fix markdown rendering in milestone content (#15056) (#15092)
   945  
   946  ## [1.13.5](https://github.com/go-gitea/gitea/releases/tag/v1.13.5) - 2021-03-21
   947  
   948  * SECURITY
   949    * Update to goldmark 1.3.3 (#15059) (#15061)
   950    * Another clusterfuzz spotted issue (#15032) (#15034)
   951  * API
   952    * Fix set milestone on PR creation (#14981) (#15001)
   953    * Prevent panic when editing forked repos by API (#14960) (#14963)
   954  * BUGFIXES
   955    * Fix bug when upload on web (#15042) (#15055)
   956    * Delete Labels & IssueLabels on Repo Delete too (#15039) (#15051)
   957    * Fix postgres ID sequences broken by recreate-table (#15015) (#15029)
   958    * Fix several render issues (#14986) (#15013)
   959    * Make sure sibling images get a link too (#14979) (#14995)
   960    * Fix Anchor jumping with escaped query components (#14969) (#14977)
   961    * Fix release mail html template (#14976)
   962    * Fix excluding more than two labels on issues list (#14962) (#14973)
   963    * Don't mark each comment poster as OP (#14971) (#14972)
   964    * Add "captcha" to list of reserved usernames (#14930)
   965    * Re-enable import local paths after reversion from #13610 (#14925) (#14927)
   966  
   967  ## [1.13.4](https://github.com/go-gitea/gitea/releases/tag/v1.13.4) - 2021-03-07
   968  
   969  * SECURITY
   970    * Fix issue popups (#14898) (#14899)
   971  * BUGFIXES
   972    * Fix race in LFS ContentStore.Put(...) (#14895) (#14913)
   973    * Fix a couple of issues with a feeds (#14897) (#14903)
   974    * When transferring repository and database transaction failed, rollback the renames (#14864) (#14902)
   975    * Fix race in local storage (#14888) (#14901)
   976    * Fix 500 on pull view page if user is not loged in (#14885) (#14886)
   977  * DOCS
   978    * Fix how lfs data path is set (#14855) (#14884)
   979  
   980  ## [1.13.3](https://github.com/go-gitea/gitea/releases/tag/v1.13.3) - 2021-03-04
   981  
   982  * BREAKING
   983    * Turn default hash password algorithm back to pbkdf2 from argon2 until we find a better one (#14673) (#14675)
   984  * BUGFIXES
   985    * Fix paging of file commit logs (#14831) (#14879)
   986    * Print useful error if SQLite is used in settings but not supported (#14476) (#14874)
   987    * Fix display since time round (#14226) (#14873)
   988    * When Deleting Repository only explicitly close PRs whose base is not this repository (#14823) (#14842)
   989    * Set HCaptchaSiteKey on Link Account pages (#14834) (#14839)
   990    * Fix a couple of CommentAsPatch issues.  (#14804) (#14820)
   991    * Disable broken OAuth2 providers at startup (#14802) (#14811)
   992    * Repo Transfer permission checks (#14792) (#14794)
   993    * Fix double alert in oauth2 application edit view (#14764) (#14768)
   994    * Fix broken spans in diffs (#14678) (#14683)
   995    * Prevent race in PersistableChannelUniqueQueue.Has (#14651) (#14676)
   996    * HasPreviousCommit causes recursive load of commits unnecessarily (#14598) (#14649)
   997    * Do not assume all 40 char strings are SHA1s (#14624) (#14648)
   998    * Allow org labels to be set with issue templates (#14593) (#14647)
   999    * Accept multiple SSH keys in single LDAP SSHPublicKey attribute (#13989) (#14607)
  1000    * Fix bug about ListOptions and stars/watchers pagnation (#14556) (#14573)
  1001    * Fix GPG key deletion during account deletion (#14561) (#14569)
  1002  
  1003  ## [1.13.2](https://github.com/go-gitea/gitea/releases/tag/v1.13.2) - 2021-01-31
  1004  
  1005  * SECURITY
  1006    * Prevent panic on fuzzer provided string (#14405) (#14409)
  1007    * Add secure/httpOnly attributes to the lang cookie (#14279) (#14280)
  1008  * API
  1009    * If release publisher is deleted use ghost user (#14375)
  1010  * BUGFIXES
  1011    * Internal ssh server respect Ciphers, MACs and KeyExchanges settings (#14523) (#14530)
  1012    * Set the name Mapper in migrations (#14526) (#14529)
  1013    * Fix wiki preview (#14515)
  1014    * Update code.gitea.io/sdk/gitea v0.13.1 -> v0.13.2 (#14497)
  1015    * ChangeUserName: rename user files back on DB issue (#14447)
  1016    * Fix lfs preview bug (#14428) (#14433)
  1017    * Ensure timeout error is shown on u2f timeout (#14417) (#14431)
  1018    * Fix Deadlock & Delete affected reactions on comment deletion (#14392) (#14425)
  1019    * Use path not filepath in routers/editor (#14390) (#14396)
  1020    * Check if label template exist first (#14384) (#14389)
  1021    * Fix migration v141 (#14387) (#14388)
  1022    * Use Request.URL.RequestURI() for fcgi (#14347)
  1023    * Use ServerError provided by Context (#14333) (#14345)
  1024    * Fix edit-label form init (#14337)
  1025    * Fix mailIssueCommentBatch for pull request (#14252) (#14296)
  1026    * Render links for commit hashes followed by comma (#14224) (#14227)
  1027    * Send notifications for mentions in pulls, issues, (code-)comments (#14218) (#14221)
  1028    * Fix avatar bugs (#14217) (#14220)
  1029    * Ensure that schema search path is set with every connection on postgres (#14131) (#14216)
  1030    * Fix dashboard issues labels filter bug (#14210) (#14214)
  1031    * When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (#14211) (#14213)
  1032    * Fix branch selector on new issue page (#14194) (#14207)
  1033    * Check for notExist on profile repository page (#14197) (#14203)
  1034  
  1035  ## [1.13.1](https://github.com/go-gitea/gitea/releases/tag/v1.13.1) - 2020-12-29
  1036  
  1037  * SECURITY
  1038    * Hide private participation in Orgs (#13994) (#14031)
  1039    * Fix escaping issue in diff (#14153) (#14154)
  1040  * BUGFIXES
  1041    * Fix bug of link query order on markdown render (#14156) (#14171)
  1042    * Drop long repo topics during migration (#14152) (#14155)
  1043    * Ensure that search term and page are not lost on adoption page-turn (#14133) (#14143)
  1044    * Fix storage config implementation (#14091) (#14095)
  1045    * Fix panic in BasicAuthDecode (#14046) (#14048)
  1046    * Always wait for the cmd to finish (#14006) (#14039)
  1047    * Don't use simpleMDE editor on mobile devices for 1.13 (#14029)
  1048    * Fix incorrect review comment diffs (#14002) (#14011)
  1049    * Trim the branch prefix from action.GetBranch (#13981) (#13986)
  1050    * Ensure template renderer is available before storage handler (#13164) (#13982)
  1051    * Whenever the password is updated ensure that the hash algorithm is too (#13966) (#13967)
  1052    * Enforce setting HEAD in wiki to master (#13950) (#13961)
  1053    * Fix feishu webhook caused by API changed (#13938)
  1054    * Fix Quote Reply button on review diff (#13830) (#13898)
  1055    * Fix Pull Merge when tag with same name as base branch exist (#13882) (#13896)
  1056    * Fix mermaid chart size (#13865)
  1057    * Fix branch/tag notifications in mirror sync (#13855) (#13862)
  1058    * Fix crash in short link processor (#13839) (#13841)
  1059    * Update font stack to bootstrap's latest (#13834) (#13837)
  1060    * Make sure email recipients can see issue (#13820) (#13827)
  1061    * Reply button is not removed when deleting a code review comment (#13824)
  1062    * When reinitialising DBConfig reset the database use flags (#13796) (#13811)
  1063  * ENHANCEMENTS
  1064    * Add emoji in label to project boards (#13978) (#14021)
  1065    * Send webhook when tag is removed via Web UI (#14015) (#14019)
  1066    * Use Process Manager to create own Context (#13792) (#13793)
  1067  * API
  1068    * GetCombinedCommitStatusByRef always return json & swagger doc fixes (#14047)
  1069    * Return original URL of Repositories (#13885) (#13886)
  1070  
  1071  ## [1.13.0](https://github.com/go-gitea/gitea/releases/tag/v1.13.0) - 2020-12-01
  1072  
  1073  * SECURITY
  1074    * Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776)
  1075    * Prevent git operations for inactive users (#13527) (#13536)
  1076    * Disallow urlencoded new lines in git protocol paths if there is a port (#13521) (#13524)
  1077    * Mitigate Security vulnerability in the git hook feature (#13058)
  1078    * Disable DSA ssh keys by default (#13056)
  1079    * Set TLS minimum version to 1.2 (#12689)
  1080    * Use argon as default password hash algorithm (#12688)
  1081  * BREAKING
  1082    * Set RUN_MODE prod by default (#13765) (#13767)
  1083    * Don't replace underscores in auto-generated IDs in goldmark (#12805)
  1084    * Add Primary Key to Topic and RepoTopic tables (#12639)
  1085    * Disable password complexity check default (#12557)
  1086    * Change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500)
  1087    * Add extension Support to Attachments (allow all types for releases) (#12465)
  1088    * Remove IE11 Support (#11470)
  1089  * FEATURES
  1090    * Adopt repositories (#12920)
  1091    * Check passwords against HaveIBeenPwned (#12716)
  1092    * Gitea 2 Gitea migration (#12657)
  1093    * Support storing Avatars in minio  (#12516)
  1094    * Allow addition of gpg keyring with multiple keys (#12487)
  1095    * Add email notify for new release (#12463)
  1096    * Add Access-Control-Expose-Headers (#12446)
  1097    * UserProfile Page: Render Description (#12415)
  1098    * Add command to recreate tables (#12407)
  1099    * Add mermaid JS renderer (#12334)
  1100    * Add ssh certificate support (#12281)
  1101    * Add spent time to referenced issue in commit message (#12220)
  1102    * Initial support for push options (#12169)
  1103    * Provide option to unlink a fork (#11858)
  1104    * Show exact tag for commit on diff view (#11846)
  1105    * Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)
  1106    * Issue templates directory (#11450)
  1107    * Add a storage layer for attachments (#11387)
  1108    * Add hide activity option (#11353)
  1109    * Add push commits history comment on PR time-line (#11167)
  1110    * Support elastic search for code search (#10273)
  1111    * Kanban board (#8346)
  1112  * API
  1113    * If User is Admin, show 500 error message on PROD mode too (#13115)
  1114    * Add Timestamp to Tag list API (#13026)
  1115    * Return sample message for login error in api context (#12994)
  1116    * Add IsTemplate option in create repo ui and api (#12942)
  1117    * GetReleaseByID return 404 if not found (#12933)
  1118    * Get release by tags endpoint (#12932)
  1119    * NotificationSubject show Issue/Pull State (#12901)
  1120    * Expose its limitation settings (#12714)
  1121    * Add Created & Updated to Milestone (#12662)
  1122    * Milestone endpoints accept names too (#12649)
  1123    * Expose Attachment Settings in the API (#12514)
  1124    * Add Issue and Repo info to StopWatch (#12458)
  1125    * Add cron running API (#12421)
  1126    * Add Update Pull HeadBranch Function (#12419)
  1127    * Add TOTP header to Swagger Documentation (#12402)
  1128    * Delete Token accept names too (#12366)
  1129    * Add name filter for GetMilestoneList (#12336)
  1130    * Fixed count of filtered issues when api request. (#12275)
  1131    * Do not override API issue pagination with UI settings (#12068)
  1132    * Expose useful General Repo settings settings (#11758)
  1133    * Return error when trying to create Mirrors but Mirrors are globally disabled (#11757)
  1134    * Provide diff and patch API endpoints (#11751)
  1135    * Allow to create closed milestones (#11745)
  1136    * Add language Statistics endpoint (#11737)
  1137    * Add Endpoint to get GetGeneralUI Settings (#11735) & (#11854)
  1138    * Issue/Pull expose IsLocked Property on API (#11708)
  1139    * Add endpoint for Branch Creation (#11607)
  1140    * Add pagination headers on endpoints that support total count from database (#11145)
  1141  * BUGFIXES
  1142    * Fix bogus http requests on diffs (#13760) (#13761)
  1143    * Show 'owner' tag for real owner (#13689) (#13743)
  1144    * Validate email before inserting/updating (#13475) (#13666)
  1145    * Fix issue/pull request list assignee filter (#13647) (#13651)
  1146    * Gitlab migration support for subdirectories (#13563) (#13591)
  1147    * Fix logic for preferred license setting (#13550) (#13557)
  1148    * Add missed sync branch/tag webhook (#13538) (#13556)
  1149    * Migration won't fail on non-migrated reactions (#13507)
  1150    * Fix Italian language file parsing error (#13156)
  1151    * Show outdated comments in pull request (#13148) (#13162)
  1152    * Fix parsing of pre-release git version (#13169) (#13172)
  1153    * Fix diff skipping lines (#13154) (#13155)
  1154    * When handling errors in storageHandler check underlying error (#13178) (#13193)
  1155    * Fix size and clickable area on file table back link (#13205) (#13207)
  1156    * Add better error checking for inline html diff code (#13251)
  1157    * Fix initial commit page & binary munching problem (#13249) (#13258)
  1158    * Fix migrations from remote Gitea instances when configuration not set (#13229) (#13273)
  1159    * Store task errors following migrations and display them (#13246) (#13287)
  1160    * Fix bug isEnd detection on getIssues/getPullRequests (#13299) (#13301)
  1161    * When the git ref is unable to be found return broken pr (#13218) (#13303)
  1162    * Ensure topics added using the API are added to the repository (#13285) (#13302)
  1163    * Fix avatar autogeneration (#13233) (#13282)
  1164    * Add migrated pulls to pull request task queue (#13331) (#13334)
  1165    * Issue comment reactions should also check pull type on API (#13349) (#13350)
  1166    * Fix links to repositories in /user/setting/repos (#13360) (#13362)
  1167    * Remove obsolete change of email on profile page (#13341) (#13347)
  1168    * Fix scrolling to resolved comment anchors (#13343) (#13371)
  1169    * Storage configuration support `[storage]` (#13314) (#13379)
  1170    * When creating line diffs do not split within an html entity (#13357) (#13375) (#13425) (#13427)
  1171    * Fix reactions on code comments (#13390) (#13401)
  1172    * Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13424)
  1173    * Replies to outdated code comments should also be outdated (#13217) (#13433)
  1174    * Fix panic bug in handling multiple references in commit (#13486) (#13487)
  1175    * Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470) (#13491)
  1176    * Show original author's reviews on pull summary box (#13127)
  1177    * Update golangci-lint to version 1.31.0 (#13102)
  1178    * Fix line break for MS teams webhook (#13081)
  1179    * Fix Issue & Pull Request comment headers on mobile (#13039)
  1180    * Avoid setting the CONN_STR in queues unless it is meant to be set (#13025)
  1181    * Remove code-view class from diff view (#13011)
  1182    * Fix the color of PR comment hyperlinks. (#13009)
  1183    * (Re)Load issue labels when changing them (#13007)
  1184    * Fix Media links in org files not liked to media files (#12997)
  1185    * Always return a list from GetCommitsFromIDs (#12981)
  1186    * Only set the user password if the password field would have been shown (#12980)
  1187    * Fix admin/config page (#12979)
  1188    * Changed width of commit signature avatar (#12961)
  1189    * Completely quote AppPath and CustomConf paths (#12955)
  1190    * Fix handling of migration errors (#12928)
  1191    * Fix anonymous GL migration (#12862)
  1192    * Fix git open close bug (#12834)
  1193    * Fix markdown meta parsing (#12817)
  1194    * Add default storage configurations (#12813)
  1195    * Show PR settings on empty repos (#12808)
  1196    * Disable watch and star if not signed in (#12807)
  1197    * Whilst changing the character set to utf8mb4 we should set ROW_FORMAT=dynamic too (#12804)
  1198    * Set opengraph attributes on org pages (#12803)
  1199    * Return error when creating gitlabdownloader failed (#12790)
  1200    * Add migration for password algorithm change (#12784)
  1201    * Compare SSH_DOMAIN when parsing submodule URLs (#12753)
  1202    * Fix editor.commit_empty_file_text locale string (#12744)
  1203    * Fix wrong poster message for code comment on Pull view (#11721)
  1204    * Escape failed highlighted files (#12685)
  1205    * Ensure that all migration requests are cancellable (#12669)
  1206    * Ensure RepoPath is lowercased in gitea serv (#12668)
  1207    * Do not disable commit changes button on repost (#12644)
  1208    * Dark theme for line numbers in blame view (#12632)
  1209    * Fix message when deleting last owner from an organization (#12628)
  1210    * Use shellquote to unpack arguments to gitea serv (#12624)
  1211    * Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed in. (#12581)
  1212    * Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)
  1213    * Set context for running CreateArchive to that of the request (#12555)
  1214    * Prevent redirect back to /user/events (#12462)
  1215    * Re-attempt to delete temporary upload if the file is locked by another process (#12447)
  1216    * Mirror System Notice reports are too frequent (#12438)
  1217    * Do not show arrows on comment diffs on pull comment pages (#12434)
  1218    * Fix milestone links (#12405)
  1219    * Increase size of the language column in language_stat (#12396)
  1220    * Use transaction in V102 migration (#12395)
  1221    * Only use --exclude on name-rev with git >= 2.13 (#12347)
  1222    * Add action feed for new release (#12324)
  1223    * Set NoAutoTime when updating is_archived (#12266)
  1224    * Support Force-update in Mirror and improve Tracing in mirror (#12242)
  1225    * Avoid sending "0 new commits" webhooks (#12212)
  1226    * Fix U2F button icon (#12167)
  1227    * models/repo_sign.go: break out of loops (#12159)
  1228    * Ensure that git commit tree continues properly over the page (#12142)
  1229    * Rewrite GitGraph.js (#12137)
  1230    * Fix repo API listing stability (#12057)
  1231    * Add team support for review request (#12039)
  1232    * Fix 500 error on repos with no tags (#11870)
  1233    * Fix nil pointer in default issue mail template (#11862)
  1234    * Fix commit search in all branches (#11849)
  1235    * Don't consider tag refs as valid for branch name (#11847)
  1236    * Don't add same line code comment box twice (#11837)
  1237    * Fix visibility of forked public repos from private orgs (#11717)
  1238    * Fix chardet test and add ordering option (#11621)
  1239    * Fix number of files, total additions, and deletions on Diff pages (#11614)
  1240    * Properly handle and return empty string for dangling commits in GetBranchName (#11587)
  1241    * Include query in sign in redirect (#11579)
  1242    * Fix Enter not working in SimpleMDE (#11564)
  1243    * Fix bug about can't skip commits base on base branch (#11555)
  1244  * ENHANCEMENTS
  1245    * Only Return JSON for responses (#13511) (#13565)
  1246    * Use existing analyzer module for language detection for highlighting (#13522) (#13551)
  1247    * Return the full rejection message and errors in flash errors (#13221) (#13237)
  1248    * Remove PAM from auth dropdown when unavailable (#13276) (#13281)
  1249    * Add HostCertificate to sshd_config in Docker image (#13143)
  1250    * Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124)
  1251    * Improve error feedback for duplicate deploy keys (#13112)
  1252    * Set appropriate `autocomplete` attributes on password fields (#13078)
  1253    * Adding visual cue for "Limited" & "Private" organizations. (#13040)
  1254    * Fix Pull Request merge buttons on mobile (#13035)
  1255    * Gitea serv, hooks, manager and the like should always display Fatals (#13032)
  1256    * CSS tweaks to warning/error segments and misc fixes (#13024)
  1257    * Fix formatting of branches ahead-behind on narrow windows (#12989)
  1258    * Add config option to make create-on-push repositories public by default (#12936)
  1259    * Disable migration items when mirror is selected (#12918)
  1260    * Add the checkbox quick button to the comment tool bar also (#12885)
  1261    * Support GH enterprise (#12863)
  1262    * Simplify CheckUnitUser logic (#12854)
  1263    * Fix background of signed-commits on arc-green of timeline commits (#12837)
  1264    * Move git update-server-info to hooks (#12826)
  1265    * Add ui style for "Open a blank issue" button (#12824)
  1266    * Use a simple format for the big number on ui (#12822)
  1267    * Make SVG size argument optional (#12814)
  1268    * Add placeholder text for bio profile text form (#12792)
  1269    * Set language via AJAX (#12785)
  1270    * Show git-pull-request icon for closed pull request (#12742)
  1271    * Migrate version parsing library to hashicorp/go-version (#12719)
  1272    * Only use async pre-empt hack if go < 1.15 (#12718)
  1273    * Inform user about meaning of an hourglass on reviews (#12713)
  1274    * Add a migrate service type switch page (#12697)
  1275    * Migrations: Gitlab Add Reactions Support for Issues & MergeRequests (#12695)
  1276    * Remove duplicate logic in initListSubmits (#12660)
  1277    * Set avatar image dimensions (#12654)
  1278    * Rename models.ProtectedBranchRepoID/PRID to models.EnvRepoID/PRID and ensure EnvPusherEmail is set (#12646)
  1279    * Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)
  1280    * Add postgres schema to the search_path on database connection (#12634)
  1281    * Git migration UX improvements (#12619)
  1282    * Add link to home page on swagger ui (#12601)
  1283    * hCaptcha Support (#12594)
  1284    * OpenGraph: use repo avatar if exist (#12586)
  1285    * Reaction picker display improvements (#12576)
  1286    * Fix emoji replacements, make emoji images consistent (#12567)
  1287    * Increase clickable area on files table links (#12553)
  1288    * Set z-index for sticky diff box lower (#12537)
  1289    * Report error if API merge is not allowed (#12528)
  1290    * LFS support to be stored on minio (#12518)
  1291    * Show 2FA info on Admin Pannel: Users List (#12515)
  1292    * Milestone Issue/Pull List: Add octicons type (#12499)
  1293    * Make dashboard newsfeed list length a configurable item (#12469)
  1294    * Add placeholder text for send testing email button in admin/config (#12452)
  1295    * Add SVG favicon (#12437)
  1296    * In issue comments, put issue participants also in completion list when hitting @ (#12433)
  1297    * Collapse Swagger UI tags by default (#12428)
  1298    * Detect full references to issues and pulls in commit messages (#12399)
  1299    * Allow common redis and leveldb connections (#12385)
  1300    * Don't use legacy method to send Matrix Webhook (#12348)
  1301    * Remove padding/border-radius on image diffs (#12346)
  1302    * Render the git graph on the server (#12333)
  1303    * Fix clone panel in wiki position not always align right (#12326)
  1304    * Rework 'make generate-images' (#12316)
  1305    * Refactor webhook payload conversion (#12310)
  1306    * Move jquery-minicolors to npm/webpack (#12305)
  1307    * Support use nvarchar for all varchar columns when using mssql (#12269)
  1308    * Update Octicons to v10 (#12240)
  1309    * Disable search box autofocus (#12229)
  1310    * Replace code fold icons with octicons (#12222)
  1311    * Ensure syntax highlighting is the same inside diffs (#12205)
  1312    * Auto-init repo on license, .gitignore select (#12202)
  1313    * Default to showing closed Issues/PR list when there are only closed issues/PRs (#12200)
  1314    * Enable cloning via Git Wire Protocol v2 over HTTP (#12170)
  1315    * Direct SVG rendering (#12157)
  1316    * Improve arc-green code colors (#12111)
  1317    * Allow admin to merge pr with protected file changes (#12078)
  1318    * Show description on individual milestone view (#12055)
  1319    * Update the wiki repository remote origin while update the mirror repository's Clone From URL (#12053)
  1320    * Server-side syntax highlighting for all code (#12047)
  1321    * Use Fomantic's fluid padded for blame full width (#12023)
  1322    * Use custom SVGs for commit signing lock icon (#12017)
  1323    * Make tabs smaller (#12003)
  1324    * Fix sticky diff stats container (#12002)
  1325    * Move fomantic and jQuery to main webpack bundle (#11997)
  1326    * Use enry language type to detect special languages (#11974)
  1327    * Use only first line of commit when creating referenced comment (#11960)
  1328    * Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better syntax light on editor (#11926)
  1329    * Fix double divider on issue sidebar (#11919)
  1330    * Shorten markdown heading anchors links (#11903)
  1331    * Add org avatar on top of internal repo icon (#11895)
  1332    * Use label to describe repository type (#11891)
  1333    * Make repository size unclickable on repo summary bar (#11887)
  1334    * Rework blame template and styling (#11885)
  1335    * Fix icon alignment for show/hide outdated link on resolved conversation (#11881)
  1336    * Vertically align review icons on repository sidebar (#11880)
  1337    * Better align items using flex within review request box (#11879)
  1338    * Only write to global gitconfig if necessary (#11876)
  1339    * Disable all typographic replacements in markdown renderer (#11871)
  1340    * Improve label edit buttons labels (#11841)
  1341    * Use crispEdges rendering for octicon-internal-repo (#11801)
  1342    * Show update branch item in merge box when it's necessary (#11761)
  1343    * Add compare link to releases (#11752)
  1344    * Allow site admin to disable mirrors (#11740)
  1345    * Export monaco editor on window.codeEditors (#11739)
  1346    * Add configurable Trust Models (#11712)
  1347    * Show full GPG commit status on PR commit history (#11702)
  1348    * Fix align issues and decrease avatar size on PR timeline (#11689)
  1349    * Replace jquery-datetimepicker with native date input (#11684)
  1350    * Change Style of Tags on Comments (#11668)
  1351    * Fix missing styling for shabox on PR commit history (#11625)
  1352    * Apply padding to approval icons on PR list (#11622)
  1353    * Fix message wrapping on PR commit list (#11616)
  1354    * Right-align status icon on pull request commit history (#11594)
  1355    * Add missing padding for multi-commit list on PR view (#11593)
  1356    * Do not show avatar for "{{user}} added X commits" (#11591)
  1357    * Fix styling and padding for commit list on PR view (#11588)
  1358    * Style code review comment for arc-green (#11572)
  1359    * Use default commit message for wiki edits (#11550)
  1360    * Add internal-repo octicon for public repos of private org (#11529)
  1361    * Fix dropzone color on arc-green (#11514)
  1362    * Insert ui divider directly in templates instead of from inside heatmap vue component (#11508)
  1363    * Move tributejs to npm/webpack (#11497)
  1364    * Fix text-transform on wiki revisions page (#11486)
  1365    * Do not show lock icon on repo list for public repos in private org (#11445)
  1366    * Include LFS when calculating repo size (#11060)
  1367    * Add check for LDAP group membership (#10869)
  1368    * When starting new stopwatch stop previous if it is still running (#10533)
  1369    * Add queue for code indexer (#10332)
  1370    * Move all push update operations to a queue (#10133)
  1371    * Cache last commit when pushing for big repository (#10109)
  1372    * Change/remove a branch of an open issue (#9080)
  1373    * Sortable Tables Header By Click (#7980)
  1374  * TESTING
  1375    * Use community codecov drone plugin (#12468)
  1376    * Add more tests for diff highlighting (#12467)
  1377    * Don't put integration test data outside of test folder (#11746)
  1378    * Add debug option to hooks (#11624)
  1379    * Log slow tests (#11487)
  1380  * TRANSLATION
  1381    * Translate two small lables on commit statutes list (#12821)
  1382    * Make issues.force_push_codes message shorter (#11575)
  1383  * BUILD
  1384    * Bump min required golang to 1.13 (#12717)
  1385    * Add 'make watch' (#12636)
  1386    * Extract Swagger CSS to its own file (#12616)
  1387    * Update eslint config (#12609)
  1388    * Avoid unnecessary system-ui expansion (#12522)
  1389    * Make the default PID file compile-time settable (#12485)
  1390    * Add 'watch-backend' (#12330)
  1391    * Detect version of sed in Makefile (#12319)
  1392    * Update gitea-vet to v0.2.1 (#12282)
  1393    * Add logic to build stable and edge builds for gitea snap (#12052)
  1394    * Fix missing CGO_EXTRA_FLAGS build arg for docker (#11782)
  1395    * Alpine 3.12 (#11720)
  1396    * Enable stylelint's shorthand-property-no-redundant-values (#11436)
  1397  * DOCS
  1398    * Change default log configuration (#13088)
  1399    * Add automatic JS license generation (#11810)
  1400    * Remove page size limit comment from swagger (#11806)
  1401    * Narrow down Edge version in browser support docs (#11640)
  1402  
  1403  ## [1.12.5](https://github.com/go-gitea/gitea/releases/tag/v1.12.5) - 2020-10-01
  1404  
  1405  * BUGFIXES
  1406    * Allow U2F with default settings for gitea in subpath (#12990) (#13001)
  1407    * Prevent empty div when editing comment (#12404) (#12991)
  1408    * On mirror update also update address in DB (#12964) (#12967)
  1409    * Allow extended config on cron settings (#12939) (#12943)
  1410    * Open transaction when adding Avatar email-hash pairs to the DB (#12577) (#12940)
  1411    * Fix internal server error from ListUserOrgs API (#12910) (#12915)
  1412    * Update only the repository columns that need updating (#12900) (#12912)
  1413    * Fix panic when adding long comment (#12892) (#12894)
  1414    * Add size limit for content of comment on action ui (#12881) (#12890)
  1415    * Convert User expose ID each time (#12855) (#12883)
  1416    * Support slashes in release tags (#12864) (#12882)
  1417    * Add missing information to CreateRepo API endpoint (#12848) (#12867)
  1418    * On Migration respect old DefaultBranch (#12843) (#12858)
  1419    * Fix notifications page links (#12838) (#12853)
  1420    * Stop cloning unnecessarily on PR update (#12839) (#12852)
  1421    * Escape more things that are passed through str2html (#12622) (#12850)
  1422    * Remove double escape on labels addition in comments (#12809) (#12810)
  1423    * Fix "only mail on mention" bug (#12775) (#12789)
  1424    * Fix yet another bug with diff file names (#12771) (#12776)
  1425    * RepoInit Respect AlternateDefaultBranch (#12746) (#12751)
  1426    * Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) (#12750)
  1427  * ENHANCEMENTS
  1428    * gitea dump: include version & Check InstallLock (#12760) (#12762)
  1429  
  1430  ## [1.12.4](https://github.com/go-gitea/gitea/releases/tag/v1.12.4) - 2020-09-02
  1431  
  1432  * SECURITY
  1433    * Escape provider name in oauth2 provider redirect (#12648) (#12650)
  1434    * Escape Email on password reset page (#12610) (#12612)
  1435    * When reading expired sessions - expire them (#12686) (#12690)
  1436  * ENHANCEMENTS
  1437    * StaticRootPath configurable at compile time (#12371) (#12652)
  1438  * BUGFIXES
  1439    * Fix to show an issue that is related to a deleted issue (#12651) (#12692)
  1440    * Expire time acknowledged for cache (#12605) (#12611)
  1441    * Fix diff path unquoting (#12554) (#12575)
  1442    * Improve HTML escaping helper (#12562)
  1443    * models: break out of loop (#12386) (#12561)
  1444    * Default empty merger list to those with write permissions (#12535) (#12560)
  1445    * Skip SSPI authentication attempts for /api/internal (#12556) (#12559)
  1446    * Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550)
  1447    * Remove hardcoded ES indexername (#12521) (#12526)
  1448    * Fix bug preventing transfer to private organization (#12497) (#12501)
  1449    * Keys should not verify revoked email addresses (#12486) (#12495)
  1450    * Do not add prefix on http/https submodule links (#12477) (#12479)
  1451    * Fix ignored login on compare (#12476) (#12478)
  1452    * Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422)
  1453    * Upgrade google/go-github to v32.1.0 (#12361) (#12390)
  1454    * Render emoji's of Commit message on feed-page (#12373)
  1455    * Fix handling of diff on unrelated branches when Git 2.28 used (#12370)
  1456  
  1457  ## [1.12.3](https://github.com/go-gitea/gitea/releases/tag/v1.12.3) - 2020-07-28
  1458  
  1459  * BUGFIXES
  1460    * Don't change creation date when updating Release (#12343) (#12351)
  1461    * Show 404 page when release not found (#12328) (#12332)
  1462    * Fix emoji detection in certain cases (#12320) (#12327)
  1463    * Reduce emoji size (#12317) (#12327)
  1464    * Fix double-indirection bug in logging IDs (#12294) (#12308)
  1465    * Link to pull list page on sidebar when view pr (#12256) (#12263)
  1466    * Extend Notifications API and return pinned notifications by default (#12164) (#12232)
  1467  
  1468  ## [1.12.2](https://github.com/go-gitea/gitea/releases/tag/v1.12.2) - 2020-07-11
  1469  
  1470  * BUGFIXES
  1471    * When deleting repository decrese user repository count in cache (#11954) (#12188)
  1472    * Return full commit message instead of summary in commits API (#12186) (#12187)
  1473    * Properly set HEAD when a repo is created with a default branch that is not named 'master' (#12135) (#12182)
  1474    * Ensure GPG Subkeys are verified (#12155) (#12168)
  1475    * Fix failing to cache last commit with key being to long (#12151) (#12161)
  1476    * Multiple small admin dashboard fixes (#12153) (#12156)
  1477    * Remove spurious logging of " Delete all repository archives" at startup (#12139) (#12148)
  1478    * Fix repository setup instructions when default branch is not named 'master' (#12122) (#12147)
  1479    * Move EventSource to SharedWorker (#12095) (#12130)
  1480    * Fix ui bug in wiki commit page (#12089) (#12125)
  1481    * Fix gitgraph branch continues after merge (#12044) (#12105)
  1482    * Set the base url when migrating from Gitlab using access token or username without password (#11852) (#12104)
  1483    * Ensure BlameReaders close at end of request (#12102) (#12103)
  1484    * Fix panic when adding review comment (#12058)
  1485  * ENHANCEMENTS
  1486    * Disable dropzone's timeout for file uploads (#12024) (#12032)
  1487  
  1488  ## [1.12.1](https://github.com/go-gitea/gitea/releases/tag/v1.12.1) - 2020-06-21
  1489  
  1490  * BUGFIXES
  1491    * Handle multiple merges in gitgraph.js (#11996) (#12000)
  1492    * Add serviceworker.js to KnownPublicEntries (#11992) (#11994)
  1493    * For language detection do not try to analyze big files by content (#11971) (#11975)
  1494  * ENHANCEMENTS
  1495    * Fix scrollable header on dropdowns (#11893) (#11965)
  1496  
  1497  ## [1.11.8](https://github.com/go-gitea/gitea/releases/tag/v1.11.8) - 2020-06-21
  1498  
  1499  * BUGFIXES
  1500    * Really fix __webpack_public_path__ for 1.11 (#11961)
  1501  
  1502  ## [1.12.0](https://github.com/go-gitea/gitea/releases/tag/v1.12.0) - 2020-06-17
  1503  
  1504  * BREAKING
  1505    * When using API CreateRelease set created_unix to the tag commit time (#11218)
  1506    * Enable ENABLE_HARD_LINE_BREAK by default for rendering markdown (#11162)
  1507    * Fix sanitizer config - multiple rules (#11133)
  1508    * Remove check on username when using AccessToken authentication for the API (#11015)
  1509    * Return 404 from Contents API when items don't exist (#10323)
  1510    * Notification API should always return a JSON object with the current count of notifications (#10059)
  1511    * Remove migration support from versions earlier than 1.6.0 (#10026)
  1512  * SECURITY
  1513    * Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635) (#11662)
  1514  * FEATURES
  1515    * Improve config logging when WrappedQueue times out (#11174)
  1516    * Add branch delete to API (#11112)
  1517    * Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047)
  1518    * Add a way to mark Conversation (code comment) resolved (#11037)
  1519    * Handle yaml frontmatter in markdown (#11016)
  1520    * Cache PullRequest Divergence (#10914)
  1521    * Make `gitea admin auth list` formatting configurable (#10844)
  1522    * Add Matrix webhook (#10831)
  1523    * Add Organization Wide Labels (#10814)
  1524    * Allow to set protected file patterns for files that can not be changed under no conditions (#10806)
  1525    * Option to set default branch at repository creation (#10803)
  1526    * Add request review from specific reviewers feature in pull request (#10756)
  1527    * Add NextCloud oauth (#10562)
  1528    * System-wide webhooks (#10546)
  1529    * Relax sanitization as per https://github.com/jch/html-pipeline (#10527)
  1530    * Use media links for img in post-process (#10515)
  1531    * Add API endpoints to manage OAuth2 Application (list/create/delete) (#10437)
  1532    * Render READMEs in docs/ .gitea or .github from root (#10361)
  1533    * Add feishu webhook support (#10229)
  1534    * Cache last commit to accelerate the repository directory page visit (#10069)
  1535    * Implement basic app.ini and path checks to doctor cmd (#10064)
  1536    * Make WorkerPools and Queues flushable (#10001)
  1537    * Implement "embedded" command to extract static resources (#9982)
  1538    * Add API endpoint for repo transfer (#9947)
  1539    * Make archive prefixing configurable with a global setting (#9943)
  1540    * Add Unique Queue infrastructure and move TestPullRequests to this (#9856)
  1541    * Issue/PR Context Popups (#9822)
  1542    * Add "Update Branch" button to Pull Requests (#9784)
  1543    * Add require signed commit for protected branch (#9708)
  1544    * Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)
  1545    * Add API notification endpoints (#9488)
  1546    * Issue search support elasticsearch (#9428)
  1547    * Add API branch protection endpoint (#9311)
  1548    * Add a new command doctor to check if some wrong configurations on gitea instance (#9095)
  1549    * Add support for migrating from Gitlab (#9084)
  1550    * Add support for database schema in PostgreSQL (#8819)
  1551    * Add setting to set default and global disabled repository units. (#8788)
  1552    * Language statistics bar for repositories (#8037)
  1553    * Restricted users (#6274)
  1554  * BUGFIXES
  1555    * Fix commenting on non-utf8 encoded files (#11916) (#11950)
  1556    * Use google/uuid to instead satori/go.uuid (#11943) (#11946)
  1557    * Align show/hide outdated button on code review block (#11932) (#11944)
  1558    * Update to go-git v5.1.0 (#11936) (#11941)
  1559    * Use ID or Where to instead directly use Get when load object from database (#11925) (#11934)
  1560    * Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912) (#11915)
  1561    * Invalidate comments when file is shortened (#11882) (#11884)
  1562    * Rework api/user/repos for pagination (#11827) (#11877)
  1563    * Handle more pathological branch and tag names (#11843) (#11863)
  1564    * Add doctor check to set IsArchived false if it is null (partial #11853) (#11859)
  1565    * Prevent panic on empty HOST for mysql (#11850) (#11856)
  1566    * Use DEFAULT_PAGING_NUM instead of MAX_RESPONSE_ITEMS in ListOptions (#11831) (#11836)
  1567    * Fix reply octicon (#11821) (#11822)
  1568    * Honor DEFAULT_PAGING_NUM for API (#11805) (#11813)
  1569    * Ensure rejected push to refs/pull/index/head fails nicely (#11724) (#11809)
  1570    * In File Create/Update API return 404 if Branch does not exist (#11791) (#11795)
  1571    * Fix doer of rename repo (#11789) (#11794)
  1572    * Initialize SimpleMDE when making a code comment (#11749) (#11785)
  1573    * Fix timezone on issue deadline (#11697) (#11784)
  1574    * Fix to allow comment poster to edit or delete his own comments (#11671) (#11774)
  1575    * Show full 500 error in API when Gitea in dev mode (#11641) (#11753)
  1576    * Add missing templates for Matrix system webhooks (#11729) (#11748)
  1577    * Fix verification of subkeys of default gpg key (#11713) (#11747)
  1578    * Fix styling for commiter on diff view (#11715) (#11744)
  1579    * Properly truncate system notices (#11714) (#11742)
  1580    * Handle expected errors in FileCreate & FileUpdate API (#11643) (#11718)
  1581    * Fix missing authorization check on pull for public repos of private/limited org (#11656) (#11682)
  1582    * Doctor check & fix db consistency (#11111) (#11676)
  1583    * Exclude generated files from language statistics (#11653) (#11670)
  1584    * Return json on 500 error from API (#11574) (#11659)
  1585    * When must change password only show Signout (#11600) (#11637)
  1586    * Backport various styling fixes (#11619)
  1587    * Fix wrong milestone in webhook message (#11596) (#11611)
  1588    * Fix serviceworker output file and misc improvements (#11562) (#11610)
  1589    * When initialising repositories ensure that the user doing the creation is the initializer (#11601) (#11608)
  1590    * Prevent empty query parameter being set on dashboard (#11561) (#11604)
  1591    * Fix images in wiki edit preview (#11546) (#11602)
  1592    * Prevent (caught) panic on login (#11590) (#11597)
  1593    * Prevent transferring repos to invisible orgs (#11517) (#11549)
  1594    * Move serviceworker to workbox and fix SSE interference (#11538) (#11547)
  1595    * API PullReviewComment HTMLPullURL should return the HTMLURL (#11501) (#11533)
  1596    * Fix repo-list private and total count bugs (#11500) (#11532)
  1597    * Fix form action template substitutions on admin pages (backport #11519) (#11531)
  1598    * Fix a bug where the reaction emoji doesn't disappear. (#11489) (#11530)
  1599    * TrimSpace when reading InternalToken from a file (#11502) (#11524)
  1600    * Fix selected line color in arc-green (#11492) (#11520)
  1601    * Make localstorage read ssh or https correctly (#11483) (#11490)
  1602    * Check branch protection on IsUserAllowedToUpdate (#11448)
  1603    * Fix margin on attached segment headers when they are separated by other element (#11425)
  1604    * Fix webhook template when validation errors occur (#11421)
  1605    * Fix NPE in template due to missing signing key on commit page (#11392)
  1606    * Restore active background to Register button on Register page (#11390)
  1607    * Fix hook failure due to relative LFS_CONTENT_PATH (#11362)
  1608    * Correctly set the organization num repos (#11339)
  1609    * Prevent 500 with badly formed task list (#11328)
  1610    * Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)
  1611    * Handle panics that percolate up to the graceful module (#11291)
  1612    * Don't allow registration via the web form, when AllowOnlyExternalRegistration is True (#11248)
  1613    * Patch fomantic-ui to workaround build issue (#11244)
  1614    * Prevent panic during wrappedConn close at hammertime (#11219)
  1615    * On logout force redirect to start page (#11202)
  1616    * Fix creation of Organization repos by Users with max created personal repos (#11183)
  1617    * Add option to increase provided OAuth2 token maximum size (#11180)
  1618    * Log the indexer path on failure (#11172)
  1619    * Ensure that relative paths in edit preview work (#11143)
  1620    * Make API EditIssue and EditPullRequest issue notifications (#11123)
  1621    * Send 404 immediately for known public requests (#11117)
  1622    * Remove nil inserts in models (#11096)
  1623    * Add GetReviews() to RetryDownloader (#11093)
  1624    * Remove nonexistent serviceworker entries (#11091)
  1625    * Simplify and fix GetApprovalCounts (#11086)
  1626    * Fix wiki revision template and simplify some tmpl conditions (#11080)
  1627    * Make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{filepath} (#11067)
  1628    * Align review-item svg octicons (#11065)
  1629    * Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team (#10997)
  1630    * Users should not be able to prohibit their own login (#10970)
  1631    * Fix scrollbar issues in dropdowns (#10897)
  1632    * Change the order of issues.closed_by to list opening user first (#10876)
  1633    * Allow site admin to check /api/v1/orgs endpoints (#10867)
  1634    * Avoid logging []byte in queue failures - convert to string first (#10865)
  1635    * Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863)
  1636    * Fix assignees double load bug (#10856)
  1637    * Handle push rejection in branch and upload (#10854)
  1638    * In authorized_keys use double-quote for windows compatibility (#10841)
  1639    * Fix milestone template (#10824)
  1640    * log.Fatal on failure to listen to SSH port (#10795)
  1641    * Fix forked repo has no icon and language stat. (#10791)
  1642    * Fix tag/release deletion (#10663)
  1643    * Fix webhook migration (#10641)
  1644    * Migration for deleting orphaned dependencies (#10617)
  1645    * Add migration to fix the old broken merge-bases (#10604)
  1646    * Update templates for Go 1.14 (#10596)
  1647    * Remove unnecessary parentheses in wiki/view template (#10583)
  1648    * Change default value of DefaultCommandExecutionTimeout to match docs (#10581)
  1649    * Handle panic in indexer initialisation better (#10534)
  1650    * Set correct content_type value for Gogs/Gitea webhooks (#9504) (#10456)
  1651    * Fixed wrong AppSubUrl in multiple templates (#10447)
  1652    * Fix profile page CSS (#10406)
  1653    * Inject SVG sprite via ajax (#10320)
  1654    * Fix migration information update bug when linked github account (#10310)
  1655    * Allow admin to check org membership by API for other users (#10201)
  1656    * Fix topics dropdown (#10167)
  1657    * Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)
  1658    * Fix IsErrPullClosed (#10093)
  1659    * Accept punctuation after simple+cross repository issue references (#10091)
  1660    * On merge of already closed PR redirect back to the pulls page (#10010)
  1661    * Fix crowdin update script (#9969)
  1662    * Fix pull view when head repository or head branch missed and close related pull requests when delete head repository or head branch (#9927)
  1663    * Add option to prevent LDAP from deactivating everything on empty search (#9879)
  1664    * Fix admin handling at merge of PR (#9749)
  1665    * err_admin_name_pattern_not_allowed String Clarification (#9731)
  1666    * Fix wrong original git service type on a migrated repository (#9693)
  1667    * Fix ref links in issue overviews for tags (#8742)
  1668  * ENHANCEMENTS
  1669    * Fix search form button overlap (#11840) (#11864)
  1670    * Make tabular menu styling consistent for arc-green (#11570) (#11798)
  1671    * Add option to API to update PullRequest base branch (#11666) (#11796)
  1672    * Increase maximum SQLite variables count to 32766 (#11696) (#11783)
  1673    * Update emoji dataset with skin tone variants (#11678) (#11763)
  1674    * Add logging to long migrations (#11647) (#11691)
  1675    * Change language statistics to save size instead of percentage (#11681) (#11690)
  1676    * Allow different HardBreaks settings for documents and comments (#11515) (#11599)
  1677    * Fix alignment for commits on dashboard (#11595) (#11680)
  1678    * Default MSSQL port 0 to allow automatic detection by default (#11642) (#11673)
  1679    * Handle expected errors in AddGPGkey API  (#11644) (#11661)
  1680    * Close EventSource before unloading the page (#11539) (#11557)
  1681    * Ensure emoji render with regular font-weight (#11541) (#11545)
  1682    * Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11542)
  1683    * Tweak reaction buttons (#11516)
  1684    * Use more toned colors for selected line (#11493) (#11511)
  1685    * Increase width for authors on commit view (#11441)
  1686    * Hide archived repos by default in repo-list (#11440)
  1687    * Better styling for code review comment textarea (#11428)
  1688    * Support view individual commit for wiki pages (#11415)
  1689    * Fix yellow background on active elements in code review (#11414)
  1690    * Better styling for code review comment form (#11413)
  1691    * Change install description on homepage (#11395)
  1692    * Ensure search action button is coalesced to adjacent input (#11385)
  1693    * Switch code editor to Monaco (#11366)
  1694    * Add paging and archive/private repository filtering to dashboard list (#11321)
  1695    * Changed image of openid-connect logo for better look on arc-green theme (#11312)
  1696    * Load Repo Topics on blame view too (#11307)
  1697    * Change the style in admin notice content view from `<p>` to `<pre>` (#11301)
  1698    * Allow log.xxx.default to set logging settings for the default logger only (#11292)
  1699    * Automatically attempt auto recovery of broken disk queues (Update lunny/levelqueue to 0.3.0) (#11285)
  1700    * Make sendmail a Process and have default timeout (#11256)
  1701    * Check value of skip-repository flag in dump command (#11254)
  1702    * Fix submit review form (#11252)
  1703    * Allow unauthenticated users to compare (#11240)
  1704    * Add EventSource support (#11235)
  1705    * Refactor Milestone related (#11225)
  1706    * Add pull review API endpoints (#11224)
  1707    * Add a 'this' to issue close/reopened messages (#11204)
  1708    * When migrating from Gitlab map Approvals to approving Reviews (#11147)
  1709    * Improve representation of attachments in issues (#11141)
  1710    * Protect default branch against deletion (#11115)
  1711    * Add X-Total-Count on /repos/{owner]/{repo}/pulls API endpoint (#11113)
  1712    * Fix status label on branches list vertical alignment (#11109)
  1713    * Add single release page and latest redirect (#11102)
  1714    * Add missing commit states to PR checks template (#11085)
  1715    * Change icon on title for merged PR to git-merge (#11064)
  1716    * Add MergePull comment type instead of close for merge PR (#11058)
  1717    * Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055)
  1718    * Consolidate author name across timeline (#11053)
  1719    * Refactor UpdateOAuth2Application (#11034)
  1720    * Support unicode emojis and remove emojify.js (#11032)
  1721    * Add git hook "warning" to admin panel (#11030)
  1722    * Add flash notify for email preference setting success (#11027)
  1723    * Remove package code.gitea.io/gitea/modules/git import out of models (#11025)
  1724    * Match arc-green code tag color to code blocks (#11023)
  1725    * Move syntax highlighting to web worker (#11017)
  1726    * Prevent merge of outdated PRs on protected branches (#11012)
  1727    * Add Get/Update for api/v1/user/applications/oauth2 (#11008)
  1728    * Upgrade to most recent bluemonday (#11007)
  1729    * Tweak code tags in markdown (#11000)
  1730    * Reject duplicate AccessToken names (#10994)
  1731    * Fix Ctrl-Enter shortcut for issues (#10986)
  1732    * Provide `OwnerName` field for README template (#10981)
  1733    * Prettify Timeline (#10972)
  1734    * Add issue subscription check to API (#10967)
  1735    * Use AJAX for notifications table (#10961)
  1736    * Adjust label padding (#10957)
  1737    * Avoiding directory execution on hook (#10954) (#10955)
  1738    * Migrate ActivityHeatmap to Vue SFC (#10953)
  1739    * Change merge strategy: do not check write access if user in merge white list (#10951)
  1740    * Enable GO111MODULE=on globally in Makefile (#10939)
  1741    * API endpoint to get single commit via SHA and Ref (#10915)
  1742    * Add accordion to release list and hide non-latest (#10910)
  1743    * Split dashboard elements into separate template files (#10885)
  1744    * Add more message on sidebar menus (#10872)
  1745    * Set MySQL rowtype to dynamic for new tables (#10833)
  1746    * Completely fix task-list checkbox styling (#10798)
  1747    * Hide gear icon for user who can't use them on sidebar (#10750)
  1748    * Refactor Cron and merge dashboard tasks (#10745)
  1749    * Change review status icons on pr view style to github style (#10737)
  1750    * Make pagination optional for API list notification endpoints (#10714)
  1751    * Fix tab indentation in code view (#10671)
  1752    * Fix task-list checkbox styling (#10668)
  1753    * Multiple LFS improvements (#10667)
  1754    * Make PR message on pushes configurable (#10664)
  1755    * Move dropzone.js to npm/webpack (#10645)
  1756    * Ensure Update button is enabled even when CI has failed (#10640)
  1757    * Add restricted user filter to LDAP authentication (#10600)
  1758    * Add Yandex OAuth2 provider (#8335) (#10564)
  1759    * Make avatar lookup occur at image request (#10540)
  1760    * Prevent accidental selection of language stats bar (#10537)
  1761    * Add fluid-icon (#10491)
  1762    * Inform participants on UI too (#10473)
  1763    * Build with go 1.14 (and raise minimum go version to 1.12) (#10467)
  1764    * Add max-file-size to LFS (#10463)
  1765    * Enable paggination for ListRepoTags API (#10454)
  1766    * Update JS dependencies (#10450)
  1767    * Show the username as a fallback on feeds if full name is blank (#10438)
  1768    * Various dark theme fixes (#10416)
  1769    * Display pull request head branch even the branch deleted or repository deleted (#10413)
  1770    * Prevent Firefox from using apple-touch-icon (#10402)
  1771    * Fix input[type=file] on dark theme (#10382)
  1772    * Improve mobile review-box sizing (#10297)
  1773    * Notification: queue ui.go notification-service (#10281)
  1774    * Add detected file language to code search (#10256)
  1775    * Index code and stats only for non-empty repositories (#10251)
  1776    * Add Approval Counts to pulls list (#10238)
  1777    * Limit label list height on edit issue page (#10216)
  1778    * Improve 404 error message (#10214)
  1779    * Tweak locale to respect singular conflicting file message in PR list (#10177)
  1780    * Fix commit view (#10169)
  1781    * Reorganize frontend files and tooling (#10168)
  1782    * Allow emoji on popup label (#10166)
  1783    * ListIssues add filter for milestones API (#10148)
  1784    * Show if a PR has conflicting files on the PR lists (#10130)
  1785    * Fix inconsistent label color format in API (#10129)
  1786    * Show download count info in release list (#10124)
  1787    * Add Octicon SVG spritemap (#10107)
  1788    * Update aria-fixed semantic-dropdown to fomantic master (#10096)
  1789    * Fix apple-touch-icon, regenerate images (#10065)(#10006)
  1790    * Style blockquote for default issue mail template (#10024)
  1791    * More expansions in template repositories (#10021)
  1792    * Allow list collaborators for users with Read access to repo (#9995)
  1793    * Add explicit dimensions to navbar avatar (#9986)
  1794    * Remove loadCSS and preload woff2 icon fonts (#9976)
  1795    * Fix commit view JS features, reimplement folding (#9968)
  1796    * Fix review avatar image (#9962)
  1797    * Improve notification pager (#9821)
  1798    * Move jquery and jquery-migrate to npm/webpack (#9813)
  1799    * Change font to Roboto to support more charsets (#9803)
  1800    * Move mailer to use a queue (#9789)
  1801    * Issue search on my related repositories (#9758)
  1802    * Add "before" query to ListIssueComments and ListRepoIssueComments API (#9685)
  1803    * Move tracked time api convert to convert package (#9665)
  1804    * Improve PR info in default merge message (#9635)
  1805    * Granular webhook events (#9626)
  1806    * Add Reviewed-on in commit message (#9623)
  1807    * Add top author stats to activity page (#9615)
  1808    * Allow repo admin to merge PR regardless of review status (#9611)
  1809    * Migrate reactions when migrating repository from github (#9599)
  1810    * API orgEditTeam make Fields optional (#9556)
  1811    * Move create/fork repository from models to modules/repository (#9489)
  1812    * Migrate reviews when migrating repository from github (#9463)
  1813    * Times API add filters (#9373)
  1814    * Move push commits from models to modules/repository (#9370)
  1815    * Add API endpoint to check notifications [Extend #9488] (#9595)
  1816    * Add GET /orgs API endpoint (#9560)
  1817    * API add/generalize pagination (#9452)
  1818    * Make create org repo API call same as github (#9186)
  1819  * BUILD
  1820    * Turn off go modules for xgo and gxz (#10963)
  1821    * Add gitea-vet (#10948)
  1822    * Rename scripts to build and add revive command as a new build tool command (#10942)
  1823    * Add 'make lint', restructure 'compliance' pipeline (#10861)
  1824    * Move JS build dependencies to 'dependencies' (#10763)
  1825    * Use whitelist to find go files, run find only once (#10594)
  1826    * Move vue and vue-calendar-heatmap to npm/webpack (#10188)
  1827    * Move jquery.are-you-sure to npm/webpack (#10063)
  1828    * Move highlight.js to npm/webpack (#10011)
  1829    * Generate Bindata if TAGS="bindata" and not up-to-date (#10004)
  1830    * Move CSS build to webpack (#9983)
  1831    * Move fomantic target, update 'make help' (#9945)
  1832    * Add css extraction and minification to webpack (#9944)
  1833    * Misc webpack tweaks (#9924)
  1834    * Make node_modules a order-only prerequisite (#9923)
  1835    * Update documentation for the go module era (#9751)
  1836    * Move swagger-ui to webpack/npm and update it to 3.24.3 (#9714)
  1837    * Use npm to manage fomantic and only build needed components (#9561)
  1838  * MISC
  1839    * Add gnupg to Dockerfile (#11365)
  1840    * Update snapcraft.yaml for core18 and latest features (#11300)
  1841    * Update JS dependencies, min Node.js version 10.13 (#11246)
  1842    * Change default charset for MySQL on install to utf8mb4 (#10989)
  1843    * Return issue subscription status from API subscribe (#10966)
  1844    * Fix queue log param (#10733)
  1845    * Add warning when using relative path to app.ini (#10104)
  1846  
  1847  ## [1.11.7](https://github.com/go-gitea/gitea/releases/tag/v1.11.7) - 2020-06-18
  1848  
  1849  * BUGFIXES
  1850    * Use ID or Where to instead directly use Get when load object from database (#11925) (#11935)
  1851    * Fix __webpack_public_path__ for 1.11 (#11907)
  1852    * Fix verification of subkeys of default gpg key (#11713) (#11902)
  1853    * Remove unnecessary parentheses in wiki/view template (#11781)
  1854    * Doctor fix xorm.Count nil on sqlite error (#11741)
  1855  
  1856  ## [1.11.6](https://github.com/go-gitea/gitea/releases/tag/v1.11.6) - 2020-05-30
  1857  
  1858  * SECURITY
  1859    * Fix missing authorization check on pull for public repos of private/limited org (#11656) (#11683)
  1860    * Use session for retrieving org teams (#11438) (#11439)
  1861  * BUGFIXES
  1862    * Return json on 500 error from API (#11574) (#11660)
  1863    * Fix wrong milestone in webhook message (#11596) (#11612)
  1864    * Prevent (caught) panic on login (#11590) (#11598)
  1865    * Fix commit page js error (#11527)
  1866    * Use media links for img in post-process (#10515) (#11504)
  1867    * Ensure public repositories in private organizations are visible and fix admin organizations list (#11465) (#11475)
  1868    * Set correct Content-Type value for Gogs/Gitea webhooks (#9504) (#10456) (#11461)
  1869    * Allow all members of private orgs to see public repos (#11442) (#11459)
  1870    * Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) (#11457)
  1871    * Forcibly clean and destroy the session on logout (#11447) (#11451)
  1872    * Fix /api/v1/orgs/* endpoints by changing parameter to :org from :orgname (#11381)
  1873    * Add tracked time fix to doctor (part of #11111) (#11138)
  1874    * Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11544)
  1875    * Remove unnecessary parentheses in wiki/revision.tmpl to allow 1.11 to build on go1.14  (#11481)
  1876  
  1877  ## [1.11.5](https://github.com/go-gitea/gitea/releases/tag/v1.11.5) - 2020-05-09
  1878  
  1879  * BUGFIXES
  1880    * Prevent timer leaks in Workerpool and others (#11333) (#11340)
  1881    * Fix tracked time issues (#11349) (#11354)
  1882    * Add NotifySyncPushCommits to indexer notifier (#11309) (#11338)
  1883    * Allow X in addition to x in tasks (#10979) (#11335)
  1884    * When delete tracked time through the API return 404 not 500 (#11319) (#11326)
  1885    * Prevent duplicate records in organizations list when creating a repository (#11303) (#11325)
  1886    * Manage port in submodule refurl (#11305) (#11323)
  1887    * api.Context.NotFound(...) should tolerate nil (#11288) (#11306)
  1888    * Show pull request selection even when unrelated branches (#11239) (#11283)
  1889    * Repo: milestone: make /milestone/:id endpoint accessible (#11264) (#11282)
  1890    * Fix GetContents(): Dont't ignore Executables (#11192) (#11209)
  1891    * Fix submodule paths when AppSubUrl is not root (#11098) (#11176)
  1892    * Prevent clones and pushes to disabled wiki (#11131) (#11134)
  1893    * Remove errant third closing curly-bracket from account.tmpl and send account ID in account.tmpl (#11130)
  1894    * On Repo Deletion: Delete related TrackedTimes too (#11110) (#11125)
  1895    * Refresh codemirror on show pull comment tab (#11100) (#11122)
  1896    * Fix merge dialog on protected branch with missing required statuses (#11074) (#11084)
  1897    * Load pr Issue Poster on API too (#11033) (#11039)
  1898    * Fix release counter on API repository info (#10968) (#10996)
  1899    * Generate Diff and Patch direct from Pull head (#10936) (#10938)
  1900    * Fix rebase conflict detection in git 2.26 (#10929) (#10930)
  1901  * ENHANCEMENT
  1902    * Fix 404 and 500 image size in small size screen (#11043) (#11049)
  1903    * Multiple Gitea Doctor improvements (#10943) (#10990) (#10064) (#9095) (#10991)
  1904  
  1905  ## [1.11.4](https://github.com/go-gitea/gitea/releases/tag/v1.11.4) - 2020-04-01
  1906  
  1907  * BUGFIXES
  1908    * Only update merge_base if not already merged (#10909)
  1909    * Fix milestones too many SQL variables bug (#10880) (#10904)
  1910    * Protect against NPEs in notifications list (#10879) (#10883)
  1911    * Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) (#10868)
  1912    * Convert plumbing.ErrReferenceNotFound to git.ErrNotExist in GetRefCommitID (#10676) (#10797)
  1913    * Account for empty lines in receive-hook message (#10773) (#10784)
  1914    * Fix bug on branch API (#10767) (#10775)
  1915    * Migrate to go-git/go-git v5.0.0 (#10735) (#10753)
  1916    * Fix hiding of fields in authorization source page (#10734) (#10752)
  1917    * Prevent default for linkAction (#10742) (#10743)
  1918  
  1919  ## [1.11.3](https://github.com/go-gitea/gitea/releases/tag/v1.11.3) - 2020-03-10
  1920  
  1921  * BUGFIXES
  1922    * Prevent panic in stopwatch (#10670) (#10673)
  1923    * Fix bug on pull view when required status check no ci result (#10648) (#10651)
  1924    * Build explicitly with Go 1.13 (#10684)
  1925  
  1926  ## [1.11.2](https://github.com/go-gitea/gitea/releases/tag/v1.11.2) - 2020-03-06
  1927  
  1928  * BREAKING
  1929    * Various fixes in login sources (#10428) (#10429)
  1930  * SECURITY
  1931    * Ensure only own addresses are updated (#10397) (#10399)
  1932    * Logout POST action (#10582) (#10585)
  1933    * Org action fixes and form cleanup (#10512) (#10514)
  1934    * Change action GETs to POST (#10462) (#10464)
  1935    * Fix admin notices (#10480) (#10483)
  1936    * Change admin dashboard to POST (#10465) (#10466)
  1937    * Update markbates/goth (#10444) (#10445)
  1938    * Update crypto vendors (#10385) (#10398)
  1939  * BUGFIXES
  1940    * Allow users with write permissions to modify issue descriptions and comments. (#10623) (#10626)
  1941    * Handle deleted base branch in PR (#10618) (#10619)
  1942    * Delete dependencies when deleting a repository (#10608) (#10616)
  1943    * Ensure executable bit is kept on the web editor (#10607) (#10614)
  1944    * Update mergebase in pr checker (#10586) (#10605)
  1945    * Fix release attachments being deleted while upgrading (#10572) (#10573)
  1946    * Fix redirection path if Slack webhook channel is invalid (#10566)
  1947    * Fix head.tmpl og:image picture location (#10531) (#10556)
  1948    * Fix 404 after activating secondary email (#10547) (#10553)
  1949    * Show Signer in commit lists and add basic trust (#10425 & #10511) (#10524)
  1950    * Fix potential bugs (#10513) (#10518)
  1951    * Use \[:space:\] instead of \\s (#10508) (#10509)
  1952    * Avoid mailing users that have explicitly unwatched an issue (#10475) (#10500)
  1953    * Handle push rejection message in Merge & Web Editor (#10373) (#10497)
  1954    * Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493)
  1955    * Fix double PR notification from API (#10482) (#10486)
  1956    * Show the username as a fallback on feeds if full name is blank (#10461)
  1957    * Trigger webhooks on issue label-change via API too (#10421) (#10439)
  1958    * Fix git reference type in webhooks (#10427) (#10432)
  1959    * Prevent panic on merge to PR (#10403) (#10408)
  1960    * Fix wrong num closed issues on repository when close issue via commit… (#10364) (#10380)
  1961    * Reading pull attachments should depend on read UnitTypePullRequests (#10346) (#10354)
  1962    * Set max-width on review-box comment box (#10348) (#10353)
  1963    * Prevent nil pointer in GetPullRequestCommitStatusState (#10342) (#10344)
  1964    * Fix protected branch status check settings (#10341) (#10343)
  1965    * Truncate long commit message header (#10301) (#10319)
  1966    * Set the initial commit status to Success otherwise it will always be Pending (#10317) (#10318)
  1967    * Don't manually replace whitespace during render (#10291) (#10315)
  1968  * ENHANCEMENT
  1969    * Admin page for managing user e-mail activation (#10557) (#10579)
  1970  
  1971  ## [1.11.1](https://github.com/go-gitea/gitea/releases/tag/v1.11.1) - 2020-02-15
  1972  
  1973  * BUGFIXES
  1974    * Repo name added to automatically generated commit message when merging (#9997) (#10285)
  1975    * Fix Workerpool deadlock (#10283) (#10284)
  1976    * Divide GetIssueStats query in smaller chunks (#10176) (#10282)
  1977    * Fix reply on code review (#10257)
  1978    * Stop hanging issue indexer initialisation from preventing shutdown (#10243) (#10249)
  1979    * Fix filter label emoji width (#10241) (#10244)
  1980    * Fix issue sidebar menus having an infinite height (#10239) (#10240)
  1981    * Fix commit between two commits calculation if there is only last commit (#10225) (#10226)
  1982    * Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206)
  1983    * Blacklist manifest.json & milestones user (#10292) (#10293)
  1984  
  1985  ## [1.11.0](https://github.com/go-gitea/gitea/releases/tag/v1.11.0) - 2020-02-10
  1986  
  1987  * BREAKING
  1988    * Fix followers and following tabs in profile (#10202) (#10203)
  1989    * Make CertFile and KeyFile relative to CustomPath (#9868) (#9874)
  1990    * Remove unused endpoints (#9538)
  1991    * Prefix all user-generated IDs in markup (#9477)
  1992    * Enforce Gitea environment for pushes (#8982)
  1993    * Hide some user information via API if user have not enough permissions (#8655)
  1994    * Move startpage/homepage translation to crowdin (#8596)
  1995  * SECURITY
  1996    * Never allow an empty password to validate (#9682) (#9683)
  1997    * Prevent redirect to Host (#9678) (#9679)
  1998    * Swagger hide search field (#9554)
  1999    * Add "search" to reserved usernames (#9063)
  2000    * Switch to fomantic-ui (#9374)
  2001    * Only serve attachments when linked to issue/release and if accessible by user (#9340)
  2002  * FEATURES
  2003    * Webhooks should only show sender if it makes sense (#9601)
  2004    * Provide Default messages for merges (#9393)
  2005    * Add description to labels on create issue (#9392)
  2006    * Graceful Queues: Issue Indexing and Tasks (#9363)
  2007    * Default NO_REPLY_ADDRESS to DOMAIN (#9325)
  2008    * Allow FCGI over unix sockets (#9298)
  2009    * Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
  2010    * Add API for Reactions (#9220)
  2011    * Graceful: Cancel Process on monitor pages & HammerTime (#9213)
  2012    * Graceful: Allow graceful restart for unix sockets (#9113)
  2013    * Graceful: Allow graceful restart for fcgi (#9112)
  2014    * Sign protected branches (#8993)
  2015    * Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)
  2016    * Add Gitea icon to Emojis (#8950)
  2017    * Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)
  2018    * Allow Custom Reactions (#8886)
  2019    * Close/reopen issues by keywords in titles and comments (#8866)
  2020    * Allow incompletely specified Time Formats (#8816)
  2021    * Prevent upload (overwrite) of lfs locked file (#8769)
  2022    * Template Repositories (#8768)
  2023    * Add /milestones endpoint (#8733)
  2024    * Make repository management section handle lfs locks (#8726)
  2025    * Respect LFS File Lock on UI (#8719)
  2026    * Add team option to grant rights for all organization repositories (#8688)
  2027    * Enabling and disabling the commit button to prevent empty commits (web editor) (#8590)
  2028    * Add setting to disable BASIC authentication (#8586)
  2029    * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528)
  2030    * Allow Protected Branches to Whitelist Deploy Keys (#8483)
  2031    * Push to create repo (#8419)
  2032    * Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)
  2033    * Add basic repository lfs management (#7199)
  2034  * BUGFIXES
  2035    * Fix code-expansion arc-green theme bug (#10180) (#10185)
  2036    * Prevent double wait-group decrement (#10170) (#10175)
  2037    * Allow emoji on review head comments (#10159) (#10174)
  2038    * Fix issue/pull link (#10158) (#10173)
  2039    * Fix push-create SSH bugs (#10145) (#10151)
  2040    * Prevent DeleteUser API abuse (#10125) (#10128)
  2041    * Fix issues/pulls dashboard paging error (#10114) (#10115)
  2042    * Add button to revert SimpleMDE to plain textarea (#10099) (#10102)
  2043    * Fix branch page pull request title and link error (#10092) (#10097)
  2044    * Fix PR API: Only try to get HeadBranch if HeadRepo exist (#10029) (#10088)
  2045    * Update topics repo count when deleting repository (#10051) (#10081)
  2046    * Show pull icon on pull requests (#10061) (#10062)
  2047    * Fix milestone API state parameter unhandled (#10049) (#10052)
  2048    * Move to using a temporary repo for pushing new PRs (#10009) (#10042)
  2049    * Fix wiki raw view on sub path (#10002) (#10040)
  2050    * Ensure that feeds are appropriately restricted (#10018) (#10019)
  2051    * Sanitize credentials in mirror form (#9975) (#9991)
  2052    * Close related pull requests when deleting head repository or head branch (#9927) (#9974)
  2053    * Switch to use -f instead of -F for sendmail (#9961) (#9970)
  2054    * Fix file rename/copy not supported by indexer (#9965) (#9967)
  2055    * Fix repo indexer not updating upon push (#9957) (#9963)
  2056    * Don't convert ellipsis in markdown (#9905) (#9937)
  2057    * Fixed repo link in generated comment for cross repository dependency (#9863) (#9935)
  2058    * Check if diff actually contains sections when rendering (#9926) (#9933)
  2059    * Fix wrong hint when status checking is running on pull request view (#9886) (#9928)
  2060    * Fix RocketChat (#9908) (#9921)
  2061    * Do not try to recreate ldap user if they are already created (#9900) (#9919)
  2062    * Create terminated channel in queue_redis (#9910) (#9911)
  2063    * Prevent empty LDAP search result from deactivating all users (#9879) (#9896)
  2064    * Fix wrong permissions check when issues/prs shared operations (#9885) (#9889)
  2065    * Check user != nil before checking values (#9881) (#9883)
  2066    * Allow hyphen in language name (#9873) (#9880)
  2067    * Ensure that 2fa is checked on reset-password (#9857) (#9876)
  2068    * Fix issues/pulls dependencies problems (#9842) (#9864)
  2069    * Fix markdown anchor links (#9673) (#9840)
  2070    * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9837)
  2071    * Fix download file wrong content-type (#9825) (#9834)
  2072    * Fix wrong poster identity on a migrated pull request when submit review (#9827) (#9830)
  2073    * Fix database dump when log directory is missing (#9818) (#9819)
  2074    * Fix compare (#9808) (#9814)
  2075    * Fix push-to-create (#9772) (#9797)
  2076    * Fix missing msteam webhook on organization (#9781) (#9794)
  2077    * Fix missing unlock in uniquequeue (#9790) (#9791)
  2078    * Fix add team on collaborator page when same name as organization (#9778)
  2079    * DeleteRepoFile incorrectly handles Delete to new branch (#9769) (#9775)
  2080    * Fix milestones page (#9771)
  2081    * Fix SimpleMDE quote reply (#9757) (#9768)
  2082    * Fix missing updated time on migrated issues and comments (#9744) (#9764)
  2083    * Move Errored PRs out of StatusChecking (#9675) (#9726)
  2084    * Make hook status printing configurable with delay (#9641) (#9725)
  2085    * ​Fix /repos​/issues​/search (#9698) (#9724)
  2086    * Silence fomantic error regarding tabs (#9713) (#9718)
  2087    * Remove unused lock (#9709) (#9710)
  2088    * Remove q.lock.Unlock() in setInternal to prevent panic (#9705) (#9706)
  2089    * Load milestone in API PR list (#9671) (#9700)
  2090    * Don't attempt to close issue if already closed (#9696) (#9699)
  2091    * Remove google font call (#9668) (#9681)
  2092    * Eliminate horizontal scroll caused by footer (#9674)
  2093    * Fix nil reference in repo generation (#9660) (#9666)
  2094    * Add HTML URL to API Issues (#9654) (#9661)
  2095    * Add PR review webhook to Telegram (#9653) (#9655)
  2096    * Use filepath.IsAbs instead of path.IsAbs (#9651) (#9652)
  2097    * Disable remove button on repository teams when have access to all (#9640)
  2098    * Clean up old references on branch delete (#9614)
  2099    * Hide public repos owned by private orgs (#9609)
  2100    * Fix access issues on milestone and issue overview pages. (#9603)
  2101    * Fix error logged when repos qs is empty (#9591)
  2102    * Dont trigger notification twice on issue assignee change (#9582)
  2103    * Fix mirror pushed commit actions (#9572)
  2104    * Allow only specific columns to be updated on issue via API (#9189) (#9539)
  2105    * Fix default avatar for ghost user (#9536)
  2106    * Fix download of release attachments with same name (#9529)
  2107    * Resolve deprecated INI conversion (#9525)
  2108    * Ignore empty avatars during database migration (#9520)
  2109    * Fix deleted branch isn't removed when push the branch again (#9516)
  2110    * Fix repository issues pagination bug when there are more than one label filter (#9512)
  2111    * Fix SetExpr failed (#9506)
  2112    * Remove obsolete file private/push_update.go (#9503)
  2113    * When recreating hooks, delete them first so they are recreated with the umask (#9502)
  2114    * Properly enforce gitea environment for pushes (#9501)
  2115    * Fix datarace on repo indexer queue (#9490)
  2116    * Add call to load repo prior to redirect in add/remove dependency code (#9484)
  2117    * Wrap the code indexer (#9476)
  2118    * Use Req.URL.RequestURI() to cope with FCGI urls (#9473)
  2119    * Set default ssh.minimum_key_sizes (#9466)
  2120    * Fixed issue with paging in /repos/{owner}/{repo}/git/trees/{sha} api (#9459)
  2121    * Fix wrong notification on merge (#9450)
  2122    * Issue with Migration rule v111 (#9449)
  2123    * Trigger webhook when deleting a branch after merging a PR (#9424)
  2124    * Add migration to sanitize repository original_url (#9423)
  2125    * Use OriginalURL instead of CloneAddr in migration logging (#9418)
  2126    * Push update after branch is restored (#9416)
  2127    * Fix wrong migration (#9381)
  2128    * Fix show repositories filter (#9234) (#9379)
  2129    * Fix Slack webhook payload title generation to work with Mattermost (#9378)
  2130    * Fix double webhook for new PR (#9375)
  2131    * AuthorizedKeysCommand should not query db directly (#9371)
  2132    * Fix missed change to GetManager() (#9361)
  2133    * Fix cache problem on dashboard (#9358)
  2134    * RepoIndexer: DefaultBranch needs to be prefixed by BranchPrefix (#9356)
  2135    * Fix protected branch using IssueID (#9348)
  2136    * Fix nondeterministic behavior (#9341)
  2137    * Fix PR/issue redirects when having external tracker (#9339)
  2138    * Remove release attachments which repository has been deleted (#9334)
  2139    * Fix issue indexer not triggered when migrating a repository (#9332)
  2140    * Add SyncTags to uploader interface (#9326)
  2141    * Fix bug that release attachment files not deleted when deleting repository (#9322)
  2142    * Only sync tags after all migration release batches are completed (#9319)
  2143    * File Edit: Author/Committer interchanged (#9297)
  2144    * prebuild CSS/JS before xgo release binaries (#9293)
  2145    * Log: Ensure FLAGS=none shows no flags (#9287)
  2146    * Make Diff Detail on Pull Request Changed File UI always on Top (#9280)
  2147    * Switch CSS minifier to cssnano (#9260)
  2148    * Fix latest docker image haven't include static files. (#9252)
  2149    * Don't link wiki revision to commit (#9244)
  2150    * Change review content column to type text in db (#9229)
  2151    * Fixed topic regex pattern and added search by topic links after save (#9219)
  2152    * Add language to user API response (#9215)
  2153    * Correct tooltip message blocked by dependencies (#9211)
  2154    * Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197)
  2155    * Fix panic when diff (#9187)
  2156    * Fix #9151 - smtp logger configuration sendTos should be an array (#9154)
  2157    * Fix max length check and limit in multiple repo forms (#9148)
  2158    * Always Show Password Field on Link Account Sign-in Page (#9147)
  2159    * Properly fix displaying virtual session provider in admin panel (#9137)
  2160    * Fix race condition on indexer (#9136)
  2161    * Fix team links in HTML rendering (#9127)
  2162    * Fix race condition in ReplaceSanitizer (#9123)
  2163    * Fix what information is shown about user in API (#9115)
  2164    * Fix nil context user for template repositories (#9099)
  2165    * Hide given credentials for migrated repos. (#9097)
  2166    * Fix reCAPTCHA API URL (#9083)
  2167    * Fix password checks on admin create/edit user (#9076)
  2168    * Update golang.org/x/crypto vendor to use acme v2 (#9056)
  2169    * Ensure Written is set in GZIP ProxyResponseWriter (#9018)
  2170    * Fix wrong system notice when repository is empty (#9010)
  2171    * Fix broken link to branch from issue list (#9003)
  2172    * Fix bug when pack js (#8992)
  2173    * New review approvals shouldn't require a message (#8991)
  2174    * Shadow password correctly for session config (#8984)
  2175    * Don't send notification on pending reviews (#8943)
  2176    * Fix Notify Create Ref Error on tag creation (#8936)
  2177    * Convert EOL to UNIX-style to render MD properly (#8925)
  2178    * Migrate temp_repo.go to use git.NewCommand  (#8918)
  2179    * Fix issue with user.fullname (#8902)
  2180    * Add Close() method to gogitRepository (#8901)
  2181    * Enable punctuations ending mentions (#8889)
  2182    * Fix password complexity check on registration (#8887)
  2183    * Fix require external registration password (#8885)
  2184    * Fix edit content button on migrated issue content (#8877)
  2185    * Fix permission checks for close/reopen from commit (#8875)
  2186    * Fix API Bug (fail on empty assignees) (#8873)
  2187    * Stop using git count-objects and use raw directory size for repository (#8848)
  2188    * Fix count for commit graph last page (#8843)
  2189    * Fix to close opened io resources as soon as not needed (#8839)
  2190    * Improve notification (#8835)
  2191    * Fix new user form for non-local users (#8826)
  2192    * Fix: remove duplicated signed commit icons (#8820)
  2193    * Fix (open/closed) issue count when label excluded (#8815)
  2194    * Fix SSH2 conditional in key parsing code (#8806)
  2195    * Fix 500 when edit hook (#8782)
  2196    * On windows set core.longpaths true (#8776)
  2197    * Fix commit expand button to not go to commit link (#8745)
  2198    * Avoid re-issuing redundant cross-references. (#8734)
  2199    * Fix milestone close timestamp function (#8728)
  2200    * Move webhook codes from service to webhook notification (#8712)
  2201    * Show zero lines on the line counter if the file empty (#8700)
  2202    * Fix deadline on update issue or PR via API (#8696)
  2203    * make call createMilestoneComment on newIssue func (#8678)
  2204    * Send tag create and push webhook when release created on UI (#8671)
  2205    * Prevent chrome download page as html with alt + click (#8669)
  2206    * Fix 500 when getting user as unauthenticated user (#8653)
  2207    * Graceful fixes (#8645)
  2208    * Add SubURL to redirect path (#8632) (#8634)
  2209    * Fix extra columns from `label` table (#8633)
  2210    * Add SubURL to redirect path for transferred/renamed repos (#8632)
  2211    * Fix bug when migrate from API (#8631)
  2212    * Allow to merge if file path contains " or \ (#8629)
  2213    * Prevent removal of non-empty emoji panel following selection of duplicate (#8609)
  2214    * Ensure default gpg settings not nil and found commits have reference to repo (#8604)
  2215    * Set webhook Content-Type for application/x-www-form-urlencoded (#8599)
  2216    * Fix #8582 by handling empty repos (#8587)
  2217    * Fix of the diff statistics view on pull request's (#8581)
  2218    * Fix bug on pull requests when transfer head repository (#8564)
  2219    * Fix template error on account page (#8562)
  2220    * Allow externalID to be UUID (#8551)
  2221    * Fix ignored error on editorconfig api (#8550)
  2222    * Fix user avatar name (#8547)
  2223    * Ensure that GitRepo is set on Empty repositories (#8539)
  2224    * Add missed close in ServeBlobLFS (#8527)
  2225    * Fix migrate mirror 500 bug (#8526)
  2226    * Fix password complexity regex for special characters (on master) (#8525)
  2227  * ENHANCEMENTS
  2228    * Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844) (#9855)
  2229    * Add a /user/login landing page option (#9622)
  2230    * Some more e-mail notification fixes (#9596)
  2231    * Add branch protection option to block merge on requested changes. (#9592)
  2232    * Add footer extra links template (#9576)
  2233    * Fix for a wrong URL in activity page of repository.  (#9571)
  2234    * Update default issue template (#9568)
  2235    * Change markdown rendering from blackfriday to goldmark  (#9533)
  2236    * Extend file create api with dates (#9464)
  2237    * Add ActionCommentPull action (#9456)
  2238    * Response for context on retry database connection (#9444)
  2239    * Refactor webhooks to reduce code duplication (#9422)
  2240    * update couchbase deps for new license (#9419)
  2241    * Add .ignore file for search tools (#9417)
  2242    * Remove unsued struct (#9405)
  2243    * Hide not allowed Reactions (#9387)
  2244    * Remove text from action-only webhooks (#9377)
  2245    * Move PushToBaseRepo from models to services/pull (#9352)
  2246    * Site admin could view org's members (#9346)
  2247    * Sleep longer if request speed is over github limitation (#9335)
  2248    * Refactor comment (#9330)
  2249    * Refactor code indexer (#9313)
  2250    * Remove SavePatch and generate patches on the fly (#9302)
  2251    * Move some pull request functions from models to services (#9266)
  2252    * Update JS dependencies (#9255)
  2253    * Show label list on label set (#9251)
  2254    * Redirect issue if repo has configured external tracker. (#9247)
  2255    * Allow kbd tags (#9245)
  2256    * Remove unused comment actions (#9222)
  2257    * Fixed errors logging in dump.go (#9218)
  2258    * Expose release counter to repo API response (#9214)
  2259    * Make consistent links to repository in the Slack/Mattermost notificiations (#9205)
  2260    * Expose pull request counter to repo API response (#9202)
  2261    * Extend TrackedTimes API (#9200)
  2262    * Extend StopWatch API (#9196)
  2263    * Move code indexer related code to a new package (#9191)
  2264    * Docker: ask s6 to stop all service when gitea stop (#9171)
  2265    * Variable expansion in repository templates (#9163)
  2266    * Add avatar and issue labels to template repositories (#9149)
  2267    * Show single review comments in the PR conversation tab (#9143)
  2268    * Extract createComment (#9125)
  2269    * Move PushUpdateOptions from models to repofiles (#9124)
  2270    * Alternate syntax for cross references (#9116)
  2271    * Add USE_SERVICE_WORKER setting (#9110)
  2272    * Only show part of members on orgnization dashboard and add paging for orgnization members page (#9092)
  2273    * Explore page: Add topic param to pagination (#9077) (#9078)
  2274    * Markdown: Sanitizier Configuration (#9075)
  2275    * Add password requirement info on error (#9074)
  2276    * Allow authors to use act keywords in PR content (#9059)
  2277    * Move modules/gzip to gitea.com/macaron/gzip (#9058)
  2278    * Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055)
  2279    * Context menus for comments, add quote reply (#9043)
  2280    * Update branch API endpoint to show effective branch protection. (#9031)
  2281    * Move git graph from models to modules/graph (#9027)
  2282    * Move merge actions to notification (#9024)
  2283    * Move mirror sync actions to notification (#9022)
  2284    * Add retry for migration http/https requests (#9019)
  2285    * Rewrite delivery of issue and comment mails (#9009)
  2286    * Add review comments to mail notifications (#8996)
  2287    * Refactor pull request review (#8954)
  2288    * Githook highlighter (#8932)
  2289    * Add git hooks and webhooks to template repositories; move to services (#8926)
  2290    * Only view branch or tag if it match refType requested. (#8899)
  2291    * Drop Admin attribute based on LDAP when login (continue #1743) (#8849)
  2292    * Add additional periods to activity page (#8829)
  2293    * Update go-org to optimize code (#8824)
  2294    * Move some actions to notification/action (#8779)
  2295    * Webhook support custom proxy (#8760)
  2296    * Fix API deadline removal (#8759)
  2297    * Mark review comment as invalidated when file is deleted (#8751)
  2298    * Move pull list code to a separate file (#8748)
  2299    * Move webhook to a standalone package under modules (#8747)
  2300    * Multi repo select on issue page (#8741)
  2301    * apply exclude label on milestone issue list (#8739)
  2302    * Move issue notifications and assignee man (#8713)
  2303    * Move issue change content from models to service (#8711)
  2304    * Move issue change status from models to service (#8691)
  2305    * Move more issue assignee code from models to issue service (#8690)
  2306    * Create PR on Current Repository by Default (#8670)
  2307    * Improve Open Graph Protocol (#8637)
  2308    * Batch hook pre- and post-receive calls (#8602)
  2309    * Improve webhooks (#8583)
  2310    * Move transfer repository and rename repository on a service package and start action notification (#8573)
  2311    * Implement/Fix PR review webhooks (#8570)
  2312    * Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to go-org (#8560)
  2313    * Move some repositories' operations to a standalone service package (#8557)
  2314    * Allow more than 255 characters for tokens in external_login_user table (#8554)
  2315    * Move issue label operations to issue service package (#8553)
  2316    * Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)
  2317    * Mail assignee when issue/pull request is assigned (#8546)
  2318    * Allow committing / adding empty files using the web ui (#8420) (#8532)
  2319    * Move sync mirror actions to mirror service package (#8518)
  2320    * Remove arrows on numeric inputs (#8516)
  2321    * Support inline rendering of CUSTOM_URL_SCHEMES (#8496)
  2322    * Recalculate repository access only for specific user (#8481)
  2323    * Add download button for rull request diff- and patch-file (#8470)
  2324    * Add single sign-on support via SSPI on Windows (#8463)
  2325    * Move change issue title from models to issue service package (#8456)
  2326    * Add included tag on  branch view (#8449)
  2327    * Make static resouces web browser cache time customized on app.ini (#8442)
  2328    * Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)
  2329    * Add pagination to commit graph page (#8360)
  2330    * Use templates for issue e-mail subject and body (#8329)
  2331    * Move clearlabels from models to issue service (#8326)
  2332    * Move AddTestPullRequestTask to pull service package from models (#8324)
  2333    * Team permission to create repository in organization (#8312)
  2334    * Allows external rendering of other filetypes (#8300)
  2335    * Add 'Alt + click' feature to exclude labels (#8199)
  2336    * Configurable close and reopen keywords for PRs (#8120)
  2337    * Configurable URL for static resources (#7911)
  2338    * Unifies commit list in repository commit table and wiki revision page (#7907)
  2339    * Allow cross-repository dependencies on issues (#7901)
  2340    * Auto-subscribe user to repository when they commit/tag to it (#7657)
  2341    * Restore Graceful Restarting & Socket Activation (#7274)
  2342    * wiki - add 'write' 'preview' buttons to wiki edit like in issues (#7241)
  2343    * Change target branch for pull request (#6488)
  2344    * Display PR commits and diffs using base repo rather than forked (#3648)
  2345  * TESTING
  2346    * Add debug option to serv to help debug problems (#9492)
  2347    * Fix the intermittent TestGPGGit failures (#9360)
  2348    * Testing: Update postgres sequences (#9304)
  2349    * Missed defer prepareTestEnv (#9285)
  2350    * Fix "data race" in testlogger (#9159)
  2351    * Yet another attempt to fix the intermittent failure of gpg git test (#9146)
  2352    * integrations: Fix Dropped Test Errors (#9040)
  2353    * services/mirror: fix dropped test errors (#9007)
  2354    * Fix intermittent GPG Git test failure (#8968)
  2355    * Update Github Migration Tests (#8893) (#8938)
  2356    * Update heatmap fixtures to restore tests (#8615)
  2357  * TRANSLATION
  2358    * Fix Korean locales (#9761) (#9780)
  2359    * Fix placeholders in the error message (#9060)
  2360    * Fix spelling of admin.users.max_repo_creation (#8934)
  2361    * Improve german translation of homepage (#8549)
  2362  * BUILD
  2363    * Fix webpack polyfills (#9735) (#9738)
  2364    * Update gitea.com/macaron to 1.4.0 (#9608)
  2365    * Upgrade lato fonts to v16. (#9498)
  2366    * Update alpine to 3.11 (#9440)
  2367    * Upgrade blevesearch (#9177)
  2368    * Remove built js/css files from git (#9114)
  2369    * Move semantic.dropdown.custom.js to webpack (#9064)
  2370    * Check compiled files during build (#9042)
  2371    * Enable lazy-loading of gitgraph.js (#9036)
  2372    * Pack web_src/js/draw.js to public/js/index.js (#8975)
  2373    * Modernize js and use babel (#8973)
  2374    * Move index.js to web_src and use webpack to pack them (#8598)
  2375    * Restrict modules/graceful to non-windows build and shim IsChild (#8537)
  2376    * Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)
  2377  * DOCS
  2378    * Swagger info corrections (#9441) (#9558)
  2379    * Add ALLOW_ONLY_EXTERNAL_REGISTRATION to config cheat sheet (#8986)
  2380    * Rephrase comment about RuntimeDirectory option in systemd config (#8912)
  2381    * Explicitly indicate the socket unit to use the service unit "gitea.service" (#8804)
  2382    * Adjust the must-change-password help (#8755)
  2383    * Add notice to docs for migrating from more recent versions of Gogs (#8724)
  2384    * Add explicit info about customization of homepage (#8694)
  2385    * Change external asciidoctor tool to embedded mode (#8677)
  2386    * Add Docker fail2ban configuration (#8642)
  2387    * Correct some outdated statements in the contributing guidelines (#8612)
  2388    * Basic Design guidelines (describing different parts of the code) (#8601)
  2389    * Display Gitea logo in Readme (#8592)
  2390    * Fix building from source docs to ref AppWorkPath (#8567)
  2391    * Update the provided gitea.service to mention socket activation (#8531)
  2392    * Doc added how to setup email (#8520)
  2393  * MISC
  2394    * Backport Locales [2020-01-14] (#9773)
  2395    * Add translatable Powered by Gitea text in footer (#9600)
  2396    * Add contrib/environment-to-ini (#9519)
  2397    * Remove unnecessary loading of settings in update hook (#9496)
  2398    * Update gitignore list (#9437)
  2399    * Update license list (#9436)
  2400    * Fix background reactions in the arc-green theme (#9421)
  2401    * Update and fix chardet import (#9351)
  2402    * Ensure LF on checkouts and in editors (#9259)
  2403    * Fixed topics margin (#9248)
  2404    * Add comment to exported function WindowsServiceName (make revive) (#9241)
  2405    * Remove empty lines on issues/pulls page (#9232)
  2406    * Fix Add Comment Button's "+" Position (#9140)
  2407    * Add first issue comment hashtag (#9052)
  2408    * Change some label colors (#9051)
  2409    * Fix double scroll in branch dropdown (#9048)
  2410    * Add comment highlight when target from url (#9047)
  2411    * Update display of reactions to issues and comments (#9038)
  2412    * Button tooltip formatting under Branches (#9034)
  2413    * Allow setting default branch via API (#9030)
  2414    * Update dashboard context for PR reviews (#8995)
  2415    * Show repository size in repo home page and settings (#8940)
  2416    * Allow to add and remove all repositories to/from team. (#8867)
  2417    * Show due date in dashboard issues list (#8860)
  2418    * Theme arc-green: reverse heatmap colors (#8840)
  2419    * Project files table style update (#8757)
  2420    * gitignore debugging file from vscode (#8740)
  2421    * Add API for Issue set Subscription (#8729)
  2422    * Make 100% width search bar (#8710)
  2423    * Update color theme for heatmap (#8709)
  2424    * Add margin to title_wip_desc (#8705)
  2425    * Improve visibility of "Pending" indicator (#8685)
  2426    * Improve accessibility of dropdown menus (#8638)
  2427    * Make /users/{username}/repos list private repos the current user has access to (#8621)
  2428    * Prevent .code-view from overriding font on icon fonts (#8614)
  2429    * Add id references on all issue events to allow internal linking (#8608)
  2430    * Upgrade xorm to v0.8.0 (#8536)
  2431    * Upgrade gopkg.in/ini.v1 (#8500)
  2432    * Update CodeMirror to version 5.49.0 (#8381)
  2433    * Wiki editor: enable side-by-side button (#7242)
  2434  
  2435  ## [1.10.6](https://github.com/go-gitea/gitea/releases/tag/v1.10.6) - 2020-03-10
  2436  
  2437  This is a re-tag version of v1.10.5 and also explicitly built with Go 1.13.
  2438  
  2439  WARNING: v1.10.5 is incorrectly tagged targeting 1.12-dev and should __not__ be used.
  2440  
  2441  ## [1.10.5](https://github.com/go-gitea/gitea/releases/tag/v1.10.5) - 2020-03-06
  2442  
  2443  * BUGFIXES
  2444    * Fix release attachments being deleted while upgrading (#10572) (#10574)
  2445  
  2446  ## [1.10.4](https://github.com/go-gitea/gitea/releases/tag/v1.10.4) - 2020-02-16
  2447  
  2448  * FEATURE
  2449    * Prevent empty LDAP search from deactivating all users (#9879) (#9890)
  2450  * BUGFIXES
  2451    * Fix reply on code review (#10261) (#10227)
  2452    * Fix branch page pull request title and link error (#10092) (#10098)
  2453    * Fix milestone API state parameter unhandled (#10049) (#10053)
  2454    * Fix wiki raw view on sub path (#10002) (#10041)
  2455    * Fix RocketChat Webhook (#9908) (#9921) (#9925)
  2456    * Fix bug about wrong dependencies permissions check and other wrong permissions check (#9884) (Partial backport #9842)
  2457    * Ensure that 2fa is checked on reset-password (#9857) (#9877)
  2458  
  2459  ## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
  2460  
  2461  * SECURITY
  2462    * Hide credentials when submitting migration (#9102) (#9704)
  2463    * Never allow an empty password to validate (#9682) (#9684)
  2464    * Prevent redirect to Host (#9678) (#9680)
  2465    * Hide public repos owned by private orgs (#9609) (#9616)
  2466  * BUGFIXES
  2467    * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838)
  2468    * Fix download file wrong content-type (#9825) (#9835)
  2469    * Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831)
  2470    * Fix dump non-exist log directory (#9818) (#9820)
  2471    * Fix compare (#9808) (#9815)
  2472    * Fix missing msteam webhook on organization (#9781) (#9795)
  2473    * Fix add team on collaborator page when same name as organization (#9783)
  2474    * Fix cache problem on dashboard (#9358) (#9703)
  2475    * Send tag create and push webhook when release created on UI (#8671) (#9702)
  2476    * Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
  2477  
  2478  ## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
  2479  
  2480  * BUGFIXES
  2481    * Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
  2482    * Add ErrReactionAlreadyExist error (#9550) (#9564)
  2483    * Fix bug when migrate from API (#8631) (#9563)
  2484    * Use default avatar for ghost user (#9536) (#9537)
  2485    * Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
  2486    * Fix deleted branch not removed when push the branch again (#9516) (#9524)
  2487    * Fix missing repository status when migrating repository via API (#9511)
  2488    * Trigger webhook when deleting a branch after merging a PR (#9510)
  2489    * Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
  2490    * Fix NewCommitStatus (#9434) (#9435)
  2491    * Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
  2492    * Fix Slack webhook payload title generation to work with Mattermost (#9404)
  2493    * DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
  2494    * Fix issue indexer not triggered when migrating a repository (#9333)
  2495    * Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
  2496    * Fix migration releases (#9319) (#9326) (#9328)
  2497    * Fix File Edit: Author/Committer interchanged (#9297) (#9300)
  2498  
  2499  ## [1.10.1](https://github.com/go-gitea/gitea/releases/tag/v1.10.1) - 2019-12-05
  2500  
  2501  * BUGFIXES
  2502    * Fix max length check and limit in multiple repo forms (#9148) (#9204)
  2503    * Properly fix displaying virtual session provider in admin panel (#9137) (#9203)
  2504    * Upgrade levelqueue to 0.1.0 (#9192) (#9199)
  2505    * Fix panic when diff (#9187) (#9193)
  2506    * Smtp logger configuration sendTos should be an array (#9154) (#9157)
  2507    * Always Show Password Field on Link Account Sign-in Page (#9150)
  2508    * Create PR on Current Repository by Default (#8670) (#9141)
  2509    * Fix race on indexer (#9136) (#9139)
  2510    * Fix reCAPTCHA URL (#9119)
  2511    * Hide migrated credentials (#9098)
  2512    * Update golang.org/x/crypto vendor to use acme v2 (#9056) (#9085)
  2513    * Fix password checks on admin create/edit user (#9076) (#9081)
  2514    * Fix add search as a reserved username (#9063) (#9065)
  2515    * Fix permission checks for close/reopen from commit (#8875) (#9033)
  2516    * Ensure Written is set in GZIP ProxyResponseWriter (#9018) (#9025)
  2517    * Fix broken link to branch from issue list (#9003) (#9021)
  2518    * Fix wrong system notice when repository is empty (#9020)
  2519    * Shadow password correctly for session config (#8984) (#9002)
  2520  
  2521  ## [1.10.0](https://github.com/go-gitea/gitea/releases/tag/v1.10.0) - 2019-11-13
  2522  
  2523  * BREAKING
  2524    * Fix deadline on update issue or PR via API (#8698)
  2525    * Hide some user information via API if user doesn't have enough permission (#8655) (#8657)
  2526    * Remove legacy handling of drone token (#8191)
  2527    * Change repo search to use exact match for topic search. (#7941)
  2528    * Add pagination for admin api get orgs and fix only list public orgs bug (#7742)
  2529    * Implement the ability to change the ssh port to match what is in the gitea config (#7286)
  2530  * SECURITY
  2531    * Fix issue with user.fullname (#8903)
  2532    * Ignore mentions for users with no access (#8395)
  2533    * Be more strict with git arguments (#7715)
  2534    * Extract the username and password from the mirror url (#7651)
  2535    * reserve .well-known username (#7637)
  2536  * FEATURES
  2537    * Org/Members: display 2FA members states + optimize sql requests (#7621)
  2538    * SetDefaultBranch on pushing to empty repository (#7610)
  2539    * Adds side-by-side diff for images (#6784)
  2540    * API method to list all commits of a repository (#6408)
  2541    * Password Complexity Checks  (#6230)
  2542    * Add option to initialize repository with labels (#6061)
  2543    * Add additional password hash algorithms (#6023)
  2544  * BUGFIXES
  2545    * Allow to merge if file path contains " or \ (#8629) (#8771)
  2546    * On windows set core.longpaths true (#8776) (#8786)
  2547    * Fix 500 when edit hook (#8782) (#8789)
  2548    * Fix Checkbox at RepoSettings Protected Branch (#8799) (#8801)
  2549    * Fix SSH2 conditional in key parsing code (#8806) (#8810)
  2550    * Fix commit expand button to not go to commit link (#8745) (#8825)
  2551    * Fix new user form for non-local users (#8826) (#8828)
  2552    * Fix to close opened io resources as soon as not needed (#8839) (#8846)
  2553    * Fix edit content button on migrated issue content (#8877) (#8884)
  2554    * Fix require external registration password (#8885) (#8890)
  2555    * Fix password complexity check on registration (#8887) (#8888)
  2556    * Update Github Migration Tests (#8896) (#8938) (#8945)
  2557    * Enable punctuations ending mentions (#8889) (#8894)
  2558    * Add Close() method to gogitRepository (#8901) (#8956)
  2559    * Hotfix for review actions and notifications (#8965)
  2560    * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618)
  2561    * Fix milestone close timestamp (#8728) (#8730)
  2562    * Fix 500 when getting user as unauthenticated user (#8653) (#8663)
  2563    * Fix 'New Issue Missing Milestone Comment' (#8678) (#8681)
  2564    * Use AppSubUrl for more redirections (#8647) (#8651)
  2565    * Add SubURL to redirect path (#8632) (#8634)
  2566    * Fix template error on account page (#8562) (#8622)
  2567    * Allow externalID to be UUID (#8551) (#8624)
  2568    * Prevent removal of non-empty emoji panel following selection of duplicate (#8609) (#8623)
  2569    * Update heatmap fixtures to restore tests (#8615) (#8616)
  2570    * Ensure that diff stats can scroll independently of the diff (#8581) (#8621)
  2571    * Webhook: set Content-Type for application/x-www-form-urlencoded (#8600)
  2572    * Fix #8582 by handling empty repos (#8587) (#8594)
  2573    * Fix bug on pull requests when transfer head repository (#8564) (#8569)
  2574    * Add missed close in ServeBlobLFS (#8527) (#8542)
  2575    * Ensure that GitRepo is set on Empty repositories (#8539) (#8541)
  2576    * Fix migrate mirror 500 bug (#8526) (#8530)
  2577    * Fix password complexity regex for special characters (#8524)
  2578    * Prevent .code-view from overriding font on icon fonts (#8614) (#8627)
  2579    * Allow more than 255 characters for tokens in external_login_user table (#8554)
  2580    * Fix errors in create org UI regarding team access permission (#8506)
  2581    * Fix bug on FindExternalUsersByProvider (#8504)
  2582    * Create .ssh dir as necessary (#8486)
  2583    * IsBranchExist: return false if provided name is empty (#8485)
  2584    * Making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)
  2585    * Add check for empty set when dropping indexes during migration (#8471)
  2586    * LFS files are relative to LFS content path, ensure that when deleting they are made relative to this (#8455)
  2587    * Ensure Request Body Readers are closed in LFS server (#8454)
  2588    * Fix template bug on mirror repository setting page (#8438)
  2589    * Fix migration v96 to keep issue attachments (#8435)
  2590    * Update strk.kbt.io/projects/go/libravatar to latest (#8429)
  2591    * Singular form for files that has only one line (#8416)
  2592    * Check for either escaped or unescaped wiki filenames (#8408)
  2593    * Allow users with explicit read access to give approvals (#8382)
  2594    * Fix editor commit to new branch if PR disabled (#8375)
  2595    * readd .markdown class to all markup renderers (#8357)
  2596    * Upgrade xorm to v0.7.9 to fix some bugs (#8354)
  2597    * Fix column name ambiguity in GetUserIssueStats() (#8347)
  2598    * Change general form binding to gogs form (#8334)
  2599    * Fix pull request commit status in user dashboard list (#8321)
  2600    * Fix repo_admin_change_team_access always checked in org settings (#8319)
  2601    * Update to github.com/lafriks/xormstore@v1.3.0 (#8317)
  2602    * Show correct commit status in PR list (#8316)
  2603    * Bugfix for image compare and minor improvements to image compare (#8289)
  2604    * Update xorm (#8286)
  2605    * Fix API for edit and delete release attachment (#8285)
  2606    * Fix nil object access in some conditions when parsing cross references (#8281)
  2607    * Fix label count (#8267)
  2608    * Only show teams access for organization repositories on collaboration setting page (#8265)
  2609    * Test more reserved usernames (#8263)
  2610    * Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
  2611    * Fix assets key on release webhook (#8253)
  2612    * Allow registration when button is hidden (#8237)
  2613    * Fix release API URL generation (#8234)
  2614    * Fix milestone num_issues (#8221)
  2615    * MS Teams webhook misses commit messages (#8209)
  2616    * Fix data race (#8204)
  2617    * Fix team user api (#8172)
  2618    * Fix pull merge 500 error caused by git-fetch breaking behaviors (#8161)
  2619    * Make show private icon when repo avatar set (#8144)
  2620    * Add reviewers as participants (#8121)
  2621    * Fix Go 1.13 private repository go get issue (#8112)
  2622    * feat: highlight issue references with : (#8101)
  2623    * Make AllowedUsers configurable in sshd_config (#8094)
  2624    * Strict name matching for Repository.GetTagID() (#8074)
  2625    * Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066)
  2626    * Add change title notification for issues (#8061)
  2627    * [ssh] fix the config specification in the authorized_keys template (#8031)
  2628    * Fix reading git notes from nested trees (#8026)
  2629    * Fixes synchronize tags to releases for repository - makes sure we are only getting tag refs (#7990)
  2630    * Fix adding default Telegram webhook (#7972)
  2631    * Run CORS handler first for /api routes (#7967)
  2632    * Abort synchronization from LDAP source if there is some error. (#7960)
  2633    * Fix wrong sender when send slack webhook (#7918)
  2634    * Fix bug when migrating a private repository (#7917)
  2635    * Evaluate emojis in commit messages in list view (#7906)
  2636    * Fix upload file type check (#7890)
  2637    * lfs/lock: round locked_at timestamp to second (#7872)
  2638    * fix non existent milestone with 500 error instead of 404 (#7867)
  2639    * gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846)
  2640    * Fix duplicate call of webhook (#7821)
  2641    * Enable switching to a different source branch when PR already exists (#7819)
  2642    * Convert files to utf-8 for indexing (#7814)
  2643    * Do not fetch all refs in pull-request compare (#7797)
  2644    * Fix multiple bugs with statuses endpoints at API (#7785)
  2645    * Restore functionality for early gits (#7775)
  2646    * Fix Slack webhook fork message (#7774)
  2647    * Rewrite existing repo units if setting is not included in api body (#7763)
  2648    * Fix rename failed when rewrite public keys (#7761)
  2649    * Fix approvals counting (#7757)
  2650    * Add migration step to remove old repo_indexer_status orphaned records (#7746)
  2651    * Fix repo_index_status lingering when deleting a repository (#7734)
  2652    * Remove camel case tokenization from repo indexer (#7733)
  2653    * Fix milestone completness calculation when migrating (#7725)
  2654    * Regression: Include "executable" files in the index, as they are not necessarily … (#7718)
  2655    * Fixes indexed repos keeping outdated indexes when files grow too large (#7712)
  2656    * Skip non-regular files (e.g. submodules) on repo indexing (#7711)
  2657    * Fix dropTableColumns sqlite implementation (#7710)
  2658    * Update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)
  2659    * improve branches list performance and fix protected branch icon when no-login (#7695)
  2660    * Correct wrong datetime format for git (#7689)
  2661    * Move add to hook queue for created repo to outside xorm session. (#7675)
  2662    * sugestion to use range .Branches (#7674)
  2663    * Fix bug on migrating milestone from github (#7665)
  2664    * hide delete/restore button on archived repos (#7658)
  2665    * css: use flex to fix floating paginate (#7656)
  2666    * Fix syntax highlight initialization (#7617)
  2667    * Fix panic on push at - Merging pull request causes 500 error (#7615)
  2668    * Make PKCS8, PEM and SSH2 keys work (#7600)
  2669    * Fix mistake in arc-green.less split-diff css code. (#7587)
  2670    * Handle ErrUserProhibitLogin in http git (#7586)
  2671    * Fix bug create/edit wiki pages when code master branch protected (#7580)
  2672    * Fixes Malformed URLs in API git/commits response (#7565)
  2673    * Fix file header overflow in file and blame views (#7562)
  2674    * Improve SSH key parser to handle newlines in keys (#7522)
  2675    * Fix empty commits now showing in repo overview (#7521)
  2676    * Fix repository's pull request count error (#7518)
  2677    * Fix markdown invoke sequence (#7513)
  2678    * Remove duplicated webhook trigger (#7511)
  2679    * Update User.NumRepos atomically in createRepository (#7493)
  2680    * Fix settings page of repo you aren't admin print error - Settings pages giving UnitType error message (#7482)
  2681    * Fix redirection after file edit - Handles all redirects for Web UI File CRUD (#7478)
  2682    * cmd/serv: actually exit after fatal errors (#7458)
  2683    * Fix an issue with some pages throwing 'not defined' js exceptions (#7450)
  2684    * fix Dropzone.js integration (#7445)
  2685    * Fix regex for issues in commit messages (#7444)
  2686    * Diff: Fix indentation on unhighlighted code (#7435)
  2687    * Only show "New Pull Request" button if repo allows pulls (#7426)
  2688    * Upgrade macaron/captcha to fix random error problem (#7407)
  2689    * create class for inline positioned lists (#7393)
  2690    * Fetch refs for successful testing for tag (#7388)
  2691    * add missing template variable on organisation settings (#7385)
  2692    * fix post parameter - on issue list - unset assignee (#7380)
  2693    * fix/define autochecked checkboxes on issue list in firefox (#7320)
  2694    * only return head: null if source branch was deleted (#6705)
  2695  * ENHANCEMENTS
  2696    * Add nofollow to sign in links (#8509)
  2697    * vendor: update mvdan.cc/xurls/v2 to v2.1.0 (#8495)
  2698    * Update milestone issues numbers when save milestone and other code improvements (#8411)
  2699    * Add extra user information when migrating release (#8331)
  2700    * Require overall success if no context is given for status check (#8318)
  2701    * Transaction-aware retry create issue to cope with duplicate keys (#8307)
  2702    * Change link on issue milestone (#8246)
  2703    * Alwaywas return local url for users avatar (#8245)
  2704    * Move some milestone functions to a standalone package (#8213)
  2705    * Move create issue comment to comments package (#8212)
  2706    * Disable max height property of comment textarea (#8203)
  2707    * Add 'Mentioning you' group to /issues page (#8201)
  2708    * oauth2 with remote Gitea (#8149)
  2709    * Reference issues from pull requests and other issues (#8137)
  2710    * Fix webhooks to use proxy from environment (#8116)
  2711    * Add merged commit id on pull view when it's merged (#8062)
  2712    * Add teams to repo on collaboration page. (#8045)
  2713    * Update swagger to 0.20.1  (#8010)
  2714    * Make link last commit massages in repository home page and commit tables (#8006)
  2715    * Add API endpoint for accessing repo topics (#7963)
  2716    * Include description in repository search (#7942)
  2717    * Use gitea forked macaron (#7933)
  2718    * Fix pull creation with empty changes (#7920)
  2719    * Allow token as authorization for accessing attachments (#7909)
  2720    * Retry create issue to cope with duplicate keys (#7898)
  2721    * Move git diff codes from models to services/gitdiff (#7889)
  2722    * migrate gplus to google oauth2 provider (#7885)
  2723    * Remove unique filter from repo indexer analyzer. (#7878)
  2724    * Detect delimiter in CSV rendering (#7869)
  2725    * Import topics during migration (#7851)
  2726    * Move CreateReview to modules/pull (#7841)
  2727    * vendor: update pdf.js to v2.1.266 (#7834)
  2728    * Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)
  2729    * Add Ability for User to Customize Email Notification Frequency (#7813)
  2730    * Move database settings from models to setting (#7806)
  2731    * Display ui time with customize time location (#7792)
  2732    * Implement webhook branch filter (#7791)
  2733    * Restrict repository indexing by glob match (#7767)
  2734    * Api: advanced settings for repository (external wiki, issue tracker etc.) (#7756)
  2735    * Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751)
  2736    * deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749)
  2737    * Apply emoji on commit graph page (#7743)
  2738    * Add a lot of extension to language mappings for syntax highlights (#7741)
  2739    * Add SQL execution on log and indexes on table repository and comment (#7740)
  2740    * Set DB connection error level to error (#7724)
  2741    * Check commit message hashes before making links (#7713)
  2742    * remove unnecessary fmt on generate bindata (#7706)
  2743    * Fix specific highlighting (CMakeLists.txt ...) (#7686)
  2744    * Add file status on API (#7671)
  2745    * Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)
  2746    * Provide links in commit summaries in commits table/view list (#7659)
  2747    * Change length of some repository's columns (#7652)
  2748    * Move commit repo action from models to repofiles package (#7645)
  2749    * fix wrong email when use gitea as OAuth2 provider (#7640)
  2750    * [Branch View] add download button (#7604)
  2751    * Update to xorm@v0.7.4 (#7596)
  2752    * use 403 instead of 401 for ErrUserProhibitLogin (#7591)
  2753    * Removed unnecessary conversions (#7557)
  2754    * Un-lambda base.FileSize (#7556)
  2755    * Added missing error checks in tests (#7554)
  2756    * Move create release from models to a standalone package (#7539)
  2757    * Make default branch name link to default branch (#7519)
  2758    * Added total count of contributions to heatmap (#7517)
  2759    * Move mirror to a standalone package from models (#7486)
  2760    * Move models.PushUpdate to repofiles.PushUpdate (#7485)
  2761    * Include thread related headers in issue/coment mail (#7484)
  2762    * Refuse merge until all required status checks success (#7481)
  2763    * convert all js var to let/const (#7464)
  2764    * Only create branches for opened pull requestes when migrating from github (#7463)
  2765    * jQuery 3 (#7425)
  2766    * Add notification placeholder (#7409)
  2767    * Search Commits via Commit Hash (#7400)
  2768    * Move status table to cron package (#7370)
  2769    * wiki - page revisions list  (#7369)
  2770    * Display original author and URL information when showing migrated issues/comments (#7352)
  2771    * Refactor filetype is not allowed errors (#7309)
  2772    * switch to use gliderlabs/ssh for builtin server (#7250)
  2773    * Remove setting dependency on modules/session (#7237)
  2774    * Move all mail related codes from models to services/mailer (#7200)
  2775    * Support git.PATH entry in app.ini (#6772)
  2776    * Support setting cookie domain (#6288)
  2777    * Move migrating repository from frontend to backend (#6200)
  2778    * Delete releases attachments if release is deleted (#6068)
  2779  * TRANSLATION
  2780    * Latvian translation for home page (#8468)
  2781    * Add home template italian translation (#8352)
  2782    * fix misprint (#7452)
  2783  * BUILD
  2784    * use go 1.13 (#8088)
  2785  * MISC
  2786    * add file line count info on UI (#8396)
  2787    * Make issues page left menu 100% width and add reponame as title attribute (#8359)
  2788    * [arc-green] white on hover for active menu items (#8344)
  2789    * Move ref (branch or tag) location on issue list page (#8157)
  2790    * apply emoji on dashboard issue list labels (#8156)
  2791    * 1148: Take up the full width when viewing the diff in split view. (#8114)
  2792    * Display description of 'make this repo private' as help text, not as tooltip (#8097)
  2793    * Fixes deformed emoji in pull request reviews (#8047)
  2794    * Add strike to old header on comment (#8046)
  2795    * Add tooltip for the visibility checkbox in /repo/create (#8025)
  2796    * Update github.com/lafriks/xormstore and tidy up mod.go (#8020)
  2797    * keep blame view buttons sequence consistent with normal view when view a file (#8007)
  2798    * Use "Pull Request" instead of "Merge Request" (#8003)
  2799    * Move line number to :before attr to hide from search on browser (#8002)
  2800    * Changed black color to white for (read) number label on issue list page (#8000)
  2801    * [Branch View] show "New Pull Request" Button only if posible (#7977)
  2802    * Fix hook problem by only setting the git environment variables if we are passed them (#7854)
  2803    * Prevent Commit Status and Message From Overflowing On Branch Page (#7800)
  2804    * Fix global search result CSS, misc CSS tweaks (#7789)
  2805    * Tweak label border CSS (#7739)
  2806    * Fix create menu item widths (#7708)
  2807    * [Branch View] Delete duplicate protection symbol (#7624)
  2808    * [Branch View] Delete Table Header (#7622)
  2809    * [Branch View] icons to buttons (#7602)
  2810    * update js dependencies (#7462)
  2811    * Add Extra Info to Branches Page (#7461)
  2812    * Bump lodash from 4.17.11 to 4.17.14 (#7459)
  2813    * wiki history improvements (#7391)
  2814    * ui fixes - compare view and archieved repo issues (#7345)
  2815    * dark theme scrollbars (#7269)
  2816    * wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbox' (#7243)
  2817    * Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141)
  2818  
  2819  ## [1.9.6](https://github.com/go-gitea/gitea/releases/tag/v1.9.6) - 2019-11-13
  2820  
  2821  * BUGFIXES
  2822    * Allow to merge if file path contains " or \ (#8629) (#8772)
  2823    * Fix 500 when edit hook (#8782) (#8790)
  2824    * Fix issue with user.fullname (#8904)
  2825    * Update Github Migration Test (#8897) (#8946)
  2826    * Add Close() method to gogitRepository (#8901) (#8958)
  2827  
  2828  ## [1.9.5](https://github.com/go-gitea/gitea/releases/tag/v1.9.5) - 2019-10-30
  2829  
  2830  * BREAKING
  2831    * Hide some user information via API if user doesn't have enough permission (#8655) (#8658)
  2832  * BUGFIXES
  2833    * Fix milestone close timestamp (#8728) (#8731)
  2834    * Fix deadline on update issue or PR via API (#8699)
  2835    * Fix 'New Issue Missing Milestone Comment' (#8678) (#8682)
  2836    * Fix 500 when getting user as unauthenticated user (#8653) (#8662)
  2837    * Use AppSubUrl for more redirections (#8647) (#8652)
  2838    * Add SubURL to redirect path (#8632) (#8634) (#8640)
  2839    * Fix #8582 by handling empty repos (#8587) (#8593)
  2840    * Fix bug on pull requests when transfer head repository (#8571)
  2841    * Add missed close in ServeBlobLFS (#8527) (#8543)
  2842    * Return false if provided branch name is empty for IsBranchExist (#8485) (#8492)
  2843    * Create .ssh dir as necessary (#8369) (#8486) (#8489)
  2844    * Restore functionality for early gits (#7775) (#8476)
  2845    * Add check for empty set when dropping indexes during migration (#8475)
  2846    * Ensure Request Body Readers are closed in LFS server (#8454) (#8459)
  2847    * Ensure that LFS files are relative to the LFS content path (#8455) (#8458)
  2848  * SECURITY
  2849    * Ignore mentions for users with no access (#8395) (#8484)
  2850  * TESTING
  2851    * Update heatmap fixtures to restore tests (#8615) (#8617)
  2852  
  2853  ## [1.9.4](https://github.com/go-gitea/gitea/releases/tag/v1.9.4) - 2019-10-08
  2854  
  2855  * BUGFIXES
  2856    * Highlight issue references (#8101) (#8404)
  2857    * Fix bug when migrating a private repository #7917 (#8403)
  2858    * Change general form binding to gogs form (#8334) (#8402)
  2859    * Fix editor commit to new branch if PR disabled (#8375) (#8401)
  2860    * Fix milestone num_issues (#8221) (#8400)
  2861    * Allow users with explicit read access to give approvals (#8398)
  2862    * Fix commit status in PR #8316 and PR #8321 (#8339)
  2863    * Fix API for edit and delete release attachment (#8290)
  2864    * Fix assets on release webhook (#8283)
  2865    * Fix release API URL generation (#8239)
  2866    * Allow registration when button is hidden (#8238)
  2867    * MS Teams webhook misses commit messages (backport v1.9) (#8225)
  2868    * Fix data race (#8206)
  2869    * Fix pull merge 500 error caused by git-fetch breaking behaviors (#8194)
  2870    * Fix the SSH config specification in the authorized_keys template (#8193)
  2871    * Fix reading git notes from nested trees (#8189)
  2872    * Fix team user api (#8172) (#8188)
  2873    * Add reviewers as participants (#8124)
  2874  * BUILD
  2875    * Use vendored go-swagger (#8087) (#8165)
  2876    * Fix version-validation for GO 1.13 (go-macaron/cors) (#8389)
  2877  * MISC
  2878    * Make show private icon when repo avatar set (#8144) (#8175)
  2879  
  2880  ## [1.9.3](https://github.com/go-gitea/gitea/releases/tag/v1.9.3) - 2019-09-06
  2881  
  2882  * BUGFIXES
  2883    * Fix go get from a private repository with Go 1.13 (#8100)
  2884    * Strict name matching for Repository.GetTagID() (#8082)
  2885    * Avoid ambiguity of branch/directory names for the git-diff-tree command (#8070)
  2886    * Add change title notification for issues (#8064)
  2887    * Run CORS handler first for /api routes (#7967) (#8053)
  2888    * Evaluate emojis in commit messages in list view (#8044)
  2889    * Fix failed to synchronize tags to releases for repository (#7990) (#7994)
  2890    * Fix adding default Telegram webhook (#7972) (#7992)
  2891    * Abort synchronization from LDAP source if there is some error (#7965)
  2892    * Fix deformed emoji in commit message (#8071)
  2893  * ENHANCEMENTS
  2894    * Keep blame view buttons sequence consistent with normal view when viewing a file (#8007) (#8009)
  2895  
  2896  ## [1.9.2](https://github.com/go-gitea/gitea/releases/tag/v1.9.2) - 2019-08-22
  2897  
  2898  * BUGFIXES
  2899    * Fix wrong sender when send slack webhook (#7918) (#7924)
  2900    * Upload support text/plain; charset=utf8 (#7899)
  2901    * Lfs/lock: round locked_at timestamp to second (#7872) (#7875)
  2902    * Fix non existent milestone with 500 error (#7867) (#7873)
  2903  * SECURITY
  2904    * Fix No PGP signature on 1.9.1 tag (#7874)
  2905    * 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
  2906  * ENHANCEMENTS
  2907    * Fix pull creation with empty changes (#7920) (#7926)
  2908  * BUILD
  2909    * Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)
  2910  
  2911  ## [1.9.1](https://github.com/go-gitea/gitea/releases/tag/v1.9.1) - 2019-08-14
  2912  
  2913  * BREAKING
  2914    * Add pagination for admin api get orgs and fix only list public orgs bug (#7742) (#7752)
  2915  * SECURITY
  2916    * Be more strict with git arguments (#7715) (#7762)
  2917    * 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
  2918  * BUGFIXES
  2919    * Fix local runs of ssh-requiring integration tests (#7855) (#7857)
  2920    * Fix hook problem (#7856) (#7754)
  2921    * Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7850) (#7846)
  2922    * Do not fetch all refs (#7797) (#7837)
  2923    * Fix duplicate call of webhook (#7824) (#7821)
  2924    * Enable switching to a different source branch when PR already exists (#7823)
  2925    * Rewrite existing repo units if setting is not included in api body (#7811)
  2926    * Prevent Commit Status and Message From Overflowing On Branch Page (#7800) (#7808)
  2927    * API: fix multiple bugs with statuses endpoints (Backport #7785) (#7807)
  2928    * Fix Slack webhook fork message (1.9 release backport) (#7783)
  2929    * Fix approvals counting (#7757) (#7777)
  2930    * Fix rename failed when rewrite public keys (#7761) (#7769)
  2931    * Fix dropTableColumns sqlite implementation (#7710) (#7765)
  2932    * Fix repo_index_status lingering when deleting a repository (#7738)
  2933    * Fix milestone completness calculation when migrating (#7725) (#7732)
  2934    * Fixes indexed repos keeping outdated indexes when files grow too large (#7731)
  2935    * Skip non-regular files (e.g. submodules) on repo indexing (#7717)
  2936    * Improve branches list performance and fix protected branch icon when no-login (#7695) (#7704)
  2937    * Correct wrong datetime format for git (#7689) (#7690)
  2938  
  2939  ## [1.9.0](https://github.com/go-gitea/gitea/releases/tag/v1.9.0) - 2019-07-30
  2940  
  2941  * BREAKING
  2942    * Better logging (#6038) (#6095)
  2943  * SECURITY
  2944    * Shadow the password on cache and session config on admin panel (#7300)
  2945    * Fix markdown invoke sequence (#7513) (#7560)
  2946    * Reserve .well-known username (#7638)
  2947    * Do not leak secrets via timing side channel (#7364)
  2948    * Ensure that decryption of cookie actually succeeds (#7363)
  2949  * FEATURES
  2950    * Content API for Creating, Updating, Deleting Files (#6314)
  2951    * Enable tls-alpn-01: Use certmanager provided TLSConfig for LetsEncrypt (#7229)
  2952    * Add command to convert mysql database from utf8 to utf8mb4 (#7144)
  2953    * Fixes #2738 - Adds the /git/tags API endpoint (#7138)
  2954    * Compare branches, commits and tags with each other (#6991)
  2955    * Show Pull Request button or status of latest PR in branch list (#6990)
  2956    * Repository avatars (#6986)
  2957    * Show git-notes (#6984)
  2958    * Add commit statuses reports on pull request view (#6845)
  2959    * Number of commits ahead/behind in branch overview (#6695)
  2960    * Add CLI commands to manage LDAP authentication source (#6681)
  2961    * Add support for MS Teams webhooks (#6632)
  2962    * OAuth2 Grant UI (#6625)
  2963    * Add SUBJECT_PREFIX mailer config option (#6605)
  2964    * Include custom configuration file in dump (#6516)
  2965    * Add API for manipulating Git hooks (#6436)
  2966    * Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290)
  2967    * Add option to blame files (#5721)
  2968    * Implement Default Webhooks (#4299)
  2969    * Telegram webhook (#4227)
  2970  * BUGFIXES
  2971    * Send webhook after commit when creating issue with assignees (#7681) (#7684)
  2972    * Upgrade macaron/captcha to fix random error problem (#7407) (#7683)
  2973    * Move add to hook queue for created repo to outside xorm session. (#7682) (#7675)
  2974    * Show protection symbol if needed on default branch (#7660) (#7668)
  2975    * Hide delete/restore button on archived repos (#7660)
  2976    * Fix bug on migrating milestone from github (#7665) (#7666)
  2977    * Use flex to fix floating paginate (#7656) (#7662)
  2978    * Change length of some repository's columns (#7652) (#7655)
  2979    * Fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)
  2980    * Fix syntax highlight initialization (#7617) (#7626)
  2981    * Fix bug create/edit wiki pages when code master branch protected (#7580) (#7623)
  2982    * Fix panic on push at #7611 (#7615) (#7618)
  2983    * Handle ErrUserProhibitLogin in http git (#7586, #7591) (#7590)
  2984    * Fix color of split-diff view in dark theme (#7587) (#7589)
  2985    * Fix file header overflow in file and blame views (#7562) (#7579)
  2986    * Malformed URLs in API git/commits response (#7565) (#7567)
  2987    * Fix empty commits now showing in repo overview (#7521) (#7563)
  2988    * Fix repository's pull request count error (#7518) (#7524)
  2989    * Remove duplicated webhook trigger (#7511) (#7516)
  2990    * Handles all redirects for Web UI File CRUD (#7478) (#7507)
  2991    * Fix regex for issues in commit messages (#7444) (#7466)
  2992    * cmd/serv: actually exit after fatal errors (#7458) (#7460)
  2993    * Fix an issue with some pages throwing 'not defined' js exceptions #7450 (#7453)
  2994    * Fix Dropzone.js integration (#7445) (#7448)
  2995    * Create class for inline positioned lists (#7439) (#7393)
  2996    * Diff: Fix indentation on unhighlighted code (#7435) (#7443)
  2997    * jQuery 3 (#7442) (#7425)
  2998    * Only show "New Pull Request" button if repo allows pulls (#7426) (#7432)
  2999    * Fix vendor references (#7394) (#7396)
  3000    * Only return head: null if source branch was deleted (#6705) (#7376)
  3001    * Add missing template variable on organisation settings (#7386) (#7385)
  3002    * Fix post parameter on issue list which had unset assignee (#7380) (#7383)
  3003    * Fix migration tests due to issue 7 being resolved (#7375) (#7381)
  3004    * Correctly adjust mirror url (#6593)
  3005    * Handle early git version's lack of get-url (#7065)
  3006    * Fix icon position in issue view (#7354)
  3007    * Cut timeline length with last element on issue view (#7355)
  3008    * Fix mirror repository webhooks (#7366)
  3009    * Fix api route for hooks (#7346)
  3010    * Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)
  3011    * Fix pull view ui merge section (#7335)
  3012    * Fix 7303 - remove unnessesary buttons on archived repos (#7326)
  3013    * Fix topic bar to allow prefixes (#7325)
  3014    * Fixes #7152 - Allow create/update/delete message to be empty, use default message (#7324)
  3015    * Fixes #7238 - Annotated tag commit ID incorrect (#7321)
  3016    * Dark theme fixes (#7319)
  3017    * Gitea own dark codemirror theme (#7317)
  3018    * Fixes #7292 - API File Contents bug (#7301)
  3019    * Fix API link header (#7298)
  3020    * Fix extra newlines when copying from diff in Firefox (#7288)
  3021    * Make diff line-marker non-selectable (#7279)
  3022    * Fix Submodule dection in subdir (#7275)
  3023    * Fix error log when loading issues caused by a xorm bug (#7271)
  3024    * Add .fa icon margin like .octicon (#7258)
  3025    * Fix hljs unintenionally highlighting commit links (#7244)
  3026    * Only check and config git on web subcommand but not others (#7236)
  3027    * Fix migration panic when Head.User is not exist (#7226)
  3028    * Only warn on errors in deleting LFS orphaned files during repo deletion (#7213)
  3029    * Fix duplicated file on pull request conflicted files (#7211)
  3030    * Allow colon between fixing word and issue (#7207)
  3031    * Fix overflow issues in repo (#7190)
  3032    * API error cleanup (#7186)
  3033    * Add error for fork already existing (#7185)
  3034    * Fixes diff on merged pull requests (#7171)
  3035    * If milestone id is zero don't get it from database (#7169)
  3036    * Fix pusher name via ssh push (#7167)
  3037    * Fix database lock when use random repository fallback image (#7166)
  3038    * Various fixes for issue mail notifications (#7165)
  3039    * Allow archived repos to be (un)starred and (un)watched (#7163)
  3040    * Fix GCArgs load from ini (#7156)
  3041    * Detect noreply email address as user (#7133)
  3042    * Avoid arbitrary format strings upon calling fail() function (#7112)
  3043    * Validate External Tracker URL Format (#7089)
  3044    * Repository avatar fallback configuration (#7087)
  3045    * Fix #732: Add LFS objects to base repository on merging  (#7082)
  3046    * Install page - Handle invalid administrator username better (#7060)
  3047    * Workaround for posting single comments in split diff view (#7052)
  3048    * Fix possbile mysql invalid connnection error (#7051)
  3049    * Fix charset was not saved after installation finished (#7048)
  3050    * Handle insecure and ports in go get (#7041)
  3051    * Avoid bad database state after failed migration (#7040)
  3052    * Fix wrong init dependency on markup extensions (#7038)
  3053    * Fix default for allowing new organization creation for new users (#7017)
  3054    * Fix content download and /verify LFS handler expecting wrong content-type (#7015)
  3055    * Fix missing repo description when migrating (#7000)
  3056    * Fix LFS Locks over SSH (#6999)
  3057    * Do not attempt to return blob on submodule (#6996)
  3058    * Fix U2F for Chrome >= 74 (#6980)
  3059    * Fix index produces problem when issues/pulls deleted (#6973)
  3060    * Allow collaborators to view repo owned by private org (#6965)
  3061    * Stop running hooks on pr merge (#6963)
  3062    * Run hooks on merge/edit and cope with protected branches (#6961)
  3063    * Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#6953)
  3064    * Stop colorizing log files by default (#6949)
  3065    * Rotate serv.log, http.log and hook logs and stop stacktracing in these (#6935)
  3066    * Fix plain text overflow line wrap (#6915)
  3067    * Fix input size for dependency select (#6913)
  3068    * Change drone token name to let users know to use oauth2 (#6912)
  3069    * Fix syntax highlight in blame view #6895 (#6909)
  3070    * Use AppURL for Oauth user link (#6894)
  3071    * Fixes #6881 - API users search fix (#6882)
  3072    * Fix 404 when send pull request some situation  (#6871)
  3073    * Enforce osusergo build tag for releases (#6862)
  3074    * Fix 500 when reviewer is deleted with integration tests (#6856)
  3075    * Fix v85.go (#6851)
  3076    * Make dropTableColumns drop columns on sqlite and constraints on all (#6849)
  3077    * Fix double-generation of scratch token (#6832) (#6833)
  3078    * When mirroring we should set the remote to mirror (#6824)
  3079    * Fix the v78 migration "Drop is_bare" on MSSQL #6707 (#6823)
  3080    * Change verbose flag in dump command to avoid colliding with global version flag (#6822)
  3081    * Fix #6813: Allow git.GetTree to take both commit and tree names (#6816)
  3082    * Remove `seen` map from `getLastCommitForPaths` (#6807)
  3083    * Show scrollbar only when needed (#6802)
  3084    * Restore IsWindows variable assignment (#6722) (#6790)
  3085    * Service worker js is a missing comma (#6788)
  3086    * Fix team edit API panic (#6780)
  3087    * Set user search base field optional in LDAP (simple auth) edit page (#6779)
  3088    * Ignore already existing public keys after ldap sync (#6766)
  3089    * Fix pulls broken when fork repository deleted (#6754)
  3090    * Fix missing return (#6751)
  3091    * Fix new team 500 (#6749)
  3092    * OAuth2 token can be used in basic auth (#6747)
  3093    * Fix org visibility bug when git cloning (#6743)
  3094    * Fix bug when sort repos on org home page login with non-admin (#6741)
  3095    * Stricter domain name pattern in email regex (#6739)
  3096    * Fix admin template error (#6737)
  3097    * Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736)
  3098    * UI: Detect and restore encoding and BOM in content  (#6727)
  3099    * Load issue attributes when editing an issue with API (#6723)
  3100    * Fix team members API (#6714)
  3101    * Unfortunately MemProvider Init does not actually Init properly (#6692)
  3102    * Fix partial reversion of #6657 caused by #6314 (#6685)
  3103    * Prevent creating empty sessions (#6677)
  3104    * Fixes #6659 - Swagger schemes selection default to page's protocol (#6660)
  3105    * Update highlight.js to 9.15.6 (#6658)
  3106    * Properly escape on the redirect from the web editor (#6657)
  3107    * Fix #6655 - Don't EscapePound .Link as it is already escaped (#6656)
  3108    * Use ctx.metas for SHA hash links (#6645)
  3109    * Fix wrong GPG expire date (#6643)
  3110    * upgrade version of lib/pq to v1.1.0 (#6640)
  3111    * Fix forking an empty repository (#6637)
  3112    * Fix issuer of OTP URI should be URI-encoded. (#6634)
  3113    * Return a UserList from /api/v1/admin/users (#6629)
  3114    * Add json tags for oauth2 form (#6627)
  3115    * Remove extra slash from twitter card (#6619)
  3116    * remove bash requirement in makefile (#6617)
  3117    * Fix Open Graph og:image link (#6612)
  3118    * Fix cross-compile builds (#6609)
  3119    * Change commit summary to full message in API (#6591)
  3120    * Fix bug user search API pagesize didn't obey ExplorePagingNum (#6579)
  3121    * Prevent server 500 on compare branches with no common history (#6555)
  3122    * Properly escape release attachment URL (#6512)
  3123    * Delete local branch when repo branch is deleted (#6497)
  3124    * Fix bug when user login and want to resend register confirmation email (#6482)
  3125    * Fix upload attachments (#6481)
  3126    * Avoid multi-clicks in oauth2 login (#6467)
  3127    * Hacky fix for alignment of the create-organization dialog (#6455)
  3128    * Change order that PostProcess Processors are run (#6445)
  3129    * Clean up ref name rules (#6437)
  3130    * Fix Hook & HookList in Swagger (#6432)
  3131    * Fixed unitTypeCode not being used in accessLevelUnit (#6419)
  3132    * Display correct error for invalid mirror interval (#6414)
  3133    * Don't Unescape redirect_to cookie value (#6399)
  3134    * Fix dump table name error and add some test for dump database (#6394)
  3135    * Fix migrations 82 to ignore unsynced tags between database and git data and missing is_archived on repository table (#6387)
  3136    * Make sure units of a team are returned (#6379)
  3137    * Fix bug manifest.json will not request with cookie so that session will created every request (#6372)
  3138    * Disable benchmarking during tag events on DroneIO (#6365)
  3139    * Comments list performance optimization (#5305)
  3140  * ENHANCEMENTS
  3141    * Update Drone docker generation to standard format (#7480) (#7496) (#7504)
  3142    * Add API Endpoint for Repo Edit (#7006)
  3143    * Add state param to milestone listing API (#7131)
  3144    * Make captcha and password optional for external accounts (#6606)
  3145    * Detect migrating batch size (#7353)
  3146    * Fix 7255 - wrap long texts on user profile info (#7333)
  3147    * Use commit graph files for listing pages (#7314)
  3148    * Add git command line commitgraph support global default true when git version >= 2.18 (#7313)
  3149    * Add LFS_START_SERVER option to control git-lfs support (#7281)
  3150    * Dark theme markdown fixes (#7260)
  3151    * Update go-git to v4.12.0 (#7249)
  3152    * Show lfs config on admin panel (#7220)
  3153    * Disable same user check for internal SSH (#7215)
  3154    * Add LastLogin to the User API (#7196)
  3155    * Add missing description of label on API (#7159)
  3156    * Use go method to calculate ssh key fingerprint (#7128)
  3157    * Enable Rust highlighting (#7125)
  3158    * Refactor submodule URL parsing (#7100)
  3159    * Change issue mail title. (#7064)
  3160    * Use batch insert on migrating repository to make the process faster (#7050)
  3161    * Improve github downloader on migrations (#7049)
  3162    * When git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (#7047)
  3163    * Fix Erlang and Elixir highlight mappings (#7044)
  3164    * API Org Visibility (#7028)
  3165    * Improve handling of non-square avatars (#7025)
  3166    * Bugfix: Align comment label and actions to the right (#7024)
  3167    * Change UpdateRepoIndex api to include watchers (#7012)
  3168    * Move serv hook functionality & drop GitLogger (#6993)
  3169    * Add support of utf8mb4 for mysql (#6992)
  3170    * Make webhook http connections reusable (#6976)
  3171    * Move xorm logger bridge from log to models so that log module could be a standalone package (#6944)
  3172    * Refactor models.NewRepoContext to extract git related codes to modules/git (#6941)
  3173    * Remove macaron dependent on models (#6940)
  3174    * Add less linter via npx (#6936)
  3175    * Remove macaron dependent on modules/log (#6933)
  3176    * Remove macaron dependent on models/mail.go (#6931)
  3177    * Clean less files (#6921)
  3178    * Fix code overflow (#6914)
  3179    * Style orgs list in user profile (#6911)
  3180    * Improve description of branch protection (fix #6886) (#6906)
  3181    * Move sdk structs to modules/structs (#6905)
  3182    * update sdk to latest (#6903)
  3183    * Escape the commit message on issues update and title in telegram hook (#6901)
  3184    * SearchRepositoryByName improvements and unification (#6897)
  3185    * Change the color of issues/pulls list, merged is purple and closed is red (#6874)
  3186    * Refactor table width to have more info shown in file list (#6867)
  3187    * Monitor all git commands; move blame to git package and replace git as a variable (#6864)
  3188    * Fix config ui error about cache ttl (#6861)
  3189    * Improve localization of git activity stats (#6848)
  3190    * Generate access token in admin cli (#6847)
  3191    * Update github.com/urfave/cli to version 1.2.0 (#6838)
  3192    * Rename LFS_JWT_SECRET cli option to include OAUTH2 as well (#6826)
  3193    * internal/ssh: ignore env command totally (#6825)
  3194    * Allow Recaptcha service url to be configured (#6820)
  3195    * update github.com/mcuadros/go-version to v0.0.0-20190308113854-92cdf37c5b75 (#6815)
  3196    * Use modules/git for git commands (#6775)
  3197    * Add GET requests to webhook (#6771)
  3198    * Move PushUpdate dependency from models to repofiles (#6763)
  3199    * Tweak tab text and icon colors (#6760)
  3200    * Ignore non-standard refs in git push (#6758)
  3201    * Disable web preview for telegram webhook (#6719)
  3202    * Show full name if DEFAULT_SHOW_FULL_NAME setting enabled (#6710)
  3203    * Reorder file actions (#6706)
  3204    * README WordPress the code is overflowing #6679 (#6696)
  3205    * Improve issue reference on commit (#6694)
  3206    * Handle redirects for git clone commands (#6688)
  3207    * Fix one performance/correctness regression in #6478 found on Rails repository. (#6686)
  3208    * API OTP Context (#6674)
  3209    * Remove local clones & make hooks run on merge/edit/upload (#6672)
  3210    * Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (#6663)
  3211    * Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (#6662)
  3212    * Fix dropdown icon padding (#6651)
  3213    * Add more title attributes on shortened names (#6647)
  3214    * Update UI for topics labels on projects (#6639)
  3215    * Trace Logging on Permission Denied & ColorFormat (#6618)
  3216    * Add .gpg url (match github behaviour) (#6610)
  3217    * Support for custom GITEA_CUSTOM env var in docker(#6608)
  3218    * Show "delete branch" button on closed pull requests (#6570) (#6601)
  3219    * Add option to disable refresh token invalidation (#6584)
  3220    * Fix new repo dropdown alignment (#6583)
  3221    * Fix mail notification when close/reopen issue (#6581)
  3222    * Pre-calculate the absolute path of git (#6575)
  3223    * Minor CSS cleanup for the navbar (#6553)
  3224    * Render SHA1 links as code blocks (#6546)
  3225    * Add username flag in create-user command (#6534)
  3226    * Unifies pagination template usage (#6531) (#6533)
  3227    * Fixes pagination width on mobile view (#5711) (#6532)
  3228    * Improve SHA1 link detection (#6526)
  3229    * Fixes #6446 - Sort team members and team's repositories (#6525)
  3230    * Use stricter boundaries for auto-link detection (#6522)
  3231    * Use regular line-height on frontpage entries (#6518)
  3232    * Fixes #6514 - New Pull Request on files and pulls pages the same (#6515)
  3233    * Make distinction between DisplayName and Username in email templates (#6495)
  3234    * Add X-Auto-Response-Suppress header to outgoing messages (#6492)
  3235    * Cleaned permission checks for API -> site admin can now do anything (#6483)
  3236    * Support search operators for commits search (#6479)
  3237    * Improve listing performance by using go-git (#6478)
  3238    * Fix repo sub_menu font color in arc-green (#6477)
  3239    * Show last commit status in pull request lists (#6465)
  3240    * Add signatures to webhooks (#6428)
  3241    * Optimize all images in public/img (#6427)
  3242    * Add golangci (#6418)
  3243    * Make "Ghost" not link to 404 page (#6410)
  3244    * Include more variables on admin/config page (#6378)
  3245    * Markdown: enable some more extensions (#6362)
  3246    * Include repo name in page title tag (#6343)
  3247    * Show locale string on timestamp (#6324)
  3248    * Handle CORS requests (#6289)
  3249    * Improve issue autolinks (#6273)
  3250    * Migration Tweaks (#6260)
  3251    * Add title attributes to all items in the repo list viewer (#6258)
  3252    * Issue indexer queue redis support (#6218)
  3253    * Add bio field for user (#6113)
  3254    * Make the version within makefile overwriteable (#6080)
  3255    * Updates to API 404 responses (#6077)
  3256    * Use Go1.11 module (#5743)
  3257    * UX + Security current user password reset (#5042)
  3258    * Refactor: append, build variable and type switch (#4940)
  3259    * Git statistics in Activity tab (#4724)
  3260    * Drop the bits argument when generating an ed25519 key (#6504)
  3261  * TESTING
  3262    * Exclude pull_request from fetch-tags step, fixes #7108 (#7120)
  3263    * Refactor and improve git test (#7086)
  3264    * Fix TestSearchRepo by waiting till indexing is done (#7004)
  3265    * Add mssql migration tests (needs #6823) (#6852)
  3266    * Add tests for Org API (#6731)
  3267    * Context.ServerError and NotFound should log from their caller (#6550)
  3268  * TRANSLATION
  3269    * Add french specific rule for translating plural texts (#6846)
  3270  * BUILD
  3271    * Update mssql driver to last working version 20180314172330-6a30f4e59a44 (#7306)
  3272    * Alpine 3.10 (#7256)
  3273    * Use vfsgen instead of go-bindata (#7080)
  3274    * remove and disable package-lock (#6969)
  3275    * add make targets for js and css, add js linter (#6952)
  3276    * Added tags pull step to drone config to show correct version hashes i… (#6836)
  3277    * Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
  3278    * chore: update drone format to 1.0 (#6602)
  3279    * Fix race in integration testlogger (#6556)
  3280    * Quieter Integration Tests (#6513)
  3281    * Drop the docker Makefile from the image (#6507)
  3282    * Add make version on gitea version (#6485)
  3283    * Fix #6468 - Uses space match and adds newline for all sed flavors (#6473)
  3284    * Move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
  3285    * Update npm dependencies and various tweaks (#7344)
  3286    * Fix updated drone file (#7336)
  3287    * Add 'npm' and 'npm-update' make targets and lockfile (#7246)
  3288  * DOCS
  3289    * Add work path CLI option (#6922)
  3290    * Fix logging documentation (#6904)
  3291    * Some logging documentation (#6498)
  3292    * Fix link to Hacking on Gitea on From-Source doc page (#6471)
  3293    * Fix typos in docs command-line examples (#6466)
  3294    * Added docker example for backup (#5846)
  3295  
  3296  ## [1.8.3](https://github.com/go-gitea/gitea/releases/tag/v1.8.3) - 2019-06-17
  3297  
  3298  * BUGFIXES
  3299    * Always set userID on LFS authentication (#7224) (Part of #6993)
  3300    * Fix LFS Locks over SSH (#6999) (#7223)
  3301    * Fix duplicated file on pull request conflicted files (#7211) (#7214)
  3302    * Detect noreply email address as user (#7133) (#7195)
  3303    * Don't get milestone from DB if ID is zero (#7169) (#7174)
  3304    * Allow archived repos to be (un)starred and (un)watched (#7163) (#7168)
  3305    * Fix GCArgs load from ini (#7156) (#7157)
  3306  
  3307  ## [1.8.2](https://github.com/go-gitea/gitea/releases/tag/v1.8.2) - 2019-05-29
  3308  
  3309  * BUGFIXES
  3310    * Fix possbile mysql invalid connnection error (#7051) (#7071)
  3311    * Handle invalid administrator username on install page (#7060) (#7063)
  3312    * Disable arm7 builds (#7037) (#7042)
  3313    * Fix default for allowing new organization creation for new users (#7017) (#7034)
  3314    * SearchRepositoryByName improvements and unification (#6897) (#7002)
  3315    * Fix u2f registrationlist ToRegistrations() method (#6980) (#6982)
  3316    * Allow collaborators to view repo owned by private org (#6965) (#6968)
  3317    * Use AppURL for Oauth user link (#6894) (#6925)
  3318    * Escape the commit message on issues update (#6901) (#6902)
  3319    * Fix regression for API users search (#6882) (#6885)
  3320    * Handle early git version's lack of get-url (#7065) (#7076)
  3321    * Fix wrong init dependency on markup extensions (#7038) (#7074)
  3322  
  3323  ## [1.8.1](https://github.com/go-gitea/gitea/releases/tag/v1.8.1) - 2019-05-08
  3324  
  3325  * BUGFIXES
  3326    * Fix 404 when sending pull requests in some situations (#6871) (#6873)
  3327    * Enforce osusergo build tag for releases (#6862) (#6869)
  3328    * Don't post process commit summary in templates (#6842) (#6868)
  3329    * Fix 500 when reviewer is deleted (#6856) (#6860)
  3330    * Fix v78 migration for MSSQL (#6823) (#6854)
  3331    * Added tags pull step to drone config to show correct version hashes (#6836) (#6839)
  3332    * Fix double-generation of scratch token (#6833) (#6835)
  3333    * When mirroring we should set the remote to mirror (#6824) (#6834)
  3334    * Show scrollbar only when needed (#6802) (#6803)
  3335    * Service worker js is missing a comma (#6788) (#6795)
  3336    * Set user search base field optional in LDAP (simple auth) edit page (#6779) (#6789)
  3337    * Fix team edit API panic (#6780) (#6785)
  3338    * Minor CSS cleanup for the navbar (#6553) (#6781)
  3339    * Stricter domain name pattern in email regex (#6739) (#6768)
  3340    * Detect and restore encoding and BOM in content (#6727) (#6765)
  3341    * Fix org visibility bug when git cloning (#6743) (#6762)
  3342    * OAuth2 token can be used in basic auth (#6747) (#6761)
  3343    * Fix missing return (#6751) (#6756)
  3344    * Fix sorting repos on org home page with non-admin login (#6741) (#6746)
  3345    * Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736) (#6744)
  3346    * Fix team members API (#6714) (#6729)
  3347    * Load issue attributes when editing an issue with API (#6723) (#6725)
  3348    * Fix config ui error about cache ttl (#6861) (#6865)
  3349  
  3350  ## [1.8.0](https://github.com/go-gitea/gitea/releases/tag/v1.8.0) - 2019-04-20
  3351  
  3352  * SECURITY
  3353    * Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6594)
  3354    * Resolve 2FA bypass on API (#6676) (#6674)
  3355    * Prevent the creation of empty sessions for non-logged in users (#6690) (#6677)
  3356  * BREAKING
  3357    * Add "ghost" and "notifications" to list of reserved user names. (#6208)
  3358    * Change sqlite DB path default to data directory (#6198)
  3359    * Adds MustChangePassword to user create/edit API (#6193)
  3360    * Disable redirect for i18n (#5910)
  3361    * Releases API paging (#5831)
  3362    * Allow Macaron to be set to log through to gitea.log (#5667)
  3363    * Don't close issues via commits on non-default branch (#5622)
  3364  * FEATURES
  3365    * Add regenerate secret feature for oauth2 (#6291)
  3366    * Expose issue stopwatch toggling via API (#5970)
  3367    * Add other session providers (#5963)
  3368    * Pull request conflict files detection (#5951)
  3369    * Integrate OAuth2 Provider (#5378)
  3370    * Implement "conversation lock" for issue comments (#5073)
  3371    * Feature: Archive repos (#5009)
  3372    * Discord Oauth2 support (#4476)
  3373    * Allow to set organization visibility (public, internal, private) (#1763)
  3374    * Added URL mapping for Release attachments like on github.com (#1707)
  3375  * ENHANCEMENTS
  3376    * Add support for client basic auth for exchanging access tokens (#6293)
  3377    * Add ability to sort issues by due date (#6206) (#6244)
  3378    * Style tweaks to issue selection (#6196)
  3379    * Increase Username and Orgname MaxSize 35 -> 40 (#6178)
  3380    * Coverage profile with multiple packages (#6167)
  3381    * Split setting.go to multiple files (#6154)
  3382    * Allow labels to contain emoji (#6063)
  3383    * Disable git fsck for mirrored repos by default (#6018)
  3384    * Add default time out for git operations (#6015)
  3385    * Split setting.go as multiple files (#6014)
  3386    * Make dashboard navbar and footer full-width (#6013)
  3387    * Add lang specific font stacks for CJK (#6007)
  3388    * Fix header menu misalignment (#6002)
  3389    * Enhance closed PR and Issue status in the list (#6000)
  3390    * Make navbar full width (#5998)
  3391    * Add option to close issues via commit on a non master branch (#5992)
  3392    * Support n as a line highlight prefix (#5987)
  3393    * Search for org repos (#3031) (#5986)
  3394    * Minor UI tweaks (#5980)
  3395    * Use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines (#5976)
  3396    * Dashboard tweaks (#5974)
  3397    * Fixes for repo topic editor (#5971)
  3398    * Display the branch name in the commit view (#5950)
  3399    * handle milestone events for issues and PR (#5947)
  3400    * Add label names as filter in issue search api (#5946)
  3401    * Repo header tweaks (#5945)
  3402    * Better support for long repo names (#5932)
  3403    * Fix wrapping long code lines (#5927)
  3404    * Change GPG Validation colors and remove inline CSS (#5404) (#5896)
  3405    * Fix "pulls.blocked_by_approvals" text (#5879)
  3406    * Rename reject to 'request changes' (#5858)
  3407    * Move input fields to add members to a team and repos to a team (#5853)
  3408    * Config option to disable automatic repo watching (#5852)
  3409    * New Issue ?body= query (#5851)
  3410    * Add API to list tags (#5850)
  3411    * Pagination for git tree API (#5838)
  3412    * Add InternalTokenURI to load InternalToken from an external file (#5812)
  3413    * Allow markdown files to read from the LFS (#5787)
  3414    * Add the ability to use multiple labels as filters (#5786)
  3415    * Adjust log settings when a user is not found. (#5771)
  3416    * Log IP of failed ssh connection (#5766)
  3417    * Moved defaults in defaults.go to setting.go (#5764)
  3418    * Make DB connect more robust (#5738)
  3419    * Add Default Pull Request Title (#5735)
  3420    * Refactor repo.isBare to repo.isEmpty #5629 (#5714)
  3421    * Add flag to skip repository dumping (#5695)
  3422    * Prioritize "readme.md" (#5691)
  3423    * Improve "Fork button" for guests by showing a pop up asking them to log in before forking (#5690)
  3424    * Allow for user specific themes (#5668)
  3425    * Display branch name in delete branch confirmation modal. (#5654)
  3426    * New API routes added (#5594)
  3427    * Refactor notification for indexer (#5111)
  3428    * Refactor mail notification (#5110)
  3429    * Show email if the authenticated user owns the profile page being requested for (#4981)
  3430    * Optimize pulls merging (#4921)
  3431    * Sort Repositories widget by most recently updated (#3963) (#4599)
  3432    * Allow markdown table to scroll (#4401)
  3433    * Automatically clear stopwatch on merging a PR (#4327)
  3434    * Add the Owner Name to differentiate when merging (#3807)
  3435    * Add title attributes to all items in the repo list viewer (#6258) (#6650)
  3436  * BUGFIXES
  3437    * Fix dropdown icon padding (#6651) (#6654)
  3438    * Fix wrong GPG expire date (#6643) (#6644)
  3439    * Fix forking an empty repository (#6637) (#6653)
  3440    * Remove call to EscapePound .Link as it is already escaped (#6656) (#6666)
  3441    * Properly escape on the redirect from the web editor (#6657) (#6667)
  3442    * Allow resend of confirmation email when logged in (#6482) (#6486)
  3443    * Fix mail notification when close/reopen issue (#6581) (#6588)
  3444    * Change API commit summary to full message (#6591) (#6592)
  3445    * Add option to disable refresh token invalidation (#6584) (#6587)
  3446    * Fix bug user search API pagesize didn't obey ExplorePagingNum (#6579) (#6586)
  3447    * Fix new repo alignment (#6583) (#6585)
  3448    * Prevent server 500 on compare branches with no common history (#6555) (#6558)
  3449    * Properly escape release attachment URL (#6512) (#6523)
  3450    * Hacky fix for alignment of the create-organization dialog (#6455) (#6462)
  3451    * Disable benchmarking during tag events on DroneIO (#6365) (#6366)
  3452    * Make sure units of a team are returned (#6379) (#6381)
  3453    * Don't Unescape redirect_to cookie value (#6399) (#6401)
  3454    * Fix dump table name error and add some test for dump database (#6394) (#6402)
  3455    * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (#6387) (#6403)
  3456    * Display correct error for invalid mirror interval (#6414) (#6429)
  3457    * Clean up ref name rules (#6437) (#6439)
  3458    * Fix Hook & HookList in Swagger (#6432) (#6440)
  3459    * Change order that PostProcess Processors are run (#6445) (#6447)
  3460    * Clean up various use of escape/unescape functions for URL generation (#6334)
  3461    * Return 409 when creating repo if it already exists. (#6330)
  3462    * Add same changes from issues page to milestone->issues page (#6328)
  3463    * Fix ParsePatch function to work with quoted diff --git strings (#6323)
  3464    * Fix reported issue in repo description (#6306)
  3465    * Use url.PathEscape to escape the branchname (#6304)
  3466    * Add robots.txt as reserved username (#6272)
  3467    * Replace linkRegex with xurls library (#6261)
  3468    * Remove visitLinksForShortLinks features (#6257)
  3469    * Add unit types to repo action URL to correctly show 404 when archived (#6247)
  3470    * Check organization visibility before everything else (#6234) (#6235)
  3471    * Prevent double-close of issues (#6233)
  3472    * Override xorm type mapping for U2F counter (#6232)
  3473    * Add isAdmin to user API response (#6231)
  3474    * Update git vendor to fix wrong release commit id and add migrations (#6224)
  3475    * Fix fork button (#6223)
  3476    * Fix renames over redirects (#6216)
  3477    * Fix display dashboard even if require to change password (#6214)
  3478    * Create a repo redirect when transferring ownership (#6210) (#6211)
  3479    * Fix issue update race condition (#6194)
  3480    * Fix bug when migrate repository 500 when repo is existed (#6188)
  3481    * Fix scrollbar always present on page body (#6177)
  3482    * Fix bug when set indexer as db and add tests (#6173)
  3483    * Modify linkRegex to require http|https (#6171)
  3484    * Fix bug user could change private repository to public when force private enabled. (#6156)
  3485    * Fix admin list user/org API (#6143)
  3486    * Make repo creation for API similar to UI (#6142)
  3487    * Make document body a flexbox (#6139)
  3488    * Refactor issue indexer, add some testing and fix a bug (#6131)
  3489    * Load Issue attributes for API call (#6122)
  3490    * Fix bug when update owner team then visit team's repo return 404 (#6119)
  3491    * Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)
  3492    * Show private organization for admin, fix #6111 (#6112)
  3493    * Fix prohibit login check on authorization (#6106)
  3494    * Move to ldap.v3 to fix #5928 (#6105)
  3495    * Remove use MakeAssigneeList in webhooks to fix deadlock (#6102)
  3496    * Allow display of LFS stored Readme.md on directory page (#6073) (#6099)
  3497    * Make sure labels are actually returned (#6053)
  3498    * Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041)
  3499    * After deleting a repo on admin panel, UI should remember the last sort type (#6033)
  3500    * Default create repository on organisation on its dashboard (#6026)
  3501    * Swagger: Remove spaces in MergePullRequestOption enum (#6016)
  3502    * Fix metrics auth token detection (#6006)
  3503    * Fix repo header issues (#5995)
  3504    * Fix bug when deleting a linked account will removed all (#5989)
  3505    * Make organization dropdown scrollable when using mouse wheel (#5988)
  3506    * Fix empty ssh key importing in ldap (#5984)
  3507    * Admin config page mailertype setting option update (#5973)
  3508    * Fix redirect loop during forced password change (#5965)
  3509    * Show user who created the repository instead of the organisation in action feed (#5948)
  3510    * Remove all CommitStatus when a repo is deleted (#5940)
  3511    * Fix ssh deploy and user key constraints (#1357) (#5939)
  3512    * Fix log output (#5938)
  3513    * Set PusherName and PusherID to owner on deploy key to fix pushing with deploy keys (#5935)
  3514    * Fix compare button (#5929)
  3515    * Fix bug when read public repo lfs file (#5912)
  3516    * Only allow local login if password is non-empty (#5906)
  3517    * Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)
  3518    * Provide better panic handling (#5902)
  3519    * Respect value of REQUIRE_SIGNIN_VIEW (#5901)
  3520    * Show a 404 not a 500 if a repo does not exist (#5900)
  3521    * Ensure repo is loaded in mailer (Completely fix #5891) (#5895)
  3522    * Ensure issue.Poster is loaded in mailIssueCommentToParticipants (#5891)
  3523    * Correct footer height if screen-width is to small (fixes #5878) (#5889)
  3524    * In gitea serv switch off console logger to fix #5866 (#5887)
  3525    * Don't allow pull requests to be created on an archived repository (#5883)
  3526    * Support reviews on a deleted file path (#5880)
  3527    * Fix compare button on upstream repo leading to 404 (#5877)
  3528    * Fix null pointer on not logged in attempt to Sudo (#5872)
  3529    * Fix new release creation API to allow empty target (#5870)
  3530    * Fix an error while adding a dependency via UI. (#5862)
  3531    * Fix failing migration v67 (#5849)
  3532    * Fix delete correct temp directory (#5839)
  3533    * Make sure .git/info is created before generating .git/info/sparse-che… (#5825)
  3534    * Fix topics saving internal error and disable for archived repos (#5821)
  3535    * Fix TLS errors when using acme/autocert for local connections (#5820)
  3536    * When creating new repository fsck option should be enabled (#5817)
  3537    * Request for public keys only if LDAP attribute is set  (#5816)
  3538    * Fix serving of raw wiki files other than .md (#5814)
  3539    * Fix migration 78 error mssql (#5791)
  3540    * Disallow empty titles (#5785)
  3541    * Fix the v78 migration script (#5776)
  3542    * Ensure valid git author names passed in signatures (#5774)
  3543    * Fix wrong assumption where a user is always said to have unassigned (her)himself (#5769)
  3544    * Upgrade go-sql-driver/mysql to fix invalid connection error (#5748)
  3545    * Fixing PostgreSQL dump creation (#5747)
  3546    * Add proper CORS preflight origin validation (#5740)
  3547    * Disable auto-migrate in docker container (#5730)
  3548    * In basic auth check for tokens before call UserSignIn (#5725)
  3549    * Pooled and buffered gzip implementation (#5722)
  3550    * Ensure that sessions are passed into queries that could use the database to prevent deadlocks (#5718)
  3551    * Keep file permissions during database migration (#5707)
  3552    * Use correct value for "MSpan Structures Obtained" #4742 (#5706)
  3553    * Refactor editor upload, update and delete to use git plumbing and add LFS support (#5702)
  3554    * Update xorm to fix issue #5659 and #5651 (#5680)
  3555    * Fix public will not be reused as public key after deleting as deploy key (#5671)
  3556    * When redirecting, clean the path (#5669)
  3557    * Don't list an issue on its own dependency list UI. (#5658)
  3558    * Fix commit page showing status for current default branch (#5649) (#5650)
  3559    * Only count users own actions for heatmap contributions (#5647)
  3560    * Fix sqlite deadlock when assigning to a PR (#5640)
  3561    * Refactor issue indexer (#5363)
  3562  * TESTING
  3563    * Run benchmark at tag to track performances (#6035)
  3564    * Add test environment for MySQL8 (#5234)
  3565  * BUILD
  3566    * Use go 1.12 for tests and deprecate go 1.9 (#6186)
  3567    * Makefile changes for Windows and easier development (#6103)
  3568    * Update bleve dependency to latest master revision (#6100)
  3569    * Switch to more recent build of xgo (#6070)
  3570    * Add autoprefixer to css build (#6029)
  3571    * Update the version of less (#6010)
  3572    * Make log mailer for testing (#5893)
  3573  * DOCS
  3574    * Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144)
  3575    * update default value of `--must-change-password` cli flag (#6032)
  3576    * Update and expand information about building Gitea (#6019)
  3577    * Update U2F Section of app.ini.sample (#5994)
  3578    * Update swagger for release API pagination (#5841)
  3579    * Added docs for the tree api (#5834)
  3580  * MISC
  3581    * Add single commit API support (#5843)
  3582    * Add missing GET teams endpoints (#5382)
  3583    * Migrate database if app.ini found (#5290)
  3584  
  3585  ## [1.7.6](https://github.com/go-gitea/gitea/releases/tag/v1.7.6) - 2019-04-12
  3586  
  3587  * SECURITY
  3588    * Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6595)
  3589  * BUGFIXES
  3590    * Allow resend of confirmation email when logged in (#6482) (#6487)
  3591  
  3592  ## [1.7.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27
  3593  
  3594  * BUGFIXES
  3595    * Fix unitTypeCode not being used in accessLevelUnit (#6419) (#6423)
  3596    * Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383)
  3597    * Fix ParsePatch function to work with quoted diff --git strings (#6323) (#6332)
  3598  
  3599  ## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12
  3600  
  3601  * SECURITY
  3602    * Fix potential XSS vulnerability in repository description. (#6306) (#6308)
  3603  * BUGFIXES
  3604    * Fix wrong release commit id (#6224) (#6300)
  3605    * Fix panic on empty signed commits (#6292) (#6300)
  3606    * Fix organization dropdown not being scrollable when using mouse wheel (#5988) (#6246)
  3607    * Fix displaying dashboard even if required to change password (#6214) (#6215)
  3608  
  3609  ## [1.7.3](https://github.com/go-gitea/gitea/releases/tag/v1.7.3) - 2019-02-27
  3610  
  3611  * BUGFIXES
  3612    * Fix server 500 when trying to migrate to an already existing repository (#6188) (#6197)
  3613    * Load Issue attributes for API /repos/{owner}/{repo}/issues/{index} (#6122) (#6185)
  3614    * Fix bug whereby user could change private repository to public when force private enabled. (#6156) (#6165)
  3615    * Fix bug when update owner team then visit team's repo return 404 (#6119) (#6166)
  3616    * Fix heatmap and repository menu display in Internet Explorer 9+ (#6117) (#6137)
  3617    * Fix prohibit login check on authorization (#6106) (#6115)
  3618    * Fix LDAP protocol error regression by moving to ldap.v3 (#6105) (#6107)
  3619    * Fix deadlock in webhook PullRequest (#6102) (#6104)
  3620    * Fix redirect loop when password change is required and Gitea is installed as a suburl (#5965) (#6101)
  3621    * Fix compare button regression (#5929) (#6098)
  3622    * Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097)
  3623  
  3624  ## [1.7.2](https://github.com/go-gitea/gitea/releases/tag/v1.7.2) - 2019-02-14
  3625  
  3626  * BUGFIXES
  3627    * Remove all CommitStatus when a repo is deleted (#5940) (#5941)
  3628    * Fix notifications on pushing with deploy keys by setting hook environment variables (#5935) (#5944)
  3629    * Silence console logger in gitea serv (#5887) (#5943)
  3630    * Handle milestone webhook events for issues and PR (#5947) (#5955)
  3631    * Show user who created the repository instead of the organization in action feed (#5948) (#5956)
  3632    * Fix ssh deploy and user key constraints (#1357) (#5939) (#5966)
  3633    * Fix bug when deleting a linked account will removed all (#5989) (#5990)
  3634    * Fix empty ssh key importing in ldap (#5984) (#6009)
  3635    * Fix metrics auth token detection (#6006) (#6017)
  3636    * Create repository on organisation by default on its dashboard (#6026) (#6048)
  3637    * Make sure labels are actually returned in API (#6053) (#6059)
  3638    * Switch to more recent build of xgo (#6070) (#6072)
  3639    * In basic auth check for tokens before call UserSignIn (#5725) (#6083)
  3640  
  3641  ## [1.7.1](https://github.com/go-gitea/gitea/releases/tag/v1.7.1) - 2019-01-31
  3642  
  3643  * SECURITY
  3644    * Disable redirect for i18n (#5910) (#5916)
  3645    * Only allow local login if password is non-empty (#5906) (#5908)
  3646    * Fix go-get URL generation (#5905) (#5907)
  3647  * BUGFIXES
  3648    * Fix TLS errors when using acme/autocert for local connections (#5820) (#5826)
  3649    * Request for public keys only if LDAP attribute is set (#5816) (#5819)
  3650    * Fix delete correct temp directory (#5840) (#5839)
  3651    * Fix an error while adding a dependency via UI (#5862) (#5876)
  3652    * Fix null pointer in attempt to Sudo if not logged in (#5872) (#5884)
  3653    * When creating new repository fsck option should be enabled (#5817) (#5885)
  3654    * Prevent nil dereference in mailIssueCommentToParticipants (#5891) (#5895) (#5894)
  3655    * Fix bug when read public repo lfs file (#5913) (#5912)
  3656    * Respect value of REQUIRE_SIGNIN_VIEW (#5901) (#5915)
  3657    * Fix compare button on upstream repo leading to 404 (#5877) (#5914)
  3658  * DOCS
  3659    * Added docs for the tree api (#5835)
  3660  * MISC
  3661    * Include Go toolchain to --version (#5832) (#5830)
  3662  
  3663  ## [1.7.0](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-22
  3664  
  3665  * SECURITY
  3666    * Do not display the raw OpenID error in the UI (#5705) (#5712)
  3667    * When redirecting clean the path to avoid redirecting to external site (#5669) (#5679)
  3668    * Prevent DeleteFilePost doing arbitrary deletion (#5631)
  3669  * BREAKING
  3670    * Restrict permission check on repositories and fix some problems (#5314)
  3671    * Show only opened milestones on issues page milestone filter (#5051)
  3672  * FEATURES
  3673    * Implement git refs API for listing references (branches, tags and other) (#5354)
  3674    * Approvals at Branch Protection (#5350)
  3675    * Add raw blob endpoint to get objects by SHA ID (#5334)
  3676    * Add api for user to create org (#5268)
  3677    * Create AuthorizedKeysCommand (#5236)
  3678    * User action heatmap (#5131)
  3679    * Refactor heatmap to vue component (#5401)
  3680    * Webhook for Pull Request approval/rejection (#5027)
  3681    * Add command for migrating database (#4954)
  3682    * Search keyword by splitting provided values by , (#4939)
  3683    * Create Progressive Web App (#4730)
  3684    * Give user a link to create PR after push (#4716)
  3685    * Add rebase with merge commit merge style (#3844) (#4052)
  3686  * BUGFIXES
  3687    * Disallow empty titles (#5785) (#5794)
  3688    * Fix sqlite deadlock when assigning to a PR (#5640) (#5642)
  3689    * Don't close issues via commits on non-default branch. (#5622) (#5643)
  3690    * Fix commit page showing status for current default branch (#5650) (#5653)
  3691    * Only count users own actions for heatmap contributions (#5647) (#5655)
  3692    * Update xorm to fix issue postgresql dumping issues (#5680) (#5692)
  3693    * Use correct value for "MSpan Structures Obtained" (#5706) (#5716)
  3694    * Fix bug on modifying sshd username (#5624)
  3695    * Delete tags in mirror which are removed for original repo. (#5609)
  3696    * Fix wrong text getting saved on editing second comment on an issue. (#5608)
  3697    * Fix nil pointer when adding a due date  (#5587)
  3698    * Fix type mismatch of format string (#5574)
  3699    * Fix bug on upload file name (#5571)
  3700    * Issue is not overdue when it is on the same date #5566 (#5568)
  3701    * Fix indexer reindex bug when gitea restart (#5563)
  3702    * Fix table name typo on SQL (#5562)
  3703    * Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion (#5557)
  3704    * Fix makefile generate buildstep (#5556)
  3705    * Fix nil pointer base branch bug (#5555)
  3706    * Fix permission check on api create org (#5523)
  3707    * Fix detect force push failure on deletion of protected branches (#5522)
  3708    * Fix approvals limitation (#5521)
  3709    * Fix bug when a read perm user to edit his issue (#5516)
  3710    * Fix adding reaction fail for read permission user (#5515)
  3711    * Fixing MSSQL timestamp type (#5511)
  3712    * Fix forgot deletion of notification when delete repository (#5506)
  3713    * Fix empty wiki (#5504)
  3714    * Fix clone wiki failed via ssh (#5503)
  3715    * Fix code review on mssql (#5502)
  3716    * Fix lfs version check warning log when using ssh protocol (#5501)
  3717    * Fix topic name length on database (#5493)
  3718    * Ensure that the `closed_at` is set for closed issues (#5449)
  3719    * Admin should be able to delete repos via the API even if he is not a member of the organization (#5443)
  3720    * Word-Break the WebHook url to prevent a ui-break (#5432)
  3721    * Fix forgot removed records when deleting user (#5429)
  3722    * Fix repository deletion when there is large number of issues in it (#5426)
  3723    * Fix heatmap colors for Chrome/Safari (#5421)
  3724    * Fix password variable shadowing (#5405)
  3725    * Fix dependent issue searching when gitea is run in subpath (#5392)
  3726    * Don't force a password change for the admin user when creating an account via cli (#5391)
  3727    * API: '/orgs/:org/repos': return private repos with read access (#5383)
  3728    * Don't send assign webhooks when creating issue (#5365)
  3729    * Removing Labels via EditPullRequest API (#5348)
  3730    * Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341)
  3731    * Fix bug when users have serval teams with different units on different repositories (#5307)
  3732    * Fix U2F if gitea is configured in subpath (#5302)
  3733    * Fix file edit change preview functionality (#5300)
  3734    * Update gitignore list (#5258)
  3735    * Fixed heatmap not working in mssql (#5248)
  3736    * Fixed wrong api request url for instances running in subfolders (#5247)
  3737    * Fix compatibility heatmap with mysql 8 (#5232)
  3738    * Fix data race on migrate repository (#5224)
  3739    * Fix sqlite and mssql lock (#5214)
  3740    * Fix sqlite lock (#5210)
  3741    * Fix: Accept web-command cli flags if web-command is committed (#5200)
  3742    * Fix: Add secret to all webhook's payload where it has been missing (#5199)
  3743    * Fix race on updatesize (#5190)
  3744    * Fix create team, update team missing units (#5188)
  3745    * Fix sqlite lock (#5184 & #5176)
  3746    * Fix showing pull request link when delete a branch (#5166)
  3747    * Fix JSON result of empty array in heatmap data array (#5154)
  3748    * Update build tags for sqlite_unlock notify (#5144)
  3749    * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136)
  3750    * Fix deadlock when sqlite (#5118)
  3751    * Add comment replies (#5104)
  3752    * Fix home page template regression (#5102)
  3753    * Fix regex to support optional end line of old section in diff hunk (#5096)
  3754    * LDAP via simple auth separate bind user and search base (#5055)
  3755    * Fix markdown image with link (#4675)
  3756    * Fix to 3819 - Filtering issues by tags on main screen issues (#3824)
  3757  * ENHANCEMENTS
  3758    * Delete organization endpoint added (#5601)
  3759    * Update Licenses (#5558)
  3760    * Support reverse proxy providing email (#5554)
  3761    * Add git protocol v2 support via SSH on Docker image (#5520)
  3762    * Add tests for api user orgs (#5494)
  3763    * Allow link verification for services like Mastodon (#5481)
  3764    * Improve team members and repositories settings UI (#5457)
  3765    * Remove the required class from optional ssh port in installation page (#5428)
  3766    * Explicitly disable Git credential helper (#5367)
  3767    * Setting Labels via EditPullRequest API (#5347)
  3768    * Implement pasting image from clipboard for browsers that supports that (#5317)
  3769    * Milestone issues and pull requests (#5293)
  3770    * Support envs on external render commands (#5278)
  3771    * Add option to disable automatic mirror syncing. (#5242)
  3772    * Remove unused db init on commands serv, update, hooks (#5225)
  3773    * Serve audio files using HTML5 audio tag (#5221)
  3774    * Pass link prefixes to external markup parsers (#5201)
  3775    * Add AutoHead functionality. (#5186)
  3776    * Fix emojis not showing in commit messages (#5168)
  3777    * Block registration based on email domain (#5157)
  3778    * Update vendor/go-sqlite3 (#5133 & #5162)
  3779    * Update x/net lib (#5169)
  3780    * Show review summary in pull requests (#5132)
  3781    * Use type switch (#5122)
  3782    * Remove duplicated if bodies (#5121)
  3783    * Remove check for negative length (#5120)
  3784    * Make switch more clear (#5119)
  3785    * Use named const instead of a raw string (#5115)
  3786    * Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#5094)
  3787    * Refactor: err != nil check, just return error instead (#5093)
  3788    * Add notification interface and refactor UI notifications (#5085)
  3789    * Use APP_NAME on home page (#5048)
  3790    * Explicitly decide whether to  use TLS in mailer's configuration (#5024)
  3791    * Generate random password (#5023)
  3792    * UX of link account (Step 1) (#5006)
  3793    * Make sure argsSet verifies string isn't empty too (#4980)
  3794    * Improve performance of dashboard (#4977)
  3795    * Keys API changes (#4960)
  3796    * Add must-change-password flag to cli for creating a user (#4955)
  3797    * Use native go method to get current user rather than environment variable (#4930)
  3798    * Make gitea serv use api/internal (#4886)
  3799    * Add support for search by uid (#4876)
  3800    * Allow to add organization members as collaborators on organization owned repositories (#4748)
  3801  * TESTING
  3802    * Kill testing processes if the test takes too long (#5174)
  3803    * Update outdated Go toolchain version for .drone.yml (#5146)
  3804    * Increase the retry limit to 20 times and the interval to 200ms (#5134)
  3805    * Retry test-fixtures loading in case of transaction rollback (#5125)
  3806    * Added test environment for mssql (#4282)
  3807  * BUILD
  3808    * Replace lint to revive (#5422)
  3809    * Update golang version in Dockerfile (#5246)
  3810  * DOCS
  3811    * Typo in routers/api/v1/org/org.go fixed. (#5598)
  3812    * Update the docs for sqlite_unlock_notify (#5145)
  3813    * CN translation of docs part (#5049)
  3814    * Kubernetes deployment file (#5046)
  3815  * MISC
  3816    * Upgrade alpine to 3.8 (#5423)
  3817    * Git-Trees API (#5403)
  3818    * Only chown directories during docker setup if necessary. Fix #4425 (#5064)
  3819  
  3820  ## [1.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15
  3821  
  3822  * BUGFIX
  3823    * Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
  3824    * When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
  3825    * Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
  3826  
  3827  ## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
  3828  
  3829  * SECURITY
  3830    * Prevent DeleteFilePost doing arbitrary deletion (#5631)
  3831  * BUGFIX
  3832    * Fix wrong text getting saved on editing second comment on an issue (#5608)
  3833  
  3834  ## [1.6.2](https://github.com/go-gitea/gitea/releases/tag/v1.6.2) - 2018-12-21
  3835  
  3836  * SECURITY
  3837    * Sanitize uploaded file names (#5571) (#5573)
  3838    * HTMLEncode user added text (#5570) (#5575)
  3839  * BUGFIXES
  3840    * Fix indexer reindex bug when gitea restart (#5563) (#5564)
  3841    * Remove a double slash in the HTTPS redirect with Let's Encrypt (#5537) (#5539)
  3842    * Fix bug when a read perm user to edit his issue (#5516) (#5534)
  3843    * Detect force push failure on deletion of protected branches (#5522) (#5531)
  3844    * Let's Encrypt handler listens on correct port for certificate validation (#5525) (#5527)
  3845    * Fix forgot deletion of notification when delete repository (#5506) (#5514)
  3846    * Fix undeleted content when deleting user (#5429) (#5509)
  3847    * Fix empty wiki (#5504) (#5508)
  3848  
  3849  ## [1.6.1](https://github.com/go-gitea/gitea/releases/tag/v1.6.1) - 2018-12-08
  3850  
  3851  * BUGFIXES
  3852    * Fix dependent issue searching when gitea is run in subpath (#5392) (#5400)
  3853    * API: '/orgs/:org/repos': return private repos with read access (#5393)
  3854    * Fix repository deletion when there is large number of issues in it (#5426) (#5434)
  3855    * Word-break the WebHook url to prevent a ui-break (#5445)
  3856    * Admin should be able to delete repos via the API even if they are not a member of the organization (#5443) (#5447)
  3857    * Ensure that the `closed_at` is set for closed (#5450)
  3858    * Fix topic name length on database (#5493) (#5495)
  3859  
  3860  ## [1.6.0](https://github.com/go-gitea/gitea/releases/tag/v1.6.0) - 2018-11-22
  3861  
  3862  * BREAKING
  3863    * Respect email privacy option in user search via API (#4512)
  3864    * Simply remove tidb and deps (#3993)
  3865    * Swagger.v1.json template (#3572)
  3866  * SECURITY
  3867    * Add CSRF checking to reqToken and add reqToken to admin API routes (#5272) (#5250)
  3868    * Improve URL validation for external wiki  and external issues (#4710)
  3869    * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)
  3870    * Don't disclose emails of all users when sending out emails (#4664)
  3871    * Check that repositories can only be migrated to own user or organizations (#4366)
  3872  * FEATURES
  3873    * Add comment replies (#5147) (#5104)
  3874    * Pull request review/approval and comment on code (#3748)
  3875    * Added dependencies for issues (#2196) (#2531)
  3876    * Add the ability to have built in themes in Gitea and provide dark theme arc-green (#4198)
  3877    * Add sudo functionality to the API (#4809)
  3878    * Add oauth providers via cli (#4591)
  3879    * Disable merging a WIP Pull request (#4529)
  3880    * Force user to change password (#4489)
  3881    * Add letsencrypt to Gitea (#4189)
  3882    * Add push webhook support for mirrored repositories (#4127)
  3883    * Add csv file render support defaultly (#4105)
  3884    * Add Recaptcha functionality to Gitea (#4044)
  3885  * ENHANCEMENTS
  3886    * Fix milestones sorted wrongly (#4987)
  3887    * Allow api to create tags for releases if they don't exist (#4890)
  3888    * Fix #4877 to follow the OpenID Connect Audiences spec (#4878)
  3889    * Enforce token on api routes [fixed critical security issue #4357] (#4840)
  3890    * Update legacy branch and tag URLs in dashboard to new format (#4812)
  3891    * Slack webhook channel name cannot be empty or just contain an hashtag (#4786)
  3892    * Add whitespace handling to PR-comparison (#4683)
  3893    * Make reverse proxy auth optional (#4643)
  3894    * MySQL TLS (#4642)
  3895    * Make sure to set PR split view when creating/previewing a pull request  (#4617)
  3896    * Log user in after a successful sign up (#4615)
  3897    * Fix typo IsPullReuqestBroken -> IsPullRequestBroken (#4578)
  3898    * Allow admin toggle forcing a password change for newly created users (#4563)
  3899    * Update jQuery to v1.12.4 (#4551)
  3900    * Env var GITEA_PUSHER_EMAIL (#4516)
  3901    * Feat(repo): support search repository by topic name (#4505)
  3902    * Small improvements to dependency UI (#4503)
  3903    * Make max commits in graph configurable (#4498)
  3904    * Add valid for lfs oid (#4461)
  3905    * Add shortcut to save wiki page (#4452)
  3906    * Allow administrator to create repository for any organization (#4368)
  3907    * Fix repository last updated time update when delete a user who watched the repo (#4363)
  3908    * Switch plaintext scratch tokens to use hash instead (#4331)
  3909    * Increase default TOTP secret size to 320 bits (#4287)
  3910    * Keep preseeded database password (#4284)
  3911    * Implemented hover text showing user FullName (#4261)
  3912    * Add ability to delete a token (#4235)
  3913    * Fix typos in i18n variable names. (#4080)
  3914    * Api: repos/search: add parameters to control the sort order (#3964)
  3915    * Add missing path in the Docker app.ini template (#2181)
  3916    * Add file name and branch to page title (#4902)
  3917    * Offline use of google fonts (#4872)
  3918    * Add missing History link to directory listings v2 (#4829)
  3919    * Locale for Edit and Remove due date issue (#4802)
  3920    * Disable 'May Import Local Repository' when is disabled by setting (Is… (#4780)
  3921    * API /admin/users/{username} missing parameter (#4775)
  3922    * Display error when adding a user to a team twice (#4746)
  3923    * Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)
  3924    * Focus title input when clicking helper link (#4696)
  3925    * Add vendor to user reserved words and format words list according alphabet (#4685)
  3926    * Add gitea/issues link to 500 page (#4654)
  3927    * Hide home button when landing page is not set to home (#4651)
  3928    * Remove link to GitHub issues in 404 template (#4639)
  3929    * Cmd/serve: pprof cpu and memory profile dumps to disk (#4560)
  3930    * Add flash message after an account has been successfully activated (#4510)
  3931    * Prevent html entity escaping on delete branch (#4471)
  3932    * Locale for button Edit on protected branch (#4442)
  3933    * Update notification icon (#4343)
  3934    * Added front-end topics validation (#4316)
  3935    * Don't display buttons if there are no system notifications (#4280)
  3936    * Issue due date api (#3890)
  3937  * BUGFIXES
  3938    * dont' send assign webhooks when creating issue (#5365)
  3939    * Fix create team, update team missing units (#5188)
  3940    * Fix file edit change preview functionality (#5300)
  3941    * *ix bug when users have serval teams with different units on different repositories (#5307)
  3942    * Fix U2F if gitea is configured in subpath (#5302)
  3943    * Fix markdown image with link (#4675)
  3944    * Remove maxlines option for file logger (#5282)
  3945    * Fix wrong api request url for instances running in subfolders (#5261) (#5247)
  3946    * Accept web-command cli flags if web-command is committed (#5245) (#5200)
  3947    * Reduce join star, repo_topic, topic tables on repo search, to resolve extra columns problem on MSSQL (#5136) (#5229)
  3948    * Fix data race on migrate repository (#5224) (#5230)
  3949    * Add secret to all webhook's payload where it has been missing (#5208) (#5199)
  3950    * Fix sqlite and MSSQL lock (#5210) (#5223) (#5214) (#5218) (#5176) (#5179)
  3951    * Fix race on updatesize (#5190) (#5215)
  3952    * Fix filtering issues by tags on main screen issues (#5219) (#3824)
  3953    * Fix SQL quoting (#5137) (#5117)
  3954    * Fix regex to support optional end line of old section in diff hunk (#5097) (#5096)
  3955    * Fix release creation via API (#5076)
  3956    * Remove links from topics in edit mode  (#5026)
  3957    * Fix missing AppSubUrl in few more templates (fixup) (#5021)
  3958    * Fix missing AppSubUrl in some templates (#5020)
  3959    * Hide outdated comments in file view (#5017)
  3960    * Upgrade gopkg.in/testfixtures.v2 (#4999)
  3961    * Disable debug routes unless PPROF is enabled in configuration (#4995)
  3962    * Fix user menu item styling (#4985)
  3963    * Fix layout of the topics editing form (#4971)
  3964    * Fix null pointer dereference in ParseCommitWithSignature (#4962)
  3965    * Fix url in discord webhook (#4953)
  3966    * Detect charset and convert non UTF-8 files for display (#4950)
  3967    * Make sure to catch the right error so it is displayed on the UI (#4945)
  3968    * Fix(topics): don't redirect to explore page. (#4938)
  3969    * Fix bug forget to remove Stopwatch when remove repository (#4928)
  3970    * Fix bug when repo remained bare if multiple branches pushed in single push (#4923)
  3971    * Fix: Crippled diff (#4726) (#4900)
  3972    * Fix trimming of markup section names (#4863)
  3973    * Issues api allow pulls and fix #4832 (#4852)
  3974    * Do not autocreate directory for new users/orgs (#4828) (#4849)
  3975    * Fix redirect with non-ascii branch names (#4764) (#4810)
  3976    * Fix missing release title in webhook (#4783) (#4796)
  3977    * User shouldn't be able to approve or reject his/her own PR (#4729)
  3978    * Make sure to reset commit count in the cache on mirror syncing (#4720)
  3979    * Fixed bug where team with admin privilege type doesn't get any unit  (#4719)
  3980    * Fix incorrect caption of webhook setting (#4701) (#4717)
  3981    * Allow WIP marker to contains < or > (#4709)
  3982    * Hide org/create menu item in Dashboard if user has no rights (#4678) (#4680)
  3983    * Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645)
  3984    * Fix custom templates being ignored (#4638)
  3985    * Fix starring icon after semantic ui update (#4628)
  3986    * Fix Split-View line adjustment (#4622)
  3987    * Fix integer constant overflows in tests (#4616)
  3988    * Push whitelist now doesn't apply to branch deletion (#4601) (#4607)
  3989    * Fix bugs when too many IN variables (#4594)
  3990    * Fix failure on creating pull request with assignees (#4419) (#4583)
  3991    * Fix panic issue on update avatar email (#4580) (#4581)
  3992    * Fix status code label for a successful webhook (#4540)
  3993    * An inactive user shouldn't be able to be added as a collaborator (#4535)
  3994    * Don't fail silently if trying to add a collaborator twice (#4533)
  3995    * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#4525)
  3996    * Fix out-of-transaction query in removeOrgUser (#4521) (#4522)
  3997    * Fix migration from older releases (#4495)
  3998    * Accept 'Data:' in commit graph (#4487)
  3999    * Update xorm to latest version and fix correct `user` table referencing in sql (#4473)
  4000    * Relative URLs for LibreJS page (#4460)
  4001    * Redirect to correct page after using scratch token (#4458)
  4002    * Fix column droping for MSSQL that need new transaction for that (#4440)
  4003    * Replace src with raw to fix image paths (#4377)
  4004    * Add default merge options when creating new repository (#4369)
  4005    * Fix docker build (#4358)
  4006    * Fixes repo membership check in API (#4341)
  4007    * Dep upgrade mysql lib (#4161)
  4008    * Fix some issues with special chars in branch names (#3767)
  4009    * Responsive design fixes (#4508)
  4010  * TRANSLATION
  4011    * Fix punctuation in English translation (#4958)
  4012    * Fix translation (#4355)
  4013  
  4014  ## [1.5.3](https://github.com/go-gitea/gitea/releases/tag/v1.5.3) - 2018-10-31
  4015  
  4016  * SECURITY
  4017    * Fix remote command execution vulnerability in upstream library (#5177) (#5196)
  4018  
  4019  ## [1.5.2](https://github.com/go-gitea/gitea/releases/tag/v1.5.2) - 2018-10-09
  4020  
  4021  * SECURITY
  4022    * Enforce token on api routes (#4840) (#4905)
  4023  * BUGFIXES
  4024    * Remove links from topics in edit mode (#5030)
  4025    * Detect charset and convert non UTF-8 files for display (#4950) (#4994)
  4026    * Fix layout of the topics editing form (#4971) (#4993)
  4027    * Fix null pointer dereference in ParseCommitWithSignature (#4964)
  4028    * Fix url in discord webhook (#4951)
  4029    * Fix font-cropping UI bug in diff (#4726) (#4929)
  4030    * Fix bug forget to remove Stopwatch when remove repository (#4933)
  4031    * Fix bug when repo remained bare if multiple branches pushed (#4927)
  4032    * Fix redirect with non-ascii branch names (#4764) (#4887)
  4033    * Fix issues api allow pulls (#4852) (#4862)
  4034    * Fix trimming of markup section names (#4864)
  4035  
  4036  ## [1.5.1](https://github.com/go-gitea/gitea/releases/tag/v1.5.1) - 2018-09-03
  4037  
  4038  * SECURITY
  4039    * Don't disclose emails of all users when sending out emails (#4784)
  4040    * Improve URL validation for external wiki and external issues (#4710) (#4740)
  4041    * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) (#4707)
  4042  * BUGFIXES
  4043    * Fix missing release title in webhook (#4783) (#4800)
  4044    * Make sure to reset commit count in the cache on mirror syncing (#4770)
  4045    * Fixed bug where team with admin privilege type doesn't get any unit (#4759)
  4046    * Fix failure on creating pull request with assignees (#4583) (#4727)
  4047    * Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)
  4048  * TRANSLATION
  4049    * Fix incorrect caption of webhook setting (#4701) (#4718)
  4050  
  4051  ## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
  4052  
  4053  * SECURITY
  4054    * Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
  4055    * Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
  4056    * Do not allow to reuse TOTP passcode (#3878)
  4057  * BUGFIXES
  4058    * Fix column droping for MSSQL that need new transaction for that (#4440) (#4484)
  4059    * Redirect to correct page after using scratch token (#4458) (#4472)
  4060    * Replace src with raw to fix image paths (#4377) (#4386)
  4061    * Fixes repo membership check in API (#4341) (#4379)
  4062    * Add default merge options when adding new repository (#4369) (#4373)
  4063    * Fix repository last updated time update when delete a user who watched the repo (#4363) (#4371)
  4064    * Fix html entity escaping in branch deletion message (#4471) (#4485)
  4065    * Fix out-of-transaction query in removeOrgUser (#4521) (#4524)
  4066    * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519)
  4067    * Fix panic issue on update avatar email (#4580) (#4590)
  4068    * Fix bugs when too many IN variables (#4594) (#4597)
  4069    * Push whitelist now doesn't apply to branch deletion (#4601) (#4640)
  4070    * Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645) (#4650)
  4071  * FEATURES
  4072    * Add cli commands to regen hooks & keys (#3979)
  4073    * Add support for FIDO U2F (#3971)
  4074    * Added user language setting (#3875)
  4075    * LDAP Public SSH Keys synchronization (#1844)
  4076    * Add topic support (#3711)
  4077    * Multiple assignees (#3705)
  4078    * Add protected branch whitelists for merging (#3689)
  4079    * Global code search support (#3664)
  4080    * Add label descriptions (#3662)
  4081    * Add issue search via API (#3612)
  4082    * Add repository setting to enable/disable health checks (#3607)
  4083    * Emoji Autocomplete (#3433)
  4084    * Implements generator cli for secrets (#3531)
  4085  * ENHANCEMENTS
  4086    * Add more webhooks support and refactor webhook templates directory (#3929)
  4087    * Add new option to allow only OAuth2/OpenID user registration (#3910)
  4088    * Add option to use paged LDAP search when synchronizing users (#3895)
  4089    * Symlink icons (#1416)
  4090    * Improve release page UI (#3693)
  4091    * Add admin dashboard option to run health checks (#3606)
  4092    * Add branch link in branch list (#3576)
  4093    * Reduce sql query times in retrieveFeeds (#3547)
  4094    * Option to enable or disable swagger endpoints (#3502)
  4095    * Add missing licenses (#3497)
  4096    * Reduce repo indexer disk usage (#3452)
  4097    * Enable caching on assets and avatars (#3376)
  4098    * Add repository search ordered by stars/forks. Forks column in admin repo list (#3969)
  4099    * Add Environment Variables to Docker template (#4012)
  4100    * LFS: make HTTP auth period configurable (#4035)
  4101    * Add config path as an optionial flag when changing pass via CLI (#4184)
  4102    * Refactor User Settings sections (#3900)
  4103    * Allow square brackets in external issue patterns (#3408)
  4104    * Add Attachment API (#3478)
  4105    * Add EnableTimetracking option to app settings (#3719)
  4106    * Add config option to enable or disable log executed SQL (#3726)
  4107    * Shows total tracked time in issue and milestone list (#3341)
  4108  * TRANSLATION
  4109    * Improve English grammar and consistency (#3614)
  4110  * DEPLOYMENT
  4111    * Allow Gitea to run as different USER in Docker (#3961)
  4112    * Provide compressed release binaries (#3991)
  4113    * Sign release binaries (#4188)
  4114  
  4115  ## [1.4.3](https://github.com/go-gitea/gitea/releases/tag/v1.4.3) - 2018-06-26
  4116  
  4117  * SECURITY
  4118    * HTML-escape plain-text READMEs (#4192) (#4214)
  4119    * Fix open redirect vulnerability on login screen (#4312) (#4312)
  4120  * BUGFIXES
  4121    * Fix broken monitoring page when running processes are shown (#4203) (#4208)
  4122    * Fix delete comment bug (#4216) (#4228)
  4123    * Delete reactions added to issues and comments when deleting repository (#4232) (#4237)
  4124    * Fix wiki URL encoding bug (#4091) (#4254)
  4125    * Fix code tab link when viewing tags (#3908) (#4263)
  4126    * Fix webhook type conflation (#4285) (#4285)
  4127  
  4128  ## [1.4.2](https://github.com/go-gitea/gitea/releases/tag/v1.4.2) - 2018-06-04
  4129  
  4130  * BUGFIXES
  4131    * Adjust z-index for floating labels (#3939) (#3950)
  4132    * Add missing token validation on application settings page (#3976) #3978
  4133    * Webhook and hook_task clean up (#4006)
  4134    * Fix webhook bug of response info is not displayed in UI (#4023)
  4135    * Fix writer cannot read bare repo guide (#4033) (#4039)
  4136    * Don't force due date to current time (#3830) (#4057)
  4137    * Fix wiki redirects (#3919) (#4065)
  4138    * Fix attachment ENABLED (#4064) (#4066)
  4139    * Added deletion of an empty line at the end of file (#4054) (#4074)
  4140    * Use ResolveReference instead of path.Join (#4073)
  4141    * Fix #4081 Check for leading / in base before removing it (#4083)
  4142    * Respository's home page not updated after first push (#4075)
  4143  
  4144  ## [1.4.1](https://github.com/go-gitea/gitea/releases/tag/v1.4.1) - 2018-05-03
  4145  
  4146  * BREAKING
  4147    * Add "error" as reserved username (#3882) (#3886)
  4148  * SECURITY
  4149    * Do not allow inactive users to access repositories using private key (#3887) (#3889)
  4150    * Fix path cleanup in file editor, when initilizing new repository and LFS oids  (#3871) (#3873)
  4151    * Remove unnecessary allowed safe HTML (#3778) (#3779)
  4152    * Correctly check http git access rights for reverse proxy authorized users (#3721) (#3743)
  4153  * BUGFIXES
  4154    * Fix to use only needed columns from tables to get repository git paths (#3870) (#3883)
  4155    * Fix GPG expire time display when time is zero (#3584) (#3884)
  4156    * Fix to update only issue last update time when adding a comment (#3855) (#3860)
  4157    * Fix repository star count after deleting user (#3781) (#3783)
  4158    * Use the active branch for the code tab (#3720) (#3776)
  4159    * Set default branch name on first push (#3715) (#3723)
  4160    * Show clipboard button if disable HTTP of git protocol (#3773) (#3774)
  4161  
  4162  ## [1.4.0](https://github.com/go-gitea/gitea/releases/tag/v1.4.0) - 2018-03-25
  4163  
  4164  * BREAKING
  4165    * Drop deprecated GOGS\_WORK\_DIR use (#2946)
  4166    * Fix API status code for hook creation (#2814)
  4167  * SECURITY
  4168    * Escape branch name in dropdown menu (#3691) (#3692)
  4169    * Refactor and simplify to correctly validate redirect to URL (#3674) (#3676)
  4170    * Fix escaping changed title in comments (#3530) (#3534)
  4171    * Escape search query (#3486) (#3488)
  4172    * Sanitize logs for mirror sync (#3057)
  4173  * FEATURES
  4174    * Serve .patch and .diff for pull requests (#3305, #3293)
  4175    * Add repo-sync-releases admin command (#3254)
  4176    * Support default private when creating or migrating repository (#3239)
  4177    * Writable deploy keys (closes #671) (#3225)
  4178    * Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188)
  4179    * Added progressbar for issues with checkboxes (#1146). (#3171)
  4180    * Mention completion for issue editor. (#3136)
  4181    * Add 'mark all read' option to notifications (#3097)
  4182    * Git LFS lock api (#2938)
  4183    * Add reactions to issues/PR and comments (#2856)
  4184    * Add dingtalk webhook  (#2777)
  4185    * Responsive view (#2750)
  4186  * BUGFIXES
  4187    * Fix wiki inter-links with spaces (#3560) (#3632)
  4188    * Fix query protected branch bug (#3563) (#3571)
  4189    * Fix remove team member issue (#3566) (#3570)
  4190    * Fix the protected branch panic issue (#3567) (#3569)
  4191    * If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565)
  4192    * Bug fix for mirrored repository releases sorted (#3522) (#3555)
  4193    * Add issue closed time column to fix activity closed issues list (#3537) (#3540)
  4194    * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
  4195    * Fixes missing avatars in offline mode (#3471) (#3477)
  4196    * Fix synchronization bug in repo indexer (#3455) (#3461)
  4197    * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463)
  4198    * Fix webhook X-GitHub-* headers casing for better compatibility (#3429)
  4199    * Add content type and doctype to requests made with go-get (#3426, #3423)
  4200    * Fix SQL type error for webhooks (#3424)
  4201    * Fix PR merge error (#3421)
  4202    * Recognize more characters in crossreferenced repo name (#3413)
  4203    * Fix MSSQL bug on org (#3405)
  4204    * HTML escape all lines of the search result (#3402)
  4205    * Change local copy origin url after repository rename (#3399)
  4206    * Force-push to base repo's ref/pull/#/head (#3393)
  4207    * Fix bug when a user delete but assigned on issue (#3318)
  4208    * Use issue number/index instead of id for API URL. Fix #3297 (#3298)
  4209    * Fix repo-transfer-and-team-repo-count bug (#3241)
  4210    * Fix always-on SSL Mode checkbox in admin page (#3208)
  4211    * Fix source download link when no code unit allowed (#3166)
  4212    * Fix org owner cannot be removed if he is not in owner team (#3164)
  4213    * Fix run web with -p push failed (#3154)
  4214    * Fix gpg tmpl (#3153)
  4215    * Fix SSH auth lfs locks (#3152)
  4216    * Improvements for supporting UI Location (#3146)
  4217    * Fix new pull request link (#3133)
  4218    * Fix missing branch in release bug (#3108)
  4219    * Allow adding collaborators with (fullname) (#3103)
  4220    * Fix repo links (#3093)
  4221    * fix lfs url refs + keep path upper/lowercase in db. (#3092)
  4222    * Fix redis session failed (#3086)
  4223    * Fix bugs in issue dashboard stats (#3073)
  4224    * Fix avatar URLs (#3069)
  4225    * Fix ref parsing in commit messages (#3067)
  4226    * Fix issue list branch link broken (#3061)
  4227    * sendmail: correct option to set envelope-sender (#3044)
  4228    * Fix missing password length check when change password (#3039)
  4229    * Fix git lfs path (#3016)
  4230    * Fix API-Endpoint release (#3005) (#3012)
  4231    * Set OpenID support on by default when installing new instance (#3010)
  4232    * Various wiki bug fixes (#2996)
  4233    * Fix go-get, src and raw urls to new scheme (#2978)
  4234    * Fix error when add user has full name to team (#2973)
  4235    * Fix memcache support when value is returned as string always (#2924)
  4236  * ENHANCEMENTS
  4237    * Use GiteaServer as the user agent for http requests (#3404)
  4238    * Delete indexer DB entries when (re)creating index (#3385)
  4239    * Change how merged PR commit info are prepared (#3368)
  4240    * Asynchronously populate the repo indexer (#3366)
  4241    * Make the default action for the gitea executable that of running the webserver (#3331)
  4242    * Templates for extra links in top navbar and repo tool tabs. (#3308)
  4243    * Fixed asterisk based tasklist items #3295 (#3296)
  4244    * Add more additional template snippets (#3286)
  4245    * Open external tracker in blank window, consistently with wiki (#3227)
  4246    * Fix repo links on user profile (#3197)
  4247    * Enable emoji for wiki view (#3158)
  4248    * Small improve on deleting attachements (#3145)
  4249    * Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)
  4250    * Default log level to Info without hardcoding it in installer (#3041)
  4251    * Memory usage improvements (#3013)
  4252    * Add fingerprint to ssh key endpoints. (#3009)
  4253    * Improve memory usage when reaching diff limits (#2990)
  4254    * Expandable commit bodies (#2980)
  4255    * Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)
  4256    * Fix language names (#2955)
  4257    * Remove render issue link (#2954)
  4258    * Page parameter for repo search API (#2915)
  4259    * Apply LANDING\_PAGE config options for logged in users (#2894)
  4260    * Enable admin to search by email (#2888)
  4261    * Hide add key button if SSH is disabled (#2873)
  4262    * Fix comment API paths (#2813)
  4263    * Add an option to allow redirect of http port 80 to https. (#1928)
  4264  * MISC
  4265    * Fix organization profile on mobile devices (#3332)
  4266    * Fix guide link for webhooks in repository settings (#3291) (#3292)
  4267    * Enable Libravatar by default in new installations (#3287)
  4268    * Improve suppressed diff boxes (#3193)
  4269    * fix button heights on commits page (#3091)
  4270    * Minor copy changes (#3074)
  4271    * Sort repos in issues dashboard sidebar (#3072)
  4272    * Remove box-shadow from UI, fix dashboard issue (#3065)
  4273    * Adjust branch button size (#3063)
  4274    * Fix misalignment issue in repo header (#3062)
  4275    * Delete a user's public key via admin api (closes #3014) (#3059)
  4276    * Dashboard: Fix line height problem in issue titles (#3054)
  4277    * Remove duplicate "Max Diff Lines" from config view (#2987)
  4278    * Drop unmaintained gogs migration script (#2947)
  4279    * App restarts to quickly if it fails to start. (#2945)
  4280    * Add owner to delete repo message (#2886)
  4281  
  4282  ## [1.3.1](https://github.com/go-gitea/gitea/releases/tag/v1.3.1) - 2017-12-08
  4283  
  4284  * BUGFIXES
  4285    * Sanitize logs for mirror sync (#3057, #3082) (#3078)
  4286    * Fix missing branch in release bug (#3108) (#3117)
  4287    * Fix repo indexer and submodule bug (#3107) (#3110)
  4288    * Fix legacy URL redirects (#3100) (#3106)
  4289    * Fix redis session failed (#3086) (#3089)
  4290    * Fix issue list branch link broken (#3061) (#3070)
  4291    * Fix missing password length check when change password (#3039) (#3071)
  4292  
  4293  ## [1.3.0](https://github.com/go-gitea/gitea/releases/tag/v1.3.0) - 2017-11-29
  4294  
  4295  * BREAKING
  4296    * Make URL scheme unambiguous (#2408)
  4297  * FEATURES
  4298    * Add branch overiew page (#2108)
  4299    * Code/repo search (#2582)
  4300    * Add Activity page to repository (#2674)
  4301    * Issue Timetracking (#2211)
  4302    * Add orgmode document type on file view and readme (#2525)
  4303    * Add external markup render support (#2570)
  4304    * Implementation of discord webhook (#2402)
  4305    * Webhooks for repo creation/deletion (#1663)
  4306    * Complete push webhooks (#2530)
  4307    * Add possibility to record branch information in an issue (#780)
  4308    * Create new branch from branch selection dropdown (#2130)
  4309    * Implementation of all repositories of a user from user->settings (#1740)
  4310    * Add LFS object verification step after upload (#2868)
  4311    * Configurable SSH cipher suite (#913)
  4312    * Disable custom Git Hooks globally via configuration file (#2450)
  4313    * Sync releases table with tags on push and for mirrors (#2459)
  4314  * BUGFIXES
  4315    * Fix label comments for French locale (#3017)
  4316    * Remove duplicate "Max Diff Lines" from config view (#3001)
  4317    * Fix over-escaped characters (#2992)
  4318    * Fix go-get, src and raw urls to new scheme (#2986)
  4319    * Fix error when add user has full name to team (#2975)
  4320    * Fix files/commits of merged PRs (#2970)
  4321    * Update golang x/crypto dependencies - Fix SSH transport fail (#2951)
  4322    * Fix memcache support when value is returned as string always (#2950)
  4323    * Fix issue link rendering in commit messages (#2897)
  4324    * Fix adding a new authentication source after selecting OAuth (#2889)
  4325    * Fix new branch creation to new url scheme (#2884)
  4326    * Allow spaces in username for LDAP users (#2880)
  4327    * Fix LFS not returning correct content length when requesting a range … (#2864)
  4328    * Fix fork repository cycle to self (#2860)
  4329    * Fix click create pull request button 404 (#2859)
  4330    * Fix API raw file content access for default branch (#2849)
  4331    * Clean repository ROOT directory name with filepath.Clean (#2846)
  4332    * Fix API raw requests for commits and tags (#2841)
  4333    * Fix order of comments (#2835)
  4334    * Issue content should not be updated when closing with comment (#2833)
  4335    * Fix ordering in app.ini and fix run mode option (#2829)
  4336    * Fix redirect url of legacy commits route (#2825)
  4337    * Fix commits page url (#2823)
  4338    * Fix wrong translations (#2818)
  4339    * Fix dropdown menu position when explore repos (#2808)
  4340    * Fix Git LFS object/repo link storage in database and small refactoring (#2803)
  4341    * Use relative URLs for avatars on the dashboard (#2800)
  4342    * Add checks for commits with missing author and time (#2771)
  4343    * Fix emojify image URL (#2769)
  4344    * Hide unactive on explore users and some refactors (#2741)
  4345    * Fix IE unsupported javascript construction in branch dropdown (#2736)
  4346    * Only update mirror last update after successful sync (#2730)
  4347    * Fix semantic-ui style conflict with v-cloak (#2722)
  4348    * Fixing wrong translation on sort type oldest/latest (#2720)
  4349    * Fix PR, milestone and label functionality if issue unit is disabled (#2710)
  4350    * Fix plain readme didn't render correctly on repo home page (#2705)
  4351    * Fix organization removal from watch table migration (#2703)
  4352    * Fix repository search function (#2689)
  4353    * fix panic on gogs webhook creation (#2675)
  4354    * Fix orgnization user watch repository (#2670)
  4355    * GPG key email verification no longer case sensitive (#2661) (#2663)
  4356    * Fix index column deletion (#2651)
  4357    * table `pull_request` wasn't updated correctly (#2649)
  4358    * Fix go get response if only app URL is custom in configuration (#2634)
  4359    * Fix doubled issue tab introduced in migration v16 (#2611)
  4360    * Rewrite migrations to not depend on future code changes (#2604)
  4361    * Fix implementation of repo Home func (#2601)
  4362    * Fix translation upload to crowdin (#2599)
  4363    * Reduce usage of allcols on update (#2596)
  4364    * fix go get subpackage bug (#2584)
  4365    * Fix broken migration to add can_push field back to table (#2574)
  4366    * fix readme view bug (#2566)
  4367    * Fix sending mail with a non-latin display name. #2102 (#2559)
  4368    * Restricting access to fork functioanlity to users with Code access (#2534)
  4369    * fix updated update on public key (#2514)
  4370    * Added bucket name to s3 drone plugin (#2505)
  4371    * fixes 500 error on dashboard when using MSSQL (#2504)
  4372    * fix wrong rendering of commit detail page (#2503)
  4373    * Hotfix: Add time manually adds time in nanoseconds (#2499)
  4374    * Remove repository mirrors from "collaborative" list (#2497)
  4375    * fix release failed since the wrong token name (#2496)
  4376    * Fix slice out of bounds error in mailer (#2479)
  4377    * Fix #2470 (#2477)
  4378    * fix orgnization webhooks (#2422)
  4379    * fix webhook test (#2415)
  4380    * fix missing orgnization discord webhook (#2414)
  4381    * Fix route handler order (#2409)
  4382    * Prevent sending emails and notifications to inactive users (#2384)
  4383    * Move themes to plugin directory. Fixes #2372 (#2375)
  4384    * fix duplicated feed (#2370)
  4385    * Fix missing collabrative repos (#2367)
  4386    * Only check at least one email gpg key (#2266)
  4387    * don't check minimum key size when disabled (#1754)
  4388    * Fix run command race (#1470)
  4389    * fix .netrc authentication (#2700)
  4390    * Fix so that user can still fork his own repository to his organizations (#2699)
  4391    * Fix can_push value to false in protected_branch (#2560)
  4392    * Fix copy in email templates (#2801)
  4393    * Fix inconsistencies in user settings UI (#2901)
  4394    * Fix attachments icon size on zoom in/out (#2853)
  4395    * Fix ignored errors in API route (#2850)
  4396    * Fix activity css conflict with semantic ui (#2758)
  4397    * Fix notifications tabs according to semantic-ui docs (#2733)
  4398    * Fix typos in app.ini (#2732)
  4399    * Fix duplicated rel attribute (#2549)
  4400    * Fix tests code to prevent some runtime errors (#2381)
  4401  * ENHANCEMENTS
  4402    * Memory usage improvements and lower minimal git requirement to 1.7.2 (#3013) (#3028)
  4403    * Set OpenID support on by default when installing new instance (#3010) (#3027)
  4404    * Use api.TrackedTime in API (#2807)
  4405    * Configurable SSH key exchange algorithm and MAC suite (#2806)
  4406    * Add Safari pinned tab icon (#2799)
  4407    * Improve force push detect when push (#2798)
  4408    * Add wrapping to long diff lines (#2789)
  4409    * Link members and repositories count to each page on org home. (#2787)
  4410    * Show Sendmail settings on admin config page (#2782)
  4411    * Add commit count caching (#2774)
  4412    * Use identicon image for default gravatar. (#2767)
  4413    * Add default ssh ciphers (#2761)
  4414    * Remove manual of unsupported option (#2757)
  4415    * Add search mode option to /api/repo/search (#2756)
  4416    * Move swagger-ui under /api/v1 (#2746)
  4417    * Add support for extra sendmail arguments (#2731)
  4418    * Use buffersize to reduce database connection when iterate (#2724)
  4419    * Render plain text README.txt monospaced (#2721)
  4420    * Integration test for activity page (#2704)
  4421    * Merge password and 2fa page on user settings (#2695)
  4422    * Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)
  4423    * Refactor duplicated code in repo handlers (#2657)
  4424    * Replace deprecated Id method with ID (#2655)
  4425    * Remove redudant functions and code (#2652)
  4426    * hide navbar when only 1 sign-in method is available (#2444) (#2648)
  4427    * Change default sort order (#2647)
  4428    * Change pull description text (#2075) (#2646)
  4429    * Remove direct user adding to organization members (#2641)
  4430    * Use session when creating user (#2638)
  4431    * Use Semantic UI's Search component for user and repo search (#2636)
  4432    * Use AfterLoad instead of AfterSet on Structs (#2628)
  4433    * Remove redudant CheckUnit calls in router (#2627)
  4434    * Remove repo unit index (#2621)
  4435    * Remove redudant issue LoadAttributes() calls (#2614)
  4436    * Make indexer code more reusable (#2590)
  4437    * Use custom type and constants to hold available order by options (#2572)
  4438    * Use named ActionType constants in template helper (#2545)
  4439    * Make basic functionality work without JavaScript (#2541)
  4440    * Ctrl + Enter to submit forms (#2540)
  4441    * Automatically regenerate indexer for incompatible versions (#2524)
  4442    * Set default lfs content path to data/lfs (#2521)
  4443    * Convert spaces to tabs in footer.tmpl (#2520)
  4444    * Sort repository tree entries in natural way (#2506)
  4445    * Open external wiki in new window (#2489)
  4446    * Use created & updated instead BeforeInsert & BeforeUpdate (#2482)
  4447    * Hide branch on pull request view or create UI (#2454)
  4448    * improve protected branch to add whitelist support (#2451)
  4449    * some refactors for issue and comments (#2419)
  4450    * Restructure markup & markdown to prepare for multiple markup language… (#2411)
  4451    * Improve issue search (#2387)
  4452    * Add UseCompatSSHURI setting (#2356)
  4453    * Use custom search for each filter type in dashboard (#2343)
  4454    * Failed authentication are now properly logged (#2334)
  4455    * Add environment variable support for Docker image (#2201)
  4456    * Set session and indexers' data files rel to AppDataPath (#2192)
  4457    * Display commit status on landing page of repo (#1784)
  4458  * TESTING
  4459    * Add integration test for logging out (#2892)
  4460    * Integration test for user deleting account (#2891)
  4461    * Use different directories for session files in integration tests (#2834)
  4462    * Add deleted_branch table fixture (#2832)
  4463    * Include HTTP method in test error message (#2815)
  4464    * Add repository search unit and integration tests (#2575)
  4465    * Expand fixtures (#2571)
  4466    * Fix /api/repo/search integration tests (#2550)
  4467    * Make integration tests more user-friendly (#2536)
  4468    * Fix unit test race condition (#2516)
  4469    * Add missing fixture to clean gpg_key table (#2494)
  4470    * Hotfix for integration testing (#2473)
  4471    * Make repo private to not interfere with other tests (#2467)
  4472    * Error message for integration test (#2410)
  4473    * Fix "index out of range" runtime error in repo_list tests (#2376)
  4474    * Add git clone test on integration test (#1682)
  4475  * TRANSLATION
  4476    * Fix localization texts that contain semicolon (#2900)
  4477    * Fix activity locale (#2709)
  4478    * Update translation from crowdin (#2368)
  4479  * BUILD
  4480    * change the email and name to GitBot account. (#2848)
  4481    * Fix removing backslash before quotes in translations (#2831)
  4482    * add gitea remote in drone. (#2817)
  4483    * add remote name for git push. (#2816)
  4484    * Launch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)
  4485    * Download and pushing translations (#2727)
  4486    * Automatic update of translations (#2585)
  4487    * Add pre-build step for nodejs stuff (#2581)
  4488    * Compress css with nodejs (#2580)
  4489    * Remove go version check for make fmt (#2558)
  4490    * Fix lint errors (#2547)
  4491    * Always run fmt check in CI (#2546)
  4492    * Fix fmt errors (#2544)
  4493    * add codecov.io service. (#2493)
  4494    * Fix some tests : make coverage -> test (#2492)
  4495    * Fix fmt error in mailer (#2490)
  4496    * Allow changing integration test database connection using env variables (#2484)
  4497    * Add changelog config file for generate changelog (#2461)
  4498    * Changes for latest DroneCI (#2362)
  4499    * Use standard lessc and minify CSS using Node.js (#2337)
  4500  * DOCS
  4501    * Update screenshots on README (#2910)
  4502    * Gogs -> Gitea (#2909)
  4503    * Update swagger documentation (#2899)
  4504    * Fix typo (#2810)
  4505    * Fix Polish language name spelling (#2766)
  4506    * Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)
  4507    * Add maintainer label for docker file (#2658)
  4508    * Link to gitea-specific Vagrant example (#2624)
  4509    * add release notes of v1.1.4 (#2463)
  4510    * Wrap most paragraphs to 80 columns (#2396)
  4511    * Update CONTRIBUTING following #2329  discussion (#2394)
  4512    * Update hard-coded version to 1.3.0+dev (#2390)
  4513    * Clarify Translation Process. Also fix branch names (#2378)
  4514    * Admin grammar fixes and improvements (#2056)
  4515  * MISC
  4516    * Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)
  4517    * Dockerfile: Updated alpine image to 3.6. (#2486)
  4518    * Basic VSCode configuration for building and debugging (#2483)
  4519    * Added vendor dir for js/css libs; Documented sources (#1484) (#2241)
  4520  
  4521  ## [1.2.3](https://github.com/go-gitea/gitea/releases/tag/v1.2.3) - 2017-11-03
  4522  
  4523  * BUGFIXES
  4524    * Only require one email when validating GPG key (#2266, #2467, #2663) (#2788)
  4525    * Fix order of comments (#2835) (#2839)
  4526  
  4527  ## [1.2.2](https://github.com/go-gitea/gitea/releases/tag/v1.2.2) - 2017-10-26
  4528  
  4529  * BUGFIXES
  4530    * Add checks for commits with missing author and time (#2771) (#2785)
  4531    * Fix sending mail with a non-latin display name (#2559) (#2783)
  4532    * Sync MaxGitDiffLineCharacters with conf/app.ini (#2779) (#2780)
  4533    * Update vendor git (#2765) (#2772)
  4534    * Fix emojify image URL (#2769) (#2773)
  4535  
  4536  ## [1.2.1](https://github.com/go-gitea/gitea/releases/tag/v1.2.1) - 2017-10-16
  4537  
  4538  * BUGFIXES
  4539    * Fix PR, milestone and label functionality if issue unit is disabled (#2710) (#2714)
  4540    * Fix plain readme didn't render correctly on repo home page (#2705) (#2712)
  4541    * Fix so that user can still fork his own repository to his organizations (#2699) (#2707)
  4542    * Fix .netrc authentication (#2700) (#2708)
  4543    * Fix slice out of bounds error in mailer (#2479) (#2696)
  4544  
  4545  ## [1.2.0](https://github.com/go-gitea/gitea/releases/tag/v1.2.0) - 2017-10-10
  4546  
  4547  * SECURITY
  4548    * Sanitation fix from Gogs (#1461)
  4549  * BREAKING
  4550    * Rename /forget_password url to /forgot_password (#1219)
  4551  * FEATURES
  4552    * Logo: Add task to generate images from SVG and change to new logo (#2194)
  4553    * Status-API (#1332)
  4554    * Show commit status icon in commits table (#1688)
  4555    * Additional OAuth2 providers (#1010)
  4556    * GPG commit validation (#1150)
  4557    * Rework SSH key management UI to add GPG (#1293)
  4558    * Implement GPG api (#710)
  4559    * Login via OpenID-2.0 (#618)
  4560    * Add units to team (#947)
  4561    * Batch updates for issues (#926)
  4562    * Add Gitea Webhook (#1755)
  4563    * API: support '/orgs/:org/repos' (#2047)
  4564    * Display all organization from user settings (#1739)
  4565    * LDAP user synchronization (#1478)
  4566    * Adding #issuecomment to the URL in E-Mail notifications (#1674)
  4567    * Add download count field and unit testing for attachment. (#1512)
  4568    * Add repo mirror sync API endpoint (#1508)
  4569    * Add markup package to prepare for org markup format (#1493)
  4570    * Support for custom html meta  (#1423)
  4571    * Per issue/PR watch/unwatch (#1410)
  4572    * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
  4573    * Repo size in admin panel (#1482)
  4574    * Show user OpenID URIs in their profile (#1314)
  4575    * Add change-password admin command (#1304)
  4576    * Only use issue and wiki on repo. (#1297)
  4577    * Allow push to init a wiki repo (#1279)
  4578  * ENHANCEMENTS
  4579    * Make time diff translatable (#2057)
  4580    * Smaller watch, star, and fork buttons (#2052)
  4581    * Display config file path on admin panel (#2030)
  4582    * Only show SSH clone URL if signed in (#2169) (#2170)
  4583    * Only show "No Description" to repo admins (#2167)
  4584    * Always return valid go-get meta, even if unauthorized (#2010)
  4585    * Enable assignee e-mail notification (#2003)
  4586    * Let not-logged-in users view releases (#1999)
  4587    * No highlighting for .txt files (#1922)
  4588    * Make side nav on dashboard stackable (#1778)
  4589    * Setting to disable authorized_keys backup (#1856)
  4590    * Hide the create organization button (in dashboard/organization section) (#1705)
  4591    * LFS: Return 404 for unimplemented endpoints (#1330)
  4592    * Show a link to password reset from user settings requiring a password (#862)
  4593    * Reserve the "explore" user/org name (#1222)
  4594    * Send notifications to participants in issue comments (#1217)
  4595    * Improve style of user OpenID setting page (#1324)
  4596    * Use font-awesome OpenID icon more (#1320)
  4597    * Use readonly input form to show the validated OpenID URI (#1308)
  4598    * Add captcha support to OpenID based signup (#1307)
  4599    * Minor improvements on commit graph UI (#1380)
  4600    * Mirror sync interval specified as duration string (#1407)
  4601    * Make issue in commit graph "clickable" (#1392)
  4602    * Use whole button (commit graph) as link (#1390)
  4603    * Autofocus on 2fa passcode fields (#1460)
  4604    * Sort on repo size in admin panel (#1654)
  4605    * Improve dashboard repo search (#1652)
  4606    * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)
  4607    * Adds Parent property to the repo API (#1687)
  4608    * Add configuration option for default permission to create Organizations (#1686)
  4609    * Remove sha1 hash display in repository table (#1678)
  4610    * Download files to their original filename (#1676)
  4611    * Exposes in API the Repo entity's Size and IsBare property (#1668)
  4612    * Change two factor code entry box from text to number (#1733)
  4613    * Directly show error if user hit repository limit  (#1767)
  4614    * Generate small and large logos at 4x resolution (#2233)
  4615    * Tags listed in releases tab (#2389) (#2424)
  4616  * BUGFIXES
  4617    * Fix adding branch as protected to not allow pushing to it (#2556)
  4618    * Orgs: fix org page title when full name is not defined (#1495)
  4619    * Fix double borders on edit page (#1152) (#1153)
  4620    * Search bar fixes for #1187 and #1205 (#1207)
  4621    * Fix upgrade failed after ever rollback (#1194)
  4622    * Fix FCGI (over TCP) support (#1368)
  4623    * Backport of migration fixes (#2604) (#2677)
  4624    * fix panic on gogs webhook creation (#2675) (#2676)
  4625    * Backport: Fixes 500 error on dashboard when using MSSQL (#2504) (#2662)
  4626    * Fix go get response if only app URL is custom in configuration (#2634) (#2640)
  4627    * Fix deletion of unprotected branches (#2630)
  4628    * Backport of 2611 / Fix doubled issue tab introduced in migration v16 (#2622)
  4629    * v38 migration used an outdated version of RepoUnit model (#2602)
  4630    * fix go get subpackage bug (#2584) (#2589)
  4631    * Backport: Sync releases table with tags on push and for mirrors (#2459) (#2554)
  4632    * Backport: Restricting access to fork functioanlity to users with Code access (#2542)
  4633    * Fix migration from pre-v15 to 1.2.0 (#2460) (#2465)
  4634    * Fix migration from pre-v15 to 1.2.0 (#2460)
  4635    * fix duplicated feed (#2370) (#2413)
  4636    * Fix releases to be counted from database not tags (#2389)
  4637    * Fix missing collabrative repos (#2367) (#2382)
  4638    * Add more test for login links and fix a bug on action retrieve (#2361)
  4639    * Fix SQL condition bug in GetFeeds(..) (#2360)
  4640    * fix bug on create repo link on dashboard (#2359)
  4641    * Fix order of elements in dashboard html (#2344)
  4642    * Fix repo-search template errors for go1.7 (#2336)
  4643    * Add missing forks key for dashboard repository component (#2325)
  4644    * fix template error on explore repos (#2319)
  4645    * Trigger sync webhooks on UI commit (#2302)
  4646    * fix 500 error when view an issue which's milestone deleted (#2297)
  4647    * Only update needed columns when update user (#2296)
  4648    * Fix rendering of external links (#2292)
  4649    * Fix and improve dashboard repo UI (#2285)
  4650    * Make short link pattern greedy (#2259)
  4651    * Temporarily patch go-ini/ini with fork (#2255)
  4652    * Convert xorm literal queries to method calls (#2253)
  4653    * update code.gitea.io/git in vendor to fix delete branch fails (#2250)
  4654    * Replace calls to xorm UseBool with Where (#2237)
  4655    * rhel7 has a git version with four digits (1.8.3.1) (#2236)
  4656    * Fix internal requests when gitea listens to unix socket or only external IP (#2234)
  4657    * Check for access in /repositories/:id (#2227)
  4658    * Fixed robots.txt 404 error (#2226)
  4659    * Fix counts on issues dashboard (#2215)
  4660    * Fix unclosed session bug (#2214)
  4661    * Add collaborative repositories to the dashboard (#2205)
  4662    * Fix issue updated_unix bug (#2204)
  4663    * Fix Commits nil pointer dereference (#2203)
  4664    * Fix bare-repo bugs (#2199)
  4665    * Fix PR nil-dereference bug (#2195)
  4666    * Allow only single fork per user/organization (#2193)
  4667    * Fix key usage time update if the key is used in parallel for multiple operations (#2185)
  4668    * Only allow token authentication with 2FA enabled (#2184)
  4669    * Fix profile update for non-local users (#2178)
  4670    * Fix compiling without sqlite and gcc (#2177)
  4671    * Make compare button URL aware if current repo is a fork (#2162) (#2163)
  4672    * Remove unit types commits and settings (#2161)
  4673    * Fix OpenID registration route (#2160)
  4674    * Fix repository settings collobration list display (#2151)
  4675    * Ignore invalid issue numbers in commit messages. Fixes  #2022 (#2150)
  4676    * Fix SHA1 hash linking (#2143)
  4677    * Fix repo API bug (#2133)
  4678    * Use POSIX complaint ! operator in find (#2132)
  4679    * Fix GET /users/:username/repos endpoint (#2125)
  4680    * Fix username rendering bug (#2122)
  4681    * Fix wiki preview links (#2119)
  4682    * vendor: update sqlite to fix "database is locked" errors (#2116)
  4683    * Fix unchecked error bug (#2110)
  4684    * Fix missing-return bug (#2109)
  4685    * Fix API for branches with slashes (#2096)
  4686    * Fix git hooks update to receive required arguments (#2095)
  4687    * upgrade git source code. (#2094)
  4688    * Fix SQL bug in models.PullRequests (#2092)
  4689    * Don't ignore gravatar error (#2083)
  4690    * Fix release display and correct paging (#2080)
  4691    * remove unnecessary blank lines and wrong error log (#2079)
  4692    * Check for valid renamed usernames (#2077)
  4693    * Update git module (#2074)
  4694    * Fix org hooks UI (#2072)
  4695    * Fix #1271: Call location.reload after XHR finishes (#2071)
  4696    * Fix default ghost assignee bug (#2069)
  4697    * Fix bug in issue labels API (#2048)
  4698    * Load label ID in NewLabels (#2045)
  4699    * Fix: `http: multiple response.WriteHeader calls` (#2038)
  4700    * Pagination on releases page (#2035)
  4701    * repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)
  4702    * Fix displaying commits and files of PR created from now deleted fork (#2023)
  4703    * Fix #2001 and fix issue comments hidden (#2016)
  4704    * Update code.gitea.io/git (#2014)
  4705    * Keep sort when switching page (#2013)
  4706    * Important: wrong PR merge commit ID saved (#2007)
  4707    * Don't show non-comments in comments API (#2001)
  4708    * Fix "Dashboard shows deleted comments" (#1995)
  4709    * Make branch deletion URL more like GitHub's, fixes #1397 (#1994)
  4710    * Fix fast-forward PR bug (#1989)
  4711    * Fix GPG email checking to be case insensitive (#1988)
  4712    * fix bug for normal user visit public repo (#1984)
  4713    * fix collborators lack of units on orgnization repositories (#1968)
  4714    * Fix diff of renamed and modified file (#1967)
  4715    * Fix uppercase default branch bug (#1965)
  4716    * Fix bug in Action.loadRepo() (#1959)
  4717    * Fix deleted milestone bug (#1942)
  4718    * Fix engine bug in getIssueByID (#1934)
  4719    * Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)
  4720    * Fix setting.AppPath for integration tests (#1923)
  4721    * Fix search by issue type (#1914)
  4722    * Fix ghost user bug (#1913)
  4723    * Require token before checking membership/ownership (#1905)
  4724    * Bug fixes for org member API (#1904)
  4725    * A missing / to provide a correct endpoint (#1903)
  4726    * Fix 500 in public activity page (#1901)
  4727    * Center-aligned login topbar (#1880)
  4728    * Migration to fix existing owner team units (#1873)
  4729    * Fix paginater length (#1866)
  4730    * Fix bug in removeOrgRepo (#1858)
  4731    * Display draft releases (#1854)
  4732    * Fix 404 for external tracking issues (#1852)
  4733    * Update code.gitea.io/git (#1849)
  4734    * Fix user profile activity feed (#1848)
  4735    * Don't ignore error in getMergeCommit (#1843)
  4736    * Fix locking bug in removeOrgRepo (#1842)
  4737    * Fix status table race condition (#1835)
  4738    * Fix PR template error (#1834)
  4739    * Fix pull request compare link (#1832)
  4740    * Use ghost users in issues/PRs (#1831)
  4741    * Commitless repos should be bare (#1829)
  4742    * Update code.gitea.io/git (#1824)
  4743    * Fix invalid reference in feeds template (#1820)
  4744    * fix bug to deny to add orgnization as a member of an orgnization or team (#1815)
  4745    * xxx_active_code_live setting in printed in hours and minutes instead … (#1814)
  4746    * Fix deadlock in updateRepository (#1813)
  4747    * Give all units to owner team (#1812)
  4748    * Fix 500 for GET /teams/:id endpoints (#1811)
  4749    * fix bug not to trim space of login username (#1796)
  4750    * Fix renaming bug (#1786)
  4751    * Fix activity feed (#1779)
  4752    * Make navbar scroll on overflow (#1777)
  4753    * Delete repo redirects on repo deletion (#1776)
  4754    * Fix unloaded owner bug (#1770)
  4755    * Admin should always be allowed to create repositories even if hit limit (#1765)
  4756    * Update HighlightJS and fix YAML files highlighting (#1764)
  4757    * fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)
  4758    * fix admin lost permission caused by #947 (#1753)
  4759    * More fixes for dashboard search (#1750)
  4760    * fixes wrong after field in webhook payload (#1746)
  4761    * fix avatar update bug (#1729)
  4762    * Fix FOUC on Firefox (#1728)
  4763    * Fix changes introduce by update of go-swagger. (#1727)
  4764    * Fix #1719 (#1722)
  4765    * Correct flash after sending password reset email (#1718)
  4766    * Fix and test for delete user (#1713)
  4767    * Fix rendering of issue checkboxes (#1709)
  4768    * Enforce netgo build tag while cross-compilation (#1690)
  4769    * fix bug when push a branch name with / & fix an integration test bug (#1689)
  4770    * fix potential sqlite lock (#1680)
  4771    * Fix commit sha1 URL rendering in markdown (#1677)
  4772    * Fix static files permission under public/ (#1675)
  4773    * fix: tag contain character ) will http 500 on release page (#1670)
  4774    * Fix CSS for code in wiki markdown (#1660)
  4775    * fix multiple readme file rendering and fix #1657 (#1658)
  4776    * Add primary key and index to external login user table (#1656)
  4777    * fix #1643 and improve integration test (#1645)
  4778    * Fix version in Makefile (#1636)
  4779    * Handle display of GPG key without end date (#1628)
  4780    * fix bug on issue view when not login (#1624)
  4781    * bug fixed for API to get user's repos (#1622)
  4782    * fix lost text color on button on set as primary email (#1621)
  4783    * Add create_at and updated_at in PR json (#1616)
  4784    * update git and fix #1133 (#1614)
  4785    * fix bug on status API (#1533)
  4786    * Do not show empty collaborators segment (#1531)
  4787    * Fix markdown rendering (#1530)
  4788    * fix go get sub package and add domain on installation to let go get work defaultly (#1518)
  4789    * fix #1501 ssh hangs caused by #1461 (#1513)
  4790    * Fix empty file download (#1506)
  4791    * Fix broken v27 migration - change mirror interval from int to bigint (#1504)
  4792    * Do not allow committing to protected branch from online editor (#1502)
  4793    * Add internal routes for ssh hook comands (#1471)
  4794    * Fix races within code.gitea.io/git.(*Command).RunInDirTimeoutPipeline (#1465)
  4795    * Simple quick fix for #1418 (#1456)
  4796    * fix gpg API panic when no verification (#1451)
  4797    * fix migrate failed and org dashboard failed on MSSQL database (#1448)
  4798    * Optimize and fix autolink function (#1442) (#1444)
  4799    * Fix and simplify repo branches (settings) UI (#1435)
  4800    * Fix disabled fields in repo settings UI (#1431)
  4801    * fixes pull request hanging when it contains normal and LFS files (#1425)
  4802    * Fix races in the log module by using syncmap (#1421)
  4803    * Add length check for the return string (#1420)
  4804    * Fix "Error: No issue number specified"  when pushing (#1393)
  4805    * Corrected Mirror.NextUpdate not set (#1388)
  4806    * fix: remove `str2html` from org full name (#1360)
  4807    * Correct broken unaligned load/store in armv5 (#1355)
  4808    * Remove href on first/last link when on first/last page (#1345)
  4809    * Fix broken table layout (#1344)
  4810    * LFS: Fix SSH authentication for trailing arguments (#1328)
  4811    * Remove empty file (#1326)
  4812    * Fix delete user failed on sqlite (#1321)
  4813    * Fix inconsistency in layout (#1316)
  4814    * Fix gpg wrong column types (#1303)
  4815    * Fix wiki bugs (#1294)
  4816    * Fix missing less sources for oauth (#1288)
  4817    * Make sure both scripts/ can live side by side (#1264)
  4818    * Fix nil-dereference bug (#1258)
  4819    * rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)
  4820    * Commit search appearance fixes (#1254)
  4821    * Fix forget migration for wiki hooks (#1227)
  4822    * Fix repo settings external tracker failed and check external urls (#1215)
  4823    * Fix 500 caused by branches settings introduced by #1198 (#1214)
  4824    * fix #1189, commit messages containing a pipe (#1203)
  4825    * Bug fixed for delete repo failed (#1193)
  4826    * Fix migration failed when authorized_keys is not exist (#1180)
  4827    * Fix ini format incomiptable with crowdin (#1177)
  4828  * TESTING
  4829    * Integration tests for issues API (#2059)
  4830    * Add integration tests for signin (#2363)
  4831    * Add INTERNAL_TOKEN to integration .ini file (#2346)
  4832    * Add public links check (#2323)
  4833    * Fix hooks for integration repo (#2216)
  4834    * More integration tests for comment API (#2156)
  4835    * Cache session cookies in tests (#2128)
  4836    * Less verbose integration tests (#2123)
  4837    * Fix improper setup for integration tests (#2050)
  4838    * Improve integration test helper functions (#2049)
  4839    * Add integration test for issue creating (#2002)
  4840    * Use testing/benchmark interface (#1993)
  4841    * Add integration test for repository migration (#1983)
  4842    * Consolidate boilerplate in integration tests (#1979)
  4843    * Set console to debug for integration tests (#1976)
  4844    * Add pull-create integration test (#1972)
  4845    * Coverage reports for integration tests (#1960)
  4846    * Add integration test for pull-request merge (#1912)
  4847    * Add integration test for file editing (#1907)
  4848    * Add integration test for repository forking (#1896)
  4849    * Run unused test (#1875)
  4850    * Don't recreate database in integration tests (#1697)
  4851    * remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test (#1693)
  4852    * MySQL, Postgres integration tests in drone (#1638)
  4853    * improve integration test to resue models/fixtures and store git repos with tests (#1627)
  4854    * Improve govendor testing (#1623)
  4855    * Integration test framework (#1290)
  4856    * Unit tests for issue_list (#1209)
  4857    * Add integration test for signup (#1135)
  4858  * TRANSLATION
  4859    * update translation from crowdin (#2368) (#2380)
  4860    * Small fixes (#2144)
  4861    * Missing signed commit display translations (#2134)
  4862    * Sync latest translations from crowdin (#2104)
  4863    * Add make command update-translations for update translations from crodwin (#2097)
  4864    * Fix some mistakes (#1833)
  4865    * Improve clarity between is_activated and prohibit_login (#1788)
  4866    * Improve grammar (#1775)
  4867    * Fix bad grammar and wordiness (#1741)
  4868    * Make strings translatable (#1188) (#1198)
  4869  * BUILD
  4870    * Dockerfile for aarch64 (#1128) (#1130)
  4871    * backport from v1.2 branch: add secrets for github release (#2588) (#2598)
  4872    * Add secrets for github release to fix drone failed (#2588)
  4873    * Backport changes for latest drone (#2586)
  4874    * Removing .drone.yml.sig (#2579)
  4875    * Fix drone for tags (#2573) (#2576)
  4876    * Backport: Remove go version check for make fmt (#2558) (#2561)
  4877    * Backport: Fix lint, fmt and integration testing errors (#2553)
  4878    * update latest xorm version to vendor (#2353)
  4879    * Remove integration test executables on `make clean` (#2340)
  4880    * refactor(Makefile): allow overriding default go program (#2310)
  4881    * Revert to upstream ini dependency (#2304)
  4882    * Use /dev/urandom to create random password (#2298)
  4883    * update drone sig file. (#2262)
  4884    * go get github.com/wadey/gocovmerge when needed (#2235)
  4885    * fix typo (#2145)
  4886    * Revert "Reduce number of layer" (#2086)
  4887    * Reduce number of layer (#2078)
  4888    * Skip sqlite integration in CI (#2058)
  4889    * fix golint error and rename func for suggestion. (#1997)
  4890    * fix misspell (#1996)
  4891    * update drone sig file (#1981)
  4892    * send notification if status changed (#1973)
  4893    * switch gitter to discord for drone. (#1971)
  4894    * Fix missing backslash in Dockerfile.rpi (#1952)
  4895    * Don't run 'make release' on PRs (#1908)
  4896    * Update code.gitea.io/git (#1892)
  4897    * Use production version of vuejs (#1869)
  4898    * Add a variable for docker tag (#1825)
  4899    * resign drone and fix #1816 (#1819)
  4900    * Separate generate swagger + fix sed os specific (#1791)
  4901    * Only run coverage on merges/pushes to master (#1783)
  4902    * Remove stale rule from Makefile (#1782)
  4903    * feat: upgrade drone docker image to support multi-stage build. (#1732)
  4904    * Really don't cache apk index (#1694)
  4905    * Limit clone depth when drone-building (#1644)
  4906    * Refactor Dockerfile (#1632)
  4907    * Check if missing/modified/unused deps in vendor and fix errors (#1468)
  4908    * Add GOFLAGS and EXTRA_GOFLAGS (#1438)
  4909    * Include formatting check to the `make test` (and thus also `check`) rule (#1366)
  4910  * DOCS
  4911    * fix wrong changelog title (#2395)
  4912    * fix webhook link (#2289)
  4913    * Improve swagger doc (#2274)
  4914    * Add link to forum in issue template (#2070)
  4915    * add missing lfs config on example file (#2039)
  4916    * Add discourse link (#2027)
  4917    * Fix wording (#2024)
  4918    * Fix typo (#1974)
  4919    * Swagger docs for list/create forks (#1941)
  4920    * Update links to Discord server (#1940)
  4921    * [ci skip] update discord badge. (#1930)
  4922    * Change join chat from gitter to discord (#1929)
  4923    * Update changelog with v1.1.1 (#1926)
  4924    * Correct grammar in APIEmpty documentation (#1748)
  4925    * Add swagger comment for MirrorSync (#1747)
  4926    * Add "Table of Contents" in CONTRIBUTING.md (#1634)
  4927    * Fix service description in Debian init file (#1538)
  4928    * Use MAINTAINERS file in repository in CONTRIBUTING (#1489)
  4929    * Generate swagger json (#1402)
  4930    * Changed text when password reset disabled. (#1364)
  4931    * Removed email copyright year (#1348)
  4932    * Specify that time interval units are seconds (#1311)
  4933    * Gitea OpenID-2.0 login has been tested with livejournal.com too (#1306)
  4934    * Make wording of commit search more clear (#1291)
  4935    * Add notice that LFS mirroring is not supported (#1251)
  4936    * Fix typos in models/ and modules/ (#1248)
  4937    * Refactor and fix incorrect comment (#1247)
  4938    * Fix migration comment (#1241)
  4939    * Update locale_en-US.ini (#1235)
  4940    * Add LibreJS support (#1201)
  4941    * rename OSX to macOS (#1176)
  4942    * add mssql to app.ini db config comment (#1172)
  4943    * Add MSSQL to issues template (#1171)
  4944  * MISC
  4945    * Add badge and link to the Matrix room (#2348)
  4946    * ignore coverage steps. (#2257)
  4947    * Use sqlite3 database as default for Docker image (#2182)
  4948    * update drone discord plugin to 0.0.4 version (#1992)
  4949    * fix typo (#1990)
  4950    * Move 3rd party js/css into `public/vendor` and document sources (#2383)
  4951    * Prevent conflicting TOTP accounts by adding AppURL to issuer parameter (#2335)
  4952    * Fix variable name typo (#2327)
  4953    * Make use of Vue more universal (#2318)
  4954    * Remove (almost) server side data rendering from repo-search component (#2317)
  4955    * Add OpenID configuration in install page (#2276)
  4956    * More tweaks to repo top panel (#2267)
  4957    * File path tweaks in UI (#2264)
  4958    * Make SHOW_USER_EMAIL also apply to profiles (#2258)
  4959    * EnableUnit() -> UnitEnabled() (#2242)
  4960    * Prevent selection of diff line numbers (#2240)
  4961    * Remove unused variable on makefile (#2225)
  4962    * No error log entries for repo 404 (#2200)
  4963    * Refactor vue delimeters to use es6 template delimeters (#2171)
  4964    * Replace tmp with TMPDIR. (#2152)
  4965    * Remove unused files (#2124)
  4966    * Improve org error handling (#2117)
  4967    * Absolute path for setting.CustomConf (#2085)
  4968    * remove deprecated code for Gogs compatible (#2041)
  4969    * Refactor session close as xorm already does everything needed internally  (#2020)
  4970    * SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)
  4971    * Use monospace font in githook editor (#1958)
  4972    * Fix import order (#1951)
  4973    * Gracefully handle bare repositories on API operations. (#1932)
  4974    * Fix errors caused by force push (#1927)
  4975    * Display URLs in integration test logs (#1924)
  4976    * Set TMPDIR environment variable for dump command (#1915)
  4977    * Cache ctx.User in retrieveFeeds (#1902)
  4978    * Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)
  4979    * Add check misspelling (#1877)
  4980    * Fix misspelled variables (#1874)
  4981    * Gofmt (#1868, #1710, #1662)
  4982    * Rename misnamed migration (#1867)
  4983    * Support CRLF when splitting code lines for display (#1862)
  4984    * Add convert less css file step. (#1861)
  4985    * Prevent accidental selection of line numbers in code view (#1860)
  4986    * Delete Public SSH Key tmp file after calculating fingerprint (#1855)
  4987    * Remove annoying difference in button heights. (#1853)
  4988    * Only run test coverage on master branch. (#1838)
  4989    * Error from mktemp command in MacOS. (#1837)
  4990    * Use writeTmpKeyFile in calcFingerprint (#1828)
  4991    * ROOT_URL setting use the default as shown in conf/app.ini (#1823)
  4992    * Rename RepoCreationNum -> MaxCreationLimit (#1766)
  4993    * Add button to admin ui (#1738)
  4994    * Correct spelling mistakes (#1703)
  4995    * Make openid support default false for compatible with v1.1 (#1650)
  4996    * Send mails as HTML as default. Setting for send as plain text. (#1648)
  4997    * fix potential lock when sqlite (#1647)
  4998    * Optimize png images via Google zopflipng [ci skip] (#1639)
  4999    * Upgrade alpine to v3.5 in Dockerfile (#1633)
  5000    * remove unused vendor packages (#1620)
  5001    * markup: microoptimise for many short filenames in directory (#1534)
  5002    * support health check via / and fix #969 (#1520)
  5003    * Remove env user salt since no need to use (#1515)
  5004    * Drop db operations from hook commands (#1514)
  5005    * Better URL validation (#1507)
  5006    * Migrate WatchInfo struct to api (#1492)
  5007    * refactor: show command help message. (#1486)
  5008    * refactor update ssh key use time (#1466)
  5009    * Set VERSION from git once, in a variable (#1447)
  5010    * Remove unused mutex field (#1440)
  5011    * Simplify settings pages with item list (#1389)
  5012    * Clean-up PostgreSQL Tests (#1361)
  5013    * refactor: remove workaround after the golang 1.7 release. (#1349)
  5014    * Delete the useless code (#1335)
  5015    * Run "make fmt" with go-1.6 (#1333)
  5016    * Refactor admin/auth/new.tmpl (#1277)
  5017    * Refactor repo/issue/view_content.tmpl (#1276)
  5018    * Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)
  5019    * Cleaner UI for explore page (#1253) (#1255)
  5020    * Synced licenses with github repo (#1246)
  5021    * Synced gitignores with github repo (#1245)
  5022    * Simplify RepositoryList.loadAttributes() (#1211)
  5023    * Move user_follow to separate file (#1210)
  5024    * Reduce conditionals in signin/signup inner forms (#1138)
  5025  
  5026  ## [1.1.4](https://github.com/go-gitea/gitea/releases/tag/v1.1.4) - 2017-09-04
  5027  
  5028  * BUGFIXES
  5029    * Fix rendering of external links (#2292) (#2315)
  5030    * Fix deleted milestone bug (#1942) (#2300)
  5031    * fix 500 error when view an issue which's milestone deleted (#2297) (#2299)
  5032    * Fix SHA1 hash linking (#2143) (#2293)
  5033    * back port from #1709 (#2291)
  5034  
  5035  ## [1.1.3](https://github.com/go-gitea/gitea/releases/tag/v1.1.3) - 2017-08-03
  5036  
  5037  * BUGFIXES
  5038    * Fix PR template error (#2008)
  5039    * Fix markdown rendering (fix #1530) (#2043)
  5040    * Fix missing less sources for oauth (backport #1288) (#2135)
  5041    * Don't ignore gravatar error (#2138)
  5042    * Fix diff of renamed and modified file (#2136)
  5043    * Fix fast-forward PR bug (#2137)
  5044    * Fix some security bugs
  5045  
  5046  ## [1.1.2](https://github.com/go-gitea/gitea/releases/tag/v1.1.2) - 2017-06-13
  5047  
  5048  * BUGFIXES
  5049    * Enforce netgo build tag while cross-compilation (Backport of #1690) (#1731)
  5050    * fix update avatar
  5051    * fix delete user failed on sqlite (#1321)
  5052    * fix bug not to trim space of login username (#1806)
  5053    * Backport bugfixes #1220 and #1393 to v1.1 (#1758)
  5054  
  5055  ## [1.1.1](https://github.com/go-gitea/gitea/releases/tag/v1.1.1) - 2017-05-04
  5056  
  5057  * BUGFIXES
  5058    * Markdown Sanitation Fix [#1646](https://github.com/go-gitea/gitea/pull/1646)
  5059    * Fix broken hooks [#1376](https://github.com/go-gitea/gitea/pull/1376)
  5060    * Fix migration issue [#1375](https://github.com/go-gitea/gitea/pull/1375)
  5061    * Fix Wiki Issues [#1338](https://github.com/go-gitea/gitea/pull/1338)
  5062    * Forgotten migration for wiki githooks [#1237](https://github.com/go-gitea/gitea/pull/1237)
  5063    * Commit messages can contain pipes [#1218](https://github.com/go-gitea/gitea/pull/1218)
  5064    * Verify external tracker URLs [#1236](https://github.com/go-gitea/gitea/pull/1236)
  5065    * Allow upgrade after downgrade [#1197](https://github.com/go-gitea/gitea/pull/1197)
  5066    * 500 on delete repo with issue [#1195](https://github.com/go-gitea/gitea/pull/1195)
  5067    * INI compat with CrowdIn [#1192](https://github.com/go-gitea/gitea/pull/1192)
  5068  
  5069  ## [1.1.0](https://github.com/go-gitea/gitea/releases/tag/v1.1.0) - 2017-03-09
  5070  
  5071  * BREAKING
  5072    * The SSH keys can potentially break, make sure to regenerate the authorized keys
  5073  * FEATURES
  5074    * Git LFSv2 support [#122](https://github.com/go-gitea/gitea/pull/122)
  5075    * API endpoints for repo watching [#191](https://github.com/go-gitea/gitea/pull/191)
  5076    * Search within private repos [#222](https://github.com/go-gitea/gitea/pull/222)
  5077    * Hide user email address on explore page [#336](https://github.com/go-gitea/gitea/pull/336)
  5078    * Protected branch system [#339](https://github.com/go-gitea/gitea/pull/339)
  5079    * Sendmail for mail delivery [#355](https://github.com/go-gitea/gitea/pull/355)
  5080    * API endpoints for org webhooks [#372](https://github.com/go-gitea/gitea/pull/372)
  5081    * Enabled MSSQL support [#383](https://github.com/go-gitea/gitea/pull/383)
  5082    * API endpoints for org teams [#370](https://github.com/go-gitea/gitea/pull/370)
  5083    * API endpoints for collaborators [#375](https://github.com/go-gitea/gitea/pull/375)
  5084    * Graceful server restart [#416](https://github.com/go-gitea/gitea/pull/416)
  5085    * Commitgraph / timeline on commits page [#428](https://github.com/go-gitea/gitea/pull/428)
  5086    * API endpoints for repo forks [#509](https://github.com/go-gitea/gitea/pull/509)
  5087    * API endpoints for releases [#510](https://github.com/go-gitea/gitea/pull/510)
  5088    * Folder jumping [#511](https://github.com/go-gitea/gitea/pull/511)
  5089    * Stars tab on profile page [#519](https://github.com/go-gitea/gitea/pull/519)
  5090    * Notification system [#523](https://github.com/go-gitea/gitea/pull/523)
  5091    * Push and pull through reverse proxy basic auth [#524](https://github.com/go-gitea/gitea/pull/524)
  5092    * Search for issues and pull requests [#530](https://github.com/go-gitea/gitea/pull/530)
  5093    * API endpoint for stargazers [#597](https://github.com/go-gitea/gitea/pull/597)
  5094    * API endpoints for subscribers [#598](https://github.com/go-gitea/gitea/pull/598)
  5095    * PID file support [#610](https://github.com/go-gitea/gitea/pull/610)
  5096    * Two factor authentication (2FA) [#630](https://github.com/go-gitea/gitea/pull/630)
  5097    * API endpoints for org users [#645](https://github.com/go-gitea/gitea/pull/645)
  5098    * Release attachments [#673](https://github.com/go-gitea/gitea/pull/673)
  5099    * OAuth2 consumer [#679](https://github.com/go-gitea/gitea/pull/679)
  5100    * Add ability to fork your own repos [#761](https://github.com/go-gitea/gitea/pull/761)
  5101    * Search repository on dashboard [#773](https://github.com/go-gitea/gitea/pull/773)
  5102    * Search bar on user profile [#787](https://github.com/go-gitea/gitea/pull/787)
  5103    * Track label changes on issue view [#788](https://github.com/go-gitea/gitea/pull/788)
  5104    * Allow using custom time format [#798](https://github.com/go-gitea/gitea/pull/798)
  5105    * Redirects for renamed repos [#807](https://github.com/go-gitea/gitea/pull/807)
  5106    * Track assignee changes on issue view [#808](https://github.com/go-gitea/gitea/pull/808)
  5107    * Track title changes on issue view [#841](https://github.com/go-gitea/gitea/pull/841)
  5108    * Archive cleanup action [#885](https://github.com/go-gitea/gitea/pull/885)
  5109    * Basic Open Graph support [#901](https://github.com/go-gitea/gitea/pull/901)
  5110    * Take back control of Git hooks [#1006](https://github.com/go-gitea/gitea/pull/1006)
  5111    * API endpoints for user repos [#1059](https://github.com/go-gitea/gitea/pull/1059)
  5112  * BUGFIXES
  5113    * Fixed counting issues for issue filters [#413](https://github.com/go-gitea/gitea/pull/413)
  5114    * Added back default settings for SSH [#500](https://github.com/go-gitea/gitea/pull/500)
  5115    * Fixed repo permissions [#513](https://github.com/go-gitea/gitea/pull/513)
  5116    * Issues cannot be created with labels [#622](https://github.com/go-gitea/gitea/pull/622)
  5117    * Add a reserved wiki paths check to the wiki [#720](https://github.com/go-gitea/gitea/pull/720)
  5118    * Update website binding MaxSize to 255 [#722](https://github.com/go-gitea/gitea/pull/722)
  5119    * User can see the private activity on public history [#818](https://github.com/go-gitea/gitea/pull/818)
  5120    * Wrong pages number which includes private repositories [#844](https://github.com/go-gitea/gitea/pull/844)
  5121    * Trim whitespaces for search keyword [#893](https://github.com/go-gitea/gitea/pull/893)
  5122    * Don't rewrite non-gitea public keys [#906](https://github.com/go-gitea/gitea/pull/906)
  5123    * Use fingerprint to check instead content for public key [#911](https://github.com/go-gitea/gitea/pull/911)
  5124    * Fix random avatars [#1147](https://github.com/go-gitea/gitea/pull/1147)
  5125  * ENHANCEMENTS
  5126    * Refactored process manager [#75](https://github.com/go-gitea/gitea/pull/75)
  5127    * Restrict rights to create new orgs [#193](https://github.com/go-gitea/gitea/pull/193)
  5128    * Added label and milestone sorting [#199](https://github.com/go-gitea/gitea/pull/199)
  5129    * Make minimum password length configurable [#223](https://github.com/go-gitea/gitea/pull/223)
  5130    * Speedup conflict checking on pull requests [#276](https://github.com/go-gitea/gitea/pull/276)
  5131    * Added button to delete merged pull request branches [#441](https://github.com/go-gitea/gitea/pull/441)
  5132    * Improved issue references within markdown [#471](https://github.com/go-gitea/gitea/pull/471)
  5133    * Dutch translation for the landingpage [#487](https://github.com/go-gitea/gitea/pull/487)
  5134    * Added Gogs migration script [#532](https://github.com/go-gitea/gitea/pull/532)
  5135    * Support a .gitea folder for issue templates [#582](https://github.com/go-gitea/gitea/pull/582)
  5136    * Enhanced diff-view coloring [#584](https://github.com/go-gitea/gitea/pull/584)
  5137    * Added ETag header to avatars [#721](https://github.com/go-gitea/gitea/pull/721)
  5138    * Added option to config to disable local path imports [#724](https://github.com/go-gitea/gitea/pull/724)
  5139    * Allow custom public files [#782](https://github.com/go-gitea/gitea/pull/782)
  5140    * Added pprof endpoint for debugging [#801](https://github.com/go-gitea/gitea/pull/801)
  5141    * Added `X-GitHub-*` headers [#809](https://github.com/go-gitea/gitea/pull/809)
  5142    * Fill SSH key title automatically [#863](https://github.com/go-gitea/gitea/pull/863)
  5143    * Display Git version on admin panel [#921](https://github.com/go-gitea/gitea/pull/921)
  5144    * Expose URL field on issue API [#982](https://github.com/go-gitea/gitea/pull/982)
  5145    * Statically compile the binaries [#985](https://github.com/go-gitea/gitea/pull/985)
  5146    * Embed build tags into version string [#1051](https://github.com/go-gitea/gitea/pull/1051)
  5147    * Gitignore support for FSharp and Clojure [#1072](https://github.com/go-gitea/gitea/pull/1072)
  5148    * Custom templates for static builds [#1087](https://github.com/go-gitea/gitea/pull/1087)
  5149    * Add ProxyFromEnvironment if none set [#1096](https://github.com/go-gitea/gitea/pull/1096)
  5150  * MISC
  5151    * Replaced remaining Gogs references
  5152    * Added more tests on various packages
  5153    * Use Crowdin for translations again
  5154    * Resolved some XSS attack vectors
  5155    * Optimized and reduced number of database queries
  5156  
  5157  ## [1.0.2](https://github.com/go-gitea/gitea/releases/tag/v1.0.2) - 2017-02-21
  5158  
  5159  * BUGFIXES
  5160    * Fixed issue counter [#882](https://github.com/go-gitea/gitea/pull/882)
  5161    * Fixed XSS vulnerability on wiki page [#955](https://github.com/go-gitea/gitea/pull/955)
  5162    * Add data dir without session to dump [#587](https://github.com/go-gitea/gitea/pull/587)
  5163    * Fixed wiki page renaming [#958](https://github.com/go-gitea/gitea/pull/958)
  5164    * Drop default console logger if not required [#960](https://github.com/go-gitea/gitea/pull/960)
  5165    * Fixed docker docs link on install page [#972](https://github.com/go-gitea/gitea/pull/972)
  5166    * Handle SetModel errors [#957](https://github.com/go-gitea/gitea/pull/957)
  5167    * Fixed XSS vulnerability on milestones [#977](https://github.com/go-gitea/gitea/pull/977)
  5168    * Fixed XSS vulnerability on alerts [#981](https://github.com/go-gitea/gitea/pull/981)
  5169  
  5170  ## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05
  5171  
  5172  * BUGFIXES
  5173    * Fixed localized `MIN_PASSWORD_LENGTH` [#501](https://github.com/go-gitea/gitea/pull/501)
  5174    * Fixed 500 error on organization delete [#507](https://github.com/go-gitea/gitea/pull/507)
  5175    * Ignore empty wiki repo on migrate [#544](https://github.com/go-gitea/gitea/pull/544)
  5176    * Proper check access for forking [#563](https://github.com/go-gitea/gitea/pull/563)
  5177    * Fix SSH domain on installer [#506](https://github.com/go-gitea/gitea/pull/506)
  5178    * Fix missing data rows on admin UI [#580](https://github.com/go-gitea/gitea/pull/580)
  5179    * Do not delete tags with releases by default [#579](https://github.com/go-gitea/gitea/pull/579)
  5180    * Fix missing session config data on admin UI [#578](https://github.com/go-gitea/gitea/pull/578)
  5181    * Properly show the version within footer on the UI [#593](https://github.com/go-gitea/gitea/pull/593)
  5182  
  5183  ## [1.0.0](https://github.com/go-gitea/gitea/releases/tag/v1.0.0) - 2016-12-23
  5184  
  5185  * BREAKING
  5186    * We have various changes on the API, scripting against API must be updated
  5187  * FEATURES
  5188    * Show last login for admins [#121](https://github.com/go-gitea/gitea/pull/121)
  5189  * BUGFIXES
  5190    * Fixed sender of notifications [#2](https://github.com/go-gitea/gitea/pull/2)
  5191    * Fixed keyword hijacking vulnerability [#20](https://github.com/go-gitea/gitea/pull/20)
  5192    * Fixed non-markdown readme rendering [#95](https://github.com/go-gitea/gitea/pull/95)
  5193    * Allow updating draft releases [#169](https://github.com/go-gitea/gitea/pull/169)
  5194    * GitHub API compliance [#227](https://github.com/go-gitea/gitea/pull/227)
  5195    * Added commit SHA to tag webhook [#286](https://github.com/go-gitea/gitea/issues/286)
  5196    * Secured links via noopener [#315](https://github.com/go-gitea/gitea/issues/315)
  5197    * Replace tabs with spaces on wiki title [#371](https://github.com/go-gitea/gitea/pull/371)
  5198    * Fixed vulnerability on labels and releases [#409](https://github.com/go-gitea/gitea/pull/409)
  5199    * Fixed issue comment API [#449](https://github.com/go-gitea/gitea/pull/449)
  5200  * ENHANCEMENTS
  5201    * Use proper import path for libravatar [#3](https://github.com/go-gitea/gitea/pull/3)
  5202    * Integrated DroneCI for tests and builds [#24](https://github.com/go-gitea/gitea/issues/24)
  5203    * Integrated dependency manager [#29](https://github.com/go-gitea/gitea/issues/29)
  5204    * Embedded bindata optionally [#30](https://github.com/go-gitea/gitea/issues/30)
  5205    * Integrated pagination for releases [#73](https://github.com/go-gitea/gitea/pull/73)
  5206    * Autogenerate version on every build [#91](https://github.com/go-gitea/gitea/issues/91)
  5207    * Refactored Docker container [#104](https://github.com/go-gitea/gitea/issues/104)
  5208    * Added short-hash support for downloads [#211](https://github.com/go-gitea/gitea/issues/211)
  5209    * Display tooltip for downloads [#221](https://github.com/go-gitea/gitea/issues/221)
  5210    * Improved HTTP headers for issue attachments [#270](https://github.com/go-gitea/gitea/pull/270)
  5211    * Integrate public as bindata optionally [#293](https://github.com/go-gitea/gitea/pull/293)
  5212    * Integrate templates as bindata optionally [#314](https://github.com/go-gitea/gitea/pull/314)
  5213    * Inject more ENV variables into custom hooks [#316](https://github.com/go-gitea/gitea/issues/316)
  5214    * Correct LDAP login validation [#342](https://github.com/go-gitea/gitea/pull/342)
  5215    * Integrate conf as bindata optionally [#354](https://github.com/go-gitea/gitea/pull/354)
  5216    * Serve video files in browser [#418](https://github.com/go-gitea/gitea/pull/418)
  5217    * Configurable SSH host binding [#431](https://github.com/go-gitea/gitea/issues/431)
  5218  * MISC
  5219    * Forked from Gogs and renamed to Gitea
  5220    * Catching more errors with logs
  5221    * Fixed all linting errors
  5222    * Made the go linter entirely happy
  5223    * Really integrated vendoring