- 04 Jan, 2017 9 commits
-
-
Douwe Maan authored
Add email confirmation field to registration form Closes #3053 See merge request !7432
-
Douwe Maan authored
Remove unused `Project#web_url_without_protocol` method See merge request !8416
-
Jacob Schatz authored
Review commits and commit scss See merge request !8010
-
Sean McGivern authored
Refactor issues filter in API See merge request !8432
-
Sean McGivern authored
Add changelog entry for renaming API param See merge request !8433
-
Robert Schilling authored
-
Sean McGivern authored
Fix project hooks params Closes #26291 See merge request !8425
-
Robert Schilling authored
-
Robert Schilling authored
-
- 03 Jan, 2017 31 commits
-
-
Robert Speicher authored
Gitlab::LDAP::Person uses LDAP attributes configuration Closes #26290 See merge request !8418
-
Robert Schilling authored
-
Fatih Acet authored
Resolves overflow of dropdown text for long branch name Closes #25580 See merge request !8118
-
Fatih Acet authored
Merge branch '25836-changing-from-version-in-diff-comparison-does-not-preserve-to-version' into 'master' Resolve changing "from" version in diff comparison does not preserve "to" version Closes #25836 See merge request !8328
-
Drew Blessing authored
We allow users to configure LDAP attribute preferences. For example, email can be configured to use `mail`, `email` and `userPrincipalName`, falling through to the next until a value is found. Prior to this change, Gitlab::LDAP::Person did not honor this configuration. Now, the class will honor `name` and `mail` configuration. It does not handle `username`, or fallback to `first_name` + `last_name` in the absence of `name`.
-
Fatih Acet authored
Resolve "Label autocomplete doesn't handle spaces after `~~`" Closes #25964, #22058, and #23578 See merge request !8254
-
Fatih Acet authored
Disable award emoji button but display tooltip Closes #26168 See merge request !8382
-
Annabel Dunstone Gray authored
Removed bottom padding from merge manually from CLI because of repositioning award emoji's See merge request !8398
-
Annabel Dunstone Gray authored
Fixed regression of note-headline-light where it was always placed on 2 lines, e… See merge request !8348
-
Kamil Trzciński authored
Use stable icon for Mattermost integration See merge request !8252
-
Kamil Trzciński authored
Revert specific URL See merge request !8321
-
Sean McGivern authored
Copy, don't move uploaded avatar files Closes #26158 See merge request !8396
-
Sean McGivern authored
Fix cross-project references copy to include the project reference Closes #25890 See merge request !8232
-
Annabel Dunstone Gray authored
Remove bottom border from Issuable titles See merge request !8278
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
Z.J. van de Weg authored
-
Yorick Peterse authored
Fix Gemfile.lock for the octokit update See merge request !8414
-
Yorick Peterse authored
MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8158 updated the octokit Gem but did not include all the changes for Gemfile.lock.
-
James Lopez authored
Also added relevant specs and refactored to_references in a bunch of places to be more consistent.
-
Z.J. van de Weg authored
-
Kamil Trzcinski authored
-
Sean McGivern authored
rewrite the item.respond_to?(:x?) && item.x? to item.try(:x?) See merge request !8409
-
Sean McGivern authored
Add tests to cycle analytics See merge request !7727
-
Sean McGivern authored
API: extern_uid is a string Closes #26227 See merge request !8404
-
Sean McGivern authored
Update octokit to 4.6.2 See merge request !8158
-
dimitrieh authored
-
Robert Schilling authored
-
Drew Blessing authored
It's too easy to mistype an email or password when signing up. The support team is receiving an increasing number of requests because users mistype their email. We can eliminate this problem by requiring users to confirm the email before registering. The same issue can occur for the password field so we should add this, too. We should note that password confirmation is part of the default Devise forms. I don't know why/when GitLab removed it.
-