aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Add warning message for import + download imagesJeremy Benoist2016-11-031-1/+1
| | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
* Moved Pocket token to user configJeremy Benoist2016-09-161-6/+2
|
* Display a message when async is enabledJeremy Benoist2016-09-111-1/+3
|
* Convert english translation fileJeremy Benoist2016-03-201-12/+15
| | | | | | | - 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
|
* lots of diverse translation stuff & some typosThomas Citharel2016-02-111-1/+6
|
* Add warning message for PocketImportJeremy Benoist2016-01-311-0/+6
| | | | Warn user if pocket_consumer_key isn't defined
* 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/+6
| | | | | | | | | - 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 Pocket ImportJeremy Benoist2016-01-021-1/+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 url & service nameJeremy Benoist2016-01-021-1/+1
| | | | | 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
|
* 1st draft for Pocket import via APINicolas Lœuillet2016-01-021-0/+16