wallabag/tests/Wallabag/ImportBundle/fixtures
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
..
chrome-bookmarks Added tests for Chrome bookmarks import 2016-09-25 12:29:18 +02:00
firefox-bookmarks.json Added tags for Firefox import 2016-09-26 13:40:10 +02:00
instapaper-export.csv Add support for tag in Instapaper import 2017-05-31 10:38:00 +02:00
pinboard_export Add Pinboard import 2016-11-04 22:44:31 +01:00
readability-read.json Add tests on ReadabilityImport 2016-09-01 13:39:41 +02:00
readability.json Allow other fields to be send using API 2017-05-31 13:59:45 +02:00
test.html Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
test.txt Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
unnamed.png Change the way to login user in tests 2016-06-24 11:55:47 +02:00
wallabag-v1-read.json Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
wallabag-v1.json Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
wallabag-v2-empty.json Avoid breaking import when fetching fail 2016-08-20 01:17:26 +02:00
wallabag-v2-read.json Export dates from entries 2016-09-08 16:49:21 +02:00
wallabag-v2.json Add tests 2017-05-30 20:27:44 +02:00