aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* start work on user-sharesshare-articles-to-other-usersThomas Citharel2017-05-253-0/+296
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* changes and default actionsThomas Citharel2017-05-256-14/+88
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* First draft for notificationsThomas Citharel2017-05-2531-5/+689
| | | | 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
* | | 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
* | | | Merge pull request #3088 from wallabag/execute-migrations-after-installJérémy Benoist2017-05-051-7/+16
|\ \ \ \ | | | | | | | | | | Added migrations execution after fresh install
| * | | | Added migrations execution after fresh installNicolas Lœuillet2017-05-051-7/+16
| | | | |
* | | | | Merge pull request #2920 from wallabag/cleanduplicatescommandJérémy Benoist2017-05-052-0/+149
|\ \ \ \ \ | |/ / / / |/| | | | Clean Duplicates Command
| * | | | Fixed @j0k3r reviewNicolas Lœuillet2017-05-051-3/+1
| | | | |
| * | | | Added test for deduplicationNicolas Lœuillet2017-05-051-0/+19
| | | | |
| * | | | Add Clean Duplicates CommandThomas Citharel2017-05-012-0/+132
| | | | |
* | | | | Merge pull request #3053 from wallabag/api-bulk-addNicolas Lœuillet2017-05-053-76/+179
|\ \ \ \ \ | |_|_|_|/ |/| | | | Added API endpoint to handle a list of URL
| * | | | Little refacto and send 400 on reaching urls limitJeremy Benoist2017-05-051-102/+94
| | | | |
| * | | | Added limitNicolas Lœuillet2017-05-013-0/+13
| | | | |
| * | | | Fix testsJeremy Benoist2017-05-011-1/+0
| | | | |
| * | | | Splitted the endpoint in twoNicolas Lœuillet2017-05-011-34/+62
| | | | |
| * | | | Added API endpoint to handle a list of URLNicolas Lœuillet2017-05-011-0/+71
| |/ / / | | | | | | | | | | | | By passing an array, you can add / delete URL in mass (bulk request)
* | | | Merge pull request #3080 from wallabag/use-username-to-importNicolas Lœuillet2017-05-041-3/+8
|\ \ \ \ | | | | | | | | | | Use username to import
| * | | | Use username to importThomas Citharel2017-05-041-3/+8
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>