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 (Expand)Author
2017-02-07Backport of the frontend view, including testsJose Ivan Vargas
2017-01-12Refactor authorized params in Admin::UsersControllerRémy Coutable
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
2016-11-01Rename :name search parameter to :search_query at /admin/usersYar
2016-05-18Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets
2016-05-16Force password change after admin resetSean McGivern
2016-05-04Log to application.log when an admin starts and stops impersonating a userStan Hu
2016-04-23Fix issue with impersonationDouwe Maan
2016-03-17Merge branch '4009-external-users' into 'master' Douwe Maan
2016-03-16Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ
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
2016-03-13External UsersZeger-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
2015-10-20Redirect to a default path if HTTP_REFERER is not setStan Hu
2015-09-24Add option to admin area to sign in as a specific userPavel Forkert
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
2015-07-11Add disable_two_factor route for Admin::UsersRobert Speicher
2015-07-02Add support for unlocking users in admin settingsStan Hu
2015-06-23Merge branch 'admin-edit-identities' into 'master'Dmitriy Zaporozhets
2015-06-23Fix error when deleting a user who has projectsStan Hu
2015-06-22Refactor admin user pageDmitriy Zaporozhets
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
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
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 Gi...Douwe Maan
2015-02-08Merge branch 'notification_email'Dmitriy Zaporozhets
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
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
2014-07-16Fix user params when edit from admin areaDmitriy Zaporozhets
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
2014-06-26User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets
2014-06-23Add option for admin to remove users secondary emails.Marin Jankovski
2014-06-03Restyle admin/user pageDmitriy Zaporozhets
2014-02-25Fix 500 error when try to update own profile in admin areaDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2013-12-26Add User#email uniq validation. Fixed confirmation for admin/users formDmitriy Zaporozhets