aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/BrowserImport.php
Commit message (Collapse)AuthorAgeFilesLines
* Requeue depending on producerJeremy Benoist2016-10-201-0/+12
| | | | Browser import can requeue message from `parseEntry` but we should take care of the way import are handled (depending on the producer)
* Add controller test for InstapaperJeremy Benoist2016-09-271-0/+2
|
* Move prepareEntry to dedicated placeJeremy Benoist2016-09-261-35/+0
| | | | | Yeah first try was ugly, now each part are in the dedicated place. Also, the date is hardly truncated to 10 chars because Firefox date are 16 chars long and Chrome are 17 chars long. So instead of divised them by a huge number, I prefer to truncate them.
* Update Firefox fileJeremy Benoist2016-09-251-12/+24
| | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so).
* Fix bad date format in Browser importJeremy Benoist2016-09-251-0/+23
|
* Fixed tests by removing clear()Nicolas LÅ“uillet2016-09-251-4/+0
|
* fix testsThomas Citharel2016-09-251-2/+2
|
* cs & fixesThomas Citharel2016-09-251-6/+3
|
* bring chrome and firefox as separate importsThomas Citharel2016-09-251-127/+120
|
* Add Chrome path for Mac OSNicolas LÅ“uillet2016-09-251-8/+0
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-0/+227