aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/UserBundle
Commit message (Collapse)AuthorAgeFilesLines
* Fixed default value for reading speedNicolas Lœuillet2019-09-191-1/+1
|
* Use Twig 2.0Jeremy Benoist2019-06-211-1/+3
| | | | `mnapoli/piwik-twig-extension` locked Twig to the 1.10 version. The new version is compatible with Twig 2.0
* CSJeremy Benoist2019-05-101-1/+1
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-1/+1
|
* Enable OTP 2FAJeremy Benoist2019-01-231-1/+1
| | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* Enable PHPStanJeremy Benoist2019-01-183-17/+20
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* 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
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Use namespaced PHPUnit classesJeremy Benoist2017-12-183-3/+6
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-014-14/+14
|
* Use a listener to catch auth failureJeremy Benoist2017-06-091-0/+66
|
* Remove unknown validation_groupsJeremy Benoist2017-05-301-2/+2
| | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length)
* rename index to listThomas Citharel2017-05-021-5/+5
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix testsThomas Citharel2017-05-021-4/+22
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-281-1/+0
| | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* Fix testsJeremy Benoist2016-10-301-10/+2
|
* Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | Fix #2380
* 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.
* Disabled delete button for the logged userJeremy Benoist2016-10-021-0/+11
| | | | To avoid some bad things to happen…
* Add users management UIJeremy Benoist2016-10-021-0/+71
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* 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
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-281-1/+1
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+84