Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for backup codes | Dmitriy Zaporozhets | 2015-05-09 | 1 | -0/+1 |
| | |||||
* | Fix rubocop complain | Dmitriy Zaporozhets | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Init 2 factor authentication for user model | Dmitriy Zaporozhets | 2015-05-09 | 1 | -0/+4 |
| | |||||
* | Make Reply-To config apply to change e-mail confirmation and other notifications | Stan Hu | 2015-05-01 | 1 | -6/+1 |
| | | | | | | | | sent through Devise Fix test case that was passing due to a broken `around` statement. Closes #1556 | ||||
* | Use `\A` and `\z` in regexes instead of `^` and `$`. | Douwe Maan | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Increase password reset timeout since other people trigger it when they ↵ | Sytse Sijbrandij | 2015-01-23 | 1 | -1/+2 |
| | | | | create an account for you. | ||||
* | Only enable LDAP providers if LDAP is enabled | Jan-Willem van der Meer | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Use Hash syntax for LDAP server declaration | Jan-Willem van der Meer | 2014-10-14 | 1 | -2/+2 |
| | |||||
* | Apply configuration changes for Multiple LDAP servers | Jan-Willem van der Meer | 2014-10-13 | 1 | -14/+16 |
| | |||||
* | Try to keep token authenticable compatibility | Marin Jankovski | 2014-07-09 | 1 | -4/+0 |
| | |||||
* | Revert "Actually use the 'user_filter' configuration option" | Jacob Vosmaer | 2014-05-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | This reverts commit e9d4587ff11c8510f01dfa184414f73d75b4550b, 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))`. | ||||
* | Actually use the 'user_filter' configuration option | Travis Odom | 2014-04-21 | 1 | -1/+2 |
| | |||||
* | Send emails from the author | Pierre de La Morinerie | 2014-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Change Devise.confirm_within to Devise.allow_unconfirmed_access_for | Athos Ribeiro | 2014-02-03 | 1 | -2/+2 |
| | | | | | | | According to Devise's changelog (https://github.com/plataformatec/devise/blob/master/CHANGELOG.md), Devise.confirm_within was deprecated in favor of Devise.allow_unconfirmed_access_for in version 2.0.0. | ||||
* | refactor omniauth configuration method | Raffael Schmid | 2013-12-30 | 1 | -4/+10 |
| | | | | | | This refactoring allows a user to use omniauth providers which do not use ```app_id``` and ```app_secret``` without needing to change the devise configuration. | ||||
* | Migrate application to rails 4 step 1 | Dmitriy Zaporozhets | 2013-12-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | We welcome everyone to contribute. | Sytse Sijbrandij | 2013-12-01 | 1 | -2/+2 |
| | |||||
* | Minimal password length increased | Dmitriy Zaporozhets | 2013-11-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Enable confirmable and reconfirmable modules for User | Dmitriy Zaporozhets | 2013-10-15 | 1 | -0/+2 |
| | | | | | | | | | Now when you want to signup or change existing email you will be forced to confirm that you really own this email. You get email with link to follow in order to confirm your email address Conflicts: app/models/user.rb | ||||
* | Update the proc/lamda to be consistent | Izaak Alpert | 2013-07-18 | 1 | -3/+3 |
| | | | | Change-Id: I411c7544c7834b00d26e51dc9a6c0396c51bd4f3 | ||||
* | Allow the ldap logins with email or username | Izaak Alpert | 2013-07-18 | 1 | -1/+8 |
| | | | | Change-Id: I73b4aa4c46afd56ae02fb24abcd673c0724547e4 | ||||
* | Replace old hashes with new 1.9 ruby hashes (rebase) | Andrey Kumanyaev | 2013-05-05 | 1 | -9/+9 |
| | |||||
* | login with both email or username | Dmitriy Zaporozhets | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | update devise gem | Dmitriy Zaporozhets | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Allow the OmniAuth provider args parameter to pass through as either an ↵ | Aaron Stone | 2012-12-23 | 1 | -1/+10 |
| | | | | Array or a Hash. | ||||
* | Fix gravatar and ldap config | Riyad Preukschas | 2012-12-20 | 1 | -12/+10 |
| | |||||
* | Update uses of Gitolite.config.foo settings | Riyad Preukschas | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Refactoring auth | Dmitriy Zaporozhets | 2012-09-12 | 1 | -0/+17 |
| | |||||
* | enable lockable strategy for users | Nihad Abbasov | 2012-07-06 | 1 | -4/+4 |
| | |||||
* | update devise | Nihad Abbasov | 2012-07-05 | 1 | -6/+2 |
| | |||||
* | Epic: Gitlab configuration with default values | Dmitriy Zaporozhets | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Fixed devise email_from, reordered initalizers | Dmitriy Zaporozhets | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | Move OmniAuth configuration details into a non-revision controlled file. | Pat Thoyts | 2012-03-23 | 1 | -12/+3 |
| | | | | | | | | Provide an omniauth.rb.sample file to avoid encouraging end-users to commit their provider access details (passwords or api tokens) into their git repositories. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | LDAP BASE IMPLEMENRTATION | Valery Sizov | 2012-01-28 | 1 | -0/+9 |
| | |||||
* | add auth token for users | Nihad Abbasov | 2011-11-15 | 1 | -2/+2 |
| | |||||
* | init commit | gitlabhq | 2011-10-09 | 1 | -0/+211 |