Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |