aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-201-0/+53
|\ | | | | Store credentials in DB
| * Fix reviewsThomas Citharel2017-06-201-1/+1
| | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Crypt site credential passwordJeremy Benoist2017-06-201-1/+1
| |
| * Add a live test for restricted articleJeremy Benoist2017-06-201-0/+53
| | | | | | | | | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+14
|/
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-101-1/+1
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * Promote httpsJeremy Benoist2017-06-091-1/+1
| |
| * ReviewJeremy Benoist2017-06-081-1/+1
| |
* | Cleanup testJeremy Benoist2017-06-091-1/+0
| | | | | | | | | | Looks like we didn't ALWAYS get a value for language from 20minutes. Ahem.
* | Convert - to _ in languageJeremy Benoist2017-06-091-4/+8
| | | | | | | | Mostly to increase language supports
* | Use Locale instead of LanguageJeremy Benoist2017-06-091-14/+78
|/
* Isolated testsadev2017-05-311-149/+210
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Ensure download_images_enabled is disabledJeremy Benoist2017-05-191-1/+20
| | | | | Even if the tests fail, that config must stay disabled after the test. Otherwise it might timeout on other test (because it'll try to save all other images)
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-0/+20
|\
| * Add some testsJeremy Benoist2017-05-091-0/+20
| |
* | Replaced json_array with arrayNicolas Lœuillet2017-05-111-1/+1
| | | | | | | | And fixed failing test due to @j0k3r :trollface:
* | Added headers field in EntryNicolas Lœuillet2017-05-111-0/+1
| |
* | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-3/+3
| |
* | Added test for multiple authorsNicolas Lœuillet2017-04-101-8/+39
| |
* | Added author of articleNicolas Lœuillet2017-04-091-1/+4
| |
* | Added publication dateNicolas Lœuillet2017-04-051-0/+1
|/
* Search by term: extend to entries urlKevin Decherf2017-02-161-0/+24
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Renamed uuid to uidNicolas Lœuillet2016-12-291-6/+6
|
* Changed uuid type in databaseNicolas Lœuillet2016-12-251-1/+0
|
* Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-251-0/+1
|
* Enforce lowercase on domain name filterKevin Decherf2016-11-261-0/+9
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added shortcutNicolas Lœuillet2016-11-191-2/+2
|
* Added testsNicolas Lœuillet2016-11-191-0/+67
|
* Check if status code is OKNicolas Lœuillet2016-11-181-0/+11
|
* Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+46
|
* Added testsNicolas Lœuillet2016-11-161-0/+65
|
* Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-3/+23
| | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
* Ability to enable/disable downloading imagesJeremy Benoist2016-10-301-0/+40
| | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
* This test doesn’t require an internet connectionJeremy Benoist2016-10-201-2/+0
|
* If reload content failed, don’t update itJeremy Benoist2016-10-201-1/+41
| | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
* Ensure orphan tag are remove in APIJeremy Benoist2016-10-071-14/+13
| | | | | | When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it. Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
* Added default picture if preview picture is nullNicolas Lœuillet2016-10-071-0/+1
|
* Added test for OpenGraphNicolas Lœuillet2016-10-071-1/+4
|
* Merge pull request #2328 from wallabag/avoid-duplicate-urlNicolas Lœuillet2016-10-021-0/+44
|\ | | | | Avoid duplicate url with accents
| * Remove additional entryJeremy Benoist2016-10-021-0/+9
| | | | | | | | After the test is done, cleanup what we’ve done
| * Avoid duplicate url with accentsJeremy Benoist2016-10-011-0/+35
| |
* | Update testJeremy Benoist2016-10-021-1/+1
|/
* Add tests for untagged entriesNicolas Lœuillet2016-08-281-0/+10
|
* Update testJeremy Benoist2016-08-241-1/+26
| | | | and some cleanup
* Add test and fix migrationNicolas Lœuillet2016-08-231-0/+18
|
* Add some tests about readingTimeJeremy Benoist2016-06-231-0/+36
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+665