aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/config/services.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-1/+2
|\
| * Inject parameter instead of serviceJeremy Benoist2016-10-301-1/+2
| | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-1/+1
|/
* Create user config in one placeJeremy Benoist2016-09-301-0/+12
| | | | | | | | 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
* Send every imported item to the queueJeremy Benoist2016-09-111-0/+6
| | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it.
* Remove extra definitionJeremy Benoist2016-02-291-5/+0
| | | | Since Symfony 3.0.3 has been released
* Fix from_email & fos_userJeremy Benoist2016-01-311-0/+5
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-2/+1
|
* Use FOSUserEvents instead of c/p a controllerJeremy Benoist2016-01-211-0/+7
| | | | | The `resetAction` was overriden to redirect user to the homepage instead of `fos_user_profile_show`. Instead of copying the whole method we can simply use FOSUserEvents to handle that.
* Update HTML 2FA templateJeremy Benoist2016-01-211-0/+1
| | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value)
* Use HTML email for 2FAJeremy Benoist2016-01-211-1/+1
| | | | Related to #1490
* Add custom email for 2FAJeremy Benoist2015-12-291-0/+9
| | | | Related #1490
* remove old implementation for login/register/recoverNicolas LÅ“uillet2015-10-031-0/+0