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
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2017-10-05Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan
2017-09-28refactor emails serviceJames Lopez
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-23fix calls to Emails::DestroyServiceBrett Walker
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
2017-09-08Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...Rubén Dávila
2017-09-07Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-06Restore some changes from !9199Rubén Dávila
2017-08-31Changes the password change workflow for admins.Tiago Botelho
2017-06-23fix spec failuresJames Lopez
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23fix specsJames Lopez
2017-06-23add missing action to blockJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23refactor emails serviceJames Lopez
2017-06-23update to use emails destroy serviceJames Lopez
2017-06-23fix api and controller issuesJames Lopez
2017-06-23fix specsJames Lopez
2017-06-23finish off refactoring users controllerJames Lopez
2017-06-23update users controllerJames Lopez
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-06-05Support hard deletion in Admin::UsersController#destroyNick Thomas
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-03-09get the logic right :Xhttp://jneen.net/
2017-03-09consolidate the error handling for #impersonatehttp://jneen.net/
2017-03-09protect internal users from impersonationhttp://jneen.net/
2017-02-15Drop theme ID from users tableAnnabel Dunstone Gray
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