Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve test failure readability | Jeremy Benoist | 2016-03-20 | 3 | -16/+18 |
| | | | | | If the response content isn't the one expected, instead of checking into the whole DOM (with node tag, etc ..) we only check the text. So if it fails, phpunit will display only the text, not all node tag. It'll be easier to read. | ||||
* | Convert english translation file | Jeremy Benoist | 2016-03-20 | 80 | -864/+1141 |
| | | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>` | ||||
* | Merge pull request #1767 from wallabag/v2-setting-for-reading-time | Jeremy Benoist | 2016-03-18 | 11 | -2/+76 |
|\ | | | | | Setting for reading time | ||||
| * | Improved tests | Nicolas Lœuillet | 2016-03-18 | 2 | -2/+3 |
| | | |||||
| * | Fix documentation and add help message in Baggy | Nicolas Lœuillet | 2016-03-18 | 1 | -1/+1 |
| | | |||||
| * | Replace slider with select | Nicolas Lœuillet | 2016-03-14 | 4 | -7/+14 |
| | | |||||
| * | Translation and documentation | Nicolas Lœuillet | 2016-03-14 | 1 | -0/+1 |
| | | |||||
| * | Fix default value and add baggy implementation | Nicolas Lœuillet | 2016-03-14 | 2 | -1/+10 |
| | | |||||
| * | Fixed fixtures for config | Nicolas Lœuillet | 2016-03-14 | 1 | -0/+3 |
| | | |||||
| * | Added setting to have a personal reading time | Nicolas Lœuillet | 2016-03-14 | 7 | -2/+55 |
| | | |||||
* | | Merge pull request #1799 from wallabag/v2-fix-tabs-display-material | Nicolas Lœuillet | 2016-03-18 | 1 | -0/+11 |
|\ \ | | | | | | | fix tabs display on mobile view | ||||
| * | | fix tabs display on mobile view | Thomas Citharel | 2016-03-16 | 1 | -0/+11 |
| | | | |||||
* | | | add check | Thomas Citharel | 2016-03-16 | 1 | -2/+6 |
| | | | |||||
* | | | fix updating entry status through API | Thomas Citharel | 2016-03-16 | 1 | -6/+2 |
| | | | |||||
* | | | check if archive/star parameters without quotes work | Thomas Citharel | 2016-03-16 | 1 | -0/+49 |
| | | | |||||
* | | | use integers for archived/starred status | Thomas Citharel | 2016-03-16 | 3 | -22/+46 |
| | | | |||||
* | | | fix api properties and typo | Thomas Citharel | 2016-03-16 | 3 | -5/+5 |
|/ / | |||||
* | | Don't add entry through API if it already exists | Thomas Citharel | 2016-03-16 | 2 | -4/+26 |
| | | |||||
* | | add tests on user in API responses | Thomas Citharel | 2016-03-15 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #1786 from wallabag/v2-restrict-user-infos | Nicolas Lœuillet | 2016-03-14 | 1 | -0/+32 |
|\ | | | | | API shows just what needed for user | ||||
| * | API shows just what needed for user | Thomas Citharel | 2016-03-13 | 1 | -0/+32 |
| | | |||||
* | | add refresh-token grant-type | Thomas Citharel | 2016-03-13 | 1 | -1/+1 |
|/ | |||||
* | Fix hazardous bug with Postgres | Jeremy Benoist | 2016-03-12 | 2 | -1/+2 |
| | | | | Instead of retrieving a random annotation, sort them to be sure they are all the same no matter the database used | ||||
* | Improve tests | Jeremy Benoist | 2016-03-11 | 5 | -15/+66 |
| | | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges | ||||
* | Added 'wallabag' in page title | Nicolas Lœuillet | 2016-03-08 | 4 | -4/+4 |
| | |||||
* | Change documentation links in quickstart | Nicolas Lœuillet | 2016-03-08 | 2 | -10/+10 |
| | |||||
* | Merge pull request #1761 from wallabag/v2-API-version | Nicolas Lœuillet | 2016-03-08 | 2 | -0/+26 |
|\ | | | | | V2 api version | ||||
| * | typos & cs | Thomas Citharel | 2016-03-08 | 2 | -5/+7 |
| | | |||||
| * | write test for version | Vincent | 2016-03-07 | 1 | -0/+11 |
| | | |||||
| * | Add version in API | Vincent | 2016-03-07 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #1675 from wallabag/v2-create-api-client | Nicolas Lœuillet | 2016-03-08 | 15 | -0/+622 |
|\ \ | |/ |/| | Ability to create new client for the API | ||||
| * | Fix translations mistake | Jeremy Benoist | 2016-03-07 | 2 | -7/+6 |
| | | | | | | | | In Material template, move the developer link in the left menu (like in baggy) | ||||
| * | Translate "how to" page | Jeremy Benoist | 2016-03-07 | 3 | -16/+24 |
| | | |||||
| * | Use external js & css | Jeremy Benoist | 2016-03-07 | 4 | -144/+6 |
| | | |||||
| * | Add translations | Jeremy Benoist | 2016-03-05 | 9 | -18/+49 |
| | | |||||
| * | Add listing clients | Jeremy Benoist | 2016-03-05 | 8 | -16/+162 |
| | | | | | | | | Rename route to be more consistive (ie: prefixed with developer_) | ||||
| * | Cleanup form | Jeremy Benoist | 2016-03-05 | 12 | -20/+16 |
| | | | | | | | | | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer | ||||
| * | Remove comments | Nicolas Lœuillet | 2016-02-29 | 1 | -6/+1 |
| | | |||||
| * | Add password for auth | Thomas Citharel | 2016-02-29 | 1 | -1/+1 |
| | | |||||
| * | add tests | Nicolas Lœuillet | 2016-02-29 | 5 | -0/+179 |
| | | |||||
| * | Enhance documentation and create a form to create a new client | Nicolas Lœuillet | 2016-02-29 | 8 | -45/+267 |
| | | |||||
| * | API: rename application to client | Nicolas Lœuillet | 2016-02-29 | 2 | -7/+6 |
| | | |||||
| * | Added developer documentation | Nicolas Lœuillet | 2016-02-29 | 5 | -3/+131 |
| | | |||||
| * | Fix #1597: first draft to create new client for the API | Nicolas Lœuillet | 2016-02-29 | 4 | -0/+57 |
| | | |||||
* | | Merge pull request #1750 from wallabag/v2-quickstart-documentation | Jeremy Benoist | 2016-03-04 | 2 | -5/+35 |
|\ \ | | | | | | | Documentation about filters / Quickstart changes | ||||
| * | | Add new links in quickstart | Nicolas Lœuillet | 2016-03-03 | 2 | -5/+35 |
| | | | |||||
* | | | Merge pull request #1670 from wallabag/v2-mark-imported-articles-as-read | Nicolas Lœuillet | 2016-03-04 | 16 | -8/+359 |
|\ \ \ | | | | | | | | | Mark all imported articles as read | ||||
| * | | | Adding test | Jeremy Benoist | 2016-03-04 | 10 | -63/+219 |
| | | | | | | | | | | | | | | | | Reformat json file (thanks pro.jsonlint.com) | ||||
| * | | | cs & tests for wllbg v1 import | Thomas Citharel | 2016-03-03 | 7 | -5/+122 |
| | | | | |||||
| * | | | french translation & pocket | Thomas Citharel | 2016-03-03 | 5 | -3/+54 |
| | | | |