-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'enhancement/sulu-2-2-4' into 'master'
Adjust project to match sulu/skeleton and update to Sulu 2.2.4 See merge request webapps/sulu-demo!102
- Loading branch information
Showing
29 changed files
with
2,169 additions
and
1,989 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
sulu_http_cache: | ||
proxy_client: | ||
symfony: | ||
enabled: false | ||
enabled: false # disable this when varnish is used | ||
|
||
# Varnish Configuration: | ||
# | ||
# See: https://docs.sulu.io/en/2.0/cookbook/caching-with-varnish.html | ||
# Changes in the public/index.php is needed to disable the symfony http cache and use varnish instead | ||
varnish: | ||
enabled: true | ||
servers: | ||
- '%env(resolve:VARNISH_SERVER)%' | ||
tags: | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# To enable security bundle for website you need to change `config/bundles.php` file | ||
#security: | ||
# encoders: | ||
# Sulu\Bundle\SecurityBundle\Entity\User: bcrypt | ||
# | ||
# providers: | ||
# sulu: | ||
# id: sulu_security.user_provider | ||
# | ||
# firewalls: | ||
# website: | ||
# pattern: ^/ | ||
# anonymous: lazy | ||
# # The login and logout routes need to be created. | ||
# # For an advanced user management with registration and opt-in emails have a look at the: | ||
# # https://github.com/sulu/SuluCommunityBundle | ||
# form_login: | ||
# login_path: login | ||
# check_path: login | ||
# logout: | ||
# path: logout | ||
# target: / | ||
# remember_me: | ||
# secret: "%kernel.secret%" | ||
# lifetime: 604800 # 1 week in seconds | ||
# path: / | ||
# | ||
#sulu_security: | ||
# checker: | ||
# enabled: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
twig: | ||
paths: ['%kernel.project_dir%/templates'] | ||
debug: '%kernel.debug%' | ||
strict_variables: '%kernel.debug%' | ||
default_path: '%kernel.project_dir%/templates' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# Define website routes in `routes_admin.yaml` and admin routes in the `routes_website.yaml` | ||
# Define website routes in `routes_website.yaml` and admin routes in the `routes_admin.yaml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
652 changes: 328 additions & 324 deletions
652
.../build/admin/main.1fc4d824c061757bb27a.js → .../build/admin/main.4a194515da303556c9ec.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ld/admin/main.1fc4d824c061757bb27a.js.map → ...ld/admin/main.4a194515da303556c9ec.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# www.robotstxt.org/ | ||
# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 | ||
|
||
# index nothing because content can be changed by anonymous users and is resetted regularly | ||
User-agent: * | ||
Disallow: / | ||
Disallow: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.