| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
|
|
|
|
|
| |
Use an abstract class to store all common action from wallabag vX import.
Move specificity in v1 & v2 import.
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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>`
|
|
|
|
| |
Reformat json file (thanks pro.jsonlint.com)
|
| |
|
| |
|
| |
|
|\
| |
| | |
Settings page
|
| |
| |
| |
| | |
Warn user if pocket_consumer_key isn't defined
|
|/ |
|
| |
|
|
|
|
|
|
| |
- some missing url parameters from WallabagRestController & EntryController
- use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature)
- update ImportBundle (url & form)
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
PR #1443 was merged into this branch to handle all import type in the same place.
|
|
|
|
|
| |
Prefix ur with service namel: [service]_[route name]
Add comment in Interface
|
| |
|
| |
|
| |
|
|
|