2016-02-26 13:59:08 +01:00
|
|
|
wallabag_annotation:
|
2016-02-07 16:52:59 +01:00
|
|
|
type : rest
|
2016-02-26 13:59:08 +01:00
|
|
|
resource: "@WallabagAnnotationBundle/Resources/config/routing_annotations.yml"
|
2016-02-07 16:52:59 +01:00
|
|
|
|
2015-10-20 13:58:13 +02:00
|
|
|
wallabag_import:
|
|
|
|
resource: "@WallabagImportBundle/Controller/"
|
2016-06-24 11:28:07 +02:00
|
|
|
type: annotation
|
|
|
|
prefix: /import
|
2015-10-20 13:58:13 +02:00
|
|
|
|
2016-09-30 20:09:06 +02:00
|
|
|
wallabag_user:
|
|
|
|
resource: "@WallabagUserBundle/Controller/"
|
|
|
|
type: annotation
|
|
|
|
prefix: /users
|
|
|
|
|
2016-10-08 00:02:22 +02:00
|
|
|
wallabag_api:
|
|
|
|
resource: "@WallabagApiBundle/Controller/"
|
|
|
|
type: annotation
|
|
|
|
prefix: /
|
|
|
|
|
2015-01-22 08:30:07 +01:00
|
|
|
app:
|
2015-12-22 13:00:37 +01:00
|
|
|
resource: "@WallabagCoreBundle/Controller/"
|
2015-11-07 00:16:26 +01:00
|
|
|
type: annotation
|
2015-01-23 14:58:17 +01:00
|
|
|
|
2015-01-28 17:09:27 +01:00
|
|
|
doc-api:
|
|
|
|
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
|
|
|
|
prefix: /api/doc
|
|
|
|
|
2015-01-29 16:56:58 +01:00
|
|
|
rest :
|
2015-02-23 22:55:06 +01:00
|
|
|
type : rest
|
|
|
|
resource : "routing_rest.yml"
|
|
|
|
prefix : /api
|
2015-07-27 23:20:32 +02:00
|
|
|
|
|
|
|
homepage:
|
2015-11-07 00:16:26 +01:00
|
|
|
path: "/{page}"
|
2016-01-21 08:53:09 +01:00
|
|
|
defaults:
|
|
|
|
_controller: WallabagCoreBundle:Entry:showUnread
|
|
|
|
page : 1
|
2015-07-27 23:20:32 +02:00
|
|
|
requirements:
|
2015-11-07 00:16:26 +01:00
|
|
|
page: \d+
|
2015-09-29 14:31:52 +02:00
|
|
|
|
|
|
|
fos_user:
|
|
|
|
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
|
|
|
|
|
|
|
|
fos_oauth_server_token:
|
|
|
|
resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"
|
2016-01-21 08:53:09 +01:00
|
|
|
|
|
|
|
craue_config_settings_modify:
|
|
|
|
path: /settings
|
|
|
|
defaults:
|
|
|
|
_controller: CraueConfigBundle:Settings:modify
|
2016-10-24 11:20:11 +02:00
|
|
|
|
|
|
|
fos_js_routing:
|
|
|
|
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
|
2018-12-02 12:43:05 +01:00
|
|
|
|
|
|
|
2fa_login:
|
|
|
|
path: /2fa
|
|
|
|
defaults:
|
|
|
|
_controller: "scheb_two_factor.form_controller:form"
|
|
|
|
|
|
|
|
2fa_login_check:
|
|
|
|
path: /2fa_check
|
2019-04-26 13:40:58 +02:00
|
|
|
|
|
|
|
# redirect RSS feed to Atom
|
|
|
|
rss_to_atom_unread:
|
|
|
|
path: /{username}/{token}/unread.xml
|
|
|
|
defaults:
|
|
|
|
_controller: FrameworkBundle:Redirect:redirect
|
|
|
|
route: unread_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_archive:
|
|
|
|
path: /{username}/{token}/archive.xml
|
|
|
|
defaults:
|
|
|
|
_controller: FrameworkBundle:Redirect:redirect
|
|
|
|
route: archive_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_starred:
|
|
|
|
path: /{username}/{token}/starred.xml
|
|
|
|
defaults:
|
|
|
|
_controller: FrameworkBundle:Redirect:redirect
|
|
|
|
route: starred_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_all:
|
|
|
|
path: /{username}/{token}/all.xml
|
|
|
|
defaults:
|
|
|
|
_controller: FrameworkBundle:Redirect:redirect
|
|
|
|
route: all_feed
|
|
|
|
permanent: true
|
|
|
|
|
|
|
|
rss_to_atom_tags:
|
|
|
|
path: /{username}/{token}/tags/{slug}.xml
|
|
|
|
defaults:
|
|
|
|
_controller: FrameworkBundle:Redirect:redirect
|
|
|
|
route: tag_feed
|
|
|
|
permanent: true
|