Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2667 from wallabag/upgrade-symfony-32 | Nicolas Lœuillet | 2016-12-15 | 10 | -18/+26 |
|\ | | | | | Upgrade to Symfony 3.2 | ||||
| * | Fixed search bug | Nicolas Lœuillet | 2016-12-15 | 1 | -1/+1 |
| | | |||||
| * | Fix tests & deprecation notice | Jeremy Benoist | 2016-12-15 | 10 | -17/+25 |
| | | |||||
* | | Merge pull request #2699 from wallabag/remove-usertable-query | Jeremy Benoist | 2016-12-13 | 1 | -2/+1 |
|\ \ | | | | | | | Removed user join in query builder | ||||
| * | | Removed user join in query builder | Nicolas Lœuillet | 2016-12-12 | 1 | -2/+1 |
| | | | |||||
* | | | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 5 | -1/+20 |
|/ / | |||||
* | | Moved total messages from import | Nicolas Lœuillet | 2016-12-08 | 2 | -2/+6 |
| | | |||||
* | | Replaced chmod for download pictures feature | Nicolas Lœuillet | 2016-12-08 | 1 | -1/+1 |
| | | |||||
* | | Fixed imports with is_starred and is_archived | Nicolas Lœuillet | 2016-12-07 | 3 | -3/+6 |
| | | |||||
* | | Merge pull request #2686 from wallabag/fix-redis-import | Jeremy Benoist | 2016-12-06 | 1 | -1/+1 |
|\ \ | | | | | | | Casted maxIterations for Redis import | ||||
| * | | Casted maxIterations for Redis import | Nicolas Lœuillet | 2016-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Simpleue\Worker wants an integer, we gave it a string | ||||
* | | | Merge pull request #2680 from wallabag/taggingrule-255 | Nicolas Lœuillet | 2016-12-06 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Limit rule to 255 | ||||
| * | | Limit rule to 255 | Jeremy Benoist | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | To avoid database error | ||||
* | | | Add some comments | Jeremy Benoist | 2016-12-04 | 1 | -0/+3 |
| | | | |||||
* | | | 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 |
| | | |