Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add disableContentUpdate import option | Jerome Charaoui | 2017-06-01 | 3 | -25/+84 |
| | | | | | | 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. | ||||
* | Put default fetching error title in global config | Jerome Charaoui | 2017-06-01 | 4 | -3/+4 |
| | |||||
* | Avoid returning objects passed by reference. | Jerome Charaoui | 2017-06-01 | 10 | -21/+11 |
| | | | | | | Objects are always passed by reference, so it doesn't make sense to return an object which is passed by reference as it will always be the same object. This change makes the code a bit more readable. | ||||
* | Merge pull request #3137 from aaa2000/isolated-tests | Jérémy Benoist | 2017-06-01 | 3 | -14/+11 |
|\ | | | | | Isolated tests | ||||
| * | Isolated tests | adev | 2017-05-31 | 3 | -14/+11 |
| | | | | | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation. | ||||
* | | Merge pull request #3077 from wallabag/add-tags-list-view | Nicolas Lœuillet | 2017-05-31 | 2 | -17/+27 |
|\ \ | | | | | | | Added tags on list view | ||||
| * | | Add some flex magic | Thomas Citharel | 2017-05-31 | 1 | -18/+16 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Fixed tags display on grid view | Nicolas Lœuillet | 2017-05-31 | 2 | -23/+28 |
| | | | |||||
| * | | Added tags on list view | Nicolas Lœuillet | 2017-05-30 | 1 | -1/+8 |
| | | | |||||
* | | | Forced date can now be a timestamp too | Jeremy Benoist | 2017-05-31 | 2 | -2/+9 |
| | | | | | | | | | | | | Add adding more tests for forced content | ||||
* | | | Improve docs | Jeremy Benoist | 2017-05-31 | 2 | -3/+6 |
| | | | |||||
* | | | Remove htmlawed and use graby instead | Jeremy Benoist | 2017-05-31 | 1 | -18/+1 |
| | | | | | | | | | | | | | | | Instead of using htmlawed (which is already used in graby) use graby directly (which require some refacto on graby side). Still needs some tests. | ||||
* | | | Use graby ContentExtractor to clean html | Jeremy Benoist | 2017-05-31 | 2 | -1/+10 |
| | | | | | | | | | | | | It might be better to re-use some graby functionalities to clean html instead of building a new system. | ||||
* | | | Add support for authors | Jeremy Benoist | 2017-05-31 | 1 | -1/+5 |
| | | | |||||
* | | | Allow other fields to be send using API | Jeremy Benoist | 2017-05-31 | 2 | -22/+54 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | Merge pull request #3168 from wallabag/instapaper-tags-import | Nicolas Lœuillet | 2017-05-31 | 1 | -0/+17 |
|\ \ | | | | | | | Add support for tag in Instapaper import | ||||
| * | | Add support for tag in Instapaper import | Jeremy Benoist | 2017-05-31 | 1 | -0/+17 |
| | | | |||||
* | | | Merge pull request #3138 from Kdecherf/2835-tags | Nicolas Lœuillet | 2017-05-31 | 2 | -5/+7 |
|\ \ \ | | | | | | | | | Ignore ActionMarkAsRead when removing tag from entry | ||||
| * | | | TagController: ignore ActionMarkAsRead when removing tag from entry | Kevin Decherf | 2017-05-31 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2835 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | | | Merge pull request #3161 from wallabag/scrutinizer-2.3 | Nicolas Lœuillet | 2017-05-31 | 3 | -11/+5 |
|\ \ \ \ | |_|/ / |/| | | | Fix some Scrutinizer issues | ||||
| * | | | CS | Jeremy Benoist | 2017-05-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use a better way to set input for command | Jeremy Benoist | 2017-05-30 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Actually use the correct to way handle that http://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input | ||||
| * | | | Fix some Scrutinizer issues | Jeremy Benoist | 2017-05-30 | 3 | -10/+5 |
| | |/ | |/| | |||||
* | | | Merge pull request #3143 from wallabag/fix-wllbg2-import | Nicolas Lœuillet | 2017-05-31 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | Fixed is_starred for wallabag v2 import | ||||
| * | | Add tests | Jeremy Benoist | 2017-05-30 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed is_starred for wallabag v2 import | Nicolas Lœuillet | 2017-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3065 from wallabag/api-creation-endpoint | Jérémy Benoist | 2017-05-30 | 4 | -7/+171 |
|\ \ \ | |_|/ |/| | | Register through API | ||||
| * | | Remove unknown validation_groups | Jeremy Benoist | 2017-05-30 | 1 | -3/+1 |
| | | | | | | | | | | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length) | ||||
| * | | Re-use `NewUserType` to validate registration | Jeremy Benoist | 2017-05-30 | 2 | -43/+101 |
| | | | | | | | | | | | | | | | | | | The only ugly things is how we handle error by generating the view and then parse the content to retrieve all errors… Fix exposition fields in User entity | ||||
| * | | WIP | Thomas Citharel | 2017-05-29 | 3 | -0/+108 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Merge pull request #3147 from wallabag/delete-confirm | Jérémy Benoist | 2017-05-30 | 17 | -20/+65 |
|\ \ \ | |/ / |/| | | Add some deletion confirmation to avoid mistake | ||||
| * | | Update messages.pl.yml | Mateusz Rumiński | 2017-05-29 | 1 | -8/+8 |
| | | | | | | | | | add missing translation | ||||
| * | | update :de: messages.de.yml | Sven Fischer | 2017-05-29 | 1 | -8/+8 |
| | | | |||||
| * | | Add some deletion confirmation to avoid mistake | Jeremy Benoist | 2017-05-24 | 17 | -8/+53 |
| |/ | |||||
* | | CS | Thomas Citharel | 2017-05-28 | 4 | -5/+1 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Move Tags assigner to a separate file | Thomas Citharel | 2017-05-27 | 11 | -64/+105 |
|/ | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-19 | 18 | -28/+47 |
|\ | |||||
| * | modify key name as well | Cedric Girard | 2017-05-18 | 13 | -13/+13 |
| | | |||||
| * | unify Download/Export wording. | Cedric Girard | 2017-05-18 | 9 | -9/+9 |
| | | | | | | | | This fixes #2967 | ||||
| * | Fixed documentation URL | Nicolas Lœuillet | 2017-05-17 | 3 | -9/+10 |
| | | |||||
| * | reorder contrib strings in about page | Cedric Girard | 2017-05-16 | 1 | -1/+1 |
| | | | | | | | | this fixes #2891 | ||||
| * | Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-content | Thomas Citharel | 2017-05-10 | 1 | -4/+13 |
| |\ | | | | | | | Create a new entry via API even when its content can't be retrieved | ||||
| | * | Create a new entry via API even when its content can't be retrieved | adev | 2017-05-08 | 1 | -4/+13 |
| | | | | | | | | | | | | Fix #2988 | ||||
| * | | Merge pull request #3076 from wallabag/hotfix/2979 | Nicolas Lœuillet | 2017-05-09 | 1 | -1/+10 |
| |\ \ | | | | | | | | | Disable negative numbers in filters | ||||
| | * | | Add some tests | Jeremy Benoist | 2017-05-09 | 1 | -3/+9 |
| | | | | |||||
| | * | | Disable negative numbers in filters | Maxime Marinel | 2017-05-03 | 1 | -0/+3 |
| | | | | |||||
* | | | | Update of the oc version of CoreBundle | Quent-in | 2017-05-18 | 1 | -13/+13 |
| | | | | | | | | | | | | I hope I didn't break everything with the ' and ". | ||||
* | | | | Added logger when we match Tagging rules | Nicolas Lœuillet | 2017-05-12 | 2 | -1/+9 |
| | | | | |||||
* | | | | Replaced json_array with array | Nicolas Lœuillet | 2017-05-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | And fixed failing test due to @j0k3r :trollface: | ||||
* | | | | Added headers field in Entry | Nicolas Lœuillet | 2017-05-11 | 2 | -1/+34 |
| | | | |