Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cascade delete on oauth2 table when deleting a user | Jeremy Benoist | 2019-05-10 | 1 | -0/+1 |
| | |||||
* | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 1 | -0/+16 |
| | | | | | | | | | | | | | | When creating the schema for test these tables use default length for string: 255. Which fail when using utf8mb4. > Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes Also move the `setKeepStaticConnections` in before and after class to avoid: > SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting | ||||
* | Symfony Upgrade Fixer FTW | Jeremy Benoist | 2016-01-15 | 1 | -1/+1 |
| | | | | symfony-upgrade-fixer fix src/Wallabag/ | ||||
* | remove old implementation for login/register/recover | Nicolas LÅ“uillet | 2015-10-03 | 1 | -1/+1 |
| | |||||
* | * public registration | Nicolas LÅ“uillet | 2015-10-03 | 1 | -0/+31 |
* remove WSSE implementation * add oAuth2 implementation |