Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update composer.json | Jérémy Benoist | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | Skip auth when no credentials are found | Jeremy Benoist | 2017-05-09 | 5 | -23/+59 |
| | | | | 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_improvement | Jérémy Benoist | 2017-05-09 | 4 | -12/+49 |
|\ | | | | | Improved Guzzle subscribers extensibility | ||||
| * | CS | Jeremy Benoist | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | Changed parsing of login_extra_fields in guzzle auth | Bertrand Dunogier | 2017-05-04 | 2 | -2/+28 |
| | | |||||
| * | Improved Guzzle subscribers extensibility | Bertrand Dunogier | 2017-05-04 | 2 | -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.3 | Jeremy Benoist | 2017-05-09 | 13 | -11/+37 |
|\ \ | |||||
| * \ | Merge pull request #3097 from wallabag/update-license | Jérémy Benoist | 2017-05-09 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Update graby* licenses | ||||
| | * | | Update graby* licenses | Jérémy Benoist | 2017-05-09 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #3096 from aaa2000/fix-api-entries-pagination-with-perpage | Jérémy Benoist | 2017-05-09 | 2 | -1/+18 |
| |\ \ | | | | | | | | | Fix API pagination is broken if perPage is custom value | ||||
| | * | | Fix API pagination is broken if perPage is custom value | adev | 2017-05-08 | 2 | -1/+18 |
| |/ / | | | | | | | | | | Fix #2720 | ||||
| * | | Merge pull request #3090 from aaa2000/translate-login-page-error | Nicolas Lœuillet | 2017-05-07 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Translate error message in login page | ||||
| | * | | Translate error message in login page | adev | 2017-05-06 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Fix #2933 | ||||
| * | | Merge pull request #3082 from aaa2000/fix-form-errors-display | Jérémy Benoist | 2017-05-05 | 4 | -1/+11 |
| |\ \ | | | | | | | | | Fix display the form errors correctly | ||||
| | * | | Fix display the form errors correctly | adev | 2017-05-05 | 4 | -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 #3072 from wallabag/hotfix/3061 | Nicolas Lœuillet | 2017-05-02 | 6 | -6/+6 |
| |\ \ \ | | |/ / | |/| | | Small typo in documentation fix #3061 | ||||
| | * | | Small typo in documentation fix #3061 | Maxime Marinel | 2017-05-02 | 6 | -6/+6 |
| |/ / | |||||
* | | | Merge pull request #3022 from wallabag/webpack | Thomas Citharel | 2017-05-09 | 202 | -132081/+8809 |
|\ \ \ | | | | | | | | | Adds Webpack support and remove Grunt | ||||
| * | | | icon mail a bit better | Thomas Citharel | 2017-05-09 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | fix 3-dots menu position | Thomas Citharel | 2017-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | Fix review again | Thomas Citharel | 2017-05-07 | 4 | -51/+57 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | Fix reviews | Aline | 2017-05-07 | 10 | -9/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com> | ||||
| * | | | fixed margin on sidebar menu | Thomas Citharel | 2017-05-05 | 2 | -2/+2 |
| | | | | |||||
| * | | | Fix according to review | Thomas Citharel | 2017-05-04 | 7 | -1054/+41 |
| | | | | |||||
| * | | | rebase | Thomas Citharel | 2017-05-04 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | Use npm script instead of direct webpack call | Thomas Citharel | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | fix travis | Thomas Citharel | 2017-05-04 | 1 | -4/+3 |
| | | | | |||||
| * | | | fix theme changes | Thomas Citharel | 2017-05-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | add comment to config.yml to explain live reload feature | Thomas Citharel | 2017-05-04 | 1 | -0/+1 |
| | | | | |||||
| * | | | disable default dev server | Thomas Citharel | 2017-05-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adds Webpack support and removes the use for Grunt | Thomas Citharel | 2017-05-04 | 197 | -131003/+8709 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-install | Jérémy Benoist | 2017-05-05 | 3 | -12/+26 |
|\ \ \ \ | | | | | | | | | | | Added migrations execution after fresh install | ||||
| * | | | | Added migrations execution after fresh install | Nicolas Lœuillet | 2017-05-05 | 5 | -14/+28 |
| | | | | | |||||
* | | | | | Merge pull request #2920 from wallabag/cleanduplicatescommand | Jérémy Benoist | 2017-05-05 | 7 | -2/+319 |
|\ \ \ \ \ | |/ / / / |/| | | | | Clean Duplicates Command | ||||
| * | | | | Fixed test | Nicolas Lœuillet | 2017-05-05 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Fixed @j0k3r review | Nicolas Lœuillet | 2017-05-05 | 2 | -6/+4 |
| | | | | | |||||
| * | | | | Added test for deduplication | Nicolas Lœuillet | 2017-05-05 | 4 | -3/+67 |
| | | | | | |||||
| * | | | | Add docs for cli commands | Thomas Citharel | 2017-05-01 | 2 | -0/+60 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | | Add basic tests | Thomas Citharel | 2017-05-01 | 1 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | | Add Clean Duplicates Command | Thomas Citharel | 2017-05-01 | 2 | -0/+132 |
| | | | | | |||||
* | | | | | Merge pull request #3053 from wallabag/api-bulk-add | Nicolas Lœuillet | 2017-05-05 | 5 | -83/+236 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Added API endpoint to handle a list of URL | ||||
| * | | | | Little refacto and send 400 on reaching urls limit | Jeremy Benoist | 2017-05-05 | 2 | -106/+97 |
| | | | | | |||||
| * | | | | Added limit | Nicolas Lœuillet | 2017-05-01 | 5 | -0/+37 |
| | | | | | |||||
| * | | | | Fix tests (for real this time) | Jeremy Benoist | 2017-05-01 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix tests | Jeremy Benoist | 2017-05-01 | 2 | -5/+4 |
| | | | | | |||||
| * | | | | Splitted the endpoint in two | Nicolas Lœuillet | 2017-05-01 | 2 | -63/+88 |
| | | | | | |||||
| * | | | | Added API endpoint to handle a list of URL | Nicolas Lœuillet | 2017-05-01 | 2 | -8/+109 |
| |/ / / | | | | | | | | | | | | | By passing an array, you can add / delete URL in mass (bulk request) | ||||
* | | | | Merge pull request #3080 from wallabag/use-username-to-import | Nicolas Lœuillet | 2017-05-04 | 3 | -16/+41 |
|\ \ \ \ | | | | | | | | | | | Use username to import | ||||
| * | | | | Use username to import | Thomas Citharel | 2017-05-04 | 3 | -16/+41 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | | Merge pull request #3060 from wallabag/search-users | Thomas Citharel | 2017-05-04 | 17 | -118/+256 |
|\ \ \ \ | |/ / / |/| | | | Search & paginate users |