6 controller: Rapsys\TreeBundle\Controller\TreeController::index
13 controller: Rapsys\TreeBundle\Controller\TreeController::about
18 en_gb: '/en/album/{id}/{slug}{path}'
19 fr_fr: '/album/{id}/{slug}{path}'
20 controller: Rapsys\TreeBundle\Controller\TreeController::album
33 en_gb: '/en/asset/{id}{path}'
34 fr_fr: '/actif/{id}{path}'
35 controller: Rapsys\TreeBundle\Controller\TreeController::asset
48 controller: Rapsys\TreeBundle\Controller\TreeController::contact
51 rapsystree_terms_of_service:
53 en_gb: '/en/terms-of-service'
54 fr_fr: '/conditions-generales-d-utilisation'
55 controller: Rapsys\TreeBundle\Controller\TreeController::tos
60 en_gb: '/en/confirm/{hash}/{mail}'
61 fr_fr: '/confirmer/{hash}/{mail}'
62 controller: Rapsys\UserBundle\Controller\UserController::confirm
64 mail: '[a-zA-Z0-9=_-]+'
65 hash: '[a-zA-Z0-9=_-]+'
70 en_gb: '/en/user/{hash}/{mail}'
71 fr_fr: '/utilisateur/{hash}/{mail}'
72 controller: Rapsys\UserBundle\Controller\UserController::edit
74 mail: '[a-zA-Z0-9=_-]+'
75 hash: '[a-zA-Z0-9=_-]+'
82 controller: Rapsys\UserBundle\Controller\UserController::index
87 en_gb: '/en/login/{hash}/{mail}'
88 fr_fr: '/connecter/{hash}/{mail}'
89 controller: Rapsys\UserBundle\Controller\UserController::login
94 mail: '[a-zA-Z0-9=_-]+'
95 hash: '[a-zA-Z0-9=_-]+'
101 fr_fr: '/deconnecter'
106 en_gb: '/en/recover/{hash}/{pass}/{mail}'
107 fr_fr: '/recuperer/{hash}/{pass}/{mail}'
108 controller: Rapsys\UserBundle\Controller\UserController::recover
114 mail: '[a-zA-Z0-9=_-]+'
115 pass: '[a-zA-Z0-9=_-]+'
116 hash: '[a-zA-Z0-9=_-]+'
121 en_gb: '/en/register/{hash}/{field}/{mail}'
122 fr_fr: '/enregistrer/{hash}/{field}/{mail}'
123 controller: Rapsys\UserBundle\Controller\UserController::register
129 mail: '[a-zA-Z0-9=_-]+'
130 field: '[a-zA-Z0-9=_-]+'
131 hash: '[a-zA-Z0-9=_-]+'