diff options
author | Baldinof <baldinof@gmail.com> | 2016-03-09 22:54:53 +0100 |
---|---|---|
committer | Baldinof <baldinof@gmail.com> | 2016-03-09 22:54:53 +0100 |
commit | a5079d219548c4e94eb78953811158c346225174 (patch) | |
tree | cf122ee677415a6891c60c244766680bdc3e288d /CHANGELOG | |
parent | a603422edb69248c822dd6c4a9d7860194d89a3d (diff) | |
parent | d9042e8b399608fa189ffdb02efa8de30604088d (diff) | |
download | gitlab-ce-a5079d219548c4e94eb78953811158c346225174.tar.gz |
Merge branch 'master' into markdown_preview_shortcut
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index e939b632d0d..9474ca50b24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,16 +3,31 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.6.0 (unreleased) - Contributions to forked projects are included in calendar - Improve the formatting for the user page bio (Connor Shea) + - Removed the default password from the initial admin account created during + setup. A password can be provided during setup (see installation docs), or + GitLab will ask the user to create a new one upon first visit. - Fix issue when pushing to projects ending in .wiki - Fix avatar stretching by providing a cropping feature (Johann Pardanaud) - Don't load all of GitLab in mail_room + - Memoize @group in Admin::GroupsController (Yatish Mehta) + - Indicate how much an MR diverged from the target branch (Pierre de La Morinerie) - Strip leading and trailing spaces in URL validator (evuez) + - Add "last_sign_in_at" and "confirmed_at" to GET /users/* API endpoints for admins (evuez) - Return empty array instead of 404 when commit has no statuses in commit status API + - Add support for cross-project label references - Update documentation to reflect Guest role not being enforced on internal projects - Allow search for logged out users + - Fix bug where Bitbucket `closed` issues were imported as `opened` (Iuri de Silvio) - Don't show Issues/MRs from archived projects in Groups view - Increase the notes polling timeout over time (Roberto Dip) - Add shortcut to toggle markdown preview (Florent Baldino) + - Show labels in dashboard and group milestone views + - Add main language of a project in the list of projects (Tiago Botelho) + - Add ability to show archived projects on dashboard, explore and group pages + +v 8.5.5 + - Ensure removing a project removes associated Todo entries. + - Prevent a 500 error in Todos when author was removed. v 8.5.4 - Do not cache requests for badges (including builds badge) |