Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow fetching content on all import types | Jerome Charaoui | 2016-12-03 | 4 | -8/+0 |
| | | | | | For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome. | ||||
* | Prevent undefined index when import fetching fails | Jerome Charaoui | 2016-12-02 | 1 | -3/+3 |
| | |||||
* | Imported entries which fail to fetch get standard error body | Jerome Charaoui | 2016-12-02 | 5 | -3/+5 |
| | |||||
* | Retain imported content if fetching fails, fixes #2658 | Jerome Charaoui | 2016-12-02 | 2 | -2/+8 |
| | |||||
* | Merge pull request #2677 from wallabag/add-wallabag_user.de.yml | Nicolas Lœuillet | 2016-12-01 | 1 | -0/+11 |
|\ | | | | | add translations/wallabag_user.de.yml (fixes #2673) | ||||
| * | Update wallabag_user.de.yml | Strubbl | 2016-12-01 | 1 | -1/+1 |
| | | | | | | Wallabag->wallabag | ||||
| * | add translations/wallabag_user.de.yml (fixes #2673) | Sven Fischer | 2016-12-01 | 1 | -0/+11 |
| | | |||||
* | | Merge pull request #2676 from wallabag/update-addons | Nicolas Lœuillet | 2016-12-01 | 14 | -5/+19 |
|\ \ | | | | | | | Updated addons links | ||||
| * | | Updated addons links | Nicolas Lœuillet | 2016-12-01 | 14 | -5/+19 |
| | | | |||||
* | | | Fixed 404 for wallabag logo in 2FA | Nicolas Lœuillet | 2016-12-01 | 2 | -2/+2 |
|/ / | |||||
* | | Added floating button on entry view for mobile | Nicolas Lœuillet | 2016-11-30 | 1 | -0/+11 |
| | | |||||
* | | Renamed view_mode by list_mode and hide excerpt | Nicolas Lœuillet | 2016-11-28 | 5 | -21/+25 |
| | | |||||
* | | Hide article text on mobile with list mode | Nicolas Lœuillet | 2016-11-28 | 2 | -2/+2 |
| | | |||||
* | | Added list view | Nicolas Lœuillet | 2016-11-28 | 5 | -4/+72 |
| | | |||||
* | | Merge pull request #2663 from wallabag/remove-fosuser-attributes | Nicolas Lœuillet | 2016-11-28 | 15 | -27/+1 |
|\ \ | | | | | | | Removed FOSUser attributes removed in alpha4 | ||||
| * | | Removed FOSUser attributes removed in alpha4 | Nicolas Lœuillet | 2016-11-28 | 15 | -27/+1 |
| | | | | | | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4 | ||||
* | | | Merge pull request #2659 from ↵ | Nicolas Lœuillet | 2016-11-28 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | akovalyov/bugfix/non-latin-characters-in-reading-time-calculation Fix incorrect reading time calculation for entries in non-latin languages. | ||||
| * | | Fix incorrect reading time calculation for entries in languages with | Andrew Kovalyov | 2016-11-28 | 1 | -1/+1 |
| |/ | | | | | | | non-latin chars subset. | ||||
* | | Enforce lowercase on domain name filter | Kevin Decherf | 2016-11-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Merge pull request #2620 from wallabag/fix-password-layout | Jeremy Benoist | 2016-11-23 | 2 | -2/+2 |
|\ \ | | | | | | | Fix password layout | ||||
| * | | Re-use FOSUser master branch | Jeremy Benoist | 2016-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Use the correct template | Jeremy Benoist | 2016-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | When resetting the password, the overriden template we used wasn’t well spelled. And since we are using a locked version of FOSUser (on a custom commit), the translation of `resetting.check_email` is wrong in any language but english. | ||||
* | | | Fixed entry shortcuts available in list view | Nicolas Lœuillet | 2016-11-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2637 from wallabag/mruminski-patch-1 | Jeremy Benoist | 2016-11-22 | 1 | -28/+28 |
|\ \ | | | | | | | Update messages.pl.yml | ||||
| * | | Update messages.pl.yml | Mateusz Rumiński | 2016-11-22 | 1 | -28/+28 |
| | | | | | | | | | translate shortcuts section to polish | ||||
* | | | Merge pull request #2317 from wallabag/restricted-access | Jeremy Benoist | 2016-11-22 | 5 | -0/+165 |
|\ \ \ | |/ / |/| | | Added authentication for restricted access articles | ||||
| * | | Added documentation and missing translations | Nicolas Lœuillet | 2016-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Added internal setting to enable/disable articles with paywall | Nicolas Lœuillet | 2016-11-22 | 4 | -2/+21 |
| | | | |||||
| * | | Cleared CookieJar to avoid websites who use cookies for analytics | Nicolas Lœuillet | 2016-11-22 | 1 | -0/+2 |
| | | | |||||
| * | | Added authentication for restricted access articles | Bertrand Dunogier | 2016-11-22 | 3 | -0/+144 |
| | | | | | | | | | | | | Fix #438. Thank you so much @bdunogier | ||||
* | | | Translations for shortcuts help | Nicolas Lœuillet | 2016-11-22 | 12 | -0/+360 |
| | | | |||||
* | | | Added help about shortcuts | Nicolas Lœuillet | 2016-11-22 | 1 | -24/+171 |
|/ / | |||||
* | | Return 304 when content isn't reloaded using the API | Jeremy Benoist | 2016-11-22 | 1 | -3/+3 |
| | | | | | | | | | | | | Previously it was a 400 but this is more related to a real error. Using the API user should only know the content got reloaded or not. If reloaded: 200 otherwise: 304. | ||||
* | | Merge pull request #2614 from wallabag/api-reload | Nicolas Lœuillet | 2016-11-22 | 1 | -0/+45 |
|\ \ | | | | | | | Add ability to reload entry from API | ||||
| * | | Return an explicit error if reload fail | Jeremy Benoist | 2016-11-20 | 1 | -6/+3 |
| | | | |||||
| * | | Fixing tests | Jeremy Benoist | 2016-11-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add ability to reload entry from API | Jeremy Benoist | 2016-11-20 | 1 | -0/+48 |
| | | | |||||
* | | | Update messages.pl.yml | Mateusz Rumiński | 2016-11-21 | 1 | -11/+11 |
| | | | | | | | | | missing polish translation added | ||||
* | | | Merge pull request #2630 from ThibaudDauce/fix-black-headings | Jeremy Benoist | 2016-11-21 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | Add white-text class to card-title too | ||||
| * | | | Add white-text class to card-title too | Thibaud Dauce | 2016-11-21 | 1 | -6/+6 |
| | |/ | |/| | |||||
* | | | Add ability to use Redis with password | Jeremy Benoist | 2016-11-20 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add RSS pagination | Jeremy Benoist | 2016-11-20 | 2 | -8/+38 |
| | | | | | | | | Following https://tools.ietf.org/html/rfc5005#page-4 | ||||
* | | Added tests | Nicolas Lœuillet | 2016-11-19 | 4 | -4/+5 |
| | | |||||
* | | Added translations and currentRoute parameter | Nicolas Lœuillet | 2016-11-19 | 15 | -8/+57 |
| | | |||||
* | | Added search engine in baggy theme | Nicolas Lœuillet | 2016-11-19 | 5 | -15/+26 |
| | | |||||
* | | Added a simple search engine | Nicolas Lœuillet | 2016-11-19 | 9 | -16/+113 |
| | | | | | | | | Fix #18 | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-19 | 45 | -208/+447 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Wallabag can’t work on PostgreSQL <= 9.1 | Jeremy Benoist | 2016-11-19 | 1 | -1/+22 |
| | | |||||
| * | Added tooltips for baggy theme | Nicolas Lœuillet | 2016-11-17 | 1 | -0/+18 |
| | | |||||
| * | Added help on config screen | Nicolas Lœuillet | 2016-11-17 | 27 | -19/+143 |
| | |