Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | These files aren’t used anymore | Jeremy Benoist | 2016-11-22 | 10 | -17/+4 |
| | | | | Translation were moved to the global one | ||||
* | 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 | 28 | -1/+484 |
|\ \ | |/ |/| | Added authentication for restricted access articles | ||||
| * | Added documentation and missing translations | Nicolas Lœuillet | 2016-11-22 | 18 | -1/+183 |
| | | |||||
| * | Added internal setting to enable/disable articles with paywall | Nicolas Lœuillet | 2016-11-22 | 6 | -2/+67 |
| | | |||||
| * | 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 | 7 | -1/+235 |
| | | | | | | | | Fix #438. Thank you so much @bdunogier | ||||
* | | Merge pull request #2612 from wallabag/add-shortcuts-help | Thomas Citharel | 2016-11-22 | 17 | -28/+535 |
|\ \ | |/ |/| | Added help about shortcuts | ||||
| * | Translations for shortcuts help | Nicolas Lœuillet | 2016-11-22 | 12 | -0/+360 |
| | | |||||
| * | Added help about shortcuts | Nicolas Lœuillet | 2016-11-22 | 5 | -28/+175 |
|/ | |||||
* | Merge pull request #2635 from wallabag/304-reload | Jeremy Benoist | 2016-11-22 | 2 | -8/+4 |
|\ | | | | | Return 304 when content isn't reloaded using the API | ||||
| * | Return 304 when content isn't reloaded using the API | Jeremy Benoist | 2016-11-22 | 2 | -8/+4 |
|/ | | | | | | 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 #2613 from wallabag/fix-overlap | Thomas Citharel | 2016-11-22 | 5 | -29/+33 |
|\ | | | | | Fix card action overlap | ||||
| * | Fix card action overlap | Jeremy Benoist | 2016-11-20 | 5 | -29/+33 |
| | | | | | | | | On smaller resolution | ||||
* | | Merge pull request #2614 from wallabag/api-reload | Nicolas Lœuillet | 2016-11-22 | 2 | -0/+85 |
|\ \ | | | | | | | Add ability to reload entry from API | ||||
| * | | Return an explicit error if reload fail | Jeremy Benoist | 2016-11-20 | 2 | -7/+8 |
| | | | |||||
| * | | Fixing tests | Jeremy Benoist | 2016-11-20 | 2 | -4/+3 |
| | | | |||||
| * | | Add ability to reload entry from API | Jeremy Benoist | 2016-11-20 | 2 | -0/+85 |
| | | | |||||
* | | | Merge pull request #2632 from wallabag/mruminski-patch-1 | Nicolas Lœuillet | 2016-11-21 | 1 | -11/+11 |
|\ \ \ | | | | | | | | | Update messages.pl.yml | ||||
| * | | | 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 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-21 | 3 | -4/+14 |
|\| | | | |||||
| * | | | Merge pull request #2624 from Rurik19/master | Jeremy Benoist | 2016-11-21 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | | | Fix #2056 update config.yml | ||||
| | * | | | wrong spaces | Yuriy Evdokimov | 2016-11-21 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Fix #2056 update config.yml | Yuriy Evdokimov | 2016-11-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Resolves refresh token lifetime issue | ||||
| * | | | | Merge pull request #2625 from wallabag/prepare-215 | Nicolas Lœuillet | 2016-11-21 | 2 | -1/+6 |
| |\ \ \ \ | | | | | | | | | | | | | Prepare wallabag 2.1.5 | ||||
| | * | | | | Prepare wallabag 2.1.5 :rocket: | Nicolas Lœuillet | 2016-11-21 | 2 | -1/+6 |
| |/ / / / | |||||
| * | | | | Merge pull request #2623 from wallabag/composer-php-5.5 | Jeremy Benoist | 2016-11-21 | 1 | -2/+5 |
| |\ \ \ \ | | |/ / / | |/| | | | Force composer to run as PHP 5.5.9 | ||||
| | * | | | Lock down PHPUnit for PHP 5.5 | Jeremy Benoist | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Since Composer defined lowest version is now PHP 5.5.9. PHPUnit 5.0 require PHP 5.6. | ||||
| | * | | | Force composer to run as PHP 5.5.9 | Jeremy Benoist | 2016-11-20 | 1 | -1/+4 |
| |/ / / | |||||
* | | | | Merge pull request #2621 from wallabag/redis-password | Jeremy Benoist | 2016-11-20 | 5 | -0/+8 |
|\ \ \ \ | |_|/ / |/| | | | Add ability to use Redis with password | ||||
| * | | | Add german translation | Julian Oster | 2016-11-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add ability to use Redis with password | Jeremy Benoist | 2016-11-20 | 5 | -0/+8 |
|/ / / | |||||
* | | | Merge pull request #2609 from wallabag/rss-paging | Jeremy Benoist | 2016-11-20 | 18 | -13/+112 |
|\ \ \ | |_|/ |/| | | RSS paging | ||||
| * | | Add documentation about RSS paging | Jeremy Benoist | 2016-11-20 | 3 | -0/+9 |
| | | | |||||
| * | | Fix tests | Jeremy Benoist | 2016-11-20 | 1 | -9/+5 |
| | | | |||||
| * | | Add RSS pagination | Jeremy Benoist | 2016-11-20 | 3 | -12/+91 |
| | | | | | | | | | | | | Following https://tools.ietf.org/html/rfc5005#page-4 | ||||
| * | | Add missing translations | Jeremy Benoist | 2016-11-20 | 12 | -1/+16 |
|/ / | |||||
* | | Merge pull request #2543 from wallabag/search-engine | Nicolas Lœuillet | 2016-11-19 | 34 | -64/+307 |
|\ \ | | | | | | | Added a simple search engine | ||||
| * | | Added shortcut | Nicolas Lœuillet | 2016-11-19 | 7 | -5/+19 |
| | | | |||||
| * | | Added tests | Nicolas Lœuillet | 2016-11-19 | 6 | -5/+73 |
| | | | |||||
| * | | 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 | 15 | -50/+151 |
|/ / | | | | | | | Fix #18 | ||||
* | | Messed up DE import translation | Jeremy Benoist | 2016-11-19 | 1 | -34/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-19 | 124 | -2586/+2827 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Merge pull request #2608 from wallabag/change-dev-version | Jeremy Benoist | 2016-11-19 | 1 | -1/+1 |
| |\ | | | | | | | Change version to 2.2.0-dev |