2015-01-22 07:30:07 +00:00
|
|
|
app:
|
2024-02-19 00:03:08 +00:00
|
|
|
resource: ../../src/Controller/
|
2015-11-06 23:16:26 +00:00
|
|
|
type: annotation
|
2015-01-23 13:58:17 +00:00
|
|
|
|
2015-01-28 16:09:27 +00:00
|
|
|
doc-api:
|
2024-03-08 07:58:41 +00:00
|
|
|
resource: "@NelmioApiDocBundle/config/routing/swaggerui.xml"
|
2015-01-28 16:09:27 +00:00
|
|
|
prefix: /api/doc
|
|
|
|
|
2024-05-04 12:20:20 +00:00
|
|
|
doc-api-json:
|
|
|
|
path: /api/doc.json
|
|
|
|
methods: GET
|
|
|
|
defaults: { _controller: nelmio_api_doc.controller.swagger }
|
|
|
|
|
2015-07-27 21:20:32 +00:00
|
|
|
homepage:
|
2015-11-06 23:16:26 +00:00
|
|
|
path: "/{page}"
|
2016-01-21 07:53:09 +00:00
|
|
|
defaults:
|
2024-02-19 00:30:12 +00:00
|
|
|
_controller: 'Wallabag\Controller\EntryController::showUnreadAction'
|
2016-01-21 07:53:09 +00:00
|
|
|
page : 1
|
2015-07-27 21:20:32 +00:00
|
|
|
requirements:
|
2015-11-06 23:16:26 +00:00
|
|
|
page: \d+
|
2015-09-29 12:31:52 +00:00
|
|
|
|
|
|
|
fos_user:
|
|
|
|
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
|
|
|
|
|
|
|
|
fos_oauth_server_token:
|
|
|
|
resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"
|
2016-01-21 07:53:09 +00:00
|
|
|
|
|
|
|
craue_config_settings_modify:
|
|
|
|
path: /settings
|
|
|
|
defaults:
|
2022-08-25 21:18:48 +00:00
|
|
|
_controller: 'Craue\ConfigBundle\Controller\SettingsController::modifyAction'
|
2016-10-24 09:20:11 +00:00
|
|
|
|
|
|
|
fos_js_routing:
|
|
|
|
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
|
2018-12-02 11:43:05 +00:00
|
|
|
|
|
|
|
2fa_login:
|
|
|
|
path: /2fa
|
|
|
|
defaults:
|
|
|
|
_controller: "scheb_two_factor.form_controller:form"
|
|
|
|
|
|
|
|
2fa_login_check:
|
|
|
|
path: /2fa_check
|
2019-04-26 11:40:58 +00:00
|
|
|
|
|
|
|
# redirect RSS feed to Atom
|
|
|
|
rss_to_atom_unread:
|
|
|
|
path: /{username}/{token}/unread.xml
|
|
|
|
defaults:
|
2022-08-25 21:18:48 +00:00
|
|
|
_controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction'
|
2019-04-26 11:40:58 +00:00
|
|
|
route: unread_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_archive:
|
|
|
|
path: /{username}/{token}/archive.xml
|
|
|
|
defaults:
|
2022-08-25 21:18:48 +00:00
|
|
|
_controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction'
|
2019-04-26 11:40:58 +00:00
|
|
|
route: archive_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_starred:
|
|
|
|
path: /{username}/{token}/starred.xml
|
|
|
|
defaults:
|
2022-08-25 21:18:48 +00:00
|
|
|
_controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction'
|
2019-04-26 11:40:58 +00:00
|
|
|
route: starred_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_all:
|
|
|
|
path: /{username}/{token}/all.xml
|
|
|
|
defaults:
|
2022-08-25 21:18:48 +00:00
|
|
|
_controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction'
|
2019-04-26 11:40:58 +00:00
|
|
|
route: all_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_tags:
|
|
|
|
path: /{username}/{token}/tags/{slug}.xml
|
|
|
|
defaults:
|
2022-08-25 21:18:48 +00:00
|
|
|
_controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction'
|
2019-04-26 11:40:58 +00:00
|
|
|
route: tag_feed
|
|
|
|
permanent: true
|