aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/EventListener
Commit message (Collapse)AuthorAgeFilesLines
* Convert array + phpDocJeremy Benoist2016-04-122-5/+5
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-152-3/+3
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Add tests on listenersJeremy Benoist2015-10-162-0/+5
|
* Language selection on config screenNicolas Lœuillet2015-10-152-0/+76
|
* Add test on RegistrationConfirmedListenerJeremy Benoist2015-10-031-9/+15
| | | | And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service.
* * rename AuthenticationListenerNicolas Lœuillet2015-10-031-1/+1
| | | | * add tests
* * public registrationNicolas Lœuillet2015-10-031-0/+44
* remove WSSE implementation * add oAuth2 implementation