You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1355 lines
72 KiB

  1. # Changelog
  2. This changelog goes through all the changes that have been made in each release
  3. without substantial changes to our git log; to see the highlights of what has
  4. been added to each release, please refer to the [blog](https://blog.gitea.io).
  5. ## [1.6.0](https://github.com/go-gitea/gitea/releases/tag/v1.6.0) - 2018-11-22
  6. * BREAKING
  7. * Respect email privacy option in user search via API (#4512)
  8. * Simply remove tidb and deps (#3993)
  9. * Swagger.v1.json template (#3572)
  10. * SECURITY
  11. * Add CSRF checking to reqToken and add reqToken to admin API routes (#5272) (#5250)
  12. * Improve URL validation for external wiki and external issues (#4710)
  13. * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)
  14. * Don't disclose emails of all users when sending out emails (#4664)
  15. * Check that repositories can only be migrated to own user or organizations (#4366)
  16. * FEATURE
  17. * Add comment replies (#5147) (#5104)
  18. * Pull request review/approval and comment on code (#3748)
  19. * Added dependencies for issues (#2196) (#2531)
  20. * Add the ability to have built in themes in Gitea and provide dark theme arc-green (#4198)
  21. * Add sudo functionality to the API (#4809)
  22. * Add oauth providers via cli (#4591)
  23. * Disable merging a WIP Pull request (#4529)
  24. * Force user to change password (#4489)
  25. * Add letsencrypt to Gitea (#4189)
  26. * Add push webhook support for mirrored repositories (#4127)
  27. * Add csv file render support defaultly (#4105)
  28. * Add Recaptcha functionality to Gitea (#4044)
  29. * ENHANCEMENT
  30. * Fix milestones sorted wrongly (#4987)
  31. * Allow api to create tags for releases if they don't exist (#4890)
  32. * Fix #4877 to follow the OpenID Connect Audiences spec (#4878)
  33. * Enforce token on api routes [fixed critical security issue #4357] (#4840)
  34. * Update legacy branch and tag URLs in dashboard to new format (#4812)
  35. * Slack webhook channel name cannot be empty or just contain an hashtag (#4786)
  36. * Add whitespace handling to PR-comparsion (#4683)
  37. * Make reverse proxy auth optional (#4643)
  38. * MySQL TLS (#4642)
  39. * Make sure to set PR split view when creating/previewing a pull request (#4617)
  40. * Log user in after a successful sign up (#4615)
  41. * Fix typo IsPullReuqestBroken -> IsPullRequestBroken (#4578)
  42. * Allow admin toggle forcing a password change for newly created users (#4563)
  43. * Update jQuery to v1.12.4 (#4551)
  44. * Env var GITEA_PUSHER_EMAIL (#4516)
  45. * Feat(repo): support search repository by topic name (#4505)
  46. * Small improvements to dependency UI (#4503)
  47. * Make max commits in graph configurable (#4498)
  48. * Add valid for lfs oid (#4461)
  49. * Add shortcut to save wiki page (#4452)
  50. * Allow administrator to create repository for any organization (#4368)
  51. * Fix repository last updated time update when delete a user who watched the repo (#4363)
  52. * Switch plaintext scratch tokens to use hash instead (#4331)
  53. * Increase default TOTP secret size to 320 bits (#4287)
  54. * Keep preseeded database password (#4284)
  55. * Implemented hover text showing user FullName (#4261)
  56. * Add ability to delete a token (#4235)
  57. * Fix typos in i18n variable names. (#4080)
  58. * Api: repos/search: add parameters to control the sort order (#3964)
  59. * Add missing path in the Docker app.ini template (#2181)
  60. * Add file name and branch to page title (#4902)
  61. * Offline use of google fonts (#4872)
  62. * Add missing History link to directory listings v2 (#4829)
  63. * Locale for Edit and Remove due date issue (#4802)
  64. * Disable 'May Import Local Repository' when is disabled by setting (Is… (#4780)
  65. * API /admin/users/{username} missing parameter (#4775)
  66. * Display error when adding a user to a team twice (#4746)
  67. * Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)
  68. * Focus title input when clicking helper link (#4696)
  69. * Add vendor to user reserved words and format words list according alphabet (#4685)
  70. * Add gitea/issues link to 500 page (#4654)
  71. * Hide home button when landing page is not set to home (#4651)
  72. * Remove link to GitHub issues in 404 template (#4639)
  73. * Cmd/serve: pprof cpu and memory profile dumps to disk (#4560)
  74. * Add flash message after an account has been successfully activated (#4510)
  75. * Prevent html entity escaping on delete branch (#4471)
  76. * Locale for button Edit on protected branch (#4442)
  77. * Update notification icon (#4343)
  78. * Added front-end topics validation (#4316)
  79. * Don't display buttons if there are no system notifications (#4280)
  80. * Issue due date api (#3890)
  81. * BUGFIXES
  82. * dont' send assign webhooks when creating issue (#5365)
  83. * Fix create team, update team missing units (#5188)
  84. * Fix file edit change preview functionality (#5300)
  85. * *ix bug when users have serval teams with different units on different repositories (#5307)
  86. * Fix U2F if gitea is configured in subpath (#5302)
  87. * Fix markdown image with link (#4675)
  88. * Remove maxlines option for file logger (#5282)
  89. * Fix wrong api request url for instances running in subfolders (#5261) (#5247)
  90. * Accept web-command cli flags if web-command is commited (#5245) (#5200)
  91. * Reduce join star, repo_topic, topic tables on repo search, to resolve extra columns problem on MSSQL (#5136) (#5229)
  92. * Fix data race on migrate repository (#5224) (#5230)
  93. * Add secret to all webhook's payload where it has been missing (#5208) (#5199)
  94. * Fix sqlite and MSSQL lock (#5210) (#5223) (#5214) (#5218) (#5176) (#5179)
  95. * Fix race on updatesize (#5190) (#5215)
  96. * Fix filtering issues by tags on main screen issues (#5219) (#3824)
  97. * Fix SQL quoting (#5137) (#5117)
  98. * Fix regex to support optional end line of old section in diff hunk (#5097) (#5096)
  99. * Fix release creation via API (#5076)
  100. * Remove links from topics in edit mode (#5026)
  101. * Fix missing AppSubUrl in few more templates (fixup) (#5021)
  102. * Fix missing AppSubUrl in some templates (#5020)
  103. * Hide outdated comments in file view (#5017)
  104. * Upgrade gopkg.in/testfixtures.v2 (#4999)
  105. * Disable debug routes unless PPROF is enabled in configuration (#4995)
  106. * Fix user menu item styling (#4985)
  107. * Fix layout of the topics editing form (#4971)
  108. * Fix null pointer dereference in ParseCommitWithSignature (#4962)
  109. * Fix url in discord webhook (#4953)
  110. * Detect charset and convert non UTF-8 files for display (#4950)
  111. * Make sure to catch the right error so it is displayed on the UI (#4945)
  112. * Fix(topics): don't redirect to explore page. (#4938)
  113. * Fix bug forget to remove Stopwatch when remove repository (#4928)
  114. * Fix bug when repo remained bare if multiple branches pushed in single push (#4923)
  115. * Fix: Crippled diff (#4726) (#4900)
  116. * Fix trimming of markup section names (#4863)
  117. * Issues api allow pulls and fix #4832 (#4852)
  118. * Do not autocreate directory for new users/orgs (#4828) (#4849)
  119. * Fix redirect with non-ascii branch names (#4764) (#4810)
  120. * Fix missing release title in webhook (#4783) (#4796)
  121. * User shouldn't be able to approve or reject his/her own PR (#4729)
  122. * Make sure to reset commit count in the cache on mirror syncing (#4720)
  123. * Fixed bug where team with admin privelege type doesn't get any unit (#4719)
  124. * Fix incorrect caption of webhook setting (#4701) (#4717)
  125. * Allow WIP marker to contains < or > (#4709)
  126. * Hide org/create menu item in Dashboard if user has no rights (#4678) (#4680)
  127. * Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645)
  128. * Fix custom templates being ignored (#4638)
  129. * Fix starring icon after semantic ui update (#4628)
  130. * Fix Split-View line adjustment (#4622)
  131. * Fix integer constant overflows in tests (#4616)
  132. * Push whitelist now doesn't apply to branch deletion (#4601) (#4607)
  133. * Fix bugs when too many IN variables (#4594)
  134. * Fix failure on creating pull request with assignees (#4419) (#4583)
  135. * Fix panic issue on update avatar email (#4580) (#4581)
  136. * Fix status code label for a successful webhook (#4540)
  137. * An inactive user shouldn't be able to be added as a collaborator (#4535)
  138. * Don't fail silently if trying to add a collaborator twice (#4533)
  139. * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#4525)
  140. * Fix out-of-transaction query in removeOrgUser (#4521) (#4522)
  141. * Fix migration from older releases (#4495)
  142. * Accept 'Data:' in commit graph (#4487)
  143. * Update xorm to latest version and fix correct `user` table referencing in sql (#4473)
  144. * Relative URLs for LibreJS page (#4460)
  145. * Redirect to correct page after using scratch token (#4458)
  146. * Fix column droping for MSSQL that need new transaction for that (#4440)
  147. * Replace src with raw to fix image paths (#4377)
  148. * Add default merge options when creating new repository (#4369)
  149. * Fix docker build (#4358)
  150. * Fixes repo membership check in API (#4341)
  151. * Dep upgrade mysql lib (#4161)
  152. * Fix some issues with special chars in branch names (#3767)
  153. * Responsive design fixes (#4508)
  154. * TRANSLATION
  155. * Fix punctuation in English translation (#4958)
  156. * Fix translation (#4355)
  157. ## [1.5.3](https://github.com/go-gitea/gitea/releases/tag/v1.5.3) - 2018-10-31
  158. * SECURITY
  159. * Fix remote command execution vulnerability in upstream library (#5177) (#5196)
  160. ## [1.5.2](https://github.com/go-gitea/gitea/releases/tag/v1.5.2) - 2018-10-09
  161. * SECURITY
  162. * Enforce token on api routes (#4840) (#4905)
  163. * BUGFIXES
  164. * Remove links from topics in edit mode (#5030)
  165. * Detect charset and convert non UTF-8 files for display (#4950) (#4994)
  166. * Fix layout of the topics editing form (#4971) (#4993)
  167. * Fix null pointer dereference in ParseCommitWithSignature (#4964)
  168. * Fix url in discord webhook (#4951)
  169. * Fix font-cropping UI bug in diff (#4726) (#4929)
  170. * Fix bug forget to remove Stopwatch when remove repository (#4933)
  171. * Fix bug when repo remained bare if multiple branches pushed (#4927)
  172. * Fix redirect with non-ascii branch names (#4764) (#4887)
  173. * Fix issues api allow pulls (#4852) (#4862)
  174. * Fix trimming of markup section names (#4864)
  175. ## [1.5.1](https://github.com/go-gitea/gitea/releases/tag/v1.5.1) - 2018-09-03
  176. * SECURITY
  177. * Don't disclose emails of all users when sending out emails (#4784)
  178. * Improve URL validation for external wiki and external issues (#4710) (#4740)
  179. * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) (#4707)
  180. * BUGFIXES
  181. * Fix missing release title in webhook (#4783) (#4800)
  182. * Make sure to reset commit count in the cache on mirror syncing (#4770)
  183. * Fixed bug where team with admin privelege type doesn't get any unit (#4759)
  184. * Fix failure on creating pull request with assignees (#4583) (#4727)
  185. * Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)
  186. * TRANSLATION
  187. * Fix incorrect caption of webhook setting (#4701) (#4718)
  188. ## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
  189. * SECURITY
  190. * Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
  191. * Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
  192. * Do not allow to reuse TOTP passcode (#3878)
  193. * BUGFIXES
  194. * Fix column droping for MSSQL that need new transaction for that (#4440) (#4484)
  195. * Redirect to correct page after using scratch token (#4458) (#4472)
  196. * Replace src with raw to fix image paths (#4377) (#4386)
  197. * Fixes repo membership check in API (#4341) (#4379)
  198. * Add default merge options when adding new repository (#4369) (#4373)
  199. * Fix repository last updated time update when delete a user who watched the repo (#4363) (#4371)
  200. * Fix html entity escaping in branch deletion message (#4471) (#4485)
  201. * Fix out-of-transaction query in removeOrgUser (#4521) (#4524)
  202. * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519)
  203. * Fix panic issue on update avatar email (#4580) (#4590)
  204. * Fix bugs when too many IN variables (#4594) (#4597)
  205. * Push whitelist now doesn't apply to branch deletion (#4601) (#4640)
  206. * Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645) (#4650)
  207. * FEATURE
  208. * Add cli commands to regen hooks & keys (#3979)
  209. * Add support for FIDO U2F (#3971)
  210. * Added user language setting (#3875)
  211. * LDAP Public SSH Keys synchronization (#1844)
  212. * Add topic support (#3711)
  213. * Multiple assignees (#3705)
  214. * Add protected branch whitelists for merging (#3689)
  215. * Global code search support (#3664)
  216. * Add label descriptions (#3662)
  217. * Add issue search via API (#3612)
  218. * Add repository setting to enable/disable health checks (#3607)
  219. * Emoji Autocomplete (#3433)
  220. * Implements generator cli for secrets (#3531)
  221. * ENHANCEMENT
  222. * Add more webhooks support and refactor webhook templates directory (#3929)
  223. * Add new option to allow only OAuth2/OpenID user registration (#3910)
  224. * Add option to use paged LDAP search when synchronizing users (#3895)
  225. * Symlink icons (#1416)
  226. * Improve release page UI (#3693)
  227. * Add admin dashboard option to run health checks (#3606)
  228. * Add branch link in branch list (#3576)
  229. * Reduce sql query times in retrieveFeeds (#3547)
  230. * Option to enable or disable swagger endpoints (#3502)
  231. * Add missing licenses (#3497)
  232. * Reduce repo indexer disk usage (#3452)
  233. * Enable caching on assets and avatars (#3376)
  234. * Add repository search ordered by stars/forks. Forks column in admin repo list (#3969)
  235. * Add Environment Variables to Docker template (#4012)
  236. * LFS: make HTTP auth period configurable (#4035)
  237. * Add config path as an optionial flag when changing pass via CLI (#4184)
  238. * Refactor User Settings sections (#3900)
  239. * Allow square brackets in external issue patterns (#3408)
  240. * Add Attachment API (#3478)
  241. * Add EnableTimetracking option to app settings (#3719)
  242. * Add config option to enable or disable log executed SQL (#3726)
  243. * Shows total tracked time in issue and milestone list (#3341)
  244. * TRANSLATION
  245. * Improve English grammar and consistency (#3614)
  246. * DEPLOYMENT
  247. * Allow Gitea to run as different USER in Docker (#3961)
  248. * Provide compressed release binaries (#3991)
  249. * Sign release binaries (#4188)
  250. ## [1.4.3](https://github.com/go-gitea/gitea/releases/tag/v1.4.3) - 2018-06-26
  251. * SECURITY
  252. * HTML-escape plain-text READMEs (#4192) (#4214)
  253. * Fix open redirect vulnerability on login screen (#4312) (#4312)
  254. * BUGFIXES
  255. * Fix broken monitoring page when running processes are shown (#4203) (#4208)
  256. * Fix delete comment bug (#4216) (#4228)
  257. * Delete reactions added to issues and comments when deleting repository (#4232) (#4237)
  258. * Fix wiki URL encoding bug (#4091) (#4254)
  259. * Fix code tab link when viewing tags (#3908) (#4263)
  260. * Fix webhook type conflation (#4285) (#4285)
  261. ## [1.4.2](https://github.com/go-gitea/gitea/releases/tag/v1.4.2) - 2018-06-04
  262. * BUGFIXES
  263. * Adjust z-index for floating labels (#3939) (#3950)
  264. * Add missing token validation on application settings page (#3976) #3978
  265. * Webhook and hook_task clean up (#4006)
  266. * Fix webhook bug of response info is not displayed in UI (#4023)
  267. * Fix writer cannot read bare repo guide (#4033) (#4039)
  268. * Don't force due date to current time (#3830) (#4057)
  269. * Fix wiki redirects (#3919) (#4065)
  270. * Fix attachment ENABLED (#4064) (#4066)
  271. * Added deletion of an empty line at the end of file (#4054) (#4074)
  272. * Use ResolveReference instead of path.Join (#4073)
  273. * Fix #4081 Check for leading / in base before removing it (#4083)
  274. * Respository's home page not updated after first push (#4075)
  275. ## [1.4.1](https://github.com/go-gitea/gitea/releases/tag/v1.4.1) - 2018-05-03
  276. * BREAKING
  277. * Add "error" as reserved username (#3882) (#3886)
  278. * SECURITY
  279. * Do not allow inactive users to access repositories using private key (#3887) (#3889)
  280. * Fix path cleanup in file editor, when initilizing new repository and LFS oids (#3871) (#3873)
  281. * Remove unnecessary allowed safe HTML (#3778) (#3779)
  282. * Correctly check http git access rights for reverse proxy authorized users (#3721) (#3743)
  283. * BUGFIXES
  284. * Fix to use only needed columns from tables to get repository git paths (#3870) (#3883)
  285. * Fix GPG expire time display when time is zero (#3584) (#3884)
  286. * Fix to update only issue last update time when adding a comment (#3855) (#3860)
  287. * Fix repository star count after deleting user (#3781) (#3783)
  288. * Use the active branch for the code tab (#3720) (#3776)
  289. * Set default branch name on first push (#3715) (#3723)
  290. * Show clipboard button if disable HTTP of git protocol (#3773) (#3774)
  291. ## [1.4.0](https://github.com/go-gitea/gitea/releases/tag/v1.4.0) - 2018-03-25
  292. * BREAKING
  293. * Drop deprecated GOGS\_WORK\_DIR use (#2946)
  294. * Fix API status code for hook creation (#2814)
  295. * SECURITY
  296. * Escape branch name in dropdown menu (#3691) (#3692)
  297. * Refactor and simplify to correctly validate redirect to URL (#3674) (#3676)
  298. * Fix escaping changed title in comments (#3530) (#3534)
  299.  * Escape search query (#3486) (#3488)
  300. * Sanitize logs for mirror sync (#3057)
  301. * FEATURE
  302. * Serve .patch and .diff for pull requests (#3305, #3293)
  303. * Add repo-sync-releases admin command (#3254)
  304. * Support default private when creating or migrating repository (#3239)
  305. * Writable deploy keys (closes #671) (#3225)
  306. * Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188)
  307. * Added progressbar for issues with checkboxes (#1146). (#3171)
  308. * Mention completion for issue editor. (#3136)
  309. * Add 'mark all read' option to notifications (#3097)
  310. * Git LFS lock api (#2938)
  311. * Add reactions to issues/PR and comments (#2856)
  312. * Add dingtalk webhook (#2777)
  313. * Responsive view (#2750)
  314. * BUGFIXES
  315. * Fix wiki inter-links with spaces (#3560) (#3632)
  316. * Fix query protected branch bug (#3563) (#3571)
  317. * Fix remove team member issue (#3566) (#3570)
  318. * Fix the protected branch panic issue (#3567) (#3569)
  319. * If Mirrors repository no content is fetched, updated time should not be changed (#3551) (#3565)
  320. * Bug fix for mirrored repository releases sorted (#3522) (#3555)
  321. * Add issue closed time column to fix activity closed issues list (#3537) (#3540)
  322.  * Update markbates/goth library to support OAuth2 with new dropbox API (#3533) (#3539)
  323.  * Fixes missing avatars in offline mode (#3471) (#3477)
  324.  * Fix synchronization bug in repo indexer (#3455) (#3461)
  325.  * Fix rendering of wiki page list if wiki repo contains other files (#3454) (#3463)
  326. * Fix webhook X-GitHub-* headers casing for better compatibility (#3429)
  327. * Add content type and doctype to requests made with go-get (#3426, #3423)
  328. * Fix SQL type error for webhooks (#3424)
  329. * Fix PR merge error (#3421)
  330. * Recognize more characters in crossreferenced repo name (#3413)
  331. * Fix MSSQL bug on org (#3405)
  332. * HTML escape all lines of the search result (#3402)
  333. * Change local copy origin url after repository rename (#3399)
  334. * Force-push to base repo's ref/pull/#/head (#3393)
  335. * Fix bug when a user delete but assigned on issue (#3318)
  336. * Use issue number/index instead of id for API URL. Fix #3297 (#3298)
  337. * Fix repo-transfer-and-team-repo-count bug (#3241)
  338. * Fix always-on SSL Mode checkbox in admin page (#3208)
  339. * Fix source download link when no code unit allowed (#3166)
  340. * Fix org owner cannot be removed if he is not in owner team (#3164)
  341. * Fix run web with -p push failed (#3154)
  342. * Fix gpg tmpl (#3153)
  343. * Fix SSH auth lfs locks (#3152)
  344. * Improvements for supporting UI Location (#3146)
  345. * Fix new pull request link (#3133)
  346. * Fix missing branch in release bug (#3108)
  347. * Allow adding collaborators with (fullname) (#3103)
  348. * Fix repo links (#3093)
  349. * fix lfs url refs + keep path upper/lowercase in db. (#3092)
  350. * Fix redis session failed (#3086)
  351. * Fix bugs in issue dashboard stats (#3073)
  352. * Fix avatar URLs (#3069)
  353. * Fix ref parsing in commit messages (#3067)
  354. * Fix issue list branch link broken (#3061)
  355. * sendmail: correct option to set envelope-sender (#3044)
  356. * Fix missing password length check when change password (#3039)
  357. * Fix git lfs path (#3016)
  358. * Fix API-Endpoint release (#3005) (#3012)
  359. * Set OpenID support on by default when installing new instance (#3010)
  360. * Various wiki bug fixes (#2996)
  361. * Fix go-get, src and raw urls to new scheme (#2978)
  362. * Fix error when add user has full name to team (#2973)
  363. * Fix memcache support when value is returned as string always (#2924)
  364. * ENHANCEMENT
  365. * Use GiteaServer as the user agent for http requests (#3404)
  366. * Delete indexer DB entries when (re)creating index (#3385)
  367. * Change how merged PR commit info are prepared (#3368)
  368. * Asynchronously populate the repo indexer (#3366)
  369. * Make the default action for the gitea executable that of running the webserver (#3331)
  370. * Templates for extra links in top navbar and repo tool tabs. (#3308)
  371. * Fixed asterisk based tasklist items #3295 (#3296)
  372. * Add more additional template snippets (#3286)
  373. * Open external tracker in blank window, consistently with wiki (#3227)
  374. * Fix repo links on user profile (#3197)
  375. * Enable emoji for wiki view (#3158)
  376. * Small improve on deleting attachements (#3145)
  377. * Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)
  378. * Default log level to Info without hardcoding it in installer (#3041)
  379. * Memory usage improvements (#3013)
  380. * Add fingerprint to ssh key endpoints. (#3009)
  381. * Improve memory usage when reaching diff limits (#2990)
  382. * Expandable commit bodies (#2980)
  383. * Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)
  384. * Fix language names (#2955)
  385. * Remove render issue link (#2954)
  386. * Page parameter for repo search API (#2915)
  387. * Apply LANDING\_PAGE config options for logged in users (#2894)
  388. * Enable admin to search by email (#2888)
  389. * Hide add key button if SSH is disabled (#2873)
  390. * Fix comment API paths (#2813)
  391. * Add an option to allow redirect of http port 80 to https. (#1928)
  392. * MISC
  393. * Fix organization profile on mobile devices (#3332)
  394. * Fix guide link for webhooks in repository settings (#3291) (#3292)
  395. * Enable Libravatar by default in new installations (#3287)
  396. * Improve suppressed diff boxes (#3193)
  397. * fix button heights on commits page (#3091)
  398. * Minor copy changes (#3074)
  399. * Sort repos in issues dashboard sidebar (#3072)
  400. * Remove box-shadow from UI, fix dashboard issue (#3065)
  401. * Adjust branch button size (#3063)
  402. * Fix misalignment issue in repo header (#3062)
  403. * Delete a user's public key via admin api (closes #3014) (#3059)
  404. * Dashboard: Fix line height problem in issue titles (#3054)
  405. * Remove duplicate "Max Diff Lines" from config view (#2987)
  406. * Drop unmaintained gogs migration script (#2947)
  407. * App restarts to quickly if it fails to start. (#2945)
  408. * Add owner to delete repo message (#2886)
  409. ## [1.3.1](https://github.com/go-gitea/gitea/releases/tag/v1.3.1) - 2017-12-08
  410. * BUGFIXES
  411. * Sanitize logs for mirror sync (#3057, #3082) (#3078)
  412. * Fix missing branch in release bug (#3108) (#3117)
  413. * Fix repo indexer and submodule bug (#3107) (#3110)
  414. * Fix legacy URL redirects (#3100) (#3106)
  415. * Fix redis session failed (#3086) (#3089)
  416. * Fix issue list branch link broken (#3061) (#3070)
  417. * Fix missing password length check when change password (#3039) (#3071)
  418. ## [1.3.0](https://github.com/go-gitea/gitea/releases/tag/v1.3.0) - 2017-11-29
  419. * BREAKING
  420. * Make URL scheme unambiguous (#2408)
  421. * FEATURE
  422. * Add branch overiew page (#2108)
  423. * Code/repo search (#2582)
  424. * Add Activity page to repository (#2674)
  425. * Issue Timetracking (#2211)
  426. * Add orgmode document type on file view and readme (#2525)
  427. * Add external markup render support (#2570)
  428. * Implementation of discord webhook (#2402)
  429. * Webhooks for repo creation/deletion (#1663)
  430. * Complete push webhooks (#2530)
  431. * Add possibility to record branch information in an issue (#780)
  432. * Create new branch from branch selection dropdown (#2130)
  433. * Implementation of all repositories of a user from user->settings (#1740)
  434. * Add LFS object verification step after upload (#2868)
  435. * Configurable SSH cipher suite (#913)
  436. * Disable custom Git Hooks globally via configuration file (#2450)
  437. * Sync releases table with tags on push and for mirrors (#2459)
  438. * BUGFIXES
  439. * Fix label comments for French locale (#3017)
  440. * Remove duplicate "Max Diff Lines" from config view (#3001)
  441. * Fix over-escaped characters (#2992)
  442. * Fix go-get, src and raw urls to new scheme (#2986)
  443. * Fix error when add user has full name to team (#2975)
  444. * Fix files/commits of merged PRs (#2970)
  445. * Update golang x/crypto dependencies - Fix SSH transport fail (#2951)
  446. * Fix memcache support when value is returned as string always (#2950)
  447. * Fix issue link rendering in commit messages (#2897)
  448. * Fix adding a new authentication source after selecting OAuth (#2889)
  449. * Fix new branch creation to new url scheme (#2884)
  450. * Allow spaces in username for LDAP users (#2880)
  451. * Fix LFS not returning correct content length when requesting a range … (#2864)
  452. * Fix fork repository cycle to self (#2860)
  453. * Fix click create pull request button 404 (#2859)
  454. * Fix API raw file content access for default branch (#2849)
  455. * Clean repository ROOT directory name with filepath.Clean (#2846)
  456. * Fix API raw requests for commits and tags (#2841)
  457. * Fix order of comments (#2835)
  458. * Issue content should not be updated when closing with comment (#2833)
  459. * Fix ordering in app.ini and fix run mode option (#2829)
  460. * Fix redirect url of legacy commits route (#2825)
  461. * Fix commits page url (#2823)
  462. * Fix wrong translations (#2818)
  463. * Fix dropdown menu position when explore repos (#2808)
  464. * Fix Git LFS object/repo link storage in database and small refactoring (#2803)
  465. * Use relative URLs for avatars on the dashboard (#2800)
  466. * Add checks for commits with missing author and time (#2771)
  467. * Fix emojify image URL (#2769)
  468. * Hide unactive on explore users and some refactors (#2741)
  469. * Fix IE unsupported javascript construction in branch dropdown (#2736)
  470. * Only update mirror last update after successful sync (#2730)
  471. * Fix semantic-ui style conflict with v-cloak (#2722)
  472. * Fixing wrong translation on sort type oldest/latest (#2720)
  473. * Fix PR, milestone and label functionality if issue unit is disabled (#2710)
  474. * Fix plain readme didn't render correctly on repo home page (#2705)
  475. * Fix organization removal from watch table migration (#2703)
  476. * Fix repository search function (#2689)
  477. * fix panic on gogs webhook creation (#2675)
  478. * Fix orgnization user watch repository (#2670)
  479. * GPG key email verification no longer case sensitive (#2661) (#2663)
  480. * Fix index column deletion (#2651)
  481. * table `pull_request` wasn't updated correctly (#2649)
  482. * Fix go get response if only app URL is custom in configuration (#2634)
  483. * Fix doubled issue tab introduced in migration v16 (#2611)
  484. * Rewrite migrations to not depend on future code changes (#2604)
  485. * Fix implementation of repo Home func (#2601)
  486. * Fix translation upload to crowdin (#2599)
  487. * Reduce usage of allcols on update (#2596)
  488. * fix go get subpackage bug (#2584)
  489. * Fix broken migration to add can_push field back to table (#2574)
  490. * fix readme view bug (#2566)
  491. * Fix sending mail with a non-latin display name. #2102 (#2559)
  492. * Restricting access to fork functioanlity to users with Code access (#2534)
  493. * fix updated update on public key (#2514)
  494. * Added bucket name to s3 drone plugin (#2505)
  495. * fixes 500 error on dashboard when using MSSQL (#2504)
  496. * fix wrong rendering of commit detail page (#2503)
  497. * Hotfix: Add time manually adds time in nanoseconds (#2499)
  498. * Remove repository mirrors from "collaborative" list (#2497)
  499. * fix release failed since the wrong token name (#2496)
  500. * Fix slice out of bounds error in mailer (#2479)
  501. * Fix #2470 (#2477)
  502. * fix orgnization webhooks (#2422)
  503. * fix webhook test (#2415)
  504. * fix missing orgnization discord webhook (#2414)
  505. * Fix route handler order (#2409)
  506. * Prevent sending emails and notifications to inactive users (#2384)
  507. * Move themes to plugin directory. Fixes #2372 (#2375)
  508. * fix duplicated feed (#2370)
  509. * Fix missing collabrative repos (#2367)
  510. * Only check at least one email gpg key (#2266)
  511. * don't check minimum key size when disabled (#1754)
  512. * Fix run command race (#1470)
  513. * fix .netrc authentication (#2700)
  514. * Fix so that user can still fork his own repository to his organizations (#2699)
  515. * Fix can_push value to false in protected_branch (#2560)
  516. * Fix copy in email templates (#2801)
  517. * Fix inconsistencies in user settings UI (#2901)
  518. * Fix attachments icon size on zoom in/out (#2853)
  519. * Fix ignored errors in API route (#2850)
  520. * Fix activity css conflit with semantic ui (#2758)
  521. * Fix notifications tabs according to semantic-ui docs (#2733)
  522. * Fix typos in app.ini (#2732)
  523. * Fix duplicated rel attribute (#2549)
  524. * Fix tests code to prevent some runtime errors (#2381)
  525. * ENHANCEMENT
  526. * Memory usage improvements and lower minimal git requirement to 1.7.2 (#3013) (#3028)
  527. * Set OpenID support on by default when installing new instance (#3010) (#3027)
  528. * Use api.TrackedTime in API (#2807)
  529. * Configurable SSH key exchange algorithm and MAC suite (#2806)
  530. * Add Safari pinned tab icon (#2799)
  531. * Improve force push detect when push (#2798)
  532. * Add wrapping to long diff lines (#2789)
  533. * Link members and repositories count to each page on org home. (#2787)
  534. * Show Sendmail settings on admin config page (#2782)
  535. * Add commit count caching (#2774)
  536. * Use identicon image for default gravatar. (#2767)
  537. * Add default ssh ciphers (#2761)
  538. * Remove manual of unsupported option (#2757)
  539. * Add search mode option to /api/repo/search (#2756)
  540. * Move swagger-ui under /api/v1 (#2746)
  541. * Add support for extra sendmail arguments (#2731)
  542. * Use buffersize to reduce database connection when iterate (#2724)
  543. * Render plain text README.txt monospaced (#2721)
  544. * Integration test for activity page (#2704)
  545. * Merge password and 2fa page on user settings (#2695)
  546. * Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)
  547. * Refactor duplicated code in repo handlers (#2657)
  548. * Replace deprecated Id method with ID (#2655)
  549. * Remove redudant functions and code (#2652)
  550. * hide navbar when only 1 sign-in method is available (#2444) (#2648)
  551. * Change default sort order (#2647)
  552. * Change pull description text (#2075) (#2646)
  553. * Remove direct user adding to organization members (#2641)
  554. * Use session when creating user (#2638)
  555. * Use Semantic UI's Search component for user and repo search (#2636)
  556. * Use AfterLoad instead of AfterSet on Structs (#2628)
  557. * Remove redudant CheckUnit calls in router (#2627)
  558. * Remove repo unit index (#2621)
  559. * Remove redudant issue LoadAttributes() calls (#2614)
  560. * Make indexer code more reusable (#2590)
  561. * Use custom type and constants to hold available order by options (#2572)
  562. * Use named ActionType constants in template helper (#2545)
  563. * Make basic functionality work without JavaScript (#2541)
  564. * Ctrl + Enter to submit forms (#2540)
  565. * Automatically regenerate indexer for incompatible versions (#2524)
  566. * Set default lfs content path to data/lfs (#2521)
  567. * Convert spaces to tabs in footer.tmpl (#2520)
  568. * Sort repository tree entries in natural way (#2506)
  569. * Open external wiki in new window (#2489)
  570. * Use created & updated instead BeforeInsert & BeforeUpdate (#2482)
  571. * Hide branch on pull request view or create UI (#2454)
  572. * improve protected branch to add whitelist support (#2451)
  573. * some refactors for issue and comments (#2419)
  574. * Restructure markup & markdown to prepare for multiple markup language… (#2411)
  575. * Improve issue search (#2387)
  576. * Add UseCompatSSHURI setting (#2356)
  577. * Use custom search for each filter type in dashboard (#2343)
  578. * Failed authentication are now properly logged (#2334)
  579. * Add environment variable support for Docker image (#2201)
  580. * Set session and indexers' data files rel to AppDataPath (#2192)
  581. * Display commit status on landing page of repo (#1784)
  582. * TESTING
  583. * Add integration test for logging out (#2892)
  584. * Integration test for user deleting account (#2891)
  585. * Use different directories for session files in integration tests (#2834)
  586. * Add deleted_branch table fixture (#2832)
  587. * Include HTTP method in test error message (#2815)
  588. * Add repository search unit and integration tests (#2575)
  589. * Expand fixtures (#2571)
  590. * Fix /api/repo/search integration tests (#2550)
  591. * Make integration tests more user-friendly (#2536)
  592. * Fix unit test race condition (#2516)
  593. * Add missing fixture to clean gpg_key table (#2494)
  594. * Hotfix for integration testing (#2473)
  595. * Make repo private to not interfere with other tests (#2467)
  596. * Error message for integration test (#2410)
  597. * Fix "index out of range" runtime error in repo_list tests (#2376)
  598. * Add git clone test on integration test (#1682)
  599. * TRANSLATION
  600. * Fix localization texts that contain semicolon (#2900)
  601. * Fix activity locale (#2709)
  602. * Update translation from crowdin (#2368)
  603. * BUILD
  604. * change the email and name to GitBot account. (#2848)
  605. * Fix removing backslash before quotes in translations (#2831)
  606. * add gitea remote in drone. (#2817)
  607. * add remote name for git push. (#2816)
  608. * Launch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)
  609. * Download and pushing translations (#2727)
  610. * Automatic update of translations (#2585)
  611. * Add pre-build step for nodejs stuff (#2581)
  612. * Compress css with nodejs (#2580)
  613. * Remove go version check for make fmt (#2558)
  614. * Fix lint errors (#2547)
  615. * Always run fmt check in CI (#2546)
  616. * Fix fmt errors (#2544)
  617. * add codecov.io service. (#2493)
  618. * Fix some tests : make coverage -> test (#2492)
  619. * Fix fmt error in mailer (#2490)
  620. * Allow changing integration test database connection using env variables (#2484)
  621. * Add changelog config file for generate changelog (#2461)
  622. * Changes for latest DroneCI (#2362)
  623. * Use standard lessc and minify CSS using Node.js (#2337)
  624. * DOCS
  625. * Update screenshots on README (#2910)
  626. * Gogs -> Gitea (#2909)
  627. * Update swagger documentation (#2899)
  628. * Fix typo (#2810)
  629. * Fix Polish language name spelling (#2766)
  630. * Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)
  631. * Add maintainer label for docker file (#2658)
  632. * Link to gitea-specific Vagrant example (#2624)
  633. * add release notes of v1.1.4 (#2463)
  634. * Wrap most paragraphs to 80 columns (#2396)
  635. * Update CONTRIBUTING following #2329 discussion (#2394)
  636. * Update hard-coded version to 1.3.0+dev (#2390)
  637. * Clarify Translation Process. Also fix branch names (#2378)
  638. * Admin grammar fixes and improvements (#2056)
  639. * MISC
  640. * Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)
  641. * Dockerfile: Updated alpine image to 3.6. (#2486)
  642. * Basic VSCode configuration for building and debugging (#2483)
  643. * Added vendor dir for js/css libs; Documented sources (#1484) (#2241)
  644. ## [1.2.3](https://github.com/go-gitea/gitea/releases/tag/v1.2.3) - 2017-11-03
  645. * BUGFIXES
  646. * Only require one email when validating GPG key (#2266, #2467, #2663) (#2788)
  647. * Fix order of comments (#2835) (#2839)
  648. ## [1.2.2](https://github.com/go-gitea/gitea/releases/tag/v1.2.2) - 2017-10-26
  649. * BUGFIXES
  650. * Add checks for commits with missing author and time (#2771) (#2785)
  651. * Fix sending mail with a non-latin display name (#2559) (#2783)
  652. * Sync MaxGitDiffLineCharacters with conf/app.ini (#2779) (#2780)
  653. * Update vendor git (#2765) (#2772)
  654. * Fix emojify image URL (#2769) (#2773)
  655. ## [1.2.1](https://github.com/go-gitea/gitea/releases/tag/v1.2.1) - 2017-10-16
  656. * BUGFIXES
  657. * Fix PR, milestone and label functionality if issue unit is disabled (#2710) (#2714)
  658. * Fix plain readme didn't render correctly on repo home page (#2705) (#2712)
  659. * Fix so that user can still fork his own repository to his organizations (#2699) (#2707)
  660. * Fix .netrc authentication (#2700) (#2708)
  661. * Fix slice out of bounds error in mailer (#2479) (#2696)
  662. ## [1.2.0](https://github.com/go-gitea/gitea/releases/tag/v1.2.0) - 2017-10-10
  663. * SECURITY
  664. * Sanitation fix from Gogs (#1461)
  665. * BREAKING
  666. * Rename /forget_password url to /forgot_password (#1219)
  667. * FEATURE
  668. * Logo: Add task to generate images from SVG and change to new logo (#2194)
  669. * Status-API (#1332)
  670. * Show commit status icon in commits table (#1688)
  671. * Additional OAuth2 providers (#1010)
  672. * GPG commit validation (#1150)
  673. * Rework SSH key management UI to add GPG (#1293)
  674. * Implement GPG api (#710)
  675. * Login via OpenID-2.0 (#618)
  676. * Add units to team (#947)
  677. * Batch updates for issues (#926)
  678. * Add Gitea Webhook (#1755)
  679. * API: support '/orgs/:org/repos' (#2047)
  680. * Display all organization from user settings (#1739)
  681. * LDAP user synchronization (#1478)
  682. * Adding #issuecomment to the URL in E-Mail notifications (#1674)
  683. * Add download count field and unit testing for attachment. (#1512)
  684. * Add repo mirror sync API endpoint (#1508)
  685. * Add markup package to prepare for org markup format (#1493)
  686. * Support for custom html meta (#1423)
  687. * Per issue/PR watch/unwatch (#1410)
  688. * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
  689. * Repo size in admin panel (#1482)
  690. * Show user OpenID URIs in their profile (#1314)
  691. * Add change-password admin command (#1304)
  692. * Only use issue and wiki on repo. (#1297)
  693. * Allow push to init a wiki repo (#1279)
  694. * ENHANCEMENT
  695. * Make time diff translatable (#2057)
  696. * Smaller watch, star, and fork buttons (#2052)
  697. * Display config file path on admin panel (#2030)
  698. * Only show SSH clone URL if signed in (#2169) (#2170)
  699. * Only show "No Description" to repo admins (#2167)
  700. * Always return valid go-get meta, even if unauthorized (#2010)
  701. * Enable assignee e-mail notification (#2003)
  702. * Let not-logged-in users view releases (#1999)
  703. * No highlighting for .txt files (#1922)
  704. * Make side nav on dashboard stackable (#1778)
  705. * Setting to disable authorized_keys backup (#1856)
  706. * Hide the create organization button (in dashboard/organization section) (#1705)
  707. * LFS: Return 404 for unimplemented endpoints (#1330)
  708. * Show a link to password reset from user settings requiring a password (#862)
  709. * Reserve the "explore" user/org name (#1222)
  710. * Send notifications to partecipants in issue comments (#1217)
  711. * Improve style of user OpenID setting page (#1324)
  712. * Use font-awesome OpenID icon more (#1320)
  713. * Use readonly input form to show the validated OpenID URI (#1308)
  714. * Add captcha support to OpenID based signup (#1307)
  715. * Minor improvements on commit graph UI (#1380)
  716. * Mirror sync interval specified as duration string (#1407)
  717. * Make issue in commit graph "clickable" (#1392)
  718. * Use whole button (commit graph) as link (#1390)
  719. * Autofocus on 2fa passcode fields (#1460)
  720. * Sort on repo size in admin panel (#1654)
  721. * Improve dashboard repo search (#1652)
  722. * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)
  723. * Adds Parent property to the repo API (#1687)
  724. * Add configuration option for default permission to create Organizations (#1686)
  725. * Remove sha1 hash display in repository table (#1678)
  726. * Download files to their original filename (#1676)
  727. * Exposes in API the Repo entity's Size and IsBare property (#1668)
  728. * Change two factor code entry box from text to number (#1733)
  729. * Directly show error if user hit repository limit (#1767)
  730. * Generate small and large logos at 4x resolution (#2233)
  731. * Tags listed in releases tab (#2389) (#2424)
  732. * BUGFIXES
  733. * Fix adding branch as protected to not allow pushing to it (#2556)
  734. * Orgs: fix org page title when full name is not defined (#1495)
  735. * Fix double borders on edit page (#1152) (#1153)
  736. * Search bar fixes for #1187 and #1205 (#1207)
  737. * Fix upgrade failed after ever rollback (#1194)
  738. * Fix FCGI (over TCP) support (#1368)
  739. * Backport of migration fixes (#2604) (#2677)
  740. * fix panic on gogs webhook creation (#2675) (#2676)
  741. * Backport: Fixes 500 error on dashboard when using MSSQL (#2504) (#2662)
  742. * Fix go get response if only app URL is custom in configuration (#2634) (#2640)
  743. * Fix deletion of unprotected branches (#2630)
  744. * Backport of 2611 / Fix doubled issue tab introduced in migration v16 (#2622)
  745. * v38 migration used an outdated version of RepoUnit model (#2602)
  746. * fix go get subpackage bug (#2584) (#2589)
  747. * Backport: Sync releases table with tags on push and for mirrors (#2459) (#2554)
  748. * Backport: Restricting access to fork functioanlity to users with Code access (#2542)
  749. * Fix migration from pre-v15 to 1.2.0 (#2460) (#2465)
  750. * Fix migration from pre-v15 to 1.2.0 (#2460)
  751. * fix duplicated feed (#2370) (#2413)
  752. * Fix releases to be counted from database not tags (#2389)
  753. * Fix missing collabrative repos (#2367) (#2382)
  754. * Add more test for login links and fix a bug on action retrieve (#2361)
  755. * Fix SQL condition bug in GetFeeds(..) (#2360)
  756. * fix bug on create repo link on dashboard (#2359)
  757. * Fix order of elements in dashboard html (#2344)
  758. * Fix repo-search template errors for go1.7 (#2336)
  759. * Add missing forks key for dashboard repository component (#2325)
  760. * fix template error on explore repos (#2319)
  761. * Trigger sync webhooks on UI commit (#2302)
  762. * fix 500 error when view an issue which's milestone deleted (#2297)
  763. * Only update needed columns when update user (#2296)
  764. * Fix rendering of external links (#2292)
  765. * Fix and improve dashboard repo UI (#2285)
  766. * Make short link pattern greedy (#2259)
  767. * Temporarily patch go-ini/ini with fork (#2255)
  768. * Convert xorm literal queries to method calls (#2253)
  769. * update code.gitea.io/git in vendor to fix delete branch fails (#2250)
  770. * Replace calls to xorm UseBool with Where (#2237)
  771. * rhel7 has a git version with four digits (1.8.3.1) (#2236)
  772. * Fix internal requests when gitea listens to unix socket or only external IP (#2234)
  773. * Check for access in /repositories/:id (#2227)
  774. * Fixed robots.txt 404 error (#2226)
  775. * Fix counts on issues dashboard (#2215)
  776. * Fix unclosed session bug (#2214)
  777. * Add collaborative repositories to the dashboard (#2205)
  778. * Fix issue updated_unix bug (#2204)
  779. * Fix Commits nil pointer dereference (#2203)
  780. * Fix bare-repo bugs (#2199)
  781. * Fix PR nil-dereference bug (#2195)
  782. * Allow only single fork per user/organization (#2193)
  783. * Fix key usage time update if the key is used in parallel for multiple operations (#2185)
  784. * Only allow token authentication with 2FA enabled (#2184)
  785. * Fix profile update for non-local users (#2178)
  786. * Fix compiling without sqlite and gcc (#2177)
  787. * Make compare button URL aware if current repo is a fork (#2162) (#2163)
  788. * Remove unit types commits and settings (#2161)
  789. * Fix OpenID registration route (#2160)
  790. * Fix repository settings collobration list display (#2151)
  791. * Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)
  792. * Fix SHA1 hash linking (#2143)
  793. * Fix repo API bug (#2133)
  794. * Use POSIX complaint ! operator in find (#2132)
  795. * Fix GET /users/:username/repos endpoint (#2125)
  796. * Fix username rendering bug (#2122)
  797. * Fix wiki preview links (#2119)
  798. * vendor: update sqlite to fix "database is locked" errors (#2116)
  799. * Fix unchecked error bug (#2110)
  800. * Fix missing-return bug (#2109)
  801. * Fix API for branches with slashes (#2096)
  802. * Fix git hooks update to receive required arguments (#2095)
  803. * upgrade git source code. (#2094)
  804. * Fix SQL bug in models.PullRequests (#2092)
  805. * Don't ignore gravatar error (#2083)
  806. * Fix release display and correct paging (#2080)
  807. * remove unnecessary blank lines and wrong error log (#2079)
  808. * Check for valid renamed usernames (#2077)
  809. * Update git module (#2074)
  810. * Fix org hooks UI (#2072)
  811. * Fix #1271: Call location.reload after XHR finishes (#2071)
  812. * Fix default ghost assignee bug (#2069)
  813. * Fix bug in issue labels API (#2048)
  814. * Load label ID in NewLabels (#2045)
  815. * Fix: `http: multiple response.WriteHeader calls` (#2038)
  816. * Pagination on releases page (#2035)
  817. * repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)
  818. * Fix displaying commits and files of PR created from now deleted fork (#2023)
  819. * Fix #2001 and fix issue comments hidden (#2016)
  820. * Update code.gitea.io/git (#2014)
  821. * Keep sort when switching page (#2013)
  822. * Important: wrong PR merge commit ID saved (#2007)
  823. * Don't show non-comments in comments API (#2001)
  824. * Fix "Dashboard shows deleted comments" (#1995)
  825. * Make branch deletion URL more like GitHub's, fixes #1397 (#1994)
  826. * Fix fast-forward PR bug (#1989)
  827. * Fix GPG email checking to be case insensitive (#1988)
  828. * fix bug for normal user visit public repo (#1984)
  829. * fix collborators lack of units on orgnization repositories (#1968)
  830. * Fix diff of renamed and modified file (#1967)
  831. * Fix uppercase default branch bug (#1965)
  832. * Fix bug in Action.loadRepo() (#1959)
  833. * Fix deleted milestone bug (#1942)
  834. * Fix engine bug in getIssueByID (#1934)
  835. * Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)
  836. * Fix setting.AppPath for integration tests (#1923)
  837. * Fix search by issue type (#1914)
  838. * Fix ghost user bug (#1913)
  839. * Require token before checking membership/ownership (#1905)
  840. * Bug fixes for org member API (#1904)
  841. * A missing / to provide a correct endpoint (#1903)
  842. * Fix 500 in public activity page (#1901)
  843. * Center-aligned login topbar (#1880)
  844. * Migration to fix existing owner team units (#1873)
  845. * Fix paginater length (#1866)
  846. * Fix bug in removeOrgRepo (#1858)
  847. * Display draft releases (#1854)
  848. * Fix 404 for external tracking issues (#1852)
  849. * Update code.gitea.io/git (#1849)
  850. * Fix user profile activity feed (#1848)
  851. * Don't ignore error in getMergeCommit (#1843)
  852. * Fix locking bug in removeOrgRepo (#1842)
  853. * Fix status table race condition (#1835)
  854. * Fix PR template error (#1834)
  855. * Fix pull request compare link (#1832)
  856. * Use ghost users in issues/PRs (#1831)
  857. * Commitless repos should be bare (#1829)
  858. * Update code.gitea.io/git (#1824)
  859. * Fix invalid reference in feeds template (#1820)
  860. * fix bug to deny to add orgnization as a member of an orgnization or team (#1815)
  861. * xxx_active_code_live setting in printed in hours and minutes instead … (#1814)
  862. * Fix deadlock in updateRepository (#1813)
  863. * Give all units to owner team (#1812)
  864. * Fix 500 for GET /teams/:id endpoints (#1811)
  865. * fix bug not to trim space of login username (#1796)
  866. * Fix renaming bug (#1786)
  867. * Fix activity feed (#1779)
  868. * Make navbar scroll on overflow (#1777)
  869. * Delete repo redirects on repo deletion (#1776)
  870. * Fix unloaded owner bug (#1770)
  871. * Admin should always be allowed to create repositories even if hit limit (#1765)
  872. * Update HighlightJS and fix YAML files highlighting (#1764)
  873. * fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)
  874. * fix admin lost permission caused by #947 (#1753)
  875. * More fixes for dashboard search (#1750)
  876. * fixes wrong after field in webhook payload (#1746)
  877. * fix avatar update bug (#1729)
  878. * Fix FOUC on Firefox (#1728)
  879. * Fix changes introduce by update of go-swagger. (#1727)
  880. * Fix #1719 (#1722)
  881. * Correct flash after sending password reset email (#1718)
  882. * Fix and test for delete user (#1713)
  883. * Fix rendering of issue checkboxes (#1709)
  884. * Enforce netgo build tag while cross-compilation (#1690)
  885. * fix bug when push a branch name with / & fix an integration test bug (#1689)
  886. * fix potential sqlite lock (#1680)
  887. * Fix commit sha1 URL rendering in markdown (#1677)
  888. * Fix static files permission under public/ (#1675)
  889. * fix: tag contain character ) will http 500 on release page (#1670)
  890. * Fix CSS for code in wiki markdown (#1660)
  891. * fix multiple readme file rendering and fix #1657 (#1658)
  892. * Add primary key and index to external login user table (#1656)
  893. * fix #1643 and improve integration test (#1645)
  894. * Fix version in Makefile (#1636)
  895. * Handle display of GPG key without end date (#1628)
  896. * fix bug on issue view when not login (#1624)
  897. * bug fixed for API to get user's repos (#1622)
  898. * fix lost text color on button on set as primary email (#1621)
  899. * Add create_at and updated_at in PR json (#1616)
  900. * update git and fix #1133 (#1614)
  901. * fix bug on status API (#1533)
  902. * Do not show empty collaborators segment (#1531)
  903. * Fix markdown rendering (#1530)
  904. * fix go get sub package and add domain on installation to let go get work defaultly (#1518)
  905. * fix #1501 ssh hangs caused by #1461 (#1513)
  906. * Fix empty file download (#1506)
  907. * Fix broken v27 migration - change mirror interval from int to bigint (#1504)
  908. * Do not allow commiting to protected branch from online editor (#1502)
  909. * Add internal routes for ssh hook comands (#1471)
  910. * Fix races within code.gitea.io/git.(*Command).RunInDirTimeoutPipeline (#1465)
  911. * Simple quick fix for #1418 (#1456)
  912. * fix gpg API panic when no verification (#1451)
  913. * fix migrate failed and org dashboard failed on MSSQL database (#1448)
  914. * Optimize and fix autolink function (#1442) (#1444)
  915. * Fix and simplify repo branches (settings) UI (#1435)
  916. * Fix disabled fields in repo settings UI (#1431)
  917. * fixes pull request hanging when it contains normal and LFS files (#1425)
  918. * Fix races in the log module by using syncmap (#1421)
  919. * Add length check for the return string (#1420)
  920. * Fix "Error: No issue number specified" when pushing (#1393)
  921. * Corrected Mirror.NextUpdate not set (#1388)
  922. * fix: remove `str2html` from org full name (#1360)
  923. * Correct broken unaligned load/store in armv5 (#1355)
  924. * Remove href on first/last link when on first/last page (#1345)
  925. * Fix broken table layout (#1344)
  926. * LFS: Fix SSH authentication for trailing arguments (#1328)
  927. * Remove empty file (#1326)
  928. * Fix delete user failed on sqlite (#1321)
  929. * Fix inconsistency in layout (#1316)
  930. * Fix gpg wrong column types (#1303)
  931. * Fix wiki bugs (#1294)
  932. * Fix missing less sources for oauth (#1288)
  933. * Make sure both scripts/ can live side by side (#1264)
  934. * Fix nil-dereference bug (#1258)
  935. * rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)
  936. * Commit search appearence fixes (#1254)
  937. * Fix forget migration for wiki hooks (#1227)
  938. * Fix repo settings external tracker failed and check external urls (#1215)
  939. * Fix 500 caused by branches settings introduced by #1198 (#1214)
  940. * fix #1189, commit messages containing a pipe (#1203)
  941. * Bug fixed for delete repo failed (#1193)
  942. * Fix migration failed when authorized_keys is not exist (#1180)
  943. * Fix ini format incomiptable with crowdin (#1177)
  944. * TESTING
  945. * Integration tests for issues API (#2059)
  946. * Add integration tests for signin (#2363)
  947. * Add INTERNAL_TOKEN to integration .ini file (#2346)
  948. * Add public links check (#2323)
  949. * Fix hooks for integration repo (#2216)
  950. * More integration tests for comment API (#2156)
  951. * Cache session cookies in tests (#2128)
  952. * Less verbose integration tests (#2123)
  953. * Fix improper setup for integration tests (#2050)
  954. * Improve integration test helper functions (#2049)
  955. * Add integration test for issue creating (#2002)
  956. * Use testing/benchmark interface (#1993)
  957. * Add integration test for repository migration (#1983)
  958. * Consolidate boilerplate in integration tests (#1979)
  959. * Set console to debug for integration tests (#1976)
  960. * Add pull-create integration test (#1972)
  961. * Coverage reports for integration tests (#1960)
  962. * Add integration test for pull-request merge (#1912)
  963. * Add integration test for file editing (#1907)
  964. * Add integration test for repository forking (#1896)
  965. * Run unused test (#1875)
  966. * Don't recreate database in integration tests (#1697)
  967. * remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test (#1693)
  968. * MySQL, Postgres integration tests in drone (#1638)
  969. * improve integration test to resue models/fixtures and store git repos with tests (#1627)
  970. * Improve govendor testing (#1623)
  971. * Integration test framework (#1290)
  972. * Unit tests for issue_list (#1209)
  973. * Add integration test for signup (#1135)
  974. * TRANSLATION
  975. * update translation from crowdin (#2368) (#2380)
  976. * Small fixes (#2144)
  977. * Missing signed commit display translations (#2134)
  978. * Sync latest translations from crowdin (#2104)
  979. * Add make command update-translations for update translations from crodwin (#2097)
  980. * Fix some mistakes (#1833)
  981. * Improve clarity between is_activated and prohibit_login (#1788)
  982. * Improve grammar (#1775)
  983. * Fix bad grammar and wordiness (#1741)
  984. * Make strings translatable (#1188) (#1198)
  985. * BUILD
  986. * Dockerfile for aarch64 (#1128) (#1130)
  987. * backport from v1.2 branch: add secrets for github release (#2588) (#2598)
  988. * Add secrets for github release to fix drone failed (#2588)
  989. * Backport changes for latest drone (#2586)
  990. * Removing .drone.yml.sig (#2579)
  991. * Fix drone for tags (#2573) (#2576)
  992. * Backport: Remove go version check for make fmt (#2558) (#2561)
  993. * Backport: Fix lint, fmt and integration testing errors (#2553)
  994. * update latest xorm version to vendor (#2353)
  995. * Remove integration test executables on `make clean` (#2340)
  996. * refactor(Makefile): allow overriding default go program (#2310)
  997. * Revert to upstream ini dependency (#2304)
  998. * Use /dev/urandom to create random password (#2298)
  999. * update drone sig file. (#2262)
  1000. * go get github.com/wadey/gocovmerge when needed (#2235)
  1001. * fix typo (#2145)
  1002. * Revert "Reduce number of layer" (#2086)
  1003. * Reduce number of layer (#2078)
  1004. * Skip sqlite integration in CI (#2058)
  1005. * fix golint error and rename func for suggestion. (#1997)
  1006. * fix misspell (#1996)
  1007. * update drone sig file (#1981)
  1008. * send notification if status changed (#1973)
  1009. * switch gitter to discord for drone. (#1971)
  1010. * Fix missing backslash in Dockerfile.rpi (#1952)
  1011. * Don't run 'make release' on PRs (#1908)
  1012. * Update code.gitea.io/git (#1892)
  1013. * Use production version of vuejs (#1869)
  1014. * Add a variable for docker tag (#1825)
  1015. * resign drone and fix #1816 (#1819)
  1016. * Separate generate swagger + fix sed os specific (#1791)
  1017. * Only run coverage on merges/pushes to master (#1783)
  1018. * Remove stale rule from Makefile (#1782)
  1019. * feat: upgrade drone docker image to support multi-stage build. (#1732)
  1020. * Realy don't cache apk index (#1694)
  1021. * Limit clone depth when drone-building (#1644)
  1022. * Refactor Dockerfile (#1632)
  1023. * Check if missing/modified/unused deps in vendor and fix errors (#1468)
  1024. * Add GOFLAGS and EXTRA_GOFLAGS (#1438)
  1025. * Include formatting check to the `make test` (and thus also `check`) rule (#1366)
  1026. * DOCS
  1027. * fix wrong changelog title (#2395)
  1028. * fix webhook link (#2289)
  1029. * Improve swagger doc (#2274)
  1030. * Add link to forum in issue template (#2070)
  1031. * add missing lfs config on example file (#2039)
  1032. * Add discourse link (#2027)
  1033. * Fix wording (#2024)
  1034. * Fix typo (#1974)
  1035. * Swagger docs for list/create forks (#1941)
  1036. * Update links to Discord server (#1940)
  1037. * [ci skip] update discord badge. (#1930)
  1038. * Change join chat from gitter to discord (#1929)
  1039. * Update changelog with v1.1.1 (#1926)
  1040. * Correct grammar in APIEmpty documentation (#1748)
  1041. * Add swagger comment for MirrorSync (#1747)
  1042. * Add "Table of Contents" in CONTRIBUTING.md (#1634)
  1043. * Fix service description in Debian init file (#1538)
  1044. * Use MAINTAINERS file in repository in CONTRIBUTING (#1489)
  1045. * Generate swagger json (#1402)
  1046. * Changed text when password reset disabled. (#1364)
  1047. * Removed email copyright year (#1348)
  1048. * Specify that time interval units are seconds (#1311)
  1049. * Gitea OpenID-2.0 login has been tested with livejournal.com too (#1306)
  1050. * Make wording of commit search more clear (#1291)
  1051. * Add notice that LFS mirroring is not supported (#1251)
  1052. * Fix typos in models/ and modules/ (#1248)
  1053. * Refactor and fix incorrect comment (#1247)
  1054. * Fix migration comment (#1241)
  1055. * Update locale_en-US.ini (#1235)
  1056. * Add LibreJS support (#1201)
  1057. * rename OSX to macOS (#1176)
  1058. * add mssql to app.ini db config comment (#1172)
  1059. * Add MSSQL to issues template (#1171)
  1060. * MISC
  1061. * Add badge and link to the Matrix room (#2348)
  1062. * ignore coverage steps. (#2257)
  1063. * Use sqlite3 database as default for Docker image (#2182)
  1064. * update drone discord plugin to 0.0.4 version (#1992)
  1065. * fix typo (#1990)
  1066. * Move 3rd party js/css into `public/vendor` and document sources (#2383)
  1067. * Prevent conflicting TOTP accounts by adding AppURL to issuer parameter (#2335)
  1068. * Fix variable name typo (#2327)
  1069. * Make use of Vue more universal (#2318)
  1070. * Remove (almost) server side data rendering from repo-search component (#2317)
  1071. * Add OpenID configuration in install page (#2276)
  1072. * More tweaks to repo top panel (#2267)
  1073. * File path tweaks in UI (#2264)
  1074. * Make SHOW_USER_EMAIL also apply to profiles (#2258)
  1075. * EnableUnit() -> UnitEnabled() (#2242)
  1076. * Prevent selection of diff line numbers (#2240)
  1077. * Remove unused variable on makefile (#2225)
  1078. * No error log entries for repo 404 (#2200)
  1079. * Refactor vue delimeters to use es6 template delimeters (#2171)
  1080. * Replace tmp with TMPDIR. (#2152)
  1081. * Remove unused files (#2124)
  1082. * Improve org error handling (#2117)
  1083. * Absolute path for setting.CustomConf (#2085)
  1084. * remove deprecated code for Gogs compitable (#2041)
  1085. * Refactor session close as xorm already does everything needed internally (#2020)
  1086. * SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)
  1087. * Use monospace font in githook editor (#1958)
  1088. * Fix import order (#1951)
  1089. * Gracefully handle bare repositories on API operations. (#1932)
  1090. * Fix errors caused by force push (#1927)
  1091. * Display URLs in integration test logs (#1924)
  1092. * Set TMPDIR enviroment variable for dump command (#1915)
  1093. * Cache ctx.User in retrieveFeeds (#1902)
  1094. * Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)
  1095. * Add check misspelling (#1877)
  1096. * Fix misspelled variables (#1874)
  1097. * Gofmt (#1868, #1710, #1662)
  1098. * Rename misnamed migration (#1867)
  1099. * Support CRLF when splitting code lines for display (#1862)
  1100. * Add convert less css file step. (#1861)
  1101. * Prevent accidential selection of line numbers in code view (#1860)
  1102. * Delete Public SSH Key tmp file after calculating fingerprint (#1855)
  1103. * Remove annoying difference in button heights. (#1853)
  1104. * Only run test coverage on master branch. (#1838)
  1105. * Error from mktemp command in MacOS. (#1837)
  1106. * Use writeTmpKeyFile in calcFingerprint (#1828)
  1107. * ROOT_URL setting use the default as shown in conf/app.ini (#1823)
  1108. * Rename RepoCreationNum -> MaxCreationLimit (#1766)
  1109. * Add button to admin ui (#1738)
  1110. * Correct spelling mistakes (#1703)
  1111. * Make openid support default false for compitable with v1.1 (#1650)
  1112. * Send mails as HTML as default. Setting for send as plain text. (#1648)
  1113. * fix potential lock when sqlite (#1647)
  1114. * Optimize png images via Google zopflipng [ci skip] (#1639)
  1115. * Upgrade alpine to v3.5 in Dockerfile (#1633)
  1116. * remove unused vendor packages (#1620)
  1117. * markup: microoptimise for many short filenames in directory (#1534)
  1118. * support health check via / and fix #969 (#1520)
  1119. * Remove env user salt since no need to use (#1515)
  1120. * Drop db operations from hook commands (#1514)
  1121. * Better URL validation (#1507)
  1122. * Migrate WatchInfo struct to api (#1492)
  1123. * refactor: show command help message. (#1486)
  1124. * refactor update ssh key use time (#1466)
  1125. * Set VERSION from git once, in a variable (#1447)
  1126. * Remove unused mutex field (#1440)
  1127. * Simplify settings pages with item list (#1389)
  1128. * Clean-up PostgreSQL Tests (#1361)
  1129. * refactor: remove workaround after the golang 1.7 release. (#1349)
  1130. * Delete the useless code (#1335)
  1131. * Run "make fmt" with go-1.6 (#1333)
  1132. * Refactor admin/auth/new.tmpl (#1277)
  1133. * Refactor repo/issue/view_content.tmpl (#1276)
  1134. * Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)
  1135. * Cleaner UI for explore page (#1253) (#1255)
  1136. * Synced licenses with github repo (#1246)
  1137. * Synced gitignores with github repo (#1245)
  1138. * Simplify RepositoryList.loadAttributes() (#1211)
  1139. * Move user_follow to separate file (#1210)
  1140. * Reduce conditionals in signin/signup inner forms (#1138)
  1141. ## [1.1.4](https://github.com/go-gitea/gitea/releases/tag/v1.1.4) - 2017-09-04
  1142. * BUGFIXES
  1143. * Fix rendering of external links (#2292) (#2315)
  1144. * Fix deleted milestone bug (#1942) (#2300)
  1145. * fix 500 error when view an issue which's milestone deleted (#2297) (#2299)
  1146. * Fix SHA1 hash linking (#2143) (#2293)
  1147. * back port from #1709 (#2291)
  1148. ## [1.1.3](https://github.com/go-gitea/gitea/releases/tag/v1.1.3) - 2017-08-03
  1149. * BUGFIXES
  1150. * Fix PR template error (#2008)
  1151. * Fix markdown rendering (fix #1530) (#2043)
  1152. * Fix missing less sources for oauth (backport #1288) (#2135)
  1153. * Don't ignore gravatar error (#2138)
  1154. * Fix diff of renamed and modified file (#2136)
  1155. * Fix fast-forward PR bug (#2137)
  1156. * Fix some security bugs
  1157. ## [1.1.2](https://github.com/go-gitea/gitea/releases/tag/v1.1.2) - 2017-06-13
  1158. * BUGFIXES
  1159. * Enforce netgo build tag while cross-compilation (Backport of #1690) (#1731)
  1160. * fix update avatar
  1161. * fix delete user failed on sqlite (#1321)
  1162. * fix bug not to trim space of login username (#1806)
  1163. * Backport bugfixes #1220 and #1393 to v1.1 (#1758)
  1164. ## [1.1.1](https://github.com/go-gitea/gitea/releases/tag/v1.1.1) - 2017-05-04
  1165. * BUGFIXES
  1166. * Markdown Sanitation Fix [#1646](https://github.com/go-gitea/gitea/pull/1646)
  1167. * Fix broken hooks [#1376](https://github.com/go-gitea/gitea/pull/1376)
  1168. * Fix migration issue [#1375](https://github.com/go-gitea/gitea/pull/1375)
  1169. * Fix Wiki Issues [#1338](https://github.com/go-gitea/gitea/pull/1338)
  1170. * Forgotten migration for wiki githooks [#1237](https://github.com/go-gitea/gitea/pull/1237)
  1171. * Commit messages can contain pipes [#1218](https://github.com/go-gitea/gitea/pull/1218)
  1172. * Verify external tracker URLs [#1236](https://github.com/go-gitea/gitea/pull/1236)
  1173. * Allow upgrade after downgrade [#1197](https://github.com/go-gitea/gitea/pull/1197)
  1174. * 500 on delete repo with issue [#1195](https://github.com/go-gitea/gitea/pull/1195)
  1175. * INI compat with CrowdIn [#1192](https://github.com/go-gitea/gitea/pull/1192)
  1176. ## [1.1.0](https://github.com/go-gitea/gitea/releases/tag/v1.1.0) - 2017-03-09
  1177. * BREAKING
  1178. * The SSH keys can potentially break, make sure to regenerate the authorized keys
  1179. * FEATURE
  1180. * Git LFSv2 support [#122](https://github.com/go-gitea/gitea/pull/122)
  1181. * API endpoints for repo watching [#191](https://github.com/go-gitea/gitea/pull/191)
  1182. * Search within private repos [#222](https://github.com/go-gitea/gitea/pull/222)
  1183. * Hide user email address on explore page [#336](https://github.com/go-gitea/gitea/pull/336)
  1184. * Protected branch system [#339](https://github.com/go-gitea/gitea/pull/339)
  1185. * Sendmail for mail delivery [#355](https://github.com/go-gitea/gitea/pull/355)
  1186. * API endpoints for org webhooks [#372](https://github.com/go-gitea/gitea/pull/372)
  1187. * Enabled MSSQL support [#383](https://github.com/go-gitea/gitea/pull/383)
  1188. * API endpoints for org teams [#370](https://github.com/go-gitea/gitea/pull/370)
  1189. * API endpoints for collaborators [#375](https://github.com/go-gitea/gitea/pull/375)
  1190. * Graceful server restart [#416](https://github.com/go-gitea/gitea/pull/416)
  1191. * Commitgraph / timeline on commits page [#428](https://github.com/go-gitea/gitea/pull/428)
  1192. * API endpoints for repo forks [#509](https://github.com/go-gitea/gitea/pull/509)
  1193. * API endpoints for releases [#510](https://github.com/go-gitea/gitea/pull/510)
  1194. * Folder jumping [#511](https://github.com/go-gitea/gitea/pull/511)
  1195. * Stars tab on profile page [#519](https://github.com/go-gitea/gitea/pull/519)
  1196. * Notification system [#523](https://github.com/go-gitea/gitea/pull/523)
  1197. * Push and pull through reverse proxy basic auth [#524](https://github.com/go-gitea/gitea/pull/524)
  1198. * Search for issues and pull requests [#530](https://github.com/go-gitea/gitea/pull/530)
  1199. * API endpoint for stargazers [#597](https://github.com/go-gitea/gitea/pull/597)
  1200. * API endpoints for subscribers [#598](https://github.com/go-gitea/gitea/pull/598)
  1201. * PID file support [#610](https://github.com/go-gitea/gitea/pull/610)
  1202. * Two factor authentication (2FA) [#630](https://github.com/go-gitea/gitea/pull/630)
  1203. * API endpoints for org users [#645](https://github.com/go-gitea/gitea/pull/645)
  1204. * Release attachments [#673](https://github.com/go-gitea/gitea/pull/673)
  1205. * OAuth2 consumer [#679](https://github.com/go-gitea/gitea/pull/679)
  1206. * Add ability to fork your own repos [#761](https://github.com/go-gitea/gitea/pull/761)
  1207. * Search repository on dashboard [#773](https://github.com/go-gitea/gitea/pull/773)
  1208. * Search bar on user profile [#787](https://github.com/go-gitea/gitea/pull/787)
  1209. * Track label changes on issue view [#788](https://github.com/go-gitea/gitea/pull/788)
  1210. * Allow using custom time format [#798](https://github.com/go-gitea/gitea/pull/798)
  1211. * Redirects for renamed repos [#807](https://github.com/go-gitea/gitea/pull/807)
  1212. * Track assignee changes on issue view [#808](https://github.com/go-gitea/gitea/pull/808)
  1213. * Track title changes on issue view [#841](https://github.com/go-gitea/gitea/pull/841)
  1214. * Archive cleanup action [#885](https://github.com/go-gitea/gitea/pull/885)
  1215. * Basic Open Graph support [#901](https://github.com/go-gitea/gitea/pull/901)
  1216. * Take back control of Git hooks [#1006](https://github.com/go-gitea/gitea/pull/1006)
  1217. * API endpoints for user repos [#1059](https://github.com/go-gitea/gitea/pull/1059)
  1218. * BUGFIXES
  1219. * Fixed counting issues for issue filters [#413](https://github.com/go-gitea/gitea/pull/413)
  1220. * Added back default settings for SSH [#500](https://github.com/go-gitea/gitea/pull/500)
  1221. * Fixed repo permissions [#513](https://github.com/go-gitea/gitea/pull/513)
  1222. * Issues cannot be created with labels [#622](https://github.com/go-gitea/gitea/pull/622)
  1223. * Add a reserved wiki paths check to the wiki [#720](https://github.com/go-gitea/gitea/pull/720)
  1224. * Update website binding MaxSize to 255 [#722](https://github.com/go-gitea/gitea/pull/722)
  1225. * User can see the private activity on public history [#818](https://github.com/go-gitea/gitea/pull/818)
  1226. * Wrong pages number which includes private repositories [#844](https://github.com/go-gitea/gitea/pull/844)
  1227. * Trim whitespaces for search keyword [#893](https://github.com/go-gitea/gitea/pull/893)
  1228. * Don't rewrite non-gitea public keys [#906](https://github.com/go-gitea/gitea/pull/906)
  1229. * Use fingerprint to check instead content for public key [#911](https://github.com/go-gitea/gitea/pull/911)
  1230. * Fix random avatars [#1147](https://github.com/go-gitea/gitea/pull/1147)
  1231. * ENHANCEMENT
  1232. * Refactored process manager [#75](https://github.com/go-gitea/gitea/pull/75)
  1233. * Restrict rights to create new orgs [#193](https://github.com/go-gitea/gitea/pull/193)
  1234. * Added label and milestone sorting [#199](https://github.com/go-gitea/gitea/pull/199)
  1235. * Make minimum password length configurable [#223](https://github.com/go-gitea/gitea/pull/223)
  1236. * Speedup conflict checking on pull requests [#276](https://github.com/go-gitea/gitea/pull/276)
  1237. * Added button to delete merged pull request branches [#441](https://github.com/go-gitea/gitea/pull/441)
  1238. * Improved issue references within markdown [#471](https://github.com/go-gitea/gitea/pull/471)
  1239. * Dutch translation for the landingpage [#487](https://github.com/go-gitea/gitea/pull/487)
  1240. * Added Gogs migration script [#532](https://github.com/go-gitea/gitea/pull/532)
  1241. * Support a .gitea folder for issue templates [#582](https://github.com/go-gitea/gitea/pull/582)
  1242. * Enhanced diff-view coloring [#584](https://github.com/go-gitea/gitea/pull/584)
  1243. * Added ETag header to avatars [#721](https://github.com/go-gitea/gitea/pull/721)
  1244. * Added option to config to disable local path imports [#724](https://github.com/go-gitea/gitea/pull/724)
  1245. * Allow custom public files [#782](https://github.com/go-gitea/gitea/pull/782)
  1246. * Added pprof endpoint for debugging [#801](https://github.com/go-gitea/gitea/pull/801)
  1247. * Added `X-GitHub-*` headers [#809](https://github.com/go-gitea/gitea/pull/809)
  1248. * Fill SSH key title automatically [#863](https://github.com/go-gitea/gitea/pull/863)
  1249. * Display Git version on admin panel [#921](https://github.com/go-gitea/gitea/pull/921)
  1250. * Expose URL field on issue API [#982](https://github.com/go-gitea/gitea/pull/982)
  1251. * Statically compile the binaries [#985](https://github.com/go-gitea/gitea/pull/985)
  1252. * Embed build tags into version string [#1051](https://github.com/go-gitea/gitea/pull/1051)
  1253. * Gitignore support for FSharp and Clojure [#1072](https://github.com/go-gitea/gitea/pull/1072)
  1254. * Custom templates for static builds [#1087](https://github.com/go-gitea/gitea/pull/1087)
  1255. * Add ProxyFromEnvironment if none set [#1096](https://github.com/go-gitea/gitea/pull/1096)
  1256. * MISC
  1257. * Replaced remaining Gogs references
  1258. * Added more tests on various packages
  1259. * Use Crowdin for translations again
  1260. * Resolved some XSS attack vectors
  1261. * Optimized and reduced number of database queries
  1262. ## [1.0.2](https://github.com/go-gitea/gitea/releases/tag/v1.0.2) - 2017-02-21
  1263. * BUGFIXES
  1264. * Fixed issue counter [#882](https://github.com/go-gitea/gitea/pull/882)
  1265. * Fixed XSS vulnerability on wiki page [#955](https://github.com/go-gitea/gitea/pull/955)
  1266. * Add data dir without session to dump [#587](https://github.com/go-gitea/gitea/pull/587)
  1267. * Fixed wiki page renaming [#958](https://github.com/go-gitea/gitea/pull/958)
  1268. * Drop default console logger if not required [#960](https://github.com/go-gitea/gitea/pull/960)
  1269. * Fixed docker docs link on install page [#972](https://github.com/go-gitea/gitea/pull/972)
  1270. * Handle SetModel errors [#957](https://github.com/go-gitea/gitea/pull/957)
  1271. * Fixed XSS vulnerability on milestones [#977](https://github.com/go-gitea/gitea/pull/977)
  1272. * Fixed XSS vulnerability on alerts [#981](https://github.com/go-gitea/gitea/pull/981)
  1273. ## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05
  1274. * BUGFIXES
  1275. * Fixed localized `MIN_PASSWORD_LENGTH` [#501](https://github.com/go-gitea/gitea/pull/501)
  1276. * Fixed 500 error on organization delete [#507](https://github.com/go-gitea/gitea/pull/507)
  1277. * Ignore empty wiki repo on migrate [#544](https://github.com/go-gitea/gitea/pull/544)
  1278. * Proper check access for forking [#563](https://github.com/go-gitea/gitea/pull/563)
  1279. * Fix SSH domain on installer [#506](https://github.com/go-gitea/gitea/pull/506)
  1280. * Fix missing data rows on admin UI [#580](https://github.com/go-gitea/gitea/pull/580)
  1281. * Do not delete tags with releases by default [#579](https://github.com/go-gitea/gitea/pull/579)
  1282. * Fix missing session config data on admin UI [#578](https://github.com/go-gitea/gitea/pull/578)
  1283. * Properly show the version within footer on the UI [#593](https://github.com/go-gitea/gitea/pull/593)
  1284. ## [1.0.0](https://github.com/go-gitea/gitea/releases/tag/v1.0.0) - 2016-12-23
  1285. * BREAKING
  1286. * We have various changes on the API, scripting against API must be updated
  1287. * FEATURE
  1288. * Show last login for admins [#121](https://github.com/go-gitea/gitea/pull/121)
  1289. * BUGFIXES
  1290. * Fixed sender of notifications [#2](https://github.com/go-gitea/gitea/pull/2)
  1291. * Fixed keyword hijacking vulnerability [#20](https://github.com/go-gitea/gitea/pull/20)
  1292. * Fixed non-markdown readme rendering [#95](https://github.com/go-gitea/gitea/pull/95)
  1293. * Allow updating draft releases [#169](https://github.com/go-gitea/gitea/pull/169)
  1294. * GitHub API compliance [#227](https://github.com/go-gitea/gitea/pull/227)
  1295. * Added commit SHA to tag webhook [#286](https://github.com/go-gitea/gitea/issues/286)
  1296. * Secured links via noopener [#315](https://github.com/go-gitea/gitea/issues/315)
  1297. * Replace tabs with spaces on wiki title [#371](https://github.com/go-gitea/gitea/pull/371)
  1298. * Fixed vulnerability on labels and releases [#409](https://github.com/go-gitea/gitea/pull/409)
  1299. * Fixed issue comment API [#449](https://github.com/go-gitea/gitea/pull/449)
  1300. * ENHANCEMENT
  1301. * Use proper import path for libravatar [#3](https://github.com/go-gitea/gitea/pull/3)
  1302. * Integrated DroneCI for tests and builds [#24](https://github.com/go-gitea/gitea/issues/24)
  1303. * Integrated dependency manager [#29](https://github.com/go-gitea/gitea/issues/29)
  1304. * Embedded bindata optionally [#30](https://github.com/go-gitea/gitea/issues/30)
  1305. * Integrated pagination for releases [#73](https://github.com/go-gitea/gitea/pull/73)
  1306. * Autogenerate version on every build [#91](https://github.com/go-gitea/gitea/issues/91)
  1307. * Refactored Docker container [#104](https://github.com/go-gitea/gitea/issues/104)
  1308. * Added short-hash support for downloads [#211](https://github.com/go-gitea/gitea/issues/211)
  1309. * Display tooltip for downloads [#221](https://github.com/go-gitea/gitea/issues/221)
  1310. * Improved HTTP headers for issue attachments [#270](https://github.com/go-gitea/gitea/pull/270)
  1311. * Integrate public as bindata optionally [#293](https://github.com/go-gitea/gitea/pull/293)
  1312. * Integrate templates as bindata optionally [#314](https://github.com/go-gitea/gitea/pull/314)
  1313. * Inject more ENV variables into custom hooks [#316](https://github.com/go-gitea/gitea/issues/316)
  1314. * Correct LDAP login validation [#342](https://github.com/go-gitea/gitea/pull/342)
  1315. * Integrate conf as bindata optionally [#354](https://github.com/go-gitea/gitea/pull/354)
  1316. * Serve video files in browser [#418](https://github.com/go-gitea/gitea/pull/418)
  1317. * Configurable SSH host binding [#431](https://github.com/go-gitea/gitea/issues/431)
  1318. * MISC
  1319. * Forked from Gogs and renamed to Gitea
  1320. * Catching more errors with logs
  1321. * Fixed all linting errors
  1322. * Made the go linter entirely happy
  1323. * Really integrated vendoring