aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add support for authorsJeremy Benoist2017-05-311-1/+5
| | |
* | | Allow other fields to be send using APIJeremy Benoist2017-05-312-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-importNicolas Lœuillet2017-05-311-0/+17
|\ \ | | | | | | Add support for tag in Instapaper import
| * | Add support for tag in Instapaper importJeremy Benoist2017-05-311-0/+17
| | |
* | | 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>
* | | | Merge pull request #3161 from wallabag/scrutinizer-2.3Nicolas Lœuillet2017-05-313-11/+5
|\ \ \ \ | |_|/ / |/| | | Fix some Scrutinizer issues
| * | | 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 #3143 from wallabag/fix-wllbg2-importNicolas Lœuillet2017-05-311-2/+2
|\ \ \ | |_|/ |/| | Fixed is_starred for wallabag v2 import
| * | Add testsJeremy Benoist2017-05-301-2/+2
| | |
| * | Fixed is_starred for wallabag v2 importNicolas Lœuillet2017-05-241-1/+1
| | |
* | | Merge pull request #3065 from wallabag/api-creation-endpointJérémy Benoist2017-05-304-7/+171
|\ \ \ | |_|/ |/| | Register through API
| * | Remove unknown validation_groupsJeremy Benoist2017-05-301-3/+1
| | | | | | | | | | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length)
| * | Re-use `NewUserType` to validate registrationJeremy Benoist2017-05-302-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
| * | WIPThomas Citharel2017-05-293-0/+108
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | 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-284-5/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Move Tags assigner to a separate fileThomas Citharel2017-05-2711-64/+105
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-1918-28/+47
|\
| * 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 #3095 from aaa2000/api-error-on-fail-fetch-contentThomas Citharel2017-05-101-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 retrievedadev2017-05-081-4/+13
| | | | | | | | | | | | Fix #2988
| * | 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
| | | |
* | | | Merge pull request #3101 from wallabag/credentials-new-extrafieldsJérémy Benoist2017-05-103-9/+31
|\ \ \ \ | | | | | | | | | | Skip auth when no credentials are found
| * | | | 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.
* | | | | Retrieve tag / tags value from query or requestJeremy Benoist2017-05-091-2/+2
|/ / / / | | | | | | | | | | | | | | | | It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard). Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)
* | | | 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-096-5/+15
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Update graby* licensesJérémy Benoist2017-05-091-2/+2
| | | | |
| * | | | Fix API pagination is broken if perPage is custom valueadev2017-05-081-1/+2
| | |_|/ | |/| | | | | | | | | | Fix #2720
| * | | Translate error message in login pageadev2017-05-061-1/+1
| | | | | | | | | | | | | | | | Fix #2933
| * | | Fix display the form errors correctlyadev2017-05-054-1/+11
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | 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