- 17 Sep, 2018 1 commit
-
-
Marcel Amirault authored
-
- 20 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
-
- 02 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
it also means we're using omniauth, so we need to set it up.
-
- 25 Jun, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 20 Mar, 2018 1 commit
-
-
James Edwards-Jones authored
This should simplify refactoring and allow testing
-
- 28 Feb, 2018 1 commit
-
-
Horatiu Eugen Vlad authored
-
- 11 Jan, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 16 Nov, 2017 1 commit
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- 06 Nov, 2017 1 commit
-
-
Joe Marty authored
Closes #39708
-
- 30 Sep, 2017 1 commit
-
-
robdel12 authored
This fixes a bug where the email confirmation input value is case sensative. For example, if the email input is `myemail@example.com` and the email confirmation input is `Myemail@example.com` the form would fail to submit.
-
- 24 Sep, 2017 1 commit
-
-
Brett Walker authored
and rubocop fixes
-
- 27 Jul, 2017 1 commit
-
-
Valery Sizov authored
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 20 Feb, 2017 1 commit
-
-
Alexandros Keramidas authored
-
- 14 Nov, 2016 1 commit
-
-
Brian Neel authored
-
- 11 Nov, 2016 1 commit
-
-
Drew Blessing authored
Centralize all LDAP config logic in `GitLab::LDAP::Config`. Previously, some logic was in the Devise initializer and it was not honoring the `user_filter`. If a user outside the configured `user_filter` signed in, an account would be created but they would then be denied access. Now that logic is centralized, the filter is honored and users outside the filter are never created.
-
- 05 Aug, 2016 1 commit
-
-
Tom Bell authored
Add the devise initializer config setting to enable the sending of notification emails when a user changes their password.
-
- 29 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 7a0cd631f3f5.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 13 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 09 Mar, 2016 1 commit
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12944
-
- 15 Dec, 2015 1 commit
-
-
tduehr authored
-
- 14 Dec, 2015 1 commit
-
-
Drew Blessing authored
-
- 10 Dec, 2015 1 commit
-
-
Drew Blessing authored
Skipped CI because it has already passed. Had to rebase due to CHANGELOG.
-
- 30 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 02 Sep, 2015 1 commit
-
-
Valery Sizov authored
-
- 09 May, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 02 May, 2015 1 commit
-
-
Stan Hu authored
sent through Devise Fix test case that was passing due to a broken `around` statement. Closes #1556
-
- 10 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 23 Jan, 2015 1 commit
-
-
Sytse Sijbrandij authored
-
- 15 Oct, 2014 1 commit
-
-
Jan-Willem van der Meer authored
-
- 14 Oct, 2014 1 commit
-
-
Jan-Willem van der Meer authored
-
- 13 Oct, 2014 1 commit
-
-
Jan-Willem van der Meer authored
-
- 09 Jul, 2014 1 commit
-
-
Marin Jankovski authored
-
- 27 May, 2014 1 commit
-
-
Jacob Vosmaer authored
This reverts commit 0878bc5e67ab, which is incompatible with GitLab's built in LDAP user filter: a GitLab LDAP filter is [added on top of the other filters used to find the user](https://gitlab.com/gitlab-org/gitlab-ce/blob/982d4d51e8110bec280eb00db0fb756b062103d9/lib/gitlab/ldap/adapter.rb#L61) Example GitLab LDAP filter: `(memberOf=cn=foo,dc=bar)`. In contrast, an omniauth-ldap filter [replaces the 'normal' filters](https://gitlab.com/gitlab-org/omniauth-ldap/blob/76d77543dec0c585bb4e974262f43675f9810953/lib/omniauth/strategies/ldap.rb#L55) Example omniauth-ldap user filter: `(&(uid=%{username})(memberOf=cn=foo,dc=bar))`.
-
- 21 Apr, 2014 1 commit
-
-
Travis Odom authored
-
- 19 Feb, 2014 1 commit
-
-
Pierre de La Morinerie authored
This changes the email "From" field from "gitlab@example.com" to either: * "John Doe <gitlab@example.com>" if the author of the action is known, * "GitLab <gitlab@example.com>" otherwise. Rationale: this allow mails to appear as if they were sent by the author. It appears in the mailbox more like a real discussion between the sender and the receiver ("John sent: we should refactor this") and less like a robot notifying about something.
-