Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-02-17 02:08:50 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-02-17 02:08:50 +0300
commit9eef14279f1774110e68107372ef8cc758383168 (patch)
tree5b25fe83c0760faf8a11c2bbcf1528fcaa83e2ea /CHANGELOG
parent9a575522d542fad0adbc2a17e60ce830f510a932 (diff)
parente0f61a59b4e9be1fc2f20320a0400793318b8a9f (diff)
Merge branch 'oauth-dup' into 'master'
Fix duplicate authorized applications On the profile applications page, display one row per authorized app instead of one row per access token. See #1987. cc @sytse See merge request !1524
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4d8fb3585e4..3aac6f903f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,6 +55,7 @@ v 7.8.0 (unreleased)
- Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S).
- Show users button to share their newly created public or internal projects on twitter
- Add quick help links to the GitLab pricing and feature comparison pages.
+ - Fix duplicate authorized applications in user profile and incorrect application client count in admin area.
v 7.7.2
- Update GitLab Shell to version 2.4.2 that fixes a bug when developers can push to protected branch