aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Improved testsNicolas Lœuillet2016-03-181-0/+1
|
* Add listing clientsJeremy Benoist2016-03-051-3/+50
| | | | Rename route to be more consistive (ie: prefixed with developer_)
* Remove commentsNicolas Lœuillet2016-02-291-6/+1
|
* add testsNicolas Lœuillet2016-02-291-0/+29
|
* Add testsJeremy Benoist2016-02-221-0/+30
|
* Fix #1551 - Redirect to the last page when current page is out of rangeMaxime LECLERCQ2016-02-191-0/+11
|
* Merge pull request #1656 from wallabag/v2-fix-new-user-password-promptsJeremy Benoist2016-02-111-1/+1
|\ | | | | fix labels on new user prompt
| * fix labels on new user promptThomas Citharel2016-02-111-1/+1
| | | | | | | | | | | | | | | | fix tests nl add translation validation length
* | improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+3
| | | | | | | | each tag
* | remove tag from entry #1377Thomas Citharel2016-02-101-1/+27
|/
* fix testsThomas Citharel2016-02-041-2/+19
|
* Fix #1643: fix the way to load the HTML template in 2factor authNicolas Lœuillet2016-02-041-1/+1
|
* Fix permission to settings pageJeremy Benoist2016-01-311-0/+32
|
* Add for deleting rule from an other userJeremy Benoist2016-01-221-6/+49
|
* Fix bad type after using findByUrlAndUserIdJeremy Benoist2016-01-211-3/+28
| | | | | It returns an object since few commits this part of (untested) code still use an array. Also add test for that part of code.
* Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-151-10/+10
| | | | Fix #1566
* Quickstart for beginnersNicolas Lœuillet2016-01-151-4/+34
|
* Ability to reload an entryJeremy Benoist2015-12-301-0/+32
| | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* Add custom email for 2FAJeremy Benoist2015-12-291-2/+2
| | | | Related #1490
* Don't redirect to the content page after deletionJeremy Benoist2015-12-281-0/+46
| | | | | | Fix #1512 We generate the url of the removed content and compare it to the referer url. If they matche, we redirect user to the homepage otherwise to the referer url.
* php csNicolas Lœuillet2015-12-081-1/+1
|
* Assert that the tag has is the good oneKévin Gomez2015-11-161-1/+4
|
* Add a quick testKévin Gomez2015-11-132-1/+36
|
* Add a few functional tests for the tagging rules creation formKévin Gomez2015-11-111-0/+55
|
* Fix testsJeremy Benoist2015-11-091-1/+0
|
* Fix route parametersJeremy Benoist2015-11-091-4/+89
| | | | | Improve export tests Improve CSV export
* add json & xmlThomas Citharel2015-11-091-0/+34
|
* Fix tests on pgsqlJeremy Benoist2015-11-091-1/+1
|
* Rework on exportJeremy Benoist2015-11-091-0/+116
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* CSJeremy Benoist2015-11-071-1/+1
|
* Re-enable test on doctrine commandJeremy Benoist2015-11-071-0/+6
| | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
* Language selection on config screenNicolas Lœuillet2015-10-151-7/+2
|
* move 2factor activation in parametersNicolas Lœuillet2015-10-151-28/+34
|
* add tests for 2factor authenticationNicolas Lœuillet2015-10-141-0/+58
|
* implement bookmarkletNicolas Lœuillet2015-10-081-0/+25
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-033-324/+5
|
* add test for confirmed registrationNicolas Lœuillet2015-10-031-1/+26
|
* * rename AuthenticationListenerNicolas Lœuillet2015-10-031-0/+93
| | | | * add tests
* * public registrationNicolas Lœuillet2015-10-031-5/+19
| | | | | * remove WSSE implementation * add oAuth2 implementation
* french translationNicolas Lœuillet2015-10-011-1/+0
|
* Merge pull request #1434 from wallabag/travis-dbNicolas Lœuillet2015-09-282-26/+22
|\ | | | | Add multiple database tests on Travis
| * Fix tests for allJeremy Benoist2015-09-281-11/+13
| |
| * Fix Postgres testsJeremy Benoist2015-09-282-22/+16
| |
* | Enabled created user from ConfigJeremy Benoist2015-09-261-0/+8
|/ | | | | | By default, creating user with FOSUser are disabled by default. Fix #1423
* Entries filter on languageJeremy Benoist2015-09-231-0/+23
| | | | + updated deps
* Merge pull request #1418 from wallabag/v2-previewpicture-filterJeremy Benoist2015-09-131-0/+13
|\ | | | | filter for entries with previewPicture
| * add test for previewPicture filterNicolas Lœuillet2015-09-131-0/+13
| |
* | Fix testsJeremy Benoist2015-09-122-4/+4
| | | | | | | | | | | | | | Ensure that created use during install command will always be unique. We assume that the install command must be run to initialize a wallabag instance. NEVER to add more user. Also, use a better way to retrieve the real name of the database and not the one defined in parameters.yml (which isn't the same for test envi because the dbname isn't defined in parameters.yml but directly in config_test.yml)
* | fix tests for FosUserNicolas Lœuillet2015-09-111-15/+7
| |
* | implement FosUserNicolas Lœuillet2015-09-111-2/+2
|/