Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flashes messages | Jeremy Benoist | 2016-03-20 | 3 | -6/+6 |
| | |||||
* | Convert english translation file | Jeremy Benoist | 2016-03-20 | 5 | -12/+13 |
| | | | | | | | - 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>` | ||||
* | Improve tests | Jeremy Benoist | 2016-03-11 | 1 | -4/+0 |
| | | | | | | - 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 | 3 | -3/+3 |
| | |||||
* | Adding test | Jeremy Benoist | 2016-03-04 | 6 | -52/+209 |
| | | | | Reformat json file (thanks pro.jsonlint.com) | ||||
* | cs & tests for wllbg v1 import | Thomas Citharel | 2016-03-03 | 4 | -0/+122 |
| | |||||
* | Move assignTagsToEntry in ContentProxy helper | Jeremy Benoist | 2016-02-19 | 1 | -16/+2 |
| | |||||
* | import tags from v1 (#1657) | Thomas Citharel | 2016-02-12 | 2 | -3/+21 |
| | |||||
* | add tests | Thomas Citharel | 2016-02-11 | 4 | -6/+70 |
| | |||||
* | CS | Thomas Citharel | 2016-02-11 | 2 | -3/+2 |
| | |||||
* | reimport v1 entries if they were not fetched | Thomas Citharel | 2016-02-11 | 2 | -2/+13 |
| | |||||
* | an other test for non empty fields | Nicolas Lœuillet | 2016-02-05 | 1 | -3/+15 |
| | |||||
* | add test to check empty fields | Nicolas Lœuillet | 2016-02-05 | 1 | -0/+12 |
| | |||||
* | updated fixtures | Nicolas Lœuillet | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1612 from wallabag/v2-settings-page | Nicolas Lœuillet | 2016-02-04 | 1 | -1/+10 |
|\ | | | | | Settings page | ||||
| * | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 1 | -1/+10 |
| | | |||||
* | | [#1590] Add JSON import from wallabag v2 | Nicolas Lœuillet | 2016-01-20 | 5 | -7/+174 |
|/ | |||||
* | Fix `findOneByUrl` side effect in tests | Jeremy Benoist | 2016-01-15 | 2 | -2/+2 |
| | | | | Fix #1566 | ||||
* | updated tests | Nicolas Lœuillet | 2016-01-07 | 2 | -2/+2 |
| | |||||
* | Fix tag related test for Pocket | Jeremy Benoist | 2016-01-03 | 1 | -1/+3 |
| | |||||
* | Add tagged services for import | Jeremy Benoist | 2016-01-02 | 9 | -2/+212 |
| | | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests | ||||
* | Rewrote Wallabag v1 import | Jeremy Benoist | 2016-01-02 | 2 | -0/+146 |
| | |||||
* | Rewrote Pocket Import | Jeremy Benoist | 2016-01-02 | 1 | -17/+211 |
| | | | | | | | For the moment, we won't do a queue system, just a plain synchronous import. We also use ContentProxy to grab content for each article from Pocket. Error from Pocket are now logged using the logger. The ImportInterface need to be simple and not related to oAuth (not all import will use that method). | ||||
* | First test on PocketImport | Jeremy Benoist | 2016-01-02 | 1 | -0/+117 |
Giving ability to define the Client add abitliy to easliy test the import. |