aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Add test for same day filterJeremy Benoist2015-08-231-0/+9
|
* Merge pull request #1372 from wallabag/v2-assign-tagsJeremy Benoist2015-08-221-0/+50
|\ | | | | assign tags to an entry
| * assign tags to an entryNicolas Lœuillet2015-08-221-0/+50
| |
* | filters: add test for status filter and adapt other tests resultsNicolas Lœuillet2015-08-211-1/+30
|/
* CSJeremy Benoist2015-08-202-7/+5
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* add filter on domain nameNicolas Lœuillet2015-08-191-1/+23
|
* add testNicolas Lœuillet2015-08-181-1/+30
|
* add testNicolas Lœuillet2015-08-171-0/+22
|
* Merge pull request #1312 from wallabag/v2-fix-1311Jeremy Benoist2015-08-121-0/+19
|\ | | | | fix #1311, redirect after login
| * add testNicolas Lœuillet2015-08-121-0/+19
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-0/+19
|/
* Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-101-0/+28
|\ | | | | add howto page
| * remove useless lineNicolas Lœuillet2015-08-101-1/+0
| |