Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Jump to Symfony 3.4 | Jeremy Benoist | 2018-10-04 | 1 | -1/+1 |
| | | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle | ||||
* | Revert client_credentials grant types | Jeremy Benoist | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 1 | -2/+2 |
| | |||||
* | Add client_credentials oAuth2 auth method | Thomas Citharel | 2017-06-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix tests & deprecation notice | Jeremy Benoist | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | Added relation between API Client and User | Nicolas Lœuillet | 2016-10-24 | 1 | -2/+6 |
| | | | | Fix #2062 | ||||
* | Ensure access_token are removed | Jeremy Benoist | 2016-10-08 | 1 | -0/+101 |
When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form) |