aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle
Commit message (Collapse)AuthorAgeFilesLines
* updated testsNicolas Lœuillet2016-01-078-16/+9
|
* Added french translationsNicolas Lœuillet2016-01-056-8/+16
|
* Few phpDoc fixJeremy Benoist2016-01-032-2/+3
| | | | And some little mistakes
* Fix tag related test for PocketJeremy Benoist2016-01-032-3/+6
|
* Add tagged services for importJeremy Benoist2016-01-0223-41/+388
| | | | | | | | | - 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 importJeremy Benoist2016-01-0212-94/+404
|
* Rewrote Pocket ImportJeremy Benoist2016-01-028-199/+356
| | | | | | | 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).
* Update after previous mergeJeremy Benoist2016-01-026-2/+234
| | | | PR #1443 was merged into this branch to handle all import type in the same place.
* First test on PocketImportJeremy Benoist2016-01-023-77/+202
| | | | Giving ability to define the Client add abitliy to easliy test the import.
* Update url & service nameJeremy Benoist2016-01-026-13/+56
| | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface
* Change the way to check for an existing entryJeremy Benoist2016-01-021-2/+2
| | | | The repository method return the entry found or false if nothing exists.
* - remove importers configurationNicolas Lœuillet2016-01-024-33/+10
| | | | - add check on userId for findOneByURL for entries
* fix #1502 avoid duplicate entry and store pocket url in configNicolas Lœuillet2016-01-024-13/+65
|
* assign tags to entries and add lastPocketImport attribute to userNicolas Lœuillet2016-01-022-12/+66
|
* create ImportController to list importersNicolas Lœuillet2016-01-025-5/+49
|
* service callNicolas Lœuillet2016-01-021-2/+2
|
* refactor pocket importNicolas Lœuillet2016-01-026-105/+201
|
* 1st draft for Pocket import via APINicolas Lœuillet2016-01-023-0/+164