Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| | * | Change version to 2.2.0-dev | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2607 from wallabag/update-changelog | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+5 |
| |\ | | | | | | | Updated changelog for 2.1.4 | ||||
| | * | Updated changelog for 2.1.4 | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+5 |
| |/ | |||||
| * | Merge pull request #2604 from wallabag/postgresql-version | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+22 |
| |\ | | | | | | | wallabag can’t work on PostgreSQL <= 9.1 | ||||
| | * | Wallabag can’t work on PostgreSQL <= 9.1 | Jeremy Benoist | 2016-11-19 | 1 | -1/+22 |
| | | | |||||
| * | | Merge pull request #2605 from wallabag/update-release-process | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+14 |
| |\ \ | | | | | | | | | Add .travis.yml change to RELEASE_PROCESS | ||||
| | * | | Add .travis.yml change to RELEASE_PROCESS | Jeremy Benoist | 2016-11-19 | 1 | -1/+14 |
| | |/ | |||||
| * | | Merge pull request #2603 from wallabag/fix-composer-no-dev | Jeremy Benoist | 2016-11-19 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | Fix clear-cache problem using —no-dev | ||||
| | * | Fix clear-cache problem using —no-dev | Jeremy Benoist | 2016-11-19 | 1 | -2/+2 |
| |/ | | | | | | | | | | | Related to : > PHP Fatal error: Class 'FOS\RestBundle\Serializer\JMSSerializerAdapter' not found in /Users/j0k/Sites/github/wallabag/var/cache/prod/appProdProjectContainer.php on line 9139 | ||||
| * | Merge pull request #2596 from wallabag/prepare-214 | Nicolas Lœuillet | 2016-11-18 | 2 | -1/+20 |
| |\ | | | | | | | Prepare wallabag 2.1.4 :rocket: | ||||
| | * | Prepare wallabag 2.1.4 :rocket: | Nicolas Lœuillet | 2016-11-18 | 2 | -1/+20 |
| |/ | |||||
| * | Merge pull request #2550 from wallabag/reorder-documentation | Nicolas Lœuillet | 2016-11-18 | 60 | -1418/+1681 |
| |\ | | | | | | | Reordered documentation | ||||
| | * | Undo translation of 'in english'. | Julian Oster | 2016-11-18 | 1 | -1/+1 |
| | | | |||||
| | * | Reordered documentation for German. | Julian Oster | 2016-11-17 | 19 | -485/+545 |
| | | | |||||
| | * | Update translation of link to german translation. | Julian Oster | 2016-11-17 | 2 | -2/+2 |
| | | | |||||
| | * | Reordered :fr: documentation | Nicolas Lœuillet | 2016-11-17 | 27 | -547/+654 |
| | | | |||||
| | * | Reordered documentation | Nicolas Lœuillet | 2016-11-17 | 18 | -389/+485 |
| |/ | |||||
| * | Merge pull request #2578 from wallabag/questionmark-icon | Nicolas Lœuillet | 2016-11-17 | 33 | -34/+170 |
| |\ | | | | | | | Added help on config screen | ||||
| | * | 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 | 33 | -34/+152 |
| |/ | |||||
| * | Merge pull request #2570 from wallabag/add-creation-date | Jeremy Benoist | 2016-11-15 | 10 | -33/+43 |
| |\ | | | | | | | Added creation date on entries view | ||||
| | * | Hide creation date in mobile view | Nicolas Lœuillet | 2016-11-14 | 1 | -2/+2 |
| | | |