aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+1
| | | | | | | | Fix #496
* | Use more explicit checkJeremy Benoist2016-11-071-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-0/+11
|\|
| * Added test for export by filtering with tagNicolas Lœuillet2016-10-291-0/+11
| |
* | 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
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-1/+39
|\|
| * 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.
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+145
| | | | | | | | | | | | - annotations - tags - entries
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-113-102/+36
|\|
| * Merge pull request #2351 from wallabag/fix-api-client-deletionNicolas Lœuillet2016-10-081-78/+0
| |\ | | | | | | Changed relation between API client and refresh token
| | * Ensure access_token are removedJeremy Benoist2016-10-081-78/+0
| | | | | | | | | | | | | | | | | | | | | | | | When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
| * | Ensure orphan tag are remove in APIJeremy Benoist2016-10-072-24/+36
| | | | | | | | | | | | | | | | | | 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!)
* | | Better display and descriptionJeremy Benoist2016-10-081-3/+4
| | | | | | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | | Fix some testsJeremy Benoist2016-10-081-13/+26
| | |
* | | Added a test to check if entries are also deletedNicolas Lœuillet2016-10-081-0/+21
| | |
* | | Changed testsNicolas Lœuillet2016-10-081-2/+2
| | |
* | | Added testsNicolas Lœuillet2016-10-081-0/+85
|/ /
* | Merge pull request #2389 from wallabag/add-info-publich-articlesNicolas Lœuillet2016-10-071-0/+1
|\ \ | | | | | | Added default picture if preview picture is null
| * | Added default picture if preview picture is nullNicolas Lœuillet2016-10-071-0/+1
| | |
* | | Merge pull request #2383 from wallabag/add-info-publich-articlesNicolas Lœuillet2016-10-071-1/+4
|\| | | | | | | | Added OpenGraph support for public articles
| * | Added test for OpenGraphNicolas Lœuillet2016-10-071-1/+4
| |/
* | Fix tag testJeremy Benoist2016-10-072-12/+16
| |
* | Fix relations export for EntryJeremy Benoist2016-10-071-9/+28
|/ | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* Merge pull request #2327 from wallabag/user-managementJeremy Benoist2016-10-021-114/+0
|\ | | | | Add users management UI
| * Remove NewUser test from ConfigJeremy Benoist2016-10-021-114/+0
| |
* | 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
| |
* | Merge pull request #2326 from wallabag/update-quickstartJeremy Benoist2016-10-021-1/+1
|\ \ | | | | | | Changed quickstart layout
| * | Update testJeremy Benoist2016-10-021-1/+1
| |/
* / Add ability to edit a tagging ruleJeremy Benoist2016-10-011-13/+48
|/
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-281-2/+2
|
* Export dates from entriesJeremy Benoist2016-09-081-1/+5
|
* Add tests for untagged entriesNicolas Lœuillet2016-08-281-0/+10
|
* Merge pull request #1904 from wallabag/feature-public-modeJeremy Benoist2016-08-251-0/+43
|\ | | | | Share entry with a public URL
| * Update testJeremy Benoist2016-08-241-1/+26
| | | | | | | | and some cleanup
| * Add test and fix migrationNicolas Lœuillet2016-08-231-0/+18
| |
* | Merge pull request #2186 from wallabag/addRegistrationJeremy Benoist2016-08-241-0/+15
|\ \ | |/ |/| Add option to disable registration
| * Add simple testNicolas Lœuillet2016-08-241-0/+15
| |
* | Add tests for tag list routesNicolas Lœuillet2016-08-231-0/+31
|/
* Added name on clientThomas Citharel2016-08-221-1/+8
| | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* Change the way to login user in testsJeremy Benoist2016-06-242-1/+7
| | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
* Add some tests about readingTimeJeremy Benoist2016-06-231-0/+36
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-229-0/+2025