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-02-07Backport of the frontend view, including testsJose Ivan Vargas
2017-01-12Refactor authorized params in Admin::UsersControllerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-30Merged the 'groups' and 'projects' tabs when viewing user profilesJames Gregory
2016-11-01Allow to search for user by secondary email address in the admin interfaceYar
It is not possible to search for a user by his secondary email address in the Users search bar in the admin interface(/admin/users). A use-case could be that an admin wants to remove a specific secondary email address of an user, because it interferes with another user. Issue #23761 This commit adds ability to search not only by main email, but also by any secondary email in the admin interface.
2016-11-01Rename :name search parameter to :search_query at /admin/usersYar
The parameter is used to search users by several criretia was called :name. This request renames it to :search_query which closer to it actual perpose
2016-05-18Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-05-04Log to application.log when an admin starts and stops impersonating a userStan Hu
Closes gitlab-org/gitlab-ee#536
2016-04-23Fix issue with impersonationDouwe Maan
2016-03-17Merge branch '4009-external-users' into 'master' Douwe Maan
External Users The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects. Partially fix for both #4009 and #13938 (except the LDAP sync or a pattern to detect external users) ![Screen_Shot_2016-03-14_at_22.02.52](/uploads/486a84ab3acb98c6cfb71a4ec7d268e2/Screen_Shot_2016-03-14_at_22.02.52.png) See merge request !3171
2016-03-16Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ
`render nothing: true` has been deprecated. For more information see [pr](https://github.com/rails/rails/pull/20336)
2016-03-15Add ability to delete a user with forceZeger-Jan van de Weg
2016-03-15A worker deletes a user, so the request doesn't time outZeger-Jan van de Weg
Fixes #13261
2016-03-13External UsersZeger-Jan van de Weg
The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
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-24Add option to admin area to sign in as a specific userPavel Forkert
Closes #2291
2015-09-20Devise 3.5.x deprecates `confirm!` in favor of `confirm`Robert Speicher
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-23Merge branch 'admin-edit-identities' into 'master'Dmitriy Zaporozhets
Admin can see, edit and remove user identities Related to #1415 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2224 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !843
2015-06-23Fix error when deleting a user who has projectsStan Hu
Closes #1856 Closes https://github.com/gitlabhq/gitlabhq/issues/9394
2015-06-22Refactor admin user pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
To prevent loose of group data you need to transfer or remove group first before you can remove user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Allow primary email to be set to an email that you've already added.Douwe Maan
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-04-06Skip email confirmation when set by admin or via LDAP.Douwe Maan
2015-03-09Improve user block/unblock UI in admin areaDmitriy Zaporozhets
2015-02-13Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan
Git over HTTP(S).
2015-02-08Merge branch 'notification_email'Dmitriy Zaporozhets
Conflicts: db/schema.rb
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
Closes #1932.
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-12-30Share the key table between admin and profile resources.Marin Jankovski
2014-12-30Move user key manipulation in admin section to a separate controller.Marin Jankovski
2014-12-29Add user key actions to admins.Marin Jankovski
2014-10-13Admin: user sortingValery Sizov
2014-07-23Merge branch 'new_user_password_set' into 'master'Dmitriy Zaporozhets
Admin created user should get password reset link instead of mailed temporary password Fixes #1405 See merge request !973
2014-07-16Fix user params when edit from admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-15Do not set password expiry.Marin Jankovski
2014-07-15Do not sent a generated password via email for admin created user.Marin Jankovski
2014-06-27Make app works with strong paramsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-26User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-23Add option for admin to remove users secondary emails.Marin Jankovski
2014-06-03Restyle admin/user pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-25Fix 500 error when try to update own profile in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-19Remove deprecated findersskv
2013-12-26Add User#email uniq validation. Fixed confirmation for admin/users formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>