Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-10-05Fix namespace deletion testsZeger-Jan van de Weg
2017-08-31Changes the password change workflow for admins.Tiago Botelho
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-05Support hard deletion in Admin::UsersController#destroyNick Thomas
2016-10-27Only show one error message for an invalid emailSteve Halasz
If notification_email is blank, it's set from email. If an admin attempted to create a user with an invalid email, an error would be displayed for both fields. Only validate the notification_email if it's different from email.
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-05-16Force password change after admin resetSean McGivern
When an admin changes a user's password for them, force the user to reset the password after logging in by expiring the new password immediately.
2016-04-23Fix issue with impersonationDouwe Maan
2016-03-31Minor clean up on admin/users_controller_specZeger-Jan van de Weg
2016-01-08Prevent ldap_blocked users from being unblocked by the Admin UIGabriel Mazetto
2015-10-29refactor login as to be impersonation with better login/logoutJames Newton
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.
2015-10-20Redirect to a default path if HTTP_REFERER is not setStan Hu
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
2015-09-24Move login button to user page, switched to POST methodPavel Forkert
2015-09-24Add option to admin area to sign in as a specific userPavel Forkert
Closes #2291
2015-08-05Add "Confirm user" button in user admin pageStan Hu
Closes #2116 Closes https://github.com/gitlabhq/gitlabhq/issues/9502
2015-07-11Add disable_two_factor route for Admin::UsersRobert Speicher
2015-07-02Add support for unlocking users in admin settingsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9381
2015-06-23Fix error when deleting a user who has projectsStan Hu
Closes #1856 Closes https://github.com/gitlabhq/gitlabhq/issues/9394