GitLab Bot
3ef453aa1c
Add latest changes from gitlab-org/gitlab@master
2020-10-05 21:08:47 +00:00
Imre Farkas
bd3a484032
Add config to disable impersonation
...
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.
2018-11-29 09:37:16 +01:00
gfyoung
73322a0e55
Enable frozen string in app/controllers/**/*.rb
...
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 .
2018-09-18 21:22:45 -07:00
Lin Jen-Shin
4ee08b77bc
Updates from rubocop -a
2018-07-09 21:13:08 +08:00
blackst0ne
a544e46bb0
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
2017-06-07 09:45:16 +11:00
blackst0ne
11aff97d88
Remove the User#is_admin? method
2017-04-09 13:20:57 +11:00
Stan Hu
e665444724
Fix incorrect "stopped impersonation" log message
...
Closes #21015
2016-08-23 01:09:16 -07:00
Stan Hu
731b231357
Log to application.log when an admin starts and stops impersonating a user
...
Closes gitlab-org/gitlab-ee#536
2016-05-04 09:21:34 -07:00
Douwe Maan
c6c985bc69
Store original user in variable
2016-04-22 21:58:09 +00:00
Douwe Maan
0ab98a8a40
Remove unused method
2016-04-22 21:55:49 +00:00
Douwe Maan
d3462e711c
Fix issue with impersonation
2016-04-22 23:21:56 +02:00