gitlab-org--gitlab-foss/spec
Dmitriy Zaporozhets aec9f211e5 Merge branch 'impersonate' into 'master'
refactor login as to be impersonation with better login/logout

Modifies the existing "login as" feature to be called impersonation.

This also adds:

* Application keep track of who is impersonating the user so they can revert back to the original user without having to log out.
* Stores the user profile via `HTTP_REFERER` so you get redirected back to the person you have impersonated once you stop.

## Screenshots:

![](http://sindacio.us/i/2015-10-28_17-52-41.png)
![](http://sindacio.us/i/2015-10-28_17-53-08.png)

See merge request !1702
2015-11-14 09:04:10 +00:00
..
benchmarks Merge branch 'create-project-performance' into 'master' 2015-11-04 10:14:30 +00:00
controllers Merge branch 'impersonate' into 'master' 2015-11-14 09:04:10 +00:00
factories Merge branch 'annotate-models' into 'master' 2015-11-14 08:27:12 +00:00
features Merge branch 'impersonate' into 'master' 2015-11-14 09:04:10 +00:00
finders Allow groups to appear in the search results if the group owner allows it 2015-11-05 13:18:51 +02:00
fixtures No HTML-only email please 2015-08-21 16:09:55 -07:00
helpers Allow groups to appear in the search results if the group owner allows it 2015-11-05 13:18:51 +02:00
javascripts Apply new design to files page 2015-10-13 16:41:48 +02:00
lib Move spec to proper place and fix unused variable 2015-11-13 09:45:21 +01:00
mailers Fix code that depends on incorrect inflector behavior 2015-11-03 12:00:27 +01:00
models Merge branch 'annotate-models' into 'master' 2015-11-14 08:27:12 +00:00
requests Fix caching breaking test of build artifacts 2015-11-13 14:43:14 +01:00
routing Move partial to right place and fix tests. 2015-09-08 15:14:14 +01:00
services Fix broken tests 2015-11-13 10:52:50 +01:00
support Replace all usages of git command with configurable binary path 2015-11-03 17:11:09 -05:00
tasks/gitlab Implement Build Artifacts 2015-11-10 12:51:50 +01:00
views/help Allow non-admin users to see version information 2015-09-23 17:18:15 -04:00
workers Cleanup stuck CI builds daily 2015-11-03 13:12:16 +01:00
factories.rb Only publish ssh key-type and key 2015-08-04 14:33:18 +02:00
factories_spec.rb
rails_helper.rb Started on the actual rspec 3 upgrade 2015-06-22 12:12:49 +02:00
spec_helper.rb Merge branch 'refactor-build-service' into 'master' 2015-10-05 17:42:50 +00:00
teaspoon_env.rb