aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/PinboardImport.php
Commit message (Collapse)AuthorAgeFilesLines
* Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-1/+1
|
* Avoid returning objects passed by reference.Jerome Charaoui2017-06-011-1/+1
| | | | | | Objects are always passed by reference, so it doesn't make sense to return an object which is passed by reference as it will always be the same object. This change makes the code a bit more readable.
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Allow fetching content on all import typesJerome Charaoui2016-12-031-2/+0
| | | | | For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome.
* Add Pinboard importJeremy Benoist2016-11-041-0/+143