BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a978e9b9
Commit
a978e9b9
authored
Nov 10, 2017
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 10.1.3
[ci skip]
parent
e4df83d0
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
16 additions
and
67 deletions
+16
-67
CHANGELOG.md
CHANGELOG.md
+16
-0
32059-fix-oauth-phishing.yml
changelogs/unreleased/32059-fix-oauth-phishing.yml
+0
-6
38385-gpg-tooltips-not-working-in-safari.yml
...s/unreleased/38385-gpg-tooltips-not-working-in-safari.yml
+0
-5
39704_fix_webhooks_log_time.yml
changelogs/unreleased/39704_fix_webhooks_log_time.yml
+0
-5
bvl-unlink-fixes.yml
changelogs/unreleased/bvl-unlink-fixes.yml
+0
-5
dm-block-group-and-project-creation-when-external-by-default.yml
...k-group-and-project-creation-when-external-by-default.yml
+0
-6
fix-import-export-arguments.yml
changelogs/unreleased/fix-import-export-arguments.yml
+0
-5
fix_diff_parsing.yml
changelogs/unreleased/fix_diff_parsing.yml
+0
-5
fix_migration_that_adds_ff_merge_field.yml
...ogs/unreleased/fix_migration_that_adds_ff_merge_field.yml
+0
-5
issue_39176.yml
changelogs/unreleased/issue_39176.yml
+0
-5
issue_39773_be.yml
changelogs/unreleased/issue_39773_be.yml
+0
-5
jivl-fix-cancel-button-file-upload-new-issue.yml
...released/jivl-fix-cancel-button-file-upload-new-issue.yml
+0
-5
pawel-disable_nfs_metrics_checks_39730.yml
...ogs/unreleased/pawel-disable_nfs_metrics_checks_39730.yml
+0
-5
sh-fix-environment-slug-generation.yml
changelogs/unreleased/sh-fix-environment-slug-generation.yml
+0
-5
No files found.
CHANGELOG.md
View file @
a978e9b9
...
...
@@ -2,6 +2,22 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.1.3 (2017-11-10)
-
[
SECURITY
]
Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization.
-
[
FIXED
]
Fix cancel button not working while uploading on the new issue page. !15137
-
[
FIXED
]
Fix webhooks recent deliveries. !15146 (Alexander Randa (@randaalex))
-
[
FIXED
]
Fix issues with forked projects of which the source was deleted. !15150
-
[
FIXED
]
Fix GPG signature popup info in Safari and Firefox. !15228
-
[
FIXED
]
Make sure group and project creation is blocked for new users that are external by default.
-
[
FIXED
]
Fix arguments Import/Export error importing project merge requests.
-
[
FIXED
]
Fix diff parser so it tolerates to diff special markers in the content.
-
[
FIXED
]
Fix a migration that adds merge_requests_ff_only_enabled column to MR table.
-
[
FIXED
]
Render 404 when polling commit notes without having permissions.
-
[
FIXED
]
Show error message when fast-forward merge is not possible.
-
[
FIXED
]
Avoid regenerating the ref path for the environment.
-
[
PERFORMANCE
]
Remove Filesystem check metrics that use too much CPU to handle requests.
## 10.1.2 (2017-11-08)
-
[
SECURITY
]
Add X-Content-Type-Options header in API responses to make it more difficult to find other vulnerabilities.
...
...
changelogs/unreleased/32059-fix-oauth-phishing.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Prevent OAuth phishing attack by presenting detailed wording about app to user
during authorization
merge_request
:
author
:
type
:
security
changelogs/unreleased/38385-gpg-tooltips-not-working-in-safari.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Fix GPG signature popup info in Safari and Firefox
merge_request
:
15228
author
:
type
:
fixed
changelogs/unreleased/39704_fix_webhooks_log_time.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Fix webhooks recent deliveries
merge_request
:
15146
author
:
Alexander Randa (@randaalex)
type
:
fixed
changelogs/unreleased/bvl-unlink-fixes.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Fix issues with forked projects of which the source was deleted
merge_request
:
15150
author
:
type
:
fixed
changelogs/unreleased/dm-block-group-and-project-creation-when-external-by-default.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Make sure group and project creation is blocked for new users that are external
by default
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/fix-import-export-arguments.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Fix arguments Import/Export error importing project merge requests
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/fix_diff_parsing.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Fix diff parser so it tolerates to diff special markers in the content
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/fix_migration_that_adds_ff_merge_field.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Fix a migration that adds merge_requests_ff_only_enabled column to MR table
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/issue_39176.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Render 404 when polling commit notes without having permissions
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/issue_39773_be.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Show error message when fast-forward merge is not possible
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/jivl-fix-cancel-button-file-upload-new-issue.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Fix cancel button not working while uploading on the new issue page
merge_request
:
15137
author
:
type
:
fixed
changelogs/unreleased/pawel-disable_nfs_metrics_checks_39730.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Remove Filesystem check metrics that use too much CPU to handle requests
merge_request
:
author
:
type
:
performance
changelogs/unreleased/sh-fix-environment-slug-generation.yml
deleted
100644 → 0
View file @
e4df83d0
---
title
:
Avoid regenerating the ref path for the environment
merge_request
:
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment