aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Simpleue 2.0Jeremy Benoist2017-11-181-0/+17
| | | | The 1.3.0 tag is introducing BC so we jump to the 2.0
* CSJeremy Benoist2017-10-097-14/+14
|
* Merge pull request #3298 from nclsHart/fix-namespace-phpdocJérémy Benoist2017-07-302-1/+2
|\ | | | | Fix some namespaces and phpdoc
| * Fix some namespaces and phpdocNicolas Hart2017-07-292-1/+2
| |
* | Add missing abstract method prepareEntry in BrowserImportNicolas Hart2017-07-291-0/+2
|/
* CSJeremy Benoist2017-07-241-6/+6
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-0126-271/+269
|
* Fix option attributesJeremy Benoist2017-06-011-3/+3
|
* We don't need that getterJeremy Benoist2017-06-011-8/+0
|
* Rewrote code & fix testsJeremy Benoist2017-06-011-5/+2
|
* Fix testsJeremy Benoist2017-06-013-3/+7
|
* CSJeremy Benoist2017-06-011-2/+1
|
* Replace Wallabag v1 error strings with v2 stringsJerome Charaoui2017-06-012-3/+17
|
* Add disableContentUpdate import optionJerome Charaoui2017-06-012-3/+30
| | | | | | This commit also decouples the "import" and "update" functions inside ContentProxy. If a content array is available, it must be passed to the new importEntry method.
* Avoid returning objects passed by reference.Jerome Charaoui2017-06-017-9/+7
| | | | | | 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.
* Add support for tag in Instapaper importJeremy Benoist2017-05-311-0/+17
|
* Merge pull request #3143 from wallabag/fix-wllbg2-importNicolas Lœuillet2017-05-311-2/+2
|\ | | | | Fixed is_starred for wallabag v2 import
| * Add testsJeremy Benoist2017-05-301-2/+2
| |
| * Fixed is_starred for wallabag v2 importNicolas Lœuillet2017-05-241-1/+1
| |
* | CSThomas Citharel2017-05-282-2/+0
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Move Tags assigner to a separate fileThomas Citharel2017-05-276-5/+16
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Use username to importThomas Citharel2017-05-041-3/+8
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> add docs Signed-off-by: Thomas Citharel <tcit@tcit.fr> use username as default Signed-off-by: Thomas Citharel <tcit@tcit.fr> rename user to username typo Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Import: we now skip messages when user is nullNicolas Lœuillet2017-02-201-1/+2
|
* Merge pull request #2667 from wallabag/upgrade-symfony-32Nicolas Lœuillet2016-12-155-5/+5
|\ | | | | Upgrade to Symfony 3.2
| * Fix tests & deprecation noticeJeremy Benoist2016-12-155-5/+5
| |
* | Moved total messages from importNicolas Lœuillet2016-12-081-0/+6
| |
* | Fixed imports with is_starred and is_archivedNicolas Lœuillet2016-12-073-3/+6
| |
* | Casted maxIterations for Redis importNicolas Lœuillet2016-12-061-1/+1
| | | | | | | | Simpleue\Worker wants an integer, we gave it a string
* | Allow fetching content on all import typesJerome Charaoui2016-12-034-8/+0
| | | | | | | | | | For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome.
* | Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-024-2/+4
|/
* Add Pinboard importJeremy Benoist2016-11-049-2/+312
|
* CleanupJeremy Benoist2016-11-032-5/+1
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-0/+3
|\
| * Add Instapaper to CLI importLaurent2016-11-011-0/+3
| |
| * Inject parameter instead of serviceJeremy Benoist2016-10-301-1/+0
| | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* | Add warning message for import + download imagesJeremy Benoist2016-11-038-4/+17
| | | | | | | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
* | CSJeremy Benoist2016-11-021-2/+0
| |
* | Add more importer to wallabag:import commandJeremy Benoist2016-11-021-10/+16
| | | | | | | | All importer available expect Pocket which require an oAuth login.
* | Add entry.saved event to import & restJeremy Benoist2016-11-027-9/+68
| |
* | CleanupJeremy Benoist2016-10-301-1/+0
|/
* 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)
* Avoid RabbitMQ consumer to loopJeremy Benoist2016-10-201-2/+3
| | | | When the `parseEntry` returns null it means the entry already exists in the database. Sending `false` as return, will requeue the message which will then loop forever.
* Add controller test for InstapaperJeremy Benoist2016-09-274-0/+12
|
* Add Instapaper importJeremy Benoist2016-09-279-3/+308
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Merge pull request #2192 from wallabag/import-browser-bookmarksJeremy Benoist2016-09-2613-6/+658
|\ | | | | Import Firefox & Chrome bookmarks into wallabag
| * Move prepareEntry to dedicated placeJeremy Benoist2016-09-263-35/+42
| | | | | | | | | | 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-253-62/+23
| |
| * Fixed tests by removing clear()Nicolas Lœuillet2016-09-251-4/+0
| |
| * fix testsThomas Citharel2016-09-253-24/+24
| |