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.

CHANGELOG.md 61KB

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