routing.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. _packagist:
  2. resource: '@PackagistWebBundle/Controller'
  3. type: annotation
  4. fos_user_profile:
  5. resource: '@FOSUserBundle/Resources/config/routing/profile.xml'
  6. prefix: /profile
  7. fos_user_profile_show:
  8. path: /profile/
  9. defaults: { _controller: PackagistWebBundle:User:myProfile }
  10. methods: [GET]
  11. fos_user_profile_edit:
  12. pattern: /profile/edit/
  13. defaults: { _controller: PackagistWebBundle:Profile:edit }
  14. fos_user_register:
  15. resource: '@FOSUserBundle/Resources/config/routing/registration.xml'
  16. prefix: /register
  17. fos_user_resetting:
  18. resource: '@FOSUserBundle/Resources/config/routing/resetting.xml'
  19. prefix: /resetting
  20. fos_user_change_password:
  21. resource: '@FOSUserBundle/Resources/config/routing/change_password.xml'
  22. hwi_oauth_connect:
  23. resource: '@HWIOAuthBundle/Resources/config/routing/connect.xml'
  24. prefix: /connect
  25. # overrides the fosub /login page
  26. hwi_oauth_login:
  27. resource: '@HWIOAuthBundle/Resources/config/routing/login.xml'
  28. prefix: /login
  29. hwi_oauth_redirect:
  30. resource: '@HWIOAuthBundle/Resources/config/routing/redirect.xml'
  31. prefix: /login
  32. github_check:
  33. path: /login/check-github
  34. logout:
  35. path: /logout
  36. login_check:
  37. path: /login_check