1. 17 Jun, 2012 6 commits
    • Fabien Potencier's avatar
      merged branch denniscoorn/http-authentication-fix (PR #374) · 315c9626
      Fabien Potencier authored
      Commits
      -------
      
      51596d47 Fixed a bug when using http authentication on the security service provider
      
      Discussion
      ----------
      
      Fixed a bug when using http authentication on the security service provider
      
      Hi Fabien,
      
      When I added HTTP authentication to my Silex application an exception was thrown. Due the exception I wasn't able to use HTTP authentication when I accessed the application through the browser.
      
      I used the following security firewall:
      ```php
      'http-auth' => array(
          'pattern' => '^.*$',
          'http' => true,
          'users' => array(
              // password is foo
              'admin'  => array('ROLE_ADMIN', '5FZ2Z8QIkA7UTZ4BYkoC+GsReLf569mSKDsfods6LYQ8t+a8EW9oaircfMpmaLbPBh4FOBiiFyLfuZmTSUwzZg=='),
          ),
      )
      ```
      
      The following exception was thrown:
      ```
      InvalidArgumentException: Identifier "security.entry_point.http" is not defined
      ```
      
      It's a small fix and I also added some tests. All tests passed before I committed my changes.
      
      I would appreciate it when you take a look at this pull request.
      315c9626
    • Dennis Coorn (thuis)'s avatar
      Fixed a bug when using http authentication on the · 51596d47
      Dennis Coorn (thuis) authored
      security service provider
      51596d47
    • Fabien Potencier's avatar
      updated vendors · bc8cdd18
      Fabien Potencier authored
      bc8cdd18
    • Fabien Potencier's avatar
      fixed doc · 2da348ac
      Fabien Potencier authored
      2da348ac
    • Fabien Potencier's avatar
      merged branch stof/swift_autoload (PR #373) · b5f025c2
      Fabien Potencier authored
      Commits
      -------
      
      1c41a6be Removed the swiftmailer autoloading from the service provider
      
      Discussion
      ----------
      
      Removed the swiftmailer autoloading from the service provider
      
      It is now handled by composer directly once swiftmailer/swiftmailer#212 is merged.
      b5f025c2
    • Christophe Coevoet's avatar
      Removed the swiftmailer autoloading from the service provider · 1c41a6be
      Christophe Coevoet authored
      It is now handled by composer directly.
      1c41a6be
  2. 16 Jun, 2012 7 commits
  3. 15 Jun, 2012 16 commits
  4. 14 Jun, 2012 11 commits