aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Page parameter was never used in the functionJeremy Benoist2017-06-013-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-testsJérémy Benoist2017-06-013-14/+11
|\ | | | | Isolated tests
| * Isolated testsadev2017-05-313-14/+11
| | | | | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* | Merge pull request #3077 from wallabag/add-tags-list-viewNicolas Lœuillet2017-05-312-17/+27
|\ \ | | | | | | Added tags on list view
| * | Add some flex magicThomas Citharel2017-05-311-18/+16
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Fixed tags display on grid viewNicolas Lœuillet2017-05-312-23/+28
| | |
| * | Added tags on list viewNicolas Lœuillet2017-05-301-1/+8
| | |
* | | Forced date can now be a timestamp tooJeremy Benoist2017-05-311-1/+8
| | | | | | | | | | | | Add adding more tests for forced content
* | | Improve docsJeremy Benoist2017-05-311-3/+3
| | |
* | | Remove htmlawed and use graby insteadJeremy Benoist2017-05-311-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 htmlJeremy Benoist2017-05-311-0/+10
| | | | | | | | | | | | It might be better to re-use some graby functionalities to clean html instead of building a new system.
* | | Allow other fields to be send using APIJeremy Benoist2017-05-311-7/+23
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #3138 from Kdecherf/2835-tagsNicolas Lœuillet2017-05-312-5/+7
|\ \ | | | | | | Ignore ActionMarkAsRead when removing tag from entry
| * | TagController: ignore ActionMarkAsRead when removing tag from entryKevin Decherf2017-05-312-5/+7
| |/ | | | | | | | | | | Fixes #2835 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | CSJeremy Benoist2017-05-301-1/+1
| |
* | Use a better way to set input for commandJeremy Benoist2017-05-301-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 issuesJeremy Benoist2017-05-303-10/+5
|/
* Merge pull request #3147 from wallabag/delete-confirmJérémy Benoist2017-05-3017-20/+65
|\ | | | | Add some deletion confirmation to avoid mistake
| * Update messages.pl.ymlMateusz Rumiński2017-05-291-8/+8
| | | | | | add missing translation
| * update :de: messages.de.ymlSven Fischer2017-05-291-8/+8
| |
| * Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-2417-8/+53
| |
* | CSThomas Citharel2017-05-282-3/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Move Tags assigner to a separate fileThomas Citharel2017-05-274-55/+85
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-1917-24/+34
|\
| * modify key name as wellCedric Girard2017-05-1813-13/+13
| |
| * unify Download/Export wording.Cedric Girard2017-05-189-9/+9
| | | | | | | | This fixes #2967
| * Fixed documentation URLNicolas Lœuillet2017-05-173-9/+10
| |
| * reorder contrib strings in about pageCedric Girard2017-05-161-1/+1
| | | | | | | | this fixes #2891
| * Merge pull request #3076 from wallabag/hotfix/2979Nicolas Lœuillet2017-05-091-1/+10
| |\ | | | | | | Disable negative numbers in filters
| | * Add some testsJeremy Benoist2017-05-091-3/+9
| | |
| | * Disable negative numbers in filtersMaxime Marinel2017-05-031-0/+3
| | |
* | | Update of the oc version of CoreBundleQuent-in2017-05-181-13/+13
| | | | | | | | | I hope I didn't break everything with the ' and ".
* | | Added logger when we match Tagging rulesNicolas Lœuillet2017-05-122-1/+9
| | |
* | | Replaced json_array with arrayNicolas Lœuillet2017-05-111-4/+4
| | | | | | | | | | | | And fixed failing test due to @j0k3r :trollface:
* | | Added headers field in EntryNicolas Lœuillet2017-05-112-1/+34
| | |
* | | Handle empty configurationJeremy Benoist2017-05-101-1/+1
| | |
* | | Skip auth when no credentials are foundJeremy Benoist2017-05-093-9/+31
| | | | | | | | | | | | If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
* | | Merge pull request #2751 from bdunogier/2.2-guzzle_subscribers_improvementJérémy Benoist2017-05-093-11/+48
|\ \ \ | | | | | | | | Improved Guzzle subscribers extensibility
| * | | CSJeremy Benoist2017-05-091-1/+1
| | | |
| * | | Changed parsing of login_extra_fields in guzzle authBertrand Dunogier2017-05-041-1/+27
| | | |
| * | | Improved Guzzle subscribers extensibilityBertrand Dunogier2017-05-042-9/+20
| | | | | | | | | | | | | | | | Allows 3rd parties to register new guzzle subscribers by adding extra calls to the http_client_factory service.
* | | | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-093-2/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Update graby* licensesJérémy Benoist2017-05-091-2/+2
| | | |
| * | | Fix display the form errors correctlyadev2017-05-053-0/+6
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Use `property_path` form option to map underscored form fields to object properties @see https://github.com/symfony/symfony/issues/9162#issuecomment-25431148 Fix #3067
* | | Merge pull request #3022 from wallabag/webpackThomas Citharel2017-05-098-75/+77
|\ \ \ | | | | | | | | Adds Webpack support and remove Grunt
| * | | Fix review againThomas Citharel2017-05-071-36/+38
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Fix reviewsAline2017-05-073-8/+7
| | | | | | | | | | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com>
| * | | Fix according to reviewThomas Citharel2017-05-041-1/+1
| | | |
| * | | fix theme changesThomas Citharel2017-05-041-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-046-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes