aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* Added elCurator importNicolas Lœuillet2019-11-151-0/+3
|
* Moved total messages from importNicolas Lœuillet2016-12-081-0/+6
|
* Add Pinboard importJeremy Benoist2016-11-041-0/+45
|
* 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
* Add Instapaper importJeremy Benoist2016-09-271-0/+45
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* bring chrome and firefox as separate importsThomas Citharel2016-09-252-2/+45
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-252-1/+44
|
* 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.
* Moved Pocket token to user configJeremy Benoist2016-09-161-6/+2
|
* 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-114-1/+15
|
* Add Readability importJeremy Benoist2016-09-011-0/+43
| | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
* Convert english translation fileJeremy Benoist2016-03-204-25/+32
| | | | | | | - 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>`
* french translation & pocketThomas Citharel2016-03-031-0/+7
|
* Mark all imported articles as readThomas Citharel2016-03-031-0/+5
|
* 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>
* lots of diverse translation stuff & some typosThomas Citharel2016-02-111-1/+6
|
* Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-041-0/+6
|\ | | | | Settings page
| * Add warning message for PocketImportJeremy Benoist2016-01-311-0/+6
| | | | | | | | Warn user if pocket_consumer_key isn't defined
* | [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-201-0/+2
|/
* updated testsNicolas Lœuillet2016-01-073-3/+3
|
* Added french translationsNicolas Lœuillet2016-01-053-3/+3
|
* Add tagged services for importJeremy Benoist2016-01-023-13/+25
| | | | | | | | | - 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-022-0/+31
|
* Rewrote Pocket ImportJeremy Benoist2016-01-022-28/+2
| | | | | | | 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-022-2/+2
| | | | | Prefix ur with service namel: [service]_[route name] Add comment in Interface
* assign tags to entries and add lastPocketImport attribute to userNicolas Lœuillet2016-01-021-1/+1
|
* create ImportController to list importersNicolas Lœuillet2016-01-021-0/+16
|
* 1st draft for Pocket import via APINicolas Lœuillet2016-01-021-0/+16