aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/views/Import
Commit message (Collapse)AuthorAgeFilesLines
* Moved total messages from importNicolas Lœuillet2016-12-081-0/+6
|
* Add warning message for import + download imagesJeremy Benoist2016-11-032-0/+9
| | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-1/+1
|
* Display a message when async import won’t workJeremy Benoist2016-09-241-2/+14
| | | | | Mostly if Redis or RabbitMQ isn’t installed / launched. I guess it’ll avoid some issues.
* Display how many messages are queueJeremy Benoist2016-09-131-0/+11
| | | | | - update the docker-composer to add Redis - add migrations
* Display a message when async is enabledJeremy Benoist2016-09-111-0/+8
|
* Convert english translation fileJeremy Benoist2016-03-201-3/+4
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Make English welcome message more naturalOlivier Mehani2016-02-251-1/+1
| | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* updated testsNicolas Lœuillet2016-01-071-1/+1
|
* Added french translationsNicolas Lœuillet2016-01-051-1/+1
|
* Add tagged services for importJeremy Benoist2016-01-021-4/+8
| | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
* Rewrote Wallabag v1 importJeremy Benoist2016-01-021-0/+1
|
* Rewrote Pocket ImportJeremy Benoist2016-01-021-27/+1
| | | | | | | For the moment, we won't do a queue system, just a plain synchronous import. We also use ContentProxy to grab content for each article from Pocket. Error from Pocket are now logged using the logger. The ImportInterface need to be simple and not related to oAuth (not all import will use that method).
* Update after previous mergeJeremy Benoist2016-01-021-0/+26
| | | | PR #1443 was merged into this branch to handle all import type in the same place.
* Update url & service nameJeremy Benoist2016-01-021-1/+1
| | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface
* create ImportController to list importersNicolas Lœuillet2016-01-021-0/+16