Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1775 from wallabag/v2-few-fixes | Nicolas Lœuillet | 2016-03-12 | 6 | -16/+68 |
|\ | | | | | Some fixes | ||||
| * | 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 | ||||
| * | Use --prefer-dist to improve CI perf | Jeremy Benoist | 2016-03-11 | 1 | -1/+1 |
| | | | | | | | | https://twitter.com/seldaek/status/708236348281495552 | ||||
* | | Merge pull request #1776 from wallabag/v2-doc-clarify-php7 | Nicolas Lœuillet | 2016-03-11 | 2 | -2/+2 |
|\ \ | |/ |/| | clarify that wllbg is compatible php 7 | ||||
| * | clarify that wllbg is compatible php 7 | Thomas Citharel | 2016-03-11 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #1763 from wallabag/v2-prepare-beta2 | Jeremy Benoist | 2016-03-11 | 4 | -7/+17 |
|\ | | | | | Prepare files for 2.0.0-beta.2 | ||||
| * | git clone with prefer-dist option | Nicolas Lœuillet | 2016-03-10 | 3 | -5/+14 |
| | | |||||
| * | Finally back to composer create-project but with --keep-vcs option | Nicolas Lœuillet | 2016-03-10 | 3 | -15/+4 |
| | | |||||
| * | Add -o option in composer install command | Nicolas Lœuillet | 2016-03-10 | 3 | -3/+3 |
| | | |||||
| * | French documentation for new installation | Nicolas Lœuillet | 2016-03-10 | 1 | -1/+5 |
| | | |||||
| * | Prepare files for 2.0.0-beta.2 | Nicolas Lœuillet | 2016-03-10 | 3 | -4/+12 |
|/ | |||||
* | Merge pull request #1771 from wallabag/docker-timezone | Nicolas Lœuillet | 2016-03-09 | 2 | -42/+53 |
|\ | | | | | Docker timezone | ||||
| * | Add comment about timezone definition | djay | 2016-03-09 | 2 | -0/+2 |
| | | |||||
| * | Add the timezone as an argument in the docker-compose. | djay | 2016-03-09 | 2 | -43/+50 |
| | | | | | | | | For that, need to use v2 of docker-compose (with version >= 1.6.0) | ||||
| * | Add the timezone for PHP docker container | djay | 2016-03-09 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1766 from wallabag/v2-add-wallabag-in-title | Jeremy Benoist | 2016-03-08 | 4 | -4/+4 |
|\ | | | | | Fix #1756: Added 'wallabag' in page title | ||||
| * | Added 'wallabag' in page title | Nicolas Lœuillet | 2016-03-08 | 4 | -4/+4 |
|/ | |||||
* | Merge pull request #1762 from wallabag/v2-fix-quickstart-links | Jeremy Benoist | 2016-03-08 | 2 | -10/+10 |
|\ | | | | | Change documentation links in quickstart | ||||
| * | 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 | 3 | -0/+27 |
|\ | | | | | 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 | 2 | -0/+14 |
| | | |||||
* | | 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 |
| | | |||||
* | | Update filters picture in documentation | Nicolas Lœuillet | 2016-03-04 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #1750 from wallabag/v2-quickstart-documentation | Jeremy Benoist | 2016-03-04 | 12 | -18/+143 |
|\ \ | | | | | | | Documentation about filters / Quickstart changes | ||||
| * | | update picture | Nicolas Lœuillet | 2016-03-04 | 1 | -0/+0 |
| | | | |||||
| * | | Documentation about filters (and some fixes in french documentation | Nicolas Lœuillet | 2016-03-03 | 10 | -13/+108 |
| | | | |||||
| * | | 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 |
| | | | | |||||
| * | | | Mark all imported articles as read | Thomas Citharel | 2016-03-03 | 6 | -2/+29 |
| |/ / | |||||
* | | | Merge pull request #1754 from wallabag/v2-api-new-properties-light | Nicolas Lœuillet | 2016-03-04 | 2 | -0/+31 |
|\ \ \ | | | | | | | | | Add starred & archive properties to API | ||||
| * | | | Remove 'content' from API | Jeremy Benoist | 2016-03-04 | 2 | -22/+0 |
| | | | | | | | | | | | | | | | | Waiting to find a good solution to avoid side problem since user can no define the content |