aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/FirefoxImport.php
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2019-02-111-1/+1
|
* Validate imported entry to avoid error on importJeremy Benoist2019-01-031-0/+12
| | | | | We got some imports with a missing `url` field generating some errors while trying to retrieve an existing entry with that url. Introducing the `validateEntry` allow us to dismiss a message when it doesn't have an url (or other missing stuff in the future)
* CSJeremy Benoist2017-10-091-1/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Fixed imports with is_starred and is_archivedNicolas LÅ“uillet2016-12-071-1/+2
|
* Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-021-1/+1
|
* Move prepareEntry to dedicated placeJeremy Benoist2016-09-261-0/+21
| | | | | 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.
* Fix bad date format in Browser importJeremy Benoist2016-09-251-31/+0
|
* cs & fixesThomas Citharel2016-09-251-14/+6
|
* bring chrome and firefox as separate importsThomas Citharel2016-09-251-0/+71