aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/UserBundle/EventListener
Commit message (Collapse)AuthorAgeFilesLines
* Fixed default value for reading speedNicolas LÅ“uillet2019-09-191-1/+1
|
* CSJeremy Benoist2019-05-101-1/+1
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-1/+1
|
* Ensure language is validJeremy Benoist2018-10-131-1/+5
| | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* Use namespaced PHPUnit classesJeremy Benoist2017-12-182-2/+4
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-012-4/+4
|
* Use a listener to catch auth failureJeremy Benoist2017-06-091-0/+66
|
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Create config even if user is disabledJeremy Benoist2016-10-041-20/+0
| | | | | When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event. There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived.
* Create user config in one placeJeremy Benoist2016-09-301-0/+93
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