- Sep 13, 2019
-
-
GitLab Bot authored
-
- Jul 23, 2019
-
-
Manoj M J authored
This change adds audit logs for user impersonation when an admin starts/stops impersonating another user.
-
- Mar 21, 2019
-
-
Martin Wortschack authored
- Update PO file
-
- Feb 19, 2019
-
-
Stan Hu authored
Ruby 2.6 introduced `Enumerable#filter`, which takes no arguments. Attempting to call `filter` on an `ActiveRecord::Relation` with a scope will fail with a `wrong number of arguments (given 1, expected 0)` message because the `Enumerable#filter` implementation overrides the delegated `ActiveRecord::Relation#filter` method. To make Admin::UsersController compatible with Ruby 2.6, rename `User.filter` to `User.filter_items`.
-
- Feb 12, 2019
-
-
Robert Speicher authored
Previously, if you entered a username in the URL manually to view a specific user, the lookup was done case-sensitively, despite usernames being case-insensitive, often resulting in a 404. We now use the same `find_routable!` logic as the non-admin Users controller.
-
- Nov 29, 2018
-
-
Imre (Admin) authored
Adds gitlab.impersonation_enabled config option defaulting to true to keep the current default behaviour. Only the act of impersonation is modified, impersonation token management is not affected.
-
- Sep 19, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jun 25, 2018
-
-
Lin Jen-Shin authored
-
- Apr 04, 2018
-
-
blackst0ne authored
-
- Sep 28, 2017
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- Sep 23, 2017
-
-
Brett Walker authored
-
- Sep 11, 2017
-
-
Annabel Dunstone Gray authored
This reverts merge request !14148
-
- Sep 08, 2017
-
-
Rubén Dávila authored
Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
-
- Sep 07, 2017
-
-
Tiago Botelho authored
-
- Sep 06, 2017
-
-
Rubén Dávila authored
-
- Aug 31, 2017
-
-
Tiago Botelho authored
-
- Jun 23, 2017
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- Jun 05, 2017
-
-
Nick Thomas authored
-
- Mar 27, 2017
-
-
George Andrinopoulos authored
-
- Mar 09, 2017
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
- Feb 15, 2017
-
-
Annabel Dunstone Gray authored
-
- Feb 06, 2017
-
-
Jose Ivan Vargas Lopez authored
-