Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 7 | -9/+9 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Replace SO url by lemonde | Jeremy Benoist | 2018-07-05 | 2 | -6/+6 |
| | | | | Looks like we got a lot of random failing while grabing SO content, replacing it might fix the problem. | ||||
* | Fix tests | Jeremy Benoist | 2018-06-06 | 2 | -2/+2 |
| | |||||
* | Replace zataz url | Floran Brutel | 2018-03-30 | 2 | -6/+6 |
| | |||||
* | 20 Minutes is now https | Jeremy Benoist | 2018-02-24 | 2 | -2/+2 |
| | |||||
* | Fixed tests | Nicolas Lœuillet | 2018-01-12 | 1 | -3/+3 |
| | |||||
* | Add missing assertion in tests | Jeremy Benoist | 2017-12-18 | 1 | -0/+3 |
| | |||||
* | Use namespaced PHPUnit classes | Jeremy Benoist | 2017-12-18 | 11 | -11/+22 |
| | |||||
* | Fix tests | adev | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | Replace kernel.root_dir by kernel.project_dir | Nicolas Hart | 2017-10-14 | 1 | -2/+2 |
| | | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information. | ||||
* | Jump to Symfony 3.3 & update others deps | Jeremy Benoist | 2017-10-09 | 9 | -7/+22 |
| | | | | Also update tests urls | ||||
* | Fix tests | Jeremy Benoist | 2017-08-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Tag: render tags case-insensitive by storing them in lowercase | Kevin Decherf | 2017-08-27 | 1 | -1/+1 |
| | | | | | | Fixes #2502 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 22 | -638/+638 |
| | |||||
* | Rewrote code & fix tests | Jeremy Benoist | 2017-06-01 | 7 | -30/+30 |
| | |||||
* | Replace Wallabag v1 error strings with v2 strings | Jerome Charaoui | 2017-06-01 | 1 | -1/+10 |
| | |||||
* | Add disableContentUpdate import option | Jerome Charaoui | 2017-06-01 | 7 | -30/+30 |
| | | | | | | This commit also decouples the "import" and "update" functions inside ContentProxy. If a content array is available, it must be passed to the new importEntry method. | ||||
* | Merge pull request #3137 from aaa2000/isolated-tests | Jérémy Benoist | 2017-06-01 | 1 | -0/+1 |
|\ | | | | | Isolated tests | ||||
| * | Isolated tests | adev | 2017-05-31 | 2 | -3/+5 |
| | | | | | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation. | ||||
* | | Reduce imported entries | Jeremy Benoist | 2017-05-31 | 8 | -491/+23 |
| | | | | | | | | Down from 2.2 minutes to 1.39 minutes | ||||
* | | Allow other fields to be send using API | Jeremy Benoist | 2017-05-31 | 4 | -21/+14 |
|/ | | | | | | | | | | | | | | | | 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) | ||||
* | CS & improve tags assertions | Jeremy Benoist | 2017-05-31 | 5 | -14/+31 |
| | |||||
* | Add support for tag in Instapaper import | Jeremy Benoist | 2017-05-31 | 3 | -13/+43 |
| | |||||
* | Merge pull request #3143 from wallabag/fix-wllbg2-import | Nicolas Lœuillet | 2017-05-31 | 2 | -1/+2 |
|\ | | | | | Fixed is_starred for wallabag v2 import | ||||
| * | Add tests | Jeremy Benoist | 2017-05-30 | 2 | -1/+2 |
| | | |||||
* | | Move Tags assigner to a separate file | Thomas Citharel | 2017-05-27 | 7 | -7/+45 |
|/ | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix SO tests | Jeremy Benoist | 2017-05-24 | 1 | -4/+4 |
| | | | | SO switched to http yesterday | ||||
* | Use username to import | Thomas Citharel | 2017-05-04 | 1 | -8/+23 |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> add docs Signed-off-by: Thomas Citharel <tcit@tcit.fr> use username as default Signed-off-by: Thomas Citharel <tcit@tcit.fr> rename user to username typo Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Added notmatches operator for tagging rule | Nicolas Lœuillet | 2017-04-20 | 7 | -8/+8 |
| | |||||
* | Import: we now skip messages when user is null | Nicolas Lœuillet | 2017-02-20 | 2 | -2/+4 |
| | |||||
* | Fix WallabagV1Controller test | Jerome Charaoui | 2016-12-03 | 1 | -4/+4 |
| | | | | Account for URL redirection in refreshed entry. | ||||
* | Fix tests | Jeremy Benoist | 2016-11-17 | 1 | -5/+5 |
| | |||||
* | Put log in the most common failure tests | Jeremy Benoist | 2016-11-17 | 7 | -26/+26 |
| | | | | So we’ll quickly be able to see what kind of test is failing when viewing Travis | ||||
* | Fix tests | Jeremy Benoist | 2016-11-06 | 2 | -2/+2 |
| | |||||
* | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 2 | -0/+202 |
| | |||||
* | Add entry.saved event to import & rest | Jeremy Benoist | 2016-11-02 | 9 | -39/+146 |
| | |||||
* | Fix test | Jeremy Benoist | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Avoid error when Redis isn't here in tests | Jeremy Benoist | 2016-10-10 | 2 | -0/+2 |
| | |||||
* | Add controller test for Instapaper | Jeremy Benoist | 2016-09-27 | 1 | -0/+196 |
| | |||||
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 3 | -1/+238 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | Merge pull request #2192 from wallabag/import-browser-bookmarks | Jeremy Benoist | 2016-09-26 | 9 | -3/+883 |
|\ | | | | | Import Firefox & Chrome bookmarks into wallabag | ||||
| * | Added tags for Firefox import | Nicolas Lœuillet | 2016-09-26 | 2 | -1/+2 |
| | | |||||
| * | Update Firefox file | Jeremy Benoist | 2016-09-25 | 3 | -66/+67 |
| | | | | | | | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so). | ||||
| * | Fix bad date format in Browser import | Jeremy Benoist | 2016-09-25 | 2 | -0/+8 |
| | | |||||
| * | fix tests | Thomas Citharel | 2016-09-25 | 3 | -28/+27 |
| | | |||||
| * | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 6 | -35/+679 |
| | | |||||
| * | Added tests for Chrome bookmarks import | Nicolas Lœuillet | 2016-09-25 | 4 | -3/+75 |
| | | |||||
| * | Indentation and renamed fixtures file | Nicolas Lœuillet | 2016-09-25 | 2 | -1/+1 |
| | | |||||
| * | Add Chrome path for Mac OS | Nicolas Lœuillet | 2016-09-25 | 1 | -1/+1 |
| | | |||||
| * | Import Firefox & Chrome bookmarks into wallabag | Thomas Citharel | 2016-09-25 | 2 | -0/+155 |
| | |