Skip to content

Commit

Permalink
feat(chore) install fosrestbundle part1
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdeneux committed Oct 21, 2015
1 parent 0d47ca7 commit 96f628a
Show file tree
Hide file tree
Showing 328 changed files with 22,673 additions and 21,379 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
app/cache/*
2 changes: 1 addition & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public function registerBundles()
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new AppBundle\AppBundle(),
new Xav\SiteBundle\XavSiteBundle(),
new FOS\RestBundle\FOSRestBundle(),
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
Expand Down
Empty file modified app/bootstrap.php.cache
100755 → 100644
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 4 additions & 5 deletions app/cache/dev/appDevDebugProjectContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ protected function getSecurity_Firewall_Map_Context_MainService()

$e = new \Symfony\Component\Security\Http\AccessMap();

return $this->services['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(0 => new \Symfony\Component\Security\Http\Firewall\ChannelListener($e, new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80, 443), $a), 1 => new \Symfony\Component\Security\Http\Firewall\ContextListener($b, array(0 => new \Symfony\Component\Security\Core\User\InMemoryUserProvider()), 'main', $a, $this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE)), 2 => new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener($b, '56151688b734a0.80610511', $a, $c), 3 => new \Symfony\Component\Security\Http\Firewall\AccessListener($b, $this->get('security.access.decision_manager'), $e, $c)), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, $this->get('security.authentication.trust_resolver'), new \Symfony\Component\Security\Http\HttpUtils($d, $d), 'main', NULL, NULL, NULL, $a, false));
return $this->services['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(0 => new \Symfony\Component\Security\Http\Firewall\ChannelListener($e, new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80, 443), $a), 1 => new \Symfony\Component\Security\Http\Firewall\ContextListener($b, array(0 => new \Symfony\Component\Security\Core\User\InMemoryUserProvider()), 'main', $a, $this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE)), 2 => new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener($b, '5627a5cbaa1092.30175787', $a, $c), 3 => new \Symfony\Component\Security\Http\Firewall\AccessListener($b, $this->get('security.access.decision_manager'), $e, $c)), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, $this->get('security.authentication.trust_resolver'), new \Symfony\Component\Security\Http\HttpUtils($d, $d), 'main', NULL, NULL, NULL, $a, false));
}

/**
Expand Down Expand Up @@ -3376,7 +3376,7 @@ protected function getSecurity_Access_DecisionManagerService()
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(array(0 => new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider('56151688b734a0.80610511')), true);
$this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(array(0 => new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider('5627a5cbaa1092.30175787')), true);

$instance->setEventDispatcher($this->get('debug.event_dispatcher'));

Expand Down Expand Up @@ -3569,7 +3569,6 @@ protected function getDefaultParameters()
'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'AppBundle' => 'AppBundle\\AppBundle',
'XavSiteBundle' => 'Xav\\SiteBundle\\XavSiteBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
Expand Down Expand Up @@ -3983,8 +3982,8 @@ protected function getDefaultParameters()
),
'assetic.java.bin' => '/bin/java',
'assetic.node.bin' => '/home/xavier/.nvm/versions/node/v0.12.6/bin/node',
'assetic.ruby.bin' => '/usr/bin/ruby',
'assetic.sass.bin' => '/usr/bin/sass',
'assetic.ruby.bin' => '/bin/ruby',
'assetic.sass.bin' => '/home/xavier/bin/sass',
'assetic.reactjsx.bin' => '/usr/bin/jsx',
'assetic.filter.cssrewrite.class' => 'Assetic\\Filter\\CssRewriteFilter',
'assetic.twig_extension.functions' => array(
Expand Down
2 changes: 1 addition & 1 deletion app/cache/dev/appDevDebugProjectContainer.php.meta

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions app/cache/dev/appDevDebugProjectContainer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<parameter key="AsseticBundle">Symfony\Bundle\AsseticBundle\AsseticBundle</parameter>
<parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
<parameter key="SensioFrameworkExtraBundle">Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle</parameter>
<parameter key="AppBundle">AppBundle\AppBundle</parameter>
<parameter key="XavSiteBundle">Xav\SiteBundle\XavSiteBundle</parameter>
<parameter key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</parameter>
<parameter key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</parameter>
Expand Down Expand Up @@ -416,8 +415,8 @@
<parameter key="assetic.variables" type="collection"/>
<parameter key="assetic.java.bin">/bin/java</parameter>
<parameter key="assetic.node.bin">/home/xavier/.nvm/versions/node/v0.12.6/bin/node</parameter>
<parameter key="assetic.ruby.bin">/usr/bin/ruby</parameter>
<parameter key="assetic.sass.bin">/usr/bin/sass</parameter>
<parameter key="assetic.ruby.bin">/bin/ruby</parameter>
<parameter key="assetic.sass.bin">/home/xavier/bin/sass</parameter>
<parameter key="assetic.reactjsx.bin">/usr/bin/jsx</parameter>
<parameter key="assetic.filter.cssrewrite.class">Assetic\Filter\CssRewriteFilter</parameter>
<parameter key="assetic.twig_extension.functions" type="collection"/>
Expand Down Expand Up @@ -1712,7 +1711,7 @@
<argument type="collection">
<argument type="service">
<service class="Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" public="false">
<argument>56151688b734a0.80610511</argument>
<argument>5627a5cbaa1092.30175787</argument>
</service>
</argument>
</argument>
Expand Down Expand Up @@ -1835,7 +1834,7 @@
<argument type="service">
<service class="Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" public="false">
<argument type="service" id="security.token_storage"/>
<argument>56151688b734a0.80610511</argument>
<argument>5627a5cbaa1092.30175787</argument>
<argument type="service" id="monolog.logger.security" on-invalid="null"/>
<argument type="service" id="security.authentication.manager"/>
</service>
Expand Down
55 changes: 0 additions & 55 deletions app/cache/dev/appDevUrlGenerator.php

This file was deleted.

Binary file removed app/cache/dev/appDevUrlGenerator.php.meta
Binary file not shown.
Loading

0 comments on commit 96f628a

Please sign in to comment.