wallabag/tests/Wallabag/ImportBundle/Controller
Jeremy Benoist e668a8124c
Allow other fields to be send using API
Entry API can now have these new fields:
- content
- language
- preview_picture
- published_at

Re-use the ContentProxy to be able to do the same using the web UI (in the future).
htmLawed is used to clean stuff from content, I hope it’ll be enough to avoid security breach.

Lower content validation when we want to update an entry with content already defined. Before, language & content_type were required. If there weren’t provided, we re-fetched the content using graby. I think these fields aren’t required for an entry to be created. So I removed them.
Which means some import from the v1 export won’t be re-fetched since they provide content, url & title.

Also, remove liberation link from Readability import to avoid overlaping import (from wallabag v1, which had the same link)
2017-05-31 13:59:45 +02:00
..
ChromeControllerTest.php Added notmatches operator for tagging rule 2017-04-20 15:17:02 +02:00
FirefoxControllerTest.php Fix SO tests 2017-05-24 12:13:25 +02:00
ImportControllerTest.php Fix tests 2016-11-06 09:58:07 +01:00
InstapaperControllerTest.php Add support for tag in Instapaper import 2017-05-31 10:38:00 +02:00
PinboardControllerTest.php CS & improve tags assertions 2017-05-31 10:38:15 +02:00
PocketControllerTest.php Avoid failing test for user who didn’t install Redis 2016-09-24 19:57:59 +02:00
ReadabilityControllerTest.php CS & improve tags assertions 2017-05-31 10:38:15 +02:00
WallabagV1ControllerTest.php Allow other fields to be send using API 2017-05-31 13:59:45 +02:00
WallabagV2ControllerTest.php Allow other fields to be send using API 2017-05-31 13:59:45 +02:00