| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Following https://tools.ietf.org/html/rfc5005#page-4
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# Conflicts:
# .editorconfig
# docs/de/index.rst
# docs/de/user/import.rst
# docs/en/index.rst
# docs/en/user/configuration.rst
# docs/en/user/import.rst
# docs/fr/index.rst
# docs/fr/user/import.rst
# src/Wallabag/CoreBundle/Command/InstallCommand.php
# src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
# src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
# web/bundles/wallabagcore/themes/baggy/css/style.min.css
# web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
# web/bundles/wallabagcore/themes/material/css/style.min.css
# web/bundles/wallabagcore/themes/material/js/material.min.js
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
So we’ll quickly be able to see what kind of test is failing when viewing Travis
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix #496
|
| | |
|
| | |
|
| | |
|
|\| |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fix #2503
|
| | |
|
| |
| |
| |
| | |
This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
|
| |
| |
| |
| |
| | |
This will speed up the test suite because it won’t download everything when we add new entry…
Add a custom test with downloading image enabled
|
| | |
|
| | |
|
| | |
|
| | |
|
|\| |
|
| |\
| | |
| | | |
Some fixes
|
| | | |
|
| | | |
|
| |/
| |
| |
| | |
In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
|
|\ \
| | |
| | | |
Reset account
|
| | |
| | |
| | |
| | |
| | |
| | | |
- annotations
- tags
- entries
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix controller forward in WallabagRestController.
Update PHPDoc so it is sorted the same way as others one
Duplicate all annotations test to use both api & normal way
Also, make annotation tests independent to each other
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
API: ability to export entry in all available format (epub, pdf, etc...)
|
| | |
| | |
| | |
| | |
| | | |
Export isn't available for json & xml because user can use the default
entry endpoint instead.
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
We’ll wait until the final release will be out and other related project will be update to support it.
Meanwhile we can safely lock to a previous version.
|
| | | |
|
| |\ \
| | | |
| | | | |
Changed relation between API client and refresh token
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When we remove the client, we should ensure that access_token are also removed.
To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error.
Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
|
| |\ \ \
| | | | |
| | | | | |
Ability to check multiple urls in API
|
| | | |/
| | |/| |
|