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

CHANGELOG.md 37 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. # Changelog
  2. ## [1.2.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc2) - 2017-09-06
  3. * BUGFIXES
  4. * Fix migration from pre-v15 to 1.2.0 (#2460)
  5. * Fix autolink javascript bug
  6. * Fix releases to be counted from database not tags (#2389)
  7. * fix duplicated feed (#2370)
  8. * Set version to 1.2.0-dev
  9. ## [1.2.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc1) - 2017-08-25
  10. * BREAKING
  11. * Rename /forget_password url to /forgot_password (#1219)
  12. * SSH keys management URL changed from `/user/settings/ssh` to `/user/settings/keys` (#1293)
  13. * FEATURE
  14. * API: support '/orgs/:org/repos' (#2047)
  15. * Add Gitea Webhook (#1755)
  16. * Display all organization from user settings (#1739)
  17. * Show commit status icon in commits table (#1688)
  18. * Adding #issuecomment to the URL in E-Mail notifications (#1674)
  19. * feat: add download count field and unit testing for attachment. (#1512)
  20. * Add repo mirror sync API endpoint (#1508)
  21. * Add markup package to prepare for org markup format (#1493)
  22. * Repo size in admin panel (#1482)
  23. * LDAP user synchronization (#1478)
  24. * Support for custom html meta (#1423)
  25. * [Notifications Step 6] Per issue/PR watch/unwatch (#1410)
  26. * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
  27. * Fix FCGI (over TCP) support (#1368)
  28. * Status-API (#1332)
  29. * Show user OpenID URIs in their profile (#1314)
  30. * Add change-password admin command (#1304)
  31. * feat: Only use issue and wiki on repo. (#1297)
  32. * Rework SSH key management UI to add GPG (#1293)
  33. * Allow push to init a wiki repo (#1279)
  34. * GPG commit validation (#1150)
  35. * Dockerfile for aarch64 (#1128) (#1130)
  36. * Additional OAuth2 providers (#1010)
  37. * Add units to team (#947)
  38. * Batch updates for issues (#926)
  39. * Implement GPG api (#710)
  40. * Login via OpenID-2.0 (#618)
  41. * BUGFIXES
  42. * Fix missing collabrative repos (#2367) (#2382)
  43. * Add more test for login links and fix a bug on action retrieve (#2361)
  44. * Fix SQL condition bug in GetFeeds(..) (#2360)
  45. * fix bug on create repo link on dashboard (#2359)
  46. * Fix order of elements in dashboard html (#2344)
  47. * Fix repo-search template errors for go1.7 (#2336)
  48. * Add missing forks key for dashboard repository component (#2325)
  49. * fix template error on explore repos (#2319)
  50. * Trigger sync webhooks on UI commit (#2302)
  51. * fix 500 error when view an issue which's milestone deleted (#2297)
  52. * Only update needed columns when update user (#2296)
  53. * Fix rendering of external links (#2292)
  54. * Fix and improve dashboard repo UI (#2285)
  55. * Make short link pattern greedy (#2259)
  56. * Temporarily patch go-ini/ini with fork (#2255)
  57. * Convert xorm literal queries to method calls (#2253)
  58. * update code.gitea.io/git in vendor to fix delete branch fails (#2250)
  59. * Replace calls to xorm UseBool with Where (#2237)
  60. * rhel7 has a git version with four digits (1.8.3.1) (#2236)
  61. * Fix internal requests when gitea listens to unix socket or only external IP (#2234)
  62. * Check for access in /repositories/:id (#2227)
  63. * Fixed robots.txt 404 error (#2226)
  64. * Fix counts on issues dashboard (#2215)
  65. * Fix unclosed session bug (#2214)
  66. * Add collaborative repositories to the dashboard (#2205)
  67. * Fix issue updated_unix bug (#2204)
  68. * Fix Commits nil pointer dereference (#2203)
  69. * Fix bare-repo bugs (#2199)
  70. * Fix PR nil-dereference bug (#2195)
  71. * Allow only single fork per user/organization (#2193)
  72. * Fix key usage time update if the key is used in parallel for multiple operations (#2185)
  73. * Only allow token authentication with 2FA enabled (#2184)
  74. * Fix profile update for non-local users (#2178)
  75. * Fix compiling without sqlite and gcc (#2177)
  76. * Make compare button URL aware if current repo is a fork (#2162) (#2163)
  77. * Remove unit types commits and settings (#2161)
  78. * Fix OpenID registration route (#2160)
  79. * Fix repository settings collobration list display (#2151)
  80. * Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)
  81. * Fix SHA1 hash linking (#2143)
  82. * Fix repo API bug (#2133)
  83. * Use POSIX complaint ! operator in find (#2132)
  84. * Fix GET /users/:username/repos endpoint (#2125)
  85. * Fix username rendering bug (#2122)
  86. * Fix wiki preview links (#2119)
  87. * vendor: update sqlite to fix "database is locked" errors (#2116)
  88. * Fix unchecked error bug (#2110)
  89. * Fix missing-return bug (#2109)
  90. * Fix API for branches with slashes (#2096)
  91. * Fix git hooks update to receive required arguments (#2095)
  92. * upgrade git source code. (#2094)
  93. * Fix SQL bug in models.PullRequests (#2092)
  94. * Don't ignore gravatar error (#2083)
  95. * Fix release display and correct paging (#2080)
  96. * remove unnecessary blank lines and wrong error log (#2079)
  97. * Check for valid renamed usernames (#2077)
  98. * Update git module (#2074)
  99. * Fix org hooks UI (#2072)
  100. * Fix #1271: Call location.reload after XHR finishes (#2071)
  101. * Fix default ghost assignee bug (#2069)
  102. * Fix bug in issue labels API (#2048)
  103. * Load label ID in NewLabels (#2045)
  104. * Fix: `http: multiple response.WriteHeader calls` (#2038)
  105. * Pagination on releases page (#2035)
  106. * repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)
  107. * Fix displaying commits and files of PR created from now deleted fork (#2023)
  108. * Fix #2001 and fix issue comments hidden (#2016)
  109. * Update code.gitea.io/git (#2014)
  110. * Keep sort when switching page (#2013)
  111. * Important: wrong PR merge commit ID saved (#2007)
  112. * Don't show non-comments in comments API (#2001)
  113. * Fix "Dashboard shows deleted comments" (#1995)
  114. * Make branch deletion URL more like GitHub's, fixes #1397 (#1994)
  115. * Fix fast-forward PR bug (#1989)
  116. * Fix GPG email checking to be case insensitive (#1988)
  117. * fix bug for normal user visit public repo (#1984)
  118. * fix collborators lack of units on orgnization repositories (#1968)
  119. * Fix diff of renamed and modified file (#1967)
  120. * Fix uppercase default branch bug (#1965)
  121. * Fix bug in Action.loadRepo() (#1959)
  122. * Fix deleted milestone bug (#1942)
  123. * Fix engine bug in getIssueByID (#1934)
  124. * Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)
  125. * Fix setting.AppPath for integration tests (#1923)
  126. * Fix search by issue type (#1914)
  127. * Fix ghost user bug (#1913)
  128. * Require token before checking membership/ownership (#1905)
  129. * Bug fixes for org member API (#1904)
  130. * A missing / to provide a correct endpoint (#1903)
  131. * Fix 500 in public activity page (#1901)
  132. * Center-aligned login topbar (#1880)
  133. * Migration to fix existing owner team units (#1873)
  134. * Fix paginater length (#1866)
  135. * Fix bug in removeOrgRepo (#1858)
  136. * Display draft releases (#1854)
  137. * Fix 404 for external tracking issues (#1852)
  138. * Update code.gitea.io/git (#1849)
  139. * Fix user profile activity feed (#1848)
  140. * Don't ignore error in getMergeCommit (#1843)
  141. * Fix locking bug in removeOrgRepo (#1842)
  142. * Fix status table race condition (#1835)
  143. * Fix PR template error (#1834)
  144. * Fix pull request compare link (#1832)
  145. * Use ghost users in issues/PRs (#1831)
  146. * Commitless repos should be bare (#1829)
  147. * Update code.gitea.io/git (#1824)
  148. * Fix invalid reference in feeds template (#1820)
  149. * fix bug to deny to add orgnization as a member of an orgnization or team (#1815)
  150. * xxx_active_code_live setting in printed in hours and minutes instead … (#1814)
  151. * Fix deadlock in updateRepository (#1813)
  152. * Give all units to owner team (#1812)
  153. * Fix 500 for GET /teams/:id endpoints (#1811)
  154. * fix bug not to trim space of login username (#1796)
  155. * Fix renaming bug (#1786)
  156. * Fix activity feed (#1779)
  157. * Make navbar scroll on overflow (#1777)
  158. * Delete repo redirects on repo deletion (#1776)
  159. * Fix unloaded owner bug (#1770)
  160. * Admin should always be allowed to create repositories even if hit limit (#1765)
  161. * Update HighlightJS and fix YAML files highlighting (#1764)
  162. * fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)
  163. * fix admin lost permission caused by #947 (#1753)
  164. * More fixes for dashboard search (#1750)
  165. * fixes wrong after field in webhook payload (#1746)
  166. * fix avatar update bug (#1729)
  167. * Fix FOUC on Firefox (#1728)
  168. * Fix changes introduce by update of go-swagger. (#1727)
  169. * Fix #1719 (#1722)
  170. * Correct flash after sending password reset email (#1718)
  171. * Fix and test for delete user (#1713)
  172. * Fix rendering of issue checkboxes (#1709)
  173. * Enforce netgo build tag while cross-compilation (#1690)
  174. * fix bug when push a branch name with / & fix an integration test bug (#1689)
  175. * fix potential sqlite lock (#1680)
  176. * Fix commit sha1 URL rendering in markdown (#1677)
  177. * Fix static files permission under public/ (#1675)
  178. * fix: tag contain character ) will http 500 on release page (#1670)
  179. * Fix CSS for code in wiki markdown (#1660)
  180. * fix multiple readme file rendering and fix #1657 (#1658)
  181. * Add primary key and index to external login user table (#1656)
  182. * fix #1643 and improve integration test (#1645)
  183. * Fix version in Makefile (#1636)
  184. * Handle display of GPG key without end date (#1628)
  185. * fix bug on issue view when not login (#1624)
  186. * bug fixed for API to get user's repos (#1622)
  187. * fix lost text color on button on set as primary email (#1621)
  188. * Add create_at and updated_at in PR json (#1616)
  189. * update git and fix #1133 (#1614)
  190. * fix bug on status API (#1533)
  191. * Do not show empty collaborators segment (#1531)
  192. * Fix markdown rendering (#1530)
  193. * fix go get sub package and add domain on installation to let go get work defaultly (#1518)
  194. * fix #1501 ssh hangs caused by #1461 (#1513)
  195. * Fix empty file download (#1506)
  196. * Fix broken v27 migration - change mirror interval from int to bigint (#1504)
  197. * Do not allow commiting to protected branch from online editor (#1502)
  198. * Add internal routes for ssh hook comands (#1471)
  199. * Fix races within code.gitea.io/git.(*Command).RunInDirTimeoutPipeline (#1465)
  200. * Simple quick fix for #1418 (#1456)
  201. * fix gpg API panic when no verification (#1451)
  202. * fix migrate failed and org dashboard failed on MSSQL database (#1448)
  203. * Optimize and fix autolink function (#1442) (#1444)
  204. * Fix and simplify repo branches (settings) UI (#1435)
  205. * Fix disabled fields in repo settings UI (#1431)
  206. * fixes pull request hanging when it contains normal and LFS files (#1425)
  207. * Fix races in the log module by using syncmap (#1421)
  208. * Add length check for the return string (#1420)
  209. * Fix "Error: No issue number specified" when pushing (#1393)
  210. * Corrected Mirror.NextUpdate not set (#1388)
  211. * fix: remove `str2html` from org full name (#1360)
  212. * Correct broken unaligned load/store in armv5 (#1355)
  213. * Remove href on first/last link when on first/last page (#1345)
  214. * Fix broken table layout (#1344)
  215. * LFS: Fix SSH authentication for trailing arguments (#1328)
  216. * Remove empty file (#1326)
  217. * Fix delete user failed on sqlite (#1321)
  218. * Fix inconsistency in layout (#1316)
  219. * Fix gpg wrong column types (#1303)
  220. * Fix wiki bugs (#1294)
  221. * Fix missing less sources for oauth (#1288)
  222. * Make sure both scripts/ can live side by side (#1264)
  223. * Fix nil-dereference bug (#1258)
  224. * rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)
  225. * Commit search appearence fixes (#1254)
  226. * Fix forget migration for wiki hooks (#1227)
  227. * Fix repo settings external tracker failed and check external urls (#1215)
  228. * Fix 500 caused by branches settings introduced by #1198 (#1214)
  229. * fix #1189, commit messages containing a pipe (#1203)
  230. * Bug fixed for delete repo failed (#1193)
  231. * Fix migration failed when authorized_keys is not exist (#1180)
  232. * Fix ini format incomiptable with crowdin (#1177)
  233. * ENHANCEMENT
  234. * Move 3rd party js/css into `public/vendor` and document sources (#2383)
  235. * Prevent conflicting TOTP accounts by adding AppURL to issuer parameter (#2335)
  236. * Fix variable name typo (#2327)
  237. * Make use of Vue more universal (#2318)
  238. * Remove (almost) server side data rendering from repo-search component (#2317)
  239. * Add OpenID configuration in install page (#2276)
  240. * More tweaks to repo top panel (#2267)
  241. * File path tweaks in UI (#2264)
  242. * Make SHOW_USER_EMAIL also apply to profiles (#2258)
  243. * EnableUnit() -> UnitEnabled() (#2242)
  244. * Prevent selection of diff line numbers (#2240)
  245. * Generate small and large logos at 4x resolution (#2233)
  246. * remove unused variable on makefile (#2225)
  247. * No error log entries for repo 404 (#2200)
  248. * Add task to generate images from SVG and change to new logo (#2194)
  249. * Refactor vue delimeters to use es6 template delimeters (#2171)
  250. * Only show SSH clone URL if signed in (#2169) (#2170)
  251. * Only show "No Description" to repo admins (#2167)
  252. * fix: replace tmp with TMPDIR. (#2152)
  253. * Remove unused files (#2124)
  254. * Improve org error handling (#2117)
  255. * Absolute path for setting.CustomConf (#2085)
  256. * Integration tests for issues API (#2059)
  257. * Make time diff translatable (#2057)
  258. * Smaller watch, star, and fork buttons (#2052)
  259. * remove deprecated code for Gogs compitable (#2041)
  260. * Display config file path on admin panel (#2030)
  261. * Refactor session close as xorm already does everything needed internally (#2020)
  262. * Always return valid go-get meta, even if unauthorized (#2010)
  263. * Enable assignee e-mail notification (#2003)
  264. * Let not-logged-in users view releases (#1999)
  265. * SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)
  266. * Use monospace font in githook editor (#1958)
  267. * Fix import order (#1951)
  268. * Gracefully handle bare repositories on API operations. (#1932)
  269. * Fix errors caused by force push (#1927)
  270. * Display URLs in integration test logs (#1924)
  271. * No highlighting for .txt files (#1922)
  272. * Set TMPDIR enviroment variable for dump command (#1915)
  273. * Cache ctx.User in retrieveFeeds (#1902)
  274. * Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)
  275. * feat: add check misspelling (#1877)
  276. * Fix misspelled variables (#1874)
  277. * gofmt (#1868)
  278. * Rename misnamed migration (#1867)
  279. * Support CRLF when splitting code lines for display (#1862)
  280. * feat: add convert less css file step. (#1861)
  281. * Prevent accidential selection of line numbers in code view (#1860)
  282. * Setting to disable authorized_keys backup (#1856)
  283. * Delete Public SSH Key tmp file after calculating fingerprint (#1855)
  284. * Remove annoying difference in button heights. (#1853)
  285. * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)
  286. * fix: only run test coverage on master branch. (#1838)
  287. * fix: error from mktemp command in MacOS. (#1837)
  288. * use writeTmpKeyFile in calcFingerprint (#1828)
  289. * ROOT_URL setting use the default as shown in conf/app.ini (#1823)
  290. * Make side nav on dashboard stackable (#1778)
  291. * Directly show error if user hit repository limit (#1767)
  292. * Rename RepoCreationNum -> MaxCreationLimit (#1766)
  293. * Add button to admin ui (#1738)
  294. * Change two factor code entry box from text to number (#1733)
  295. * gofmt (#1710)
  296. * Hide the create organization button (in dashboard/organization section) (#1705)
  297. * Correct spelling mistakes (#1703)
  298. * Adds Parent property to the repo API (#1687)
  299. * Add configuration option for default permission to create Organizations (#1686)
  300. * Remove sha1 hash display in repository table (#1678)
  301. * Download files to their original filename (#1676)
  302. * Exposes in API the Repo entity's Size and IsBare property
  303. (#1668)
  304. * gofmt (#1662)
  305. * Sort on repo size in admin panel (#1654)
  306. * Improve dashboard repo search (#1652)
  307. * Update xorm to latest version (#1651)
  308. * Make openid support default false for compitable with v1.1 (#1650)
  309. * Send mails as HTML as default. Setting for send as plain text. (#1648)
  310. * fix potential lock when sqlite (#1647)
  311. * Optimize png images via Google zopflipng [ci skip] (#1639)
  312. * Upgrade alpine to v3.5 in Dockerfile (#1633)
  313. * remove unused vendor packages (#1620)
  314. * markup: microoptimise for many short filenames in directory (#1534)
  315. * support health check via / and fix #969 (#1520)
  316. * Remove env user salt since no need to use (#1515)
  317. * Drop db operations from hook commands (#1514)
  318. * Better URL validation (#1507)
  319. * Orgs: fix org page title when full name is not defined (#1495)
  320. * Migrate WatchInfo struct to api (#1492)
  321. * refactor: show command help message. (#1486)
  322. * refactor update ssh key use time (#1466)
  323. * Autofocus on 2fa passcode fields (#1460)
  324. * Set VERSION from git once, in a variable (#1447)
  325. * Remove unused mutex field (#1440)
  326. * Mirror sync interval specified as duration string (#1407)
  327. * Make issue in commit graph "clickable" (#1392)
  328. * Use whole button (commit graph) as link (#1390)
  329. * Simplify settings pages with item list (#1389)
  330. * Minor improvements on commit graph UI (#1380)
  331. * Clean-up PostgreSQL Tests (#1361)
  332. * refactor: remove workaround after the golang 1.7 release. (#1349)
  333. * Delete the useless code (#1335)
  334. * Run "make fmt" with go-1.6 (#1333)
  335. * LFS: Return 404 for unimplemented endpoints (#1330)
  336. * Improve style of user OpenID setting page (#1324)
  337. * Use font-awesome OpenID icon more (#1320)
  338. * Use readonly input form to show the validated OpenID URI (#1308)
  339. * Add captcha support to OpenID based signup (#1307)
  340. * Refactor admin/auth/new.tmpl (#1277)
  341. * Refactor repo/issue/view_content.tmpl (#1276)
  342. * Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)
  343. * Cleaner UI for explore page (#1253) (#1255)
  344. * Synced licenses with github repo (#1246)
  345. * Synced gitignores with github repo (#1245)
  346. * Reserve the "explore" user/org name (#1222)
  347. * Send notifications to partecipants in issue comments (#1217)
  348. * Simplify RepositoryList.loadAttributes() (#1211)
  349. * Move user_follow to separate file (#1210)
  350. * Search bar fixes for #1187 and #1205 (#1207)
  351. * Fix upgrade failed after ever rollback (#1194)
  352. * Fix double borders on edit page (#1152) (#1153)
  353. * Reduce conditionals in signin/signup inner forms (#1138)
  354. * Show a link to password reset from user settings requiring a password (#862)
  355. * SECURITY
  356. * Sanitation fix from Gogs (#1461)
  357. * TESTING
  358. * Add integration tests for signin (#2363)
  359. * Add INTERNAL_TOKEN to integration .ini file (#2346)
  360. * Add public links check (#2323)
  361. * Fix hooks for integration repo (#2216)
  362. * More integration tests for comment API (#2156)
  363. * Cache session cookies in tests (#2128)
  364. * Less verbose integration tests (#2123)
  365. * Fix improper setup for integration tests (#2050)
  366. * Improve integration test helper functions (#2049)
  367. * Add integration test for issue creating (#2002)
  368. * Use testing/benchmark interface (#1993)
  369. * Add integration test for repository migration (#1983)
  370. * Consolidate boilerplate in integration tests (#1979)
  371. * Set console to debug for integration tests (#1976)
  372. * Add pull-create integration test (#1972)
  373. * Coverage reports for integration tests (#1960)
  374. * Add integration test for pull-request merge (#1912)
  375. * Add integration test for file editing (#1907)
  376. * Add integration test for repository forking (#1896)
  377. * Run unused test (#1875)
  378. * Don't recreate database in integration tests (#1697)
  379. * remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test (#1693)
  380. * MySQL, Postgres integration tests in drone (#1638)
  381. * improve integration test to resue models/fixtures and store git repos with tests (#1627)
  382. * Improve govendor testing (#1623)
  383. * Integration test framework (#1290)
  384. * Unit tests for issue_list (#1209)
  385. * Add integration test for signup (#1135)
  386. * TRANSLATION
  387. * update translation from crowdin (#2368) (#2380)
  388. * Small fixes (#2144)
  389. * Missing signed commit display translations (#2134)
  390. * Sync latest translations from crowdin (#2104)
  391. * Add make command update-translations for update translations from crodwin (#2097)
  392. * Fix some mistakes (#1833)
  393. * Improve clarity between is_activated and prohibit_login (#1788)
  394. * Improve grammar (#1775)
  395. * Fix bad grammar and wordiness (#1741)
  396. * Make strings translatable (#1188) (#1198)
  397. * BUILD
  398. * update latest xorm version to vendor (#2353)
  399. * Remove integration test executables on `make clean` (#2340)
  400. * refactor(Makefile): allow overriding default go program (#2310)
  401. * Revert to upstream ini dependency (#2304)
  402. * Use /dev/urandom to create random password (#2298)
  403. * update drone sig file. (#2262)
  404. * go get github.com/wadey/gocovmerge when needed (#2235)
  405. * Update code.gitea.io/git dependency (#2149)
  406. * fix typo (#2145)
  407. * Revert "Reduce number of layer" (#2086)
  408. * Reduce number of layer (#2078)
  409. * Skip sqlite integration in CI (#2058)
  410. * fix golint error and rename func for suggestion. (#1997)
  411. * fix misspell (#1996)
  412. * update drone sig file (#1981)
  413. * send notification if status changed (#1973)
  414. * switch gitter to discord for drone. (#1971)
  415. * Fix missing backslash in Dockerfile.rpi (#1952)
  416. * Don't run 'make release' on PRs (#1908)
  417. * Update code.gitea.io/git (#1892)
  418. * Use production version of vuejs (#1869)
  419. * Add a variable for docker tag (#1825)
  420. * resign drone and fix #1816 (#1819)
  421. * Separate generate swagger + fix sed os specific (#1791)
  422. * Only run coverage on merges/pushes to master (#1783)
  423. * Remove stale rule from Makefile (#1782)
  424. * feat: upgrade drone docker image to support multi-stage build. (#1732)
  425. * Realy don't cache apk index (#1694)
  426. * Limit clone depth when drone-building (#1644)
  427. * Refactor Dockerfile (#1632)
  428. * Check if missing/modified/unused deps in vendor and fix errors (#1468)
  429. * Add GOFLAGS and EXTRA_GOFLAGS (#1438)
  430. * Include formatting check to the `make test` (and thus also `check`) rule (#1366)
  431. * DOCS
  432. * fix webhook link (#2289)
  433. * Improve swagger doc (#2274)
  434. * Add changelog of release v1.1.3 (#2252)
  435. * Add link to forum in issue template (#2070)
  436. * add missing lfs config on example file (#2039)
  437. * Add discourse link (#2027)
  438. * Fix wording (#2024)
  439. * Fix typo (#1974)
  440. * [ci skip] add 1.1.2 change log. (#1945)
  441. * Swagger docs for list/create forks (#1941)
  442. * Update links to Discord server (#1940)
  443. * [ci skip] update discord badge. (#1930)
  444. * Change join chat from gitter to discord (#1929)
  445. * Update changelog with v1.1.1 (#1926)
  446. * Correct grammar in APIEmpty documentation (#1748)
  447. * Add swagger comment for MirrorSync (#1747)
  448. * Add "Table of Contents" in CONTRIBUTING.md (#1634)
  449. * Fix service description in Debian init file (#1538)
  450. * Use MAINTAINERS file in repository in CONTRIBUTING (#1489)
  451. * Generate swagger json (#1402)
  452. * Changed text when password reset disabled. (#1364)
  453. * Removed email copyright year (#1348)
  454. * Specify that time interval units are seconds (#1311)
  455. * Gitea OpenID-2.0 login has been tested with livejournal.com too (#1306)
  456. * Make wording of commit search more clear (#1291)
  457. * Add notice that LFS mirroring is not supported (#1251)
  458. * Fix typos in models/ and modules/ (#1248)
  459. * Refactor and fix incorrect comment (#1247)
  460. * Fix migration comment (#1241)
  461. * Update locale_en-US.ini (#1235)
  462. * Add LibreJS support (#1201)
  463. * rename OSX to macOS (#1176)
  464. * add mssql to app.ini db config comment (#1172)
  465. * Add MSSQL to issues template (#1171)
  466. * MISC
  467. * Add badge and link to the Matrix room (#2348)
  468. * ignore coverage steps. (#2257)
  469. * Use sqlite3 database as default for Docker image (#2182)
  470. * update drone discord plugin to 0.0.4 version (#1992)
  471. * fix typo (#1990)
  472. * Applying to become maintainer (#1671)
  473. ## [1.1.3](https://github.com/go-gitea/gitea/releases/tag/v1.1.3) - 2017-08-03
  474. * BUGFIXES
  475. * Fix PR template error (#2008)
  476. * Fix markdown rendering (fix #1530) (#2043)
  477. * Fix missing less sources for oauth (backport #1288) (#2135)
  478. * Don't ignore gravatar error (#2138)
  479. * Fix diff of renamed and modified file (#2136)
  480. * Fix fast-forward PR bug (#2137)
  481. * Fix some security bugs
  482. ## [1.1.2](https://github.com/go-gitea/gitea/releases/tag/v1.1.2) - 2017-06-13
  483. * BUGFIXES
  484. * Enforce netgo build tag while cross-compilation (Backport of #1690) (#1731)
  485. * fix update avatar
  486. * fix delete user failed on sqlite (#1321)
  487. * fix bug not to trim space of login username (#1806)
  488. * Backport bugfixes #1220 and #1393 to v1.1 (#1758)
  489. ## [1.1.1](https://github.com/go-gitea/gitea/releases/tag/v1.1.1) - 2017-05-04
  490. * BUGFIXES
  491. * Markdown Sanitation Fix [#1646](https://github.com/go-gitea/gitea/pull/1646)
  492. * Fix broken hooks [#1376](https://github.com/go-gitea/gitea/pull/1376)
  493. * Fix migration issue [#1375](https://github.com/go-gitea/gitea/pull/1375)
  494. * Fix Wiki Issues [#1338](https://github.com/go-gitea/gitea/pull/1338)
  495. * Forgotten migration for wiki githooks [#1237](https://github.com/go-gitea/gitea/pull/1237)
  496. * Commit messages can contain pipes [#1218](https://github.com/go-gitea/gitea/pull/1218)
  497. * Verify external tracker URLs [#1236](https://github.com/go-gitea/gitea/pull/1236)
  498. * Allow upgrade after downgrade [#1197](https://github.com/go-gitea/gitea/pull/1197)
  499. * 500 on delete repo with issue [#1195](https://github.com/go-gitea/gitea/pull/1195)
  500. * INI compat with CrowdIn [#1192](https://github.com/go-gitea/gitea/pull/1192)
  501. ## [1.1.0](https://github.com/go-gitea/gitea/releases/tag/v1.1.0) - 2017-03-09
  502. * BREAKING
  503. * The SSH keys can potentially break, make sure to regenerate the authorized keys
  504. * FEATURE
  505. * Git LFSv2 support [#122](https://github.com/go-gitea/gitea/pull/122)
  506. * API endpoints for repo watching [#191](https://github.com/go-gitea/gitea/pull/191)
  507. * Search within private repos [#222](https://github.com/go-gitea/gitea/pull/222)
  508. * Hide user email address on explore page [#336](https://github.com/go-gitea/gitea/pull/336)
  509. * Protected branch system [#339](https://github.com/go-gitea/gitea/pull/339)
  510. * Sendmail for mail delivery [#355](https://github.com/go-gitea/gitea/pull/355)
  511. * API endpoints for org webhooks [#372](https://github.com/go-gitea/gitea/pull/372)
  512. * Enabled MSSQL support [#383](https://github.com/go-gitea/gitea/pull/383)
  513. * API endpoints for org teams [#370](https://github.com/go-gitea/gitea/pull/370)
  514. * API endpoints for collaborators [#375](https://github.com/go-gitea/gitea/pull/375)
  515. * Graceful server restart [#416](https://github.com/go-gitea/gitea/pull/416)
  516. * Commitgraph / timeline on commits page [#428](https://github.com/go-gitea/gitea/pull/428)
  517. * API endpoints for repo forks [#509](https://github.com/go-gitea/gitea/pull/509)
  518. * API endpoints for releases [#510](https://github.com/go-gitea/gitea/pull/510)
  519. * Folder jumping [#511](https://github.com/go-gitea/gitea/pull/511)
  520. * Stars tab on profile page [#519](https://github.com/go-gitea/gitea/pull/519)
  521. * Notification system [#523](https://github.com/go-gitea/gitea/pull/523)
  522. * Push and pull through reverse proxy basic auth [#524](https://github.com/go-gitea/gitea/pull/524)
  523. * Search for issues and pull requests [#530](https://github.com/go-gitea/gitea/pull/530)
  524. * API endpoint for stargazers [#597](https://github.com/go-gitea/gitea/pull/597)
  525. * API endpoints for subscribers [#598](https://github.com/go-gitea/gitea/pull/598)
  526. * PID file support [#610](https://github.com/go-gitea/gitea/pull/610)
  527. * Two factor authentication (2FA) [#630](https://github.com/go-gitea/gitea/pull/630)
  528. * API endpoints for org users [#645](https://github.com/go-gitea/gitea/pull/645)
  529. * Release attachments [#673](https://github.com/go-gitea/gitea/pull/673)
  530. * OAuth2 consumer [#679](https://github.com/go-gitea/gitea/pull/679)
  531. * Add ability to fork your own repos [#761](https://github.com/go-gitea/gitea/pull/761)
  532. * Search repository on dashboard [#773](https://github.com/go-gitea/gitea/pull/773)
  533. * Search bar on user profile [#787](https://github.com/go-gitea/gitea/pull/787)
  534. * Track label changes on issue view [#788](https://github.com/go-gitea/gitea/pull/788)
  535. * Allow using custom time format [#798](https://github.com/go-gitea/gitea/pull/798)
  536. * Redirects for renamed repos [#807](https://github.com/go-gitea/gitea/pull/807)
  537. * Track assignee changes on issue view [#808](https://github.com/go-gitea/gitea/pull/808)
  538. * Track title changes on issue view [#841](https://github.com/go-gitea/gitea/pull/841)
  539. * Archive cleanup action [#885](https://github.com/go-gitea/gitea/pull/885)
  540. * Basic Open Graph support [#901](https://github.com/go-gitea/gitea/pull/901)
  541. * Take back control of Git hooks [#1006](https://github.com/go-gitea/gitea/pull/1006)
  542. * API endpoints for user repos [#1059](https://github.com/go-gitea/gitea/pull/1059)
  543. * BUGFIXES
  544. * Fixed counting issues for issue filters [#413](https://github.com/go-gitea/gitea/pull/413)
  545. * Added back default settings for SSH [#500](https://github.com/go-gitea/gitea/pull/500)
  546. * Fixed repo permissions [#513](https://github.com/go-gitea/gitea/pull/513)
  547. * Issues cannot be created with labels [#622](https://github.com/go-gitea/gitea/pull/622)
  548. * Add a reserved wiki paths check to the wiki [#720](https://github.com/go-gitea/gitea/pull/720)
  549. * Update website binding MaxSize to 255 [#722](https://github.com/go-gitea/gitea/pull/722)
  550. * User can see the private activity on public history [#818](https://github.com/go-gitea/gitea/pull/818)
  551. * Wrong pages number which includes private repositories [#844](https://github.com/go-gitea/gitea/pull/844)
  552. * Trim whitespaces for search keyword [#893](https://github.com/go-gitea/gitea/pull/893)
  553. * Don't rewrite non-gitea public keys [#906](https://github.com/go-gitea/gitea/pull/906)
  554. * Use fingerprint to check instead content for public key [#911](https://github.com/go-gitea/gitea/pull/911)
  555. * Fix random avatars [#1147](https://github.com/go-gitea/gitea/pull/1147)
  556. * ENHANCEMENT
  557. * Refactored process manager [#75](https://github.com/go-gitea/gitea/pull/75)
  558. * Restrict rights to create new orgs [#193](https://github.com/go-gitea/gitea/pull/193)
  559. * Added label and milestone sorting [#199](https://github.com/go-gitea/gitea/pull/199)
  560. * Make minimum password length configurable [#223](https://github.com/go-gitea/gitea/pull/223)
  561. * Speedup conflict checking on pull requests [#276](https://github.com/go-gitea/gitea/pull/276)
  562. * Added button to delete merged pull request branches [#441](https://github.com/go-gitea/gitea/pull/441)
  563. * Improved issue references within markdown [#471](https://github.com/go-gitea/gitea/pull/471)
  564. * Dutch translation for the landingpage [#487](https://github.com/go-gitea/gitea/pull/487)
  565. * Added Gogs migration script [#532](https://github.com/go-gitea/gitea/pull/532)
  566. * Support a .gitea folder for issue templates [#582](https://github.com/go-gitea/gitea/pull/582)
  567. * Enhanced diff-view coloring [#584](https://github.com/go-gitea/gitea/pull/584)
  568. * Added ETag header to avatars [#721](https://github.com/go-gitea/gitea/pull/721)
  569. * Added option to config to disable local path imports [#724](https://github.com/go-gitea/gitea/pull/724)
  570. * Allow custom public files [#782](https://github.com/go-gitea/gitea/pull/782)
  571. * Added pprof endpoint for debugging [#801](https://github.com/go-gitea/gitea/pull/801)
  572. * Added `X-GitHub-*` headers [#809](https://github.com/go-gitea/gitea/pull/809)
  573. * Fill SSH key title automatically [#863](https://github.com/go-gitea/gitea/pull/863)
  574. * Display Git version on admin panel [#921](https://github.com/go-gitea/gitea/pull/921)
  575. * Expose URL field on issue API [#982](https://github.com/go-gitea/gitea/pull/982)
  576. * Statically compile the binaries [#985](https://github.com/go-gitea/gitea/pull/985)
  577. * Embed build tags into version string [#1051](https://github.com/go-gitea/gitea/pull/1051)
  578. * Gitignore support for FSharp and Clojure [#1072](https://github.com/go-gitea/gitea/pull/1072)
  579. * Custom templates for static builds [#1087](https://github.com/go-gitea/gitea/pull/1087)
  580. * Add ProxyFromEnvironment if none set [#1096](https://github.com/go-gitea/gitea/pull/1096)
  581. * MISC
  582. * Replaced remaining Gogs references
  583. * Added more tests on various packages
  584. * Use Crowdin for translations again
  585. * Resolved some XSS attack vectors
  586. * Optimized and reduced number of database queries
  587. ## [1.0.2](https://github.com/go-gitea/gitea/releases/tag/v1.0.2) - 2017-02-21
  588. * BUGFIXES
  589. * Fixed issue counter [#882](https://github.com/go-gitea/gitea/pull/882)
  590. * Fixed XSS vulnerability on wiki page [#955](https://github.com/go-gitea/gitea/pull/955)
  591. * Add data dir without session to dump [#587](https://github.com/go-gitea/gitea/pull/587)
  592. * Fixed wiki page renaming [#958](https://github.com/go-gitea/gitea/pull/958)
  593. * Drop default console logger if not required [#960](https://github.com/go-gitea/gitea/pull/960)
  594. * Fixed docker docs link on install page [#972](https://github.com/go-gitea/gitea/pull/972)
  595. * Handle SetModel errors [#957](https://github.com/go-gitea/gitea/pull/957)
  596. * Fixed XSS vulnerability on milestones [#977](https://github.com/go-gitea/gitea/pull/977)
  597. * Fixed XSS vulnerability on alerts [#981](https://github.com/go-gitea/gitea/pull/981)
  598. ## [1.0.1](https://github.com/go-gitea/gitea/releases/tag/v1.0.1) - 2017-01-05
  599. * BUGFIXES
  600. * Fixed localized `MIN_PASSWORD_LENGTH` [#501](https://github.com/go-gitea/gitea/pull/501)
  601. * Fixed 500 error on organization delete [#507](https://github.com/go-gitea/gitea/pull/507)
  602. * Ignore empty wiki repo on migrate [#544](https://github.com/go-gitea/gitea/pull/544)
  603. * Proper check access for forking [#563](https://github.com/go-gitea/gitea/pull/563)
  604. * Fix SSH domain on installer [#506](https://github.com/go-gitea/gitea/pull/506)
  605. * Fix missing data rows on admin UI [#580](https://github.com/go-gitea/gitea/pull/580)
  606. * Do not delete tags with releases by default [#579](https://github.com/go-gitea/gitea/pull/579)
  607. * Fix missing session config data on admin UI [#578](https://github.com/go-gitea/gitea/pull/578)
  608. * Properly show the version within footer on the UI [#593](https://github.com/go-gitea/gitea/pull/593)
  609. ## [1.0.0](https://github.com/go-gitea/gitea/releases/tag/v1.0.0) - 2016-12-23
  610. * BREAKING
  611. * We have various changes on the API, scripting against API must be updated
  612. * FEATURE
  613. * Show last login for admins [#121](https://github.com/go-gitea/gitea/pull/121)
  614. * BUGFIXES
  615. * Fixed sender of notifications [#2](https://github.com/go-gitea/gitea/pull/2)
  616. * Fixed keyword hijacking vulnerability [#20](https://github.com/go-gitea/gitea/pull/20)
  617. * Fixed non-markdown readme rendering [#95](https://github.com/go-gitea/gitea/pull/95)
  618. * Allow updating draft releases [#169](https://github.com/go-gitea/gitea/pull/169)
  619. * GitHub API compliance [#227](https://github.com/go-gitea/gitea/pull/227)
  620. * Added commit SHA to tag webhook [#286](https://github.com/go-gitea/gitea/issues/286)
  621. * Secured links via noopener [#315](https://github.com/go-gitea/gitea/issues/315)
  622. * Replace tabs with spaces on wiki title [#371](https://github.com/go-gitea/gitea/pull/371)
  623. * Fixed vulnerability on labels and releases [#409](https://github.com/go-gitea/gitea/pull/409)
  624. * Fixed issue comment API [#449](https://github.com/go-gitea/gitea/pull/449)
  625. * ENHANCEMENT
  626. * Use proper import path for libravatar [#3](https://github.com/go-gitea/gitea/pull/3)
  627. * Integrated DroneCI for tests and builds [#24](https://github.com/go-gitea/gitea/issues/24)
  628. * Integrated dependency manager [#29](https://github.com/go-gitea/gitea/issues/29)
  629. * Embedded bindata optionally [#30](https://github.com/go-gitea/gitea/issues/30)
  630. * Integrated pagination for releases [#73](https://github.com/go-gitea/gitea/pull/73)
  631. * Autogenerate version on every build [#91](https://github.com/go-gitea/gitea/issues/91)
  632. * Refactored Docker container [#104](https://github.com/go-gitea/gitea/issues/104)
  633. * Added short-hash support for downloads [#211](https://github.com/go-gitea/gitea/issues/211)
  634. * Display tooltip for downloads [#221](https://github.com/go-gitea/gitea/issues/221)
  635. * Improved HTTP headers for issue attachments [#270](https://github.com/go-gitea/gitea/pull/270)
  636. * Integrate public as bindata optionally [#293](https://github.com/go-gitea/gitea/pull/293)
  637. * Integrate templates as bindata optionally [#314](https://github.com/go-gitea/gitea/pull/314)
  638. * Inject more ENV variables into custom hooks [#316](https://github.com/go-gitea/gitea/issues/316)
  639. * Correct LDAP login validation [#342](https://github.com/go-gitea/gitea/pull/342)
  640. * Integrate conf as bindata optionally [#354](https://github.com/go-gitea/gitea/pull/354)
  641. * Serve video files in browser [#418](https://github.com/go-gitea/gitea/pull/418)
  642. * Configurable SSH host binding [#431](https://github.com/go-gitea/gitea/issues/431)
  643. * MISC
  644. * Forked from Gogs and renamed to Gitea
  645. * Catching more errors with logs
  646. * Fixed all linting errors
  647. * Made the go linter entirely happy
  648. * Really integrated vendoring