aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-652/+0
|
* Merge pull request #1976 from wallabag/fix-filter-readingTimeJeremy Benoist2016-05-031-0/+37
|\ | | | | Fix filter reading time
| * Add test to check reading time filterNicolas Lœuillet2016-05-021-0/+37
| |
* | Add test for creation of new user in config pageNicolas Lœuillet2016-05-021-0/+5
|/
* Convert array + phpDocJeremy Benoist2016-04-121-111/+111
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add flashes messagesJeremy Benoist2016-03-201-8/+8
|
* Improve test failure readabilityJeremy Benoist2016-03-201-9/+8
| | | | | If the response content isn't the one expected, instead of checking into the whole DOM (with node tag, etc ..) we only check the text. So if it fails, phpunit will display only the text, not all node tag. It'll be easier to read.
* Convert english translation fileJeremy Benoist2016-03-201-14/+14
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Improved testsNicolas Lœuillet2016-03-181-0/+1
|
* Add testsJeremy Benoist2016-02-221-0/+30
|
* fix labels on new user promptThomas Citharel2016-02-111-1/+1
| | | | | | | | fix tests nl add translation validation length
* Add for deleting rule from an other userJeremy Benoist2016-01-221-6/+49
|
* Add custom email for 2FAJeremy Benoist2015-12-291-2/+2
| | | | Related #1490
* Add a quick testKévin Gomez2015-11-131-1/+1
|
* Add a few functional tests for the tagging rules creation formKévin Gomez2015-11-111-0/+55
|
* Language selection on config screenNicolas Lœuillet2015-10-151-7/+2
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-2/+2
|
* * public registrationNicolas Lœuillet2015-10-031-5/+19
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Enabled created user from ConfigJeremy Benoist2015-09-261-0/+8
| | | | | | By default, creating user with FOSUser are disabled by default. Fix #1423
* fix tests for FosUserNicolas Lœuillet2015-09-111-15/+7
|
* implement FosUserNicolas Lœuillet2015-09-111-2/+2
|
* set material to default theme \o/Nicolas Lœuillet2015-08-041-1/+1
|
* Update to Symfony 2.7Jeremy Benoist2015-06-021-3/+3
| | | | And fix some deps instead of using dev tags
* Fix testsJeremy2015-04-011-1/+1
|
* Move API stuff in ApiBundleJeremy2015-04-011-2/+2
|
* Remove ability to change usernameJeremy2015-04-011-20/+17
| | | | | | | | | | Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149
* Add testsJeremy2015-03-311-0/+126
| | | | and fix few mistakes
* Add LiipThemeBundleJeremy2015-03-011-4/+4
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Adding new userJeremy2015-02-221-1/+88
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-5/+84
|
* Handle password changeJeremy2015-02-171-3/+91
|
* Implement simple configJeremy2015-02-161-0/+96