Skip to content
Snippets Groups Projects
Commit 95c1a27c authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

doc: update auto generated routes documentation

parent aa863f51
No related branches found
No related tags found
No related merge requests found
......@@ -431,6 +431,82 @@
"utf8": true
}
},
"app_anonymous_organization_display_one_allow_to_change_locale_in_url.en": {
"path": "\/{_locale}\/organisation\/{id}\/{slug}\/",
"pathRegex": "{^\/en\/organisation\/(?P<id>[^\/]++)\/(?P<slug>[^\/]++)\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::displayOneOrganizationPageAllowToChangeLocaleInUrl",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_one_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_one_allow_to_change_locale_in_url.fr": {
"path": "\/{_locale}\/organization\/{id}\/{slug}\/",
"pathRegex": "{^\/fr\/organization\/(?P<id>[^\/]++)\/(?P<slug>[^\/]++)\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::displayOneOrganizationPageAllowToChangeLocaleInUrl",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_one_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_one_organization_without_slug.en": {
"path": "\/{_locale}\/organization\/{id}\/",
"pathRegex": "{^\/en\/organization\/(?P<id>[^\/]++)\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::oneOrganizatioUrlWithoutSlugRedirectToValidUrl",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_one_organization_without_slug"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_one_organization_without_slug.fr": {
"path": "\/{_locale}\/organisation\/{id}\/",
"pathRegex": "{^\/fr\/organisation\/(?P<id>[^\/]++)\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::oneOrganizatioUrlWithoutSlugRedirectToValidUrl",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_one_organization_without_slug"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_one_organization.en": {
"path": "\/{_locale}\/organization\/{id}\/{slug}\/",
"pathRegex": "{^\/en\/organization\/(?P<id>[^\/]++)\/(?P<slug>[^\/]++)\/$}sDu",
......@@ -440,7 +516,7 @@
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::displayOneOrganization",
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::displayOneOrganizationPage",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_one_organization"
},
......@@ -459,7 +535,7 @@
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::displayOneOrganization",
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::displayOneOrganizationPage",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_one_organization"
},
......@@ -469,6 +545,82 @@
"utf8": true
}
},
"app_anonymous_organization_display_all_allow_to_change_locale_in_url.en": {
"path": "\/{_locale}\/organisations\/",
"pathRegex": "{^\/en\/organisations\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allOrganizationsPageAllowToChangeLocaleInUrl",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_all_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_allow_to_change_locale_in_url.fr": {
"path": "\/{_locale}\/organizations\/",
"pathRegex": "{^\/fr\/organizations\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allOrganizationsPageAllowToChangeLocaleInUrl",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_all_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_fix_url_typo.en": {
"path": "\/{_locale}\/organization\/",
"pathRegex": "{^\/en\/organization\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allOrganizationsPageFixUrlTypo",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_all_fix_url_typo"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_fix_url_typo.fr": {
"path": "\/{_locale}\/organisation\/",
"pathRegex": "{^\/fr\/organisation\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allOrganizationsPageFixUrlTypo",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_all_fix_url_typo"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_organization.en": {
"path": "\/{_locale}\/organizations\/",
"pathRegex": "{^\/en\/organizations\/$}sDu",
......@@ -621,6 +773,82 @@
"utf8": true
}
},
"app_connected_user_add_organization.en": {
"path": "\/{_locale}\/organization\/add",
"pathRegex": "{^\/en\/organization\/add$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|POST",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationManageController::createNewOrganization",
"_locale": "en",
"_canonical_route": "app_connected_user_add_organization"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_connected_user_add_organization.fr": {
"path": "\/{_locale}\/organisation\/add",
"pathRegex": "{^\/fr\/organisation\/add$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|POST",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationManageController::createNewOrganization",
"_locale": "fr",
"_canonical_route": "app_connected_user_add_organization"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_connected_user_update_organization.en": {
"path": "\/{_locale}\/organization\/{id}\/{slug}\/edit",
"pathRegex": "{^\/en\/organization\/(?P<id>[^\/]++)\/(?P<slug>[^\/]++)\/edit$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|POST",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationManageController::updateOrganization",
"_locale": "en",
"_canonical_route": "app_connected_user_update_organization"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_connected_user_update_organization.fr": {
"path": "\/{_locale}\/organisation\/{id}\/{slug}\/edit",
"pathRegex": "{^\/fr\/organisation\/(?P<id>[^\/]++)\/(?P<slug>[^\/]++)\/edit$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|POST",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationManageController::updateOrganization",
"_locale": "fr",
"_canonical_route": "app_connected_user_update_organization"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_sysamdin_migration_index": {
"path": "\/sysamdin\/migration\/",
"pathRegex": "{^\/sysamdin\/migration\/$}sDu",
......
......@@ -452,6 +452,86 @@ app_legacy_software_i18_url
- `utf8`: true
app_anonymous_organization_display_one_allow_to_change_locale_in_url.en
-----------------------------------------------------------------------
- Path: /{_locale}/organisation/{id}/{slug}/
- Path Regex: {^/en/organisation/(?P<id>[^/]++)/(?P<slug>[^/]++)/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_one_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPageAllowToChangeLocaleInUrl
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_one_allow_to_change_locale_in_url.fr
-----------------------------------------------------------------------
- Path: /{_locale}/organization/{id}/{slug}/
- Path Regex: {^/fr/organization/(?P<id>[^/]++)/(?P<slug>[^/]++)/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_one_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPageAllowToChangeLocaleInUrl
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_one_organization_without_slug.en
-------------------------------------------------------------------
- Path: /{_locale}/organization/{id}/
- Path Regex: {^/en/organization/(?P<id>[^/]++)/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_one_organization_without_slug
- `_controller`: App\Controller\Organization\OrganizationDisplayController::oneOrganizatioUrlWithoutSlugRedirectToValidUrl
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_one_organization_without_slug.fr
-------------------------------------------------------------------
- Path: /{_locale}/organisation/{id}/
- Path Regex: {^/fr/organisation/(?P<id>[^/]++)/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_one_organization_without_slug
- `_controller`: App\Controller\Organization\OrganizationDisplayController::oneOrganizatioUrlWithoutSlugRedirectToValidUrl
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_one_organization.en
------------------------------------------------------
......@@ -464,7 +544,7 @@ app_anonymous_organization_display_one_organization.en
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_one_organization
- `_controller`: App\Controller\Organization\OrganizationDisplayController::displayOneOrganization
- `_controller`: App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPage
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
......@@ -484,7 +564,87 @@ app_anonymous_organization_display_one_organization.fr
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_one_organization
- `_controller`: App\Controller\Organization\OrganizationDisplayController::displayOneOrganization
- `_controller`: App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPage
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_allow_to_change_locale_in_url.en
-----------------------------------------------------------------------
- Path: /{_locale}/organisations/
- Path Regex: {^/en/organisations/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageAllowToChangeLocaleInUrl
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_allow_to_change_locale_in_url.fr
-----------------------------------------------------------------------
- Path: /{_locale}/organizations/
- Path Regex: {^/fr/organizations/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageAllowToChangeLocaleInUrl
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_fix_url_typo.en
------------------------------------------------------
- Path: /{_locale}/organization/
- Path Regex: {^/en/organization/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_fix_url_typo
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageFixUrlTypo
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_fix_url_typo.fr
------------------------------------------------------
- Path: /{_locale}/organisation/
- Path Regex: {^/fr/organisation/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_fix_url_typo
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageFixUrlTypo
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
......@@ -652,6 +812,86 @@ app_anonymous_organization_display_all_org_no_profit.fr
- `utf8`: true
app_connected_user_add_organization.en
--------------------------------------
- Path: /{_locale}/organization/add
- Path Regex: {^/en/organization/add$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|POST
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_connected_user_add_organization
- `_controller`: App\Controller\Organization\OrganizationManageController::createNewOrganization
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_connected_user_add_organization.fr
--------------------------------------
- Path: /{_locale}/organisation/add
- Path Regex: {^/fr/organisation/add$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|POST
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_connected_user_add_organization
- `_controller`: App\Controller\Organization\OrganizationManageController::createNewOrganization
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_connected_user_update_organization.en
-----------------------------------------
- Path: /{_locale}/organization/{id}/{slug}/edit
- Path Regex: {^/en/organization/(?P<id>[^/]++)/(?P<slug>[^/]++)/edit$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|POST
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_connected_user_update_organization
- `_controller`: App\Controller\Organization\OrganizationManageController::updateOrganization
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_connected_user_update_organization.fr
-----------------------------------------
- Path: /{_locale}/organisation/{id}/{slug}/edit
- Path Regex: {^/fr/organisation/(?P<id>[^/]++)/(?P<slug>[^/]++)/edit$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|POST
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_connected_user_update_organization
- `_controller`: App\Controller\Organization\OrganizationManageController::updateOrganization
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_sysamdin_migration_index
----------------------------
......
--------------------------------------------------------------------- ---------- -------- ------ ------------------------------------------------------ -------------------------------------------------------------------------------------------------
Name Method Scheme Host Path Controller
--------------------------------------------------------------------- ---------- -------- ------ ------------------------------------------------------ -------------------------------------------------------------------------------------------------
app_health_check GET|HEAD ANY ANY /health-check App\Controller\HealthCheckController::healthCheck()
app_admin_config_phpinfo GET ANY ANY /admin/configuration/phpinfo App\Controller\HomeController::displayPhpInfo()
app_admin_config_send_testing_email GET ANY ANY /admin/configuration/check-sending-email App\Controller\HomeController::checkSendingEmail()
app_home GET|HEAD ANY ANY / App\Controller\HomeController::homePage()
app_home_i18n GET|HEAD ANY ANY /{_locale}/ App\Controller\HomeController::i18nHomePage()
app_page_accessibility GET|HEAD ANY ANY /{_locale}/pages/accessibility App\Controller\HomeController::accessibilityPage()
app_page_legal GET|HEAD ANY ANY /{_locale}/pages/legal App\Controller\HomeController::legalPage()
app_page_about GET|HEAD ANY ANY /{_locale}/pages/about App\Controller\HomeController::aboutPage()
app_page_opendata GET|HEAD ANY ANY /{_locale}/pages/opendata App\Controller\HomeController::opendataPage()
app_page_contact GET|HEAD ANY ANY /{_locale}/pages/contact App\Controller\HomeController::contactPage()
app_anonymous_licenses_display_all_allow_to_change_locale_in_url.fr GET|HEAD ANY ANY /{_locale}/licenses/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_all_allow_to_change_locale_in_url.en GET|HEAD ANY ANY /{_locale}/licences/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_all_fix_url_typo.en GET|HEAD ANY ANY /{_locale}/license/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageFixUrlTypo()
app_anonymous_licenses_display_all_fix_url_typo.fr GET|HEAD ANY ANY /{_locale}/licence/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageFixUrlTypo()
app_anonymous_licenses_display_all.en GET|HEAD ANY ANY /{_locale}/licenses/ App\Controller\Licenses\LicensesDisplayController::displayAllLicenses()
app_anonymous_licenses_display_all.fr GET|HEAD ANY ANY /{_locale}/licences/ App\Controller\Licenses\LicensesDisplayController::displayAllLicenses()
app_anonymous_licenses_display_one_allow_to_change_locale_in_url.fr GET|HEAD ANY ANY /{_locale}/license/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicensePageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_one_allow_to_change_locale_in_url.en GET|HEAD ANY ANY /{_locale}/licence/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicensePageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_one_license.en GET|HEAD ANY ANY /{_locale}/license/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicense()
app_anonymous_licenses_display_one_license.fr GET|HEAD ANY ANY /{_locale}/licence/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicense()
app_legacy_all_software_url GET|HEAD ANY ANY /softwares App\Controller\OldUrlsController::legacyUrlDisplayAllSoftware()
app_legacy_all_software_i18n_url GET|HEAD ANY ANY /{_locale}/softwares App\Controller\OldUrlsController::legacyI18nUrlDisplayAllSoftware()
app_legacy_software_url GET|HEAD ANY ANY /softwares/{old_comptoir_id} App\Controller\OldUrlsController::legacyUrlDisplayOneSoftware()
app_legacy_software_i18_url GET|HEAD ANY ANY /{_locale}/softwares/{old_comptoir_id} App\Controller\OldUrlsController::legacyI18nUrlDisplayOneSoftware()
app_anonymous_organization_display_one_organization.en GET|HEAD ANY ANY /{_locale}/organization/{id}/{slug}/ App\Controller\Organization\OrganizationDisplayController::displayOneOrganization()
app_anonymous_organization_display_one_organization.fr GET|HEAD ANY ANY /{_locale}/organisation/{id}/{slug}/ App\Controller\Organization\OrganizationDisplayController::displayOneOrganization()
app_anonymous_organization_display_all_organization.en GET|HEAD ANY ANY /{_locale}/organizations/ App\Controller\Organization\OrganizationDisplayController::displayAllOrganization()
app_anonymous_organization_display_all_organization.fr GET|HEAD ANY ANY /{_locale}/organisations/ App\Controller\Organization\OrganizationDisplayController::displayAllOrganization()
app_anonymous_organization_display_all_org_company.en GET|HEAD ANY ANY /{_locale}/organizations/companies/ App\Controller\Organization\OrganizationDisplayController::displayAllCompanies()
app_anonymous_organization_display_all_org_company.fr GET|HEAD ANY ANY /{_locale}/organisations/entreprises/ App\Controller\Organization\OrganizationDisplayController::displayAllCompanies()
app_anonymous_organization_display_all_org_public_sector.en GET|HEAD ANY ANY /{_locale}/organizations/public-sector/ App\Controller\Organization\OrganizationDisplayController::displayAllPublicSector()
app_anonymous_organization_display_all_org_public_sector.fr GET|HEAD ANY ANY /{_locale}/organisations/administration/ App\Controller\Organization\OrganizationDisplayController::displayAllPublicSector()
app_anonymous_organization_display_all_org_no_profit.en GET|HEAD ANY ANY /{_locale}/organizations/non-profit/ App\Controller\Organization\OrganizationDisplayController::displayAllNoProfitOrg()
app_anonymous_organization_display_all_org_no_profit.fr GET|HEAD ANY ANY /{_locale}/organisations/association/ App\Controller\Organization\OrganizationDisplayController::displayAllNoProfitOrg()
app_sysamdin_migration_index GET ANY ANY /sysamdin/migration/ App\Controller\RecupOldDataController::index()
app_sysamdin_migration_make_cache_data_of_all_old_data GET ANY ANY /sysamdin/migration/make_cache_data_of_all_old_data App\Controller\RecupOldDataController::makeCacheOfAllOldData()
app_sysamdin_migration_recup_old_data_of_tags GET ANY ANY /sysamdin/migration/recup_old_data_of_tags App\Controller\RecupOldDataController::importOldDataTagsFromCakePhpApi()
app_sysamdin_migration_import_old_data_of_screenshots GET ANY ANY /sysamdin/migration/import_old_data_of_screenshots App\Controller\RecupOldDataController::importOldDataScreenshotsFromCakePhpApi()
app_sysamdin_migration_import_old_data_of_software_logo GET ANY ANY /sysamdin/migration/import_old_data_of_software_logo App\Controller\RecupOldDataController::importSoftwareLogos()
app_sysamdin_migration_recup_old_data_user_photos GET ANY ANY /sysamdin/migration/recup_old_data_user_photos App\Controller\RecupOldDataController::getOldDataUserAvatar()
app_sysamdin_migration_recup_old_data_of_software_logo GET ANY ANY /sysamdin/migration/recup_old_data_of_software_logo App\Controller\RecupOldDataController::getOldDataSofwareLogos()
app_sysamdin_migration_recup_old_data_of_screenshots GET ANY ANY /sysamdin/migration/recup_old_data_of_screenshots App\Controller\RecupOldDataController::getOldDataScreenshotsFromCakePhpApi()
app_sysamdin_migration_recup_old_data_of_all_software GET ANY ANY /sysamdin/migration/recup_old_data_of_all_software App\Controller\RecupOldDataController::importOldDataSoftwareFromOpenData()
app_sysamdin_migration_recup_old_data_users_accounts GET ANY ANY /sysamdin/migration/recup_old_data_users_accounts App\Controller\RecupOldDataController::getOldDataUsersAccount()
app_sysamdin_migration_recup_old_data_organizations GET ANY ANY /sysamdin/migration/recup_old_data_organizations App\Controller\RecupOldDataController::getOldDataOrganizations()
app_sysamdin_migration_import_old_data_of_user_photo GET ANY ANY /sysamdin/migration/import_old_data_of_user_photo App\Controller\RecupOldDataController::getImportOldUserPhoto()
app_anonymous_software_display_one_software.en GET|HEAD ANY ANY /{_locale}/software/{id}/{slug}/ App\Controller\Software\SoftwareDisplayController::displayOneSoftware()
app_anonymous_software_display_one_software.fr GET|HEAD ANY ANY /{_locale}/logiciel/{id}/{slug}/ App\Controller\Software\SoftwareDisplayController::displayOneSoftware()
app_anonymous_software_display_all_software.en GET|HEAD ANY ANY /{_locale}/software/ App\Controller\Software\SoftwareDisplayController::displayAllSoftware()
app_anonymous_software_display_all_software.fr GET|HEAD ANY ANY /{_locale}/logiciels/ App\Controller\Software\SoftwareDisplayController::displayAllSoftware()
app_tags_display_all_fix_url_typo GET|HEAD ANY ANY /{_locale}/tag/ App\Controller\Tags\TagsDisplayController::allTagsPageFixUrlTypo()
app_tags_display_all GET|HEAD ANY ANY /{_locale}/tags/ App\Controller\Tags\TagsDisplayController::displayAllTags()
app_tags_display_one_tag GET|HEAD ANY ANY /{_locale}/tag/{id}/{slug}/ App\Controller\Tags\TagsDisplayController::displayOneTag()
app_account_login GET|POST ANY ANY /{_locale}/account/login App\Controller\User\LoginController::login()
app_account_logout GET ANY ANY /{_locale}/account/logout App\Controller\User\LoginController::logout()
app_account_forgot_password_request GET|POST ANY ANY /{_locale}/account/forgot-password App\Controller\User\LoginController::forgotPassword()
app_account_forgot_password_new-password GET|POST ANY ANY /{_locale}/account/forgot-password/t/{tokenKey} App\Controller\User\LoginController::forgotPasswordCheckToken()
app_account_signup_init GET ANY ANY /{_locale}/account/signup App\Controller\User\SignupController::signupInit()
app_account_signup GET|POST ANY ANY /{_locale}/account/signup/t/{signupAntispamToken} App\Controller\User\SignupController::signup()
app_user_account GET ANY ANY /{_locale}/user/account App\Controller\User\UserProfilController::userDisplayMyProfile()
app_user_account_change_password GET|POST ANY ANY /{_locale}/user/account/password App\Controller\User\UserProfilController::userChangeMyPassowrd()
nelmio_security POST ANY ANY /csp/report nelmio_security.csp_reporter_controller::indexAction()
--------------------------------------------------------------------- ---------- -------- ------ ------------------------------------------------------ -------------------------------------------------------------------------------------------------
------------------------------------------------------------------------- ---------- -------- ------ ------------------------------------------------------ -----------------------------------------------------------------------------------------------------------------
Name Method Scheme Host Path Controller
------------------------------------------------------------------------- ---------- -------- ------ ------------------------------------------------------ -----------------------------------------------------------------------------------------------------------------
app_health_check GET|HEAD ANY ANY /health-check App\Controller\HealthCheckController::healthCheck()
app_admin_config_phpinfo GET ANY ANY /admin/configuration/phpinfo App\Controller\HomeController::displayPhpInfo()
app_admin_config_send_testing_email GET ANY ANY /admin/configuration/check-sending-email App\Controller\HomeController::checkSendingEmail()
app_home GET|HEAD ANY ANY / App\Controller\HomeController::homePage()
app_home_i18n GET|HEAD ANY ANY /{_locale}/ App\Controller\HomeController::i18nHomePage()
app_page_accessibility GET|HEAD ANY ANY /{_locale}/pages/accessibility App\Controller\HomeController::accessibilityPage()
app_page_legal GET|HEAD ANY ANY /{_locale}/pages/legal App\Controller\HomeController::legalPage()
app_page_about GET|HEAD ANY ANY /{_locale}/pages/about App\Controller\HomeController::aboutPage()
app_page_opendata GET|HEAD ANY ANY /{_locale}/pages/opendata App\Controller\HomeController::opendataPage()
app_page_contact GET|HEAD ANY ANY /{_locale}/pages/contact App\Controller\HomeController::contactPage()
app_anonymous_licenses_display_all_allow_to_change_locale_in_url.fr GET|HEAD ANY ANY /{_locale}/licenses/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_all_allow_to_change_locale_in_url.en GET|HEAD ANY ANY /{_locale}/licences/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_all_fix_url_typo.en GET|HEAD ANY ANY /{_locale}/license/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageFixUrlTypo()
app_anonymous_licenses_display_all_fix_url_typo.fr GET|HEAD ANY ANY /{_locale}/licence/ App\Controller\Licenses\LicensesDisplayController::allLicensesPageFixUrlTypo()
app_anonymous_licenses_display_all.en GET|HEAD ANY ANY /{_locale}/licenses/ App\Controller\Licenses\LicensesDisplayController::displayAllLicenses()
app_anonymous_licenses_display_all.fr GET|HEAD ANY ANY /{_locale}/licences/ App\Controller\Licenses\LicensesDisplayController::displayAllLicenses()
app_anonymous_licenses_display_one_allow_to_change_locale_in_url.fr GET|HEAD ANY ANY /{_locale}/license/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicensePageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_one_allow_to_change_locale_in_url.en GET|HEAD ANY ANY /{_locale}/licence/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicensePageAllowToChangeLocaleInUrl()
app_anonymous_licenses_display_one_license.en GET|HEAD ANY ANY /{_locale}/license/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicense()
app_anonymous_licenses_display_one_license.fr GET|HEAD ANY ANY /{_locale}/licence/{slug}/ App\Controller\Licenses\LicensesDisplayController::displayLicense()
app_legacy_all_software_url GET|HEAD ANY ANY /softwares App\Controller\OldUrlsController::legacyUrlDisplayAllSoftware()
app_legacy_all_software_i18n_url GET|HEAD ANY ANY /{_locale}/softwares App\Controller\OldUrlsController::legacyI18nUrlDisplayAllSoftware()
app_legacy_software_url GET|HEAD ANY ANY /softwares/{old_comptoir_id} App\Controller\OldUrlsController::legacyUrlDisplayOneSoftware()
app_legacy_software_i18_url GET|HEAD ANY ANY /{_locale}/softwares/{old_comptoir_id} App\Controller\OldUrlsController::legacyI18nUrlDisplayOneSoftware()
app_anonymous_organization_display_one_allow_to_change_locale_in_url.en GET|HEAD ANY ANY /{_locale}/organisation/{id}/{slug}/ App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPageAllowToChangeLocaleInUrl()
app_anonymous_organization_display_one_allow_to_change_locale_in_url.fr GET|HEAD ANY ANY /{_locale}/organization/{id}/{slug}/ App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPageAllowToChangeLocaleInUrl()
app_anonymous_organization_display_one_organization_without_slug.en GET|HEAD ANY ANY /{_locale}/organization/{id}/ App\Controller\Organization\OrganizationDisplayController::oneOrganizatioUrlWithoutSlugRedirectToValidUrl()
app_anonymous_organization_display_one_organization_without_slug.fr GET|HEAD ANY ANY /{_locale}/organisation/{id}/ App\Controller\Organization\OrganizationDisplayController::oneOrganizatioUrlWithoutSlugRedirectToValidUrl()
app_anonymous_organization_display_one_organization.en GET|HEAD ANY ANY /{_locale}/organization/{id}/{slug}/ App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPage()
app_anonymous_organization_display_one_organization.fr GET|HEAD ANY ANY /{_locale}/organisation/{id}/{slug}/ App\Controller\Organization\OrganizationDisplayController::displayOneOrganizationPage()
app_anonymous_organization_display_all_allow_to_change_locale_in_url.en GET|HEAD ANY ANY /{_locale}/organisations/ App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageAllowToChangeLocaleInUrl()
app_anonymous_organization_display_all_allow_to_change_locale_in_url.fr GET|HEAD ANY ANY /{_locale}/organizations/ App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageAllowToChangeLocaleInUrl()
app_anonymous_organization_display_all_fix_url_typo.en GET|HEAD ANY ANY /{_locale}/organization/ App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageFixUrlTypo()
app_anonymous_organization_display_all_fix_url_typo.fr GET|HEAD ANY ANY /{_locale}/organisation/ App\Controller\Organization\OrganizationDisplayController::allOrganizationsPageFixUrlTypo()
app_anonymous_organization_display_all_organization.en GET|HEAD ANY ANY /{_locale}/organizations/ App\Controller\Organization\OrganizationDisplayController::displayAllOrganization()
app_anonymous_organization_display_all_organization.fr GET|HEAD ANY ANY /{_locale}/organisations/ App\Controller\Organization\OrganizationDisplayController::displayAllOrganization()
app_anonymous_organization_display_all_org_company.en GET|HEAD ANY ANY /{_locale}/organizations/companies/ App\Controller\Organization\OrganizationDisplayController::displayAllCompanies()
app_anonymous_organization_display_all_org_company.fr GET|HEAD ANY ANY /{_locale}/organisations/entreprises/ App\Controller\Organization\OrganizationDisplayController::displayAllCompanies()
app_anonymous_organization_display_all_org_public_sector.en GET|HEAD ANY ANY /{_locale}/organizations/public-sector/ App\Controller\Organization\OrganizationDisplayController::displayAllPublicSector()
app_anonymous_organization_display_all_org_public_sector.fr GET|HEAD ANY ANY /{_locale}/organisations/administration/ App\Controller\Organization\OrganizationDisplayController::displayAllPublicSector()
app_anonymous_organization_display_all_org_no_profit.en GET|HEAD ANY ANY /{_locale}/organizations/non-profit/ App\Controller\Organization\OrganizationDisplayController::displayAllNoProfitOrg()
app_anonymous_organization_display_all_org_no_profit.fr GET|HEAD ANY ANY /{_locale}/organisations/association/ App\Controller\Organization\OrganizationDisplayController::displayAllNoProfitOrg()
app_connected_user_add_organization.en GET|POST ANY ANY /{_locale}/organization/add App\Controller\Organization\OrganizationManageController::createNewOrganization()
app_connected_user_add_organization.fr GET|POST ANY ANY /{_locale}/organisation/add App\Controller\Organization\OrganizationManageController::createNewOrganization()
app_connected_user_update_organization.en GET|POST ANY ANY /{_locale}/organization/{id}/{slug}/edit App\Controller\Organization\OrganizationManageController::updateOrganization()
app_connected_user_update_organization.fr GET|POST ANY ANY /{_locale}/organisation/{id}/{slug}/edit App\Controller\Organization\OrganizationManageController::updateOrganization()
app_sysamdin_migration_index GET ANY ANY /sysamdin/migration/ App\Controller\RecupOldDataController::index()
app_sysamdin_migration_make_cache_data_of_all_old_data GET ANY ANY /sysamdin/migration/make_cache_data_of_all_old_data App\Controller\RecupOldDataController::makeCacheOfAllOldData()
app_sysamdin_migration_recup_old_data_of_tags GET ANY ANY /sysamdin/migration/recup_old_data_of_tags App\Controller\RecupOldDataController::importOldDataTagsFromCakePhpApi()
app_sysamdin_migration_import_old_data_of_screenshots GET ANY ANY /sysamdin/migration/import_old_data_of_screenshots App\Controller\RecupOldDataController::importOldDataScreenshotsFromCakePhpApi()
app_sysamdin_migration_import_old_data_of_software_logo GET ANY ANY /sysamdin/migration/import_old_data_of_software_logo App\Controller\RecupOldDataController::importSoftwareLogos()
app_sysamdin_migration_recup_old_data_user_photos GET ANY ANY /sysamdin/migration/recup_old_data_user_photos App\Controller\RecupOldDataController::getOldDataUserAvatar()
app_sysamdin_migration_recup_old_data_of_software_logo GET ANY ANY /sysamdin/migration/recup_old_data_of_software_logo App\Controller\RecupOldDataController::getOldDataSofwareLogos()
app_sysamdin_migration_recup_old_data_of_screenshots GET ANY ANY /sysamdin/migration/recup_old_data_of_screenshots App\Controller\RecupOldDataController::getOldDataScreenshotsFromCakePhpApi()
app_sysamdin_migration_recup_old_data_of_all_software GET ANY ANY /sysamdin/migration/recup_old_data_of_all_software App\Controller\RecupOldDataController::importOldDataSoftwareFromOpenData()
app_sysamdin_migration_recup_old_data_users_accounts GET ANY ANY /sysamdin/migration/recup_old_data_users_accounts App\Controller\RecupOldDataController::getOldDataUsersAccount()
app_sysamdin_migration_recup_old_data_organizations GET ANY ANY /sysamdin/migration/recup_old_data_organizations App\Controller\RecupOldDataController::getOldDataOrganizations()
app_sysamdin_migration_import_old_data_of_user_photo GET ANY ANY /sysamdin/migration/import_old_data_of_user_photo App\Controller\RecupOldDataController::getImportOldUserPhoto()
app_anonymous_software_display_one_software.en GET|HEAD ANY ANY /{_locale}/software/{id}/{slug}/ App\Controller\Software\SoftwareDisplayController::displayOneSoftware()
app_anonymous_software_display_one_software.fr GET|HEAD ANY ANY /{_locale}/logiciel/{id}/{slug}/ App\Controller\Software\SoftwareDisplayController::displayOneSoftware()
app_anonymous_software_display_all_software.en GET|HEAD ANY ANY /{_locale}/software/ App\Controller\Software\SoftwareDisplayController::displayAllSoftware()
app_anonymous_software_display_all_software.fr GET|HEAD ANY ANY /{_locale}/logiciels/ App\Controller\Software\SoftwareDisplayController::displayAllSoftware()
app_tags_display_all_fix_url_typo GET|HEAD ANY ANY /{_locale}/tag/ App\Controller\Tags\TagsDisplayController::allTagsPageFixUrlTypo()
app_tags_display_all GET|HEAD ANY ANY /{_locale}/tags/ App\Controller\Tags\TagsDisplayController::displayAllTags()
app_tags_display_one_tag GET|HEAD ANY ANY /{_locale}/tag/{id}/{slug}/ App\Controller\Tags\TagsDisplayController::displayOneTag()
app_account_login GET|POST ANY ANY /{_locale}/account/login App\Controller\User\LoginController::login()
app_account_logout GET ANY ANY /{_locale}/account/logout App\Controller\User\LoginController::logout()
app_account_forgot_password_request GET|POST ANY ANY /{_locale}/account/forgot-password App\Controller\User\LoginController::forgotPassword()
app_account_forgot_password_new-password GET|POST ANY ANY /{_locale}/account/forgot-password/t/{tokenKey} App\Controller\User\LoginController::forgotPasswordCheckToken()
app_account_signup_init GET ANY ANY /{_locale}/account/signup App\Controller\User\SignupController::signupInit()
app_account_signup GET|POST ANY ANY /{_locale}/account/signup/t/{signupAntispamToken} App\Controller\User\SignupController::signup()
app_user_account GET ANY ANY /{_locale}/user/account App\Controller\User\UserProfilController::userDisplayMyProfile()
app_user_account_change_password GET|POST ANY ANY /{_locale}/user/account/password App\Controller\User\UserProfilController::userChangeMyPassowrd()
nelmio_security POST ANY ANY /csp/report nelmio_security.csp_reporter_controller::indexAction()
------------------------------------------------------------------------- ---------- -------- ------ ------------------------------------------------------ -----------------------------------------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment