aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to import/export tagging rulesJeremy Benoist2019-07-081-0/+4
| | | | | | | | | - Add missing translations - Add some tests - Add `/api/taggingrule/export` API endpoint - Add baggy theme - Add error message when importing tagging rules failed - Also fix all translations (I think we are good now)
* Use an alternative way to detect imageJeremy Benoist2017-06-051-0/+0
| | | | | | | When parsing content to retrieve images to save locally, we only check for the content-type of the image response. In some case, that value is empty. Now we’re also checking for the first few bytes of the content as an alternative to detect if it’s an image wallabag can handle. We might get higher image supports using that alternative method.
* Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+0