| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix rubocop offenses | Douglas Barbosa Alexandre | 2016-02-02 | 1 | -4/+1 |
| | | |||||
| * | Refactor Admin::SpamLogsController to block user before destroying | Douglas Barbosa Alexandre | 2016-02-02 | 1 | -21/+14 |
| | | |||||
| * | Support Akismet spam checking for creation of issues via API | Stan Hu | 2016-02-02 | 1 | -0/+47 |
| | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612 | ||||
| * | Repair ldap_blocked state when no ldap identity exist anymore | Gabriel Mazetto | 2016-01-08 | 1 | -0/+26 |
| | | |||||
| * | Prevent ldap_blocked users from being unblocked by the Admin UI | Gabriel Mazetto | 2016-01-08 | 1 | -9/+26 |
| | | |||||
| * | Prevent impersonation if blocked | Andrew Tomaka | 2015-12-02 | 1 | -0/+19 |
| | | |||||
| * | refactor login as to be impersonation with better login/logout | James Newton | 2015-10-29 | 1 | -15/+0 |
| | | | | | | | Modifies the existing "login as" feature to be called impersonation, as well as keeping track of who is impersonating to revert back to that user without having to log out. | ||||
| * | Redirect to a default path if HTTP_REFERER is not set | Stan Hu | 2015-10-20 | 1 | -0/+26 |
| | | | | | | | | | | | Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731 | ||||
| * | Move login button to user page, switched to POST method | Pavel Forkert | 2015-09-24 | 1 | -3/+3 |
| | | |||||
| * | Add option to admin area to sign in as a specific user | Pavel Forkert | 2015-09-24 | 1 | -0/+15 |
| | | | | | Closes #2291 | ||||
| * | Add "Confirm user" button in user admin page | Stan Hu | 2015-08-05 | 1 | -0/+14 |
| | | | | | | Closes #2116 Closes https://github.com/gitlabhq/gitlabhq/issues/9502 | ||||
| * | Add disable_two_factor route for Admin::Users | Robert Speicher | 2015-07-10 | 1 | -0/+28 |
| | | |||||
| * | Add support for unlocking users in admin settings | Stan Hu | 2015-07-02 | 1 | -0/+15 |
| | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9381 | ||||
| * | Fix error when deleting a user who has projects | Stan Hu | 2015-06-23 | 1 | -0/+24 |
| Closes #1856 Closes https://github.com/gitlabhq/gitlabhq/issues/9394 | |||||
