mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
a6b242a1fd
- Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
61 lines
1.3 KiB
YAML
61 lines
1.3 KiB
YAML
wallabag_annotation:
|
|
type : rest
|
|
resource: "@WallabagAnnotationBundle/Resources/config/routing_annotations.yml"
|
|
|
|
wallabag_import:
|
|
resource: "@WallabagImportBundle/Controller/"
|
|
type: annotation
|
|
prefix: /import
|
|
|
|
wallabag_user:
|
|
resource: "@WallabagUserBundle/Controller/"
|
|
type: annotation
|
|
prefix: /users
|
|
|
|
wallabag_api:
|
|
resource: "@WallabagApiBundle/Controller/"
|
|
type: annotation
|
|
prefix: /
|
|
|
|
app:
|
|
resource: "@WallabagCoreBundle/Controller/"
|
|
type: annotation
|
|
|
|
doc-api:
|
|
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
|
|
prefix: /api/doc
|
|
|
|
rest :
|
|
type : rest
|
|
resource : "routing_rest.yml"
|
|
prefix : /api
|
|
|
|
homepage:
|
|
path: "/{page}"
|
|
defaults:
|
|
_controller: WallabagCoreBundle:Entry:showUnread
|
|
page : 1
|
|
requirements:
|
|
page: \d+
|
|
|
|
fos_user:
|
|
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
|
|
|
|
fos_oauth_server_token:
|
|
resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"
|
|
|
|
craue_config_settings_modify:
|
|
path: /settings
|
|
defaults:
|
|
_controller: CraueConfigBundle:Settings:modify
|
|
|
|
fos_js_routing:
|
|
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
|
|
|
|
2fa_login:
|
|
path: /2fa
|
|
defaults:
|
|
_controller: "scheb_two_factor.form_controller:form"
|
|
|
|
2fa_login_check:
|
|
path: /2fa_check
|