gitlab-org--gitlab-foss/spec/controllers
Douwe Maan 28e2d2142c Merge branch 'rs-groups-index' into 'master'
Make the `/groups` route behave as expected

The route is supposed to redirect the Groups#index request based on
whether or not a user was logged in. If they are, we redirect them to
their groups dashboard; if they're not, we redirect them to the public
Explore page.

But due to overly aggressive `before_action`s that weren't excluding (or including) the
`index` action, the request always resulted in a 404, whether a user was
logged in or not.

Closes #12660

See merge request !2580
2016-01-26 11:59:05 +00:00
..
admin Repair ldap_blocked state when no ldap identity exist anymore 2016-01-08 16:26:04 -02:00
groups
import
profiles
projects Fixi import redirect loop 2016-01-25 21:00:23 -02:00
abuse_reports_controller_spec.rb Add `AbuseReport#notify` 2016-01-04 18:59:42 -05:00
application_controller_spec.rb
autocomplete_controller_spec.rb
blame_controller_spec.rb
blob_controller_spec.rb
branches_controller_spec.rb
commit_controller_spec.rb
commits_controller_spec.rb
groups_controller_spec.rb Make the `/groups` route behave as expected 2016-01-23 16:10:13 -08:00
help_controller_spec.rb
invites_controller_spec.rb
namespaces_controller_spec.rb
profile_keys_controller_spec.rb
projects_controller_spec.rb
root_controller_spec.rb
sent_notification_controller_spec.rb Unsubscribe from thread through link in email footer 2016-01-09 12:41:22 +01:00
snippets_controller_spec.rb
uploads_controller_spec.rb
users_controller_spec.rb