aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import
Commit message (Collapse)AuthorAgeFilesLines
...
* First test on PocketImportJeremy Benoist2016-01-021-77/+74
| | | | Giving ability to define the Client add abitliy to easliy test the import.
* Update url & service nameJeremy Benoist2016-01-022-1/+41
| | | | | 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-021-14/+10
| | | | - add check on userId for findOneByURL for entries
* fix #1502 avoid duplicate entry and store pocket url in configNicolas Lœuillet2016-01-021-13/+46
|
* assign tags to entries and add lastPocketImport attribute to userNicolas Lœuillet2016-01-021-11/+65
|
* create ImportController to list importersNicolas Lœuillet2016-01-022-0/+12
|
* refactor pocket importNicolas Lœuillet2016-01-022-0/+144