Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/AppKernel.php
  • Loading branch information
Lukasz Serwatka committed Apr 11, 2017
2 parents 70ae29e + d76527f commit daac68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppKernel.php
Expand Up @@ -36,6 +36,7 @@ public function registerBundles()
new eZ\Bundle\EzPublishCoreBundle\EzPublishCoreBundle(),
new eZ\Bundle\EzPublishLegacySearchEngineBundle\EzPublishLegacySearchEngineBundle(),
new eZ\Bundle\EzPublishIOBundle\EzPublishIOBundle(),
new EzSystems\MultiFileUploadBundle\EzSystemsMultiFileUploadBundle(),
new eZ\Bundle\EzPublishRestBundle\EzPublishRestBundle(),
new EzSystems\CommentsBundle\EzSystemsCommentsBundle(),
new EzSystems\LandingPageFieldTypeBundle\EzSystemsLandingPageFieldTypeBundle(),
Expand Down Expand Up @@ -64,7 +65,6 @@ public function registerBundles()
new EzSystems\PersonalizedBlockBundle\EzSystemsPersonalizedBlockBundle(),
new Lolautruche\EzCoreExtraBundle\EzCoreExtraBundle(),
new Netgen\TagsBundle\NetgenTagsBundle(),
new EzSystems\MultiFileUploadBundle\EzSystemsMultiFileUploadBundle(),
new AppBundle\AppBundle(),
);

Expand Down
3 changes: 3 additions & 0 deletions app/config/security.yml
Expand Up @@ -10,6 +10,9 @@ security:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false

## WARNING
## Until https://jira.ez.no/browse/EZP-22192 is implemented,
## enabling basic auth in REST will prevent PlatformUI from working
# ezpublish_rest:
# pattern: ^/api/ezp/v2
# stateless: true
Expand Down

0 comments on commit daac68f

Please sign in to comment.