aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListener.php
Commit message (Collapse)AuthorAgeFilesLines
* Create user config in one placeJeremy Benoist2016-09-301-50/+0
| | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-2/+2
| | | | symfony-upgrade-fixer fix src/Wallabag/
* 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-0/+44
* add tests