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.

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