Skip to content

Commit 10bb9a6

Browse files
committed
Changelog for 1.10.0
1 parent db65719 commit 10bb9a6

File tree

1 file changed

+298
-7
lines changed

1 file changed

+298
-7
lines changed

CHANGELOG.md

Lines changed: 298 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,297 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7+
## [1.10.0](https://github.com/go-gitea/gitea/releases/tag/v1.10.0) - 2019-10-14
8+
* BREAKING
9+
* Remove legacy handling of drone token (#8191)
10+
* Change repo search to use exact match for topic search. (#7941)
11+
* Add pagination for admin api get orgs and fix only list public orgs bug (#7742)
12+
* Implement the ability to change the ssh port to match what is in the gitea config (#7286)
13+
* FEATURE
14+
* org/members: display 2FA members states + optimize sql requests (#7621)
15+
* SetDefaultBranch on pushing to empty repository (#7610)
16+
* Adds side-by-side diff for images (#6784)
17+
* API method to list all commits of a repository (#6408)
18+
* Password Complexity Checks (#6230)
19+
* Add option to initialize repository with labels (#6061)
20+
* Add additional password hash algorithms (#6023)
21+
* BUGFIXES
22+
* Fix bug on FindExternalUsersByProvider (#8504)
23+
* Fixes #8369: Create .ssh dir as necessary (#8486)
24+
* IsBranchExist: return false if provided name is empty (#8485)
25+
* Fix #8453 by making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)
26+
* Add check for empty set when dropping indexes during migration (#8471)
27+
* LFS files are relative to LFS content path, ensure that when deleting they are made relative to this (#8455)
28+
* Ensure Request Body Readers are closed in LFS server (#8454)
29+
* Fix template bug on mirror repository setting page (#8438)
30+
* Fix migration v96 to keep issue attachments (#8435)
31+
* Update strk.kbt.io/projects/go/libravatar to latest (#8429)
32+
* Revert "Fix issues/pr list broken when there are many repositories" (#8427)
33+
* Singular form for files that has only one line (#8416)
34+
* Fix issues/pr list broken when there are many repositories (#8409)
35+
* Check for either escaped or unescaped wiki filenames (#8408)
36+
* Allow users with explicit read access to give approvals (#8382)
37+
* Fix editor commit to new branch if PR disabled (#8375)
38+
* readd .markdown class to all markup renderers (#8357)
39+
* Upgrade xorm to v0.7.9 to fix some bugs (#8354)
40+
* Fix column name ambiguity in GetUserIssueStats() (#8347)
41+
* Change general form binding to gogs form (#8334)
42+
* Fix pull request commit status in user dashboard list (#8321)
43+
* Fix repo_admin_change_team_access always checked in org settings (#8319)
44+
* Update to github.com/lafriks/[email protected] (#8317)
45+
* Show correct commit status in PR list (#8316)
46+
* Bugfix for image compare and minor improvements to image compare (#8289)
47+
* Update xorm (#8286)
48+
* Fix API for edit and delete release attachment (#8285)
49+
* Fix nil object access in some conditions when parsing cross references (#8281)
50+
* Fix label count (#8267)
51+
* Do only show teams access for organization repositories on collaboration setting page (#8265)
52+
* Test more reserved usernames (#8263)
53+
* Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
54+
* Fix assets key on release webhook (#8253)
55+
* Allow registration when button is hidden (#8237)
56+
* Fix release API URL generation (#8234)
57+
* Fix milestone num_issues (#8221)
58+
* MS Teams webhook misses commit messages (#8209)
59+
* Fix data race (#8204)
60+
* Fix team user api (#8172)
61+
* Fix pull merge 500 error caused by git-fetch breaking behaviors (#8161)
62+
* [fix #7384] make show private icon when repo avatar set (#8144)
63+
* Add reviewers as participants (#8121)
64+
* Fix Go 1.13 private repository go get issue (#8112)
65+
* feat: highlight issue references with : (#8101)
66+
* Make AllowedUsers configurable in sshd_config (#8094)
67+
* Strict name matching for Repository.GetTagID() (#8074)
68+
* Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066)
69+
* Add change title notification for issues (#8061)
70+
* [ssh] fix the config specification in the authorized_keys template (#8031)
71+
* Fix reading git notes from nested trees (#8026)
72+
* Fixes #7945 - makes sure we are only getting tag refs (#7990)
73+
* Fix adding default Telegram webhook (#7972)
74+
* Run CORS handler first for /api routes (#7967)
75+
* Abort synchronization from LDAP source if there is some error. (#7960)
76+
* Fix wrong sender when send slack webhook (#7918)
77+
* Fix bug when migrating a private repository (#7917)
78+
* Evaluate emojis in commit messages in list view (#7906)
79+
* Fix upload file type check (#7890)
80+
* lfs/lock: round locked_at timestamp to second (#7872)
81+
* fix non existent milestone with 500 error instead of 404 (#7867)
82+
* gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846)
83+
* Fix duplicate call of webhook (#7821)
84+
* Enable switching to a different source branch when PR already exists (#7819)
85+
* Convert files to utf-8 for indexing (#7814)
86+
* Do not fetch all refs in pull-request compare (#7797)
87+
* api: fix multiple bugs with statuses endpoints (#7785)
88+
* Restore functionality for early gits (#7775)
89+
* Fix Slack webhook fork message (#7774)
90+
* Rewrite existing repo units if setting is not included in api body (#7763)
91+
* Fix rename failed when rewrite public keys (#7761)
92+
* Fix approvals counting (#7757)
93+
* Add migration step to remove old repo_indexer_status orphaned records (#7746)
94+
* Fix repo_index_status lingering when deleting a repository (#7734)
95+
* Remove camel case tokenization from repo indexer (#7733)
96+
* Fix milestone completness calculation when migrating (#7725)
97+
* Regression: Include "executable" files in the index, as they are not necessarily … (#7718)
98+
* Fixes indexed repos keeping outdated indexes when files grow too large (#7712)
99+
* Skip non-regular files (e.g. submodules) on repo indexing (#7711)
100+
* Fix dropTableColumns sqlite implementation (#7710)
101+
* Update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)
102+
* improve branches list performance and fix protected branch icon when no-login (#7695)
103+
* Correct wrong datetime format for git (#7689)
104+
* Move add to hook queue for created repo to outside xorm session. (#7675)
105+
* sugestion to use range .Branches (#7674)
106+
* Fix bug on migrating milestone from github (#7665)
107+
* hide delete/restore button on archived repos (#7658)
108+
* css: use flex to fix floating paginate (#7656)
109+
* Fix syntax highlight initialization (#7617)
110+
* Fix panic on push at #7611 (#7615)
111+
* Make PKCS8, PEM and SSH2 keys work (#7600)
112+
* Fix mistake in arc-green.less split-diff css code. (#7587)
113+
* Handle ErrUserProhibitLogin in http git (#7586)
114+
* Fix bug create/edit wiki pages when code master branch protected (#7580)
115+
* Fixes #7564 - Malformed URLs in API git/commits response (#7565)
116+
* Fix file header overflow in file and blame views (#7562)
117+
* Improve SSH key parser to handle newlines in keys (#7522)
118+
* Fix empty commits now showing in repo overview (#7521)
119+
* Fix repository's pull request count error (#7518)
120+
* Fix markdown invoke sequence (#7513)
121+
* remove duplicated webhook trigger (#7511)
122+
* Update User.NumRepos atomically in createRepository (#7493)
123+
* Fixes #7475 - Settings pages giving UnitType error message (#7482)
124+
* Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)
125+
* cmd/serv: actually exit after fatal errors (#7458)
126+
* Fix an issue with some pages throwing 'not defined' js exceptions (#7450)
127+
* fix Dropzone.js integration (#7445)
128+
* Fix regex for issues in commit messages (#7444)
129+
* Diff: Fix indentation on unhighlighted code (#7435)
130+
* Only show "New Pull Request" button if repo allows pulls (#7426)
131+
* Upgrade macaron/captcha to fix random error problem (#7407)
132+
* create class for inline positioned lists (#7393)
133+
* Fetch refs for successful testing for tag (#7388)
134+
* add missing template variable on organisation settings (#7385)
135+
* fix post parameter - on issue list - unset assignee (#7380)
136+
* fix/define autochecked checkboxes on issue list in firefox (#7320)
137+
* only return head: null if source branch was deleted (#6705)
138+
* ENHANCEMENT
139+
* vendor: update mvdan.cc/xurls/v2 to v2.1.0 (#8495)
140+
* Update milestone issues numbers when save milestone and other code improvements (#8411)
141+
* Add extra user information when migrating release (#8331)
142+
* Require overall success if no context is given for status check (#8318)
143+
* Transaction-aware retry create issue to cope with duplicate keys (#8307)
144+
* Change link on issue milestone (#8246)
145+
* Alwaywas return local url for users avatar (#8245)
146+
* Move some milestone functions to a standalone package (#8213)
147+
* Move create issue comment to comments package (#8212)
148+
* Disable max height property of comment textarea (#8203)
149+
* Add 'Mentioning you' group to /issues page (#8201)
150+
* oauth2 with remote Gitea (#8149)
151+
* Reference issues from pull requests and other issues (#8137)
152+
* Fix webhooks to use proxy from environment (#8116)
153+
* Add merged commit id on pull view when it's merged (#8062)
154+
* Add teams to repo on collaboration page. (#8045)
155+
* Update swagger to 0.20.1 (#8010)
156+
* Make link last commit massages in repository home page and commit tables (#8006)
157+
* Add API endpoint for accessing repo topics (#7963)
158+
* Include description in repository search. (#7942)
159+
* Use gitea forked macaron (#7933)
160+
* Fix pull creation with empty changes (#7920)
161+
* Allow token as authorization for accessing attachments (#7909)
162+
* Retry create issue to cope with duplicate keys (#7898)
163+
* Move git diff codes from models to services/gitdiff (#7889)
164+
* migrate gplus to google oauth2 provider (#7885)
165+
* Remove unique filter from repo indexer analyzer. (#7878)
166+
* Detect delimiter in CSV rendering (#7869)
167+
* Import topics during migration (#7851)
168+
* Move CreateReview to modules/pull (#7841)
169+
* vendor: update pdf.js to v2.1.266 (#7834)
170+
* Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)
171+
* Add Ability for User to Customize Email Notification Frequency (#7813)
172+
* Move database settings from models to setting (#7806)
173+
* Display ui time with customize time location (#7792)
174+
* Implement webhook branch filter (#7791)
175+
* Restrict repository indexing by glob match (#7767)
176+
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7756)
177+
* Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751)
178+
* deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749)
179+
* Apply emoji on commit graph page (#7743)
180+
* Add a lot of extension to language mappings for syntax highlights (#7741)
181+
* Add SQL execution on log and indexes on table repository and comment (#7740)
182+
* Set DB connection error level to error (#7724)
183+
* Check commit message hashes before making links (#7713)
184+
* remove unnecessary fmt on generate bindata (#7706)
185+
* Fix specific highlighting (CMakeLists.txt ...) (#7686)
186+
* Add file status on API (#7671)
187+
* Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)
188+
* Provide links in commit summaries in commits table/view list (#7659)
189+
* Change length of some repository's columns (#7652)
190+
* Move commit repo action from models to repofiles package (#7645)
191+
* fix wrong email when use gitea as OAuth2 provider (#7640)
192+
* [Branch View] add download button (#7604)
193+
* Update to [email protected] (#7596)
194+
* use 403 instead of 401 for ErrUserProhibitLogin (#7591)
195+
* Removed unnecessary conversions (#7557)
196+
* Un-lambda base.FileSize (#7556)
197+
* Added missing error checks in tests (#7554)
198+
* Move create release from models to a standalone package (#7539)
199+
* Make default branch name link to default branch (#7519)
200+
* Added total count of contributions to heatmap (#7517)
201+
* Move mirror to a standalone package from models (#7486)
202+
* Move models.PushUpdate to repofiles.PushUpdate (#7485)
203+
* Include thread related headers in issue/coment mail (#7484)
204+
* Refuse merge until all required status checks success (#7481)
205+
* convert all js var to let/const (#7464)
206+
* Only create branches for opened pull requestes when migrating from github (#7463)
207+
* jQuery 3 (#7425)
208+
* Add notification placeholder (#7409)
209+
* Search Commits via Commit Hash (#7400)
210+
* Move status table to cron package (#7370)
211+
* wiki - page revisions list (#7369)
212+
* Display original author and URL information when showing migrated issues/comments (#7352)
213+
* Refactor filetype is not allowed errors (#7309)
214+
* switch to use gliderlabs/ssh for builtin server (#7250)
215+
* Remove settting dependency on modules/session (#7237)
216+
* Move all mail related codes from models to services/mailer (#7200)
217+
* Support git.PATH entry in app.ini (#6772)
218+
* Support setting cookie domain (#6288)
219+
* Move migrating repository from frontend to backend (#6200)
220+
* Delete releases attachments if release is deleted (#6068)
221+
* SECURITY
222+
* Ignore mentions for users with no access (#8395)
223+
* Be more strict with git arguments (#7715)
224+
* reserve .well-known username (#7637)
225+
* TESTING
226+
* Update golangci to v1.19.1 (#8414)
227+
* Fix lfs locks (#8361)
228+
* Make encoding tests independent of LOCALE settings (#8018)
229+
* Fix local runs of ssh-requiring integration tests (#7855)
230+
* integration tests: Use t.Helper() (#7654)
231+
* TRANSLATION
232+
* Latvian translation for home page (#8468)
233+
* Add home template italian translation (#8352)
234+
* fix misprint (#7452)
235+
* BUILD
236+
* Update golangci to v1.20 (#8432)
237+
* use go 1.13 (#8088)
238+
* Make CI work (#8057)
239+
* Update JS dependencies (#8051)
240+
* Fix vendor modules.txt (#8032)
241+
* Update golangci-lint to v1.17.1 (#7848)
242+
* Fix #7736: remove `-i` flag from GOFLAGS (#7778)
243+
* drone: add a test for compat with 32 bit (#7707)
244+
* Update src-d/go-git to v4.13.0 (#7688)
245+
* Update to latest mssqldriver (#7613)
246+
* drone/docker: prepare multi-arch release + provide arm64 image (#7571)
247+
* drone/docker: Use a more standard format (#7480)
248+
* Fix vendor (#7394)
249+
* Use vendors when go generate (#7340)
250+
* DOCS
251+
* Update seek-help.zh-cn.md (#8488)
252+
* Update seek-help.en-us.md (#8487)
253+
* Doc updated list of supported webhooks and added example (#8388)
254+
* Doc recommend to use reverse proxy if Apache/nginx is also running on… (#8384)
255+
* Add buildbot CI (#8378)
256+
* Fix a comment typo (#8358)
257+
* Added AppVeyor to the list of CI/CD working with Gitea (#8104)
258+
* Fix broken link (#8091)
259+
* Adds details about what tags can use the Git tags API (#7989)
260+
* Add swagger documentation for limiting API repository search to topics only (#7957)
261+
* Add release notes of 1.9.2 (#7934) (#7939)
262+
* swagger/fix: []string are not enum by swagger definition (#7916)
263+
* MISC
264+
* add file line count info on UI (#8396)
265+
* Make issues page left menu 100% width and add reponame as title attribute (#8359)
266+
* [arc-green] white on hover for active menu items (#8344)
267+
* Move ref (branch or tag) location on issue list page (#8157)
268+
* apply emoji on dashboard issue list labels (#8156)
269+
* 1148: Take up the full width when viewing the diff in split view. (#8114)
270+
* Display description of 'make this repo private' as help text, not as tooltip (#8097)
271+
* Fixes deformed emoji in pull request reviews (#8047)
272+
* Add strike to old header on comment (#8046)
273+
* Add tooltip for the visibility checkbox in /repo/create (#8025)
274+
* Update github.com/lafriks/xormstore and tidy up mod.go (#8020)
275+
* keep blame view buttons sequence consistent with normal view when view a file (#8007)
276+
* Use "Pull Request" instead of "Merge Request" (#8003)
277+
* Move line number to :before attr to hide from search on browser (#8002)
278+
* Changed black color to white for (read) number label on issue list page (#8000)
279+
* [Branch View] show "New Pull Request" Button only if posible (#7977)
280+
* Fix hook problem in #7754 (#7854)
281+
* Prevent Commit Status and Message From Overflowing On Branch Page (#7800)
282+
* Fix global search result CSS, misc CSS tweaks (#7789)
283+
* Tweak label border CSS (#7739)
284+
* Fix create menu item widths (#7708)
285+
* Extract the username and password from the mirror url (#7651)
286+
* [Branch View] Protection Symbole (delete dublicate) (#7624)
287+
* [Branch View] Delete Table Header (#7622)
288+
* [Branch View] icons to buttons (#7602)
289+
* update js dependencies (#7462)
290+
* Add Extra Info to Branches Page (#7461)
291+
* Bump lodash from 4.17.11 to 4.17.14 (#7459)
292+
* wiki history improvements (#7391)
293+
* ui fixes - compare view and archieved repo issues (#7345)
294+
* dark theme scrollbars (#7269)
295+
* wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbox' (#7243)
296+
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)
297+
7298
## [1.9.4](https://github.com/go-gitea/gitea/releases/tag/v1.9.4) - 2019-10-08
8299
* BUGFIXES
9300
* Highlight issue references (#8101) (#8404)
@@ -122,20 +413,20 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
122413
* Move add to hook queue for created repo to outside xorm session. (#7682) (#7675)
123414
* Show protection symbol if needed on default branch (#7660) (#7668)
124415
* Hide delete/restore button on archived repos (#7660)
125-
* Fix bug on migrating milestone from github (#7665) (#7666)
416+
* Fix bug on migrating milestone from github (#7665) (#7666)
126417
* Use flex to fix floating paginate (#7656) (#7662)
127418
* Change length of some repository's columns (#7652) (#7655)
128419
* Fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)
129-
* Fix syntax highlight initialization (#7617) (#7626)
420+
* Fix syntax highlight initialization (#7617) (#7626)
130421
* Fix bug create/edit wiki pages when code master branch protected (#7580) (#7623)
131422
* Fix panic on push at #7611 (#7615) (#7618)
132-
* Handle ErrUserProhibitLogin in http git (#7586, #7591) (#7590)
423+
* Handle ErrUserProhibitLogin in http git (#7586, #7591) (#7590)
133424
* Fix color of split-diff view in dark theme (#7587) (#7589)
134-
* Fix file header overflow in file and blame views (#7562) (#7579)
425+
* Fix file header overflow in file and blame views (#7562) (#7579)
135426
* Malformed URLs in API git/commits response (#7565) (#7567)
136427
* Fix empty commits now showing in repo overview (#7521) (#7563)
137-
* Fix repository's pull request count error (#7518) (#7524)
138-
* Remove duplicated webhook trigger (#7511) (#7516)
428+
* Fix repository's pull request count error (#7518) (#7524)
429+
* Remove duplicated webhook trigger (#7511) (#7516)
139430
* Handles all redirects for Web UI File CRUD (#7478) (#7507)
140431
* Fix regex for issues in commit messages (#7444) (#7466)
141432
* cmd/serv: actually exit after fatal errors (#7458) (#7460)
@@ -736,7 +1027,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
7361027
## [1.7.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27
7371028
* BUGFIXES
7381029
* Fix unitTypeCode not being used in accessLevelUnit (#6419) (#6423)
739-
* Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383)
1030+
* Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383)
7401031
* Fix ParsePatch function to work with quoted diff --git strings (#6323) (#6332)
7411032

7421033
## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12

0 commit comments

Comments
 (0)