Skip to content

Tags: SpiderBrown/FOSOAuthServerBundle

Tags

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FriendsOfSymfony#582 from scootstah/issue/581

Call Form::isSubmitted() before Form::isValid()

2.0.0-alpha.0

Toggle 2.0.0-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FriendsOfSymfony#576 from dkarlovi/merge-1.6

Merge 1.6

1.6.1

Toggle 1.6.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix error DependancyInjection Exception for Symfony 2.x (FriendsOfSym…

…fony#551)

* Fix error DependancyInjection Exception

I changed alias to class because Symfony retraces an Injection dependency error :
[Symfony\Component\DependencyInjection\Exception\RuntimeException]                                                                                                                                      
  The definition for "fos\oauthserverbundle\controller\tokencontroller" has no class. If you intend to inject this service dynamically at runtime, please mark it as synthetic=true. If this is an abstr  
  act definition solely used by child definitions, please add abstract=true, otherwise specify a class to get rid of this error.

* Update oauth.xml

Fix error dependancy injection

1.6.0

Toggle 1.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for autowire (FriendsOfSymfony#560)

1.5.2

Toggle 1.5.2's commit message

1.5.1

Toggle 1.5.1's commit message
Minor fixes

1.5.0

Toggle 1.5.0's commit message
Merge pull request FriendsOfSymfony#379 from j0k3r/sf3-doc

Update form in doc

1.5.0-BETA

Toggle 1.5.0-BETA's commit message
Merge pull request FriendsOfSymfony#376 from j0k3r/patch-1

Twig Function "form_enctype" is deprecated.

1.4.2

Toggle 1.4.2's commit message
Fix CS

1.4.1

Toggle 1.4.1's commit message
Merge pull request FriendsOfSymfony#205 from fritsjanb/master

Allow custom storage service to have its own constructor signature