Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Removed my hasColumn and used the existing one in Doctrine | Nicolas Lœuillet | 2016-11-28 | 1 | -35/+1 | |
| | | | ||||||
| * | | Added hasColumn() in migration to check column existence | Nicolas Lœuillet | 2016-11-28 | 1 | -4/+40 | |
| | | | ||||||
* | | | Renamed view_mode by list_mode and hide excerpt | Nicolas Lœuillet | 2016-11-28 | 3 | -9/+16 | |
| | | | ||||||
* | | | Hide article text on mobile with list mode | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+4 | |
| | | | ||||||
* | | | Added list view | Nicolas Lœuillet | 2016-11-28 | 5 | -10/+64 | |
|/ / | ||||||
* | | Added migration to remove useless fields | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+61 | |
| | | ||||||
* | | Material: update size of text in article | Kevin Decherf | 2016-11-25 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Material: render blockquote in italic and strong in bold in article | Kevin Decherf | 2016-11-25 | 1 | -0/+8 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Material: update style of pre in article | Kevin Decherf | 2016-11-25 | 1 | -0/+14 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Material: update style of ul in article | Kevin Decherf | 2016-11-25 | 1 | -0/+9 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Material: update style of article links | Kevin Decherf | 2016-11-25 | 1 | -0/+9 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Material: increase max width of article on large screens | Kevin Decherf | 2016-11-25 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Material: prevent bold in title, update title font size | Kevin Decherf | 2016-11-25 | 1 | -0/+33 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Material: change color of background, article content and titles | Kevin Decherf | 2016-11-25 | 1 | -1/+14 | |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
* | | Fixed logout shortcut | Nicolas Lœuillet | 2016-11-23 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #2620 from wallabag/fix-password-layout | Jeremy Benoist | 2016-11-23 | 9 | -16/+60 | |
|\ \ | | | | | | | Fix password layout | |||||
| * | | Add migration for new FOSUser version | Jeremy Benoist | 2016-11-22 | 1 | -0/+57 | |
| | | | ||||||
| * | | Re-use FOSUser master branch | Jeremy Benoist | 2016-11-22 | 1 | -2/+3 | |
| | | | ||||||
| * | | These files aren’t used anymore | Jeremy Benoist | 2016-11-22 | 7 | -14/+0 | |
| | | | | | | | | | | | | Translation were moved to the global one | |||||
* | | | Fixed entry shortcuts available in list view | Nicolas Lœuillet | 2016-11-22 | 2 | -30/+38 | |
|/ / | ||||||
* | | Merge pull request #2317 from wallabag/restricted-access | Jeremy Benoist | 2016-11-22 | 15 | -0/+61 | |
|\ \ | | | | | | | Added authentication for restricted access articles | |||||
| * | | Added documentation and missing translations | Nicolas Lœuillet | 2016-11-22 | 11 | -0/+11 | |
| | | | ||||||
| * | | Added internal setting to enable/disable articles with paywall | Nicolas Lœuillet | 2016-11-22 | 2 | -0/+46 | |
| | | | ||||||
| * | | Added authentication for restricted access articles | Bertrand Dunogier | 2016-11-22 | 2 | -0/+4 | |
| | | | | | | | | | | | | Fix #438. Thank you so much @bdunogier | |||||
* | | | Added help about shortcuts | Nicolas Lœuillet | 2016-11-22 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #2613 from wallabag/fix-overlap | Thomas Citharel | 2016-11-22 | 1 | -0/+4 | |
|\ \ | | | | | | | Fix card action overlap | |||||
| * | | Fix card action overlap | Jeremy Benoist | 2016-11-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | On smaller resolution | |||||
* | | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-21 | 1 | -2/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | 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 | |||||
| * | | | Prepare wallabag 2.1.5 :rocket: | Nicolas Lœuillet | 2016-11-21 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Add ability to use Redis with password | Jeremy Benoist | 2016-11-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add missing translations | Jeremy Benoist | 2016-11-20 | 12 | -1/+16 | |
| |/ |/| | ||||||
* | | Added shortcut | Nicolas Lœuillet | 2016-11-19 | 3 | -0/+14 | |
| | | ||||||
* | | Added tests | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+1 | |
| | | ||||||
* | | Added a simple search engine | Nicolas Lœuillet | 2016-11-19 | 2 | -4/+8 | |
| | | | | | | | | Fix #18 | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-19 | 3 | -25/+123 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | |||||
| * | Change version to 2.2.0-dev | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare wallabag 2.1.4 :rocket: | Nicolas Lœuillet | 2016-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | Changed display for material theme | Nicolas Lœuillet | 2016-11-14 | 1 | -2/+1 | |
| | | ||||||
| * | Added creation date on entries view | Nicolas Lœuillet | 2016-11-14 | 2 | -2/+3 | |
| | | ||||||
| * | Display a bigger image in case of image content | Jeremy Benoist | 2016-11-08 | 1 | -1/+6 | |
| | | | | | | | | | | | | 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 | |||||
| * | Remove the left margin of tag | Jeremy Benoist | 2016-11-08 | 1 | -0/+4 | |
| | | | | | | | | In the entries list, the first tag below the link isn’t stick to the left. Now it is. | |||||
| * | Prepare wallabag 2.1.3 :rocket: | Nicolas Lœuillet | 2016-11-04 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #2460 from wallabag/ui-changes | Nicolas Lœuillet | 2016-11-04 | 2 | -22/+111 | |
| |\ | | | | | | | UI Changes | |||||
| | * | Deal with more resolution issues | Thomas Citharel | 2016-11-03 | 1 | -1/+17 | |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
| | * | Fix resolution issues and 'title' issues | Thomas Citharel | 2016-11-03 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||||
| | * | Re-add bottom pagination | Jeremy Benoist | 2016-10-22 | 1 | -1/+0 | |
| | | | | | | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template | |||||
| | * | remove padding on small widths | Thomas Citharel | 2016-10-22 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> |