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 |
| | | |||||
* | | 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 |
| | | |||||
| * | Merge pull request #2570 from wallabag/add-creation-date | Jeremy Benoist | 2016-11-15 | 4 | -3/+13 |
| |\ | | | | | | | Added creation date on entries view | ||||
| | * | Hide creation date in mobile view | Nicolas Lœuillet | 2016-11-14 | 1 | -2/+2 |
| | | | |||||
| | * | Changed display for material theme | Nicolas Lœuillet | 2016-11-14 | 2 | -2/+4 |
| | | | |||||
| | * | Added creation date on entries view | Nicolas Lœuillet | 2016-11-14 | 2 | -1/+9 |
| | | | |||||
| * | | User-agents have moved to site-config | Jeremy Benoist | 2016-11-14 | 1 | -15/+0 |
| |/ | | | | | Since graby@1.5.0, user-agent can be defined in site-config, which the now recommended way | ||||
| * | Merge pull request #2577 from wallabag/add-tooltip-material | Jeremy Benoist | 2016-11-14 | 1 | -3/+3 |
| |\ | | | | | | | Added tooltips in header bar | ||||
| | * | Added tooltips in header bar | Nicolas Lœuillet | 2016-11-12 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #2562 from wallabag/image-bigger | Thomas Citharel | 2016-11-14 | 6 | -68/+130 |
| |\ \ | | | | | | | | | Bigger image preview in case of only image content | ||||
| | * | | Display a bigger image in case of image content | Jeremy Benoist | 2016-11-08 | 6 | -68/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig | ||||
| * | | | Changed behavior when we change language | Nicolas Lœuillet | 2016-11-10 | 13 | -12/+14 |
| | |/ | |/| | | | | | | | No need to disconnect to apply the language substitution | ||||
| * | | Removed support website on about page | Nicolas Lœuillet | 2016-11-09 | 12 | -12/+12 |
| |/ | |||||
| * | fix #2559 | Yuriy Evdokimov | 2016-11-08 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2556 from wallabag/replace-tokenstorage | Nicolas Lœuillet | 2016-11-07 | 2 | -10/+21 |
| |\ | | | | | | | Replaced TokenStorage with TokenStorageInterface | ||||
| | * | PHP CS | Nicolas Lœuillet | 2016-11-07 | 1 | -3/+2 |
| | | | |||||
| | * | Replaced TokenStorage with TokenStorageInterface | Nicolas Lœuillet | 2016-11-07 | 2 | -7/+19 |
| | | | |||||
| * | | Round readingtime to avoid crazy number | Jeremy Benoist | 2016-11-06 | 1 | -1/+1 |
| |/ | | | | | | | Like `8.666666666667 min` | ||||
| * | Merge pull request #2460 from wallabag/ui-changes | Nicolas Lœuillet | 2016-11-04 | 6 | -74/+79 |
| |\ | | | | | | | UI Changes | ||||
| | * | Deal with more resolution issues | Thomas Citharel | 2016-11-03 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| | * | Fix resolution issues and 'title' issues | Thomas Citharel | 2016-11-03 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| | * | Re-add bottom pagination | Jeremy Benoist | 2016-10-22 | 4 | -25/+29 |
| | | | | | | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template | ||||
| | * | WIP | Thomas Citharel | 2016-10-22 | 2 | -41/+42 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Use created_at as default sort | Jeremy Benoist | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Imported content use the real creation date. If we sort by id, it'll display contents in reverse order. | ||||
* | | | Check if status code is OK | Nicolas Lœuillet | 2016-11-18 | 1 | -0/+13 |
| | | | |||||
* | | | Replace http status with a string | Nicolas Lœuillet | 2016-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | I don't want to have 0 if we don't fetch status code, I think it's better to have an empty string, mainly for filters | ||||
* | | | Added http_status in Entry entity | Nicolas Lœuillet | 2016-11-18 | 17 | -0/+60 |
| | | | |||||
* | | | Update messages.pl.yml | Mateusz Rumiński | 2016-11-17 | 1 | -3/+3 |
| | | | | | | | | | translate action_mark_as_read section to polish | ||||
* | | | Tried to fix tests | Nicolas Lœuillet | 2016-11-16 | 1 | -1/+0 |
| | | | |||||
* | | | Added tests | Nicolas Lœuillet | 2016-11-16 | 1 | -4/+11 |
| | | | |||||
* | | | Added constants for redirection values | Nicolas Lœuillet | 2016-11-16 | 3 | -3/+8 |
| | | | |||||
* | | | Update messages.en.yml | Strubbl | 2016-11-16 | 1 | -2/+2 |
| | | | |||||
* | | | Update messages.de.yml | Strubbl | 2016-11-16 | 1 | -22/+22 |
| | | | |||||
* | | | Added a configuration to define the redirection after archiving an entry | Nicolas Lœuillet | 2016-11-16 | 19 | -1/+110 |
| | | | | | | | | | | | | Fix #496 | ||||
* | | | Added CSS class on links | Nicolas Lœuillet | 2016-11-16 | 2 | -7/+7 |
| | | | |||||
* | | | Added shortcuts | Nicolas Lœuillet | 2016-11-15 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #2566 from wallabag/add-unmarkit | Nicolas Lœuillet | 2016-11-09 | 4 | -0/+29 |
|\ \ \ | | | | | | | | | Added unmark.it sharing | ||||
| * | | | Added unmark.it sharing | Nicolas Lœuillet | 2016-11-09 | 4 | -0/+29 |
| | | | | | | | | | | | | | | | | Fix #668 | ||||
* | | | | Update messages.pl.yml | Mateusz Rumiński | 2016-11-08 | 1 | -5/+5 |
|/ / / | | | | | | | translate Pinboard importer section to polish | ||||
* | | | Added new tag form in mobile view for Material theme | Nicolas Lœuillet | 2016-11-08 | 15 | -13/+51 |
| | | | | | | | | | | | | Fix #2376 |