Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Set the right variable type | Jeremy Benoist | 2017-06-01 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Page parameter was never used in the function | Jeremy Benoist | 2017-06-01 | 3 | -7/+4 | |
|/ / / / | | | | | | | | | | | | | | | | | It could have been used if we set the current page inside PreparePagerForEntries. But we did that in each controller because we can have an OutOfRangeCurrentPageException | |||||
* | | | | Merge pull request #3137 from aaa2000/isolated-tests | Jérémy Benoist | 2017-06-01 | 23 | -281/+461 | |
|\ \ \ \ | |/ / / |/| | | | Isolated tests | |||||
| * | | | Isolated tests | adev | 2017-05-31 | 24 | -284/+465 | |
| | | | | | | | | | | | | | | | | 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 | 6 | -19/+90 | |
|\ \ \ \ | | | | | | | | | | | Added tags on list view | |||||
| * | | | | Reduced border-radius for tags | Nicolas Lœuillet | 2017-05-31 | 2 | -0/+2 | |
| | | | | | ||||||
| * | | | | Add some flex magic | Thomas Citharel | 2017-05-31 | 4 | -53/+64 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
| * | | | | Fixed tags display on grid view | Nicolas Lœuillet | 2017-05-31 | 5 | -23/+74 | |
| | | | | | ||||||
| * | | | | Added tags on list view | Nicolas Lœuillet | 2017-05-30 | 1 | -1/+8 | |
| | | | | | ||||||
* | | | | | Merge pull request #3106 from wallabag/api-content | Jérémy Benoist | 2017-05-31 | 14 | -540/+248 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Allow other fields to be send using API | |||||
| * | | | | PR has been merged in graby | Jérémy Benoist | 2017-05-31 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix tests following rebase | Jeremy Benoist | 2017-05-31 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | CS | Jeremy Benoist | 2017-05-31 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Forced date can now be a timestamp too | Jeremy Benoist | 2017-05-31 | 3 | -2/+90 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -32/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using htmlawed (which is already used in graby) use graby directly (which require some refacto on graby side). Still needs some tests. | |||||
| * | | | | Reduce imported entries | Jeremy Benoist | 2017-05-31 | 8 | -491/+23 | |
| | | | | | | | | | | | | | | | | | | | | Down from 2.2 minutes to 1.39 minutes | |||||
| * | | | | Use graby ContentExtractor to clean html | Jeremy Benoist | 2017-05-31 | 4 | -2/+66 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+9 | |
| | | | | | ||||||
| * | | | | Allow other fields to be send using API | Jeremy Benoist | 2017-05-31 | 7 | -43/+74 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 13 | -31/+94 | |
|\ \ \ \ | | | | | | | | | | | Add support for tag in Instapaper import | |||||
| * | | | | CS & improve tags assertions | Jeremy Benoist | 2017-05-31 | 9 | -18/+34 | |
| | | | | | ||||||
| * | | | | Add support for tag in Instapaper import | Jeremy Benoist | 2017-05-31 | 4 | -13/+60 | |
| | | | | | ||||||
* | | | | | Merge pull request #3138 from Kdecherf/2835-tags | Nicolas Lœuillet | 2017-05-31 | 4 | -5/+35 | |
|\ \ \ \ \ | | | | | | | | | | | | | Ignore ActionMarkAsRead when removing tag from entry | |||||
| * | | | | | Ensure retrieved data are fresh | Jeremy Benoist | 2017-05-31 | 1 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | TagController: ignore ActionMarkAsRead when removing tag from entry | Kevin Decherf | 2017-05-31 | 4 | -5/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -87/+35 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | 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 | 2 | -77/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -3/+4 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fixed is_starred for wallabag v2 import | |||||
| * | | | | Add tests | Jeremy Benoist | 2017-05-30 | 3 | -3/+4 | |
| | | | | | ||||||
| * | | | | 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 | 7 | -10/+284 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Register through API | |||||
| * | | | | Avoid side effect on other tests | Jeremy Benoist | 2017-05-30 | 1 | -1/+13 | |
| | | | | | ||||||
| * | | | | Remove unknown validation_groups | Jeremy Benoist | 2017-05-30 | 2 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 4 | -44/+200 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-30 | 2 | -2/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | Merge pull request #3146 from DamienCassou/fix-doc-url | Jérémy Benoist | 2017-05-24 | 2 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | Fix documentation URL for "How can I help to fix that?" | |||||
| | * | | | Fix documentation URL for "How can I help to fix that?" | Damien Cassou | 2017-05-24 | 2 | -2/+2 | |
| |/ / / | ||||||
* | | | | 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 | |||||
| * | | | Merge pull request #3160 from wallabag/mruminski-patch-1 | Jérémy Benoist | 2017-05-30 | 1 | -8/+8 | |
| |\ \ \ | | | | | | | | | | | Update messages.pl.yml | |||||
| | * | | | 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 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #3153 from wallabag/content-proxy-refactor | Thomas Citharel | 2017-05-28 | 20 | -202/+266 | |
|\ \ \ | |/ / |/| | | Move Tags assigner to a separate file | |||||
| * | | CS | Thomas Citharel | 2017-05-28 | 1 | -6/+0 | |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
| * | | 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 | 20 | -200/+274 | |
|/ / | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> |