aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsNicolas Lœuillet2016-04-121-1/+1
|
* Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-2/+1
| | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Simplify tag creation from entryJeremy Benoist2016-03-271-0/+32
| | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller.
* CSJeremy Benoist2016-03-201-0/+2
|
* Add flashes messagesJeremy Benoist2016-03-201-8/+8
|
* Improve test failure readabilityJeremy Benoist2016-03-202-15/+17
| | | | | 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-204-55/+61
| | | | | | | - 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 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
| |