aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Use simple-phpunit instead of phpunitJeremy Benoist2016-12-132-3/+1
| | | | | To avoid problem with the Yaml constant http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications
* Upgrade to Symfony 3.2Nicolas Lœuillet2016-11-301-1/+1
|
* Merge pull request #2662 from wallabag/add-list-viewNicolas Lœuillet2016-11-2813-19/+175
|\ | | | | Add list view
| * Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-2810-32/+43
| |
| * Hide article text on mobile with list modeNicolas Lœuillet2016-11-285-3/+9
| |
| * Added test for list viewNicolas Lœuillet2016-11-281-1/+18
| |
| * Added list viewNicolas Lœuillet2016-11-2812-17/+139
|/
* Merge pull request #2663 from wallabag/remove-fosuser-attributesNicolas Lœuillet2016-11-2817-28/+62
|\ | | | | Removed FOSUser attributes removed in alpha4
| * Added migration to remove useless fieldsNicolas Lœuillet2016-11-281-0/+61
| |
| * Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-2816-28/+1
| | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* | Merge pull request #2659 from ↵Nicolas Lœuillet2016-11-285-1/+54
|\ \ | |/ |/| | | | | 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 withAndrew Kovalyov2016-11-285-1/+54
| | | | | | | | non-latin chars subset.
* | Merge pull request #2654 from Kdecherf/domain-filterJeremy Benoist2016-11-272-1/+10
|\ \ | | | | | | Enforce lowercase on domain name filter
| * | Enforce lowercase on domain name filterKevin Decherf2016-11-262-1/+10
|/ / | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #2622 from Kdecherf/ui-changesNicolas Lœuillet2016-11-252-4/+92
|\ \ | | | | | | Material UI Changes
| * | Minified CSSNicolas Lœuillet2016-11-251-2/+2
| | |
| * | Material: update size of text in articleKevin Decherf2016-11-251-0/+2
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Material: render blockquote in italic and strong in bold in articleKevin Decherf2016-11-251-0/+8
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Material: update style of pre in articleKevin Decherf2016-11-251-0/+14
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Material: update style of ul in articleKevin Decherf2016-11-251-0/+9
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Material: update style of article linksKevin Decherf2016-11-251-0/+9
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Material: increase max width of article on large screensKevin Decherf2016-11-251-1/+1
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Material: prevent bold in title, update title font sizeKevin Decherf2016-11-251-0/+33
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Material: change color of background, article content and titlesKevin Decherf2016-11-251-1/+14
|/ / | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge pull request #2642 from wallabag/fix-logout-shortcutNicolas Lœuillet2016-11-234-4/+4
|\ \ | | | | | | Fixed logout shortcut
| * | Fixed logout shortcutNicolas Lœuillet2016-11-234-4/+4
|/ /
* | Merge pull request #2620 from wallabag/fix-password-layoutJeremy Benoist2016-11-2317-28/+72
|\ \ | | | | | | Fix password layout
| * | Remove empty lineJeremy Benoist2016-11-231-1/+0
| | |
| * | Add migration for new FOSUser versionJeremy Benoist2016-11-221-0/+57
| | |
| * | Fix MonologBundle deprecationJeremy Benoist2016-11-221-1/+1
| | | | | | | | | | | | The Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\DebugHandlerPass class is deprecated since version 2.12 and will be removed in 3.0. Use AddDebugLogProcessorPass in FrameworkBundle instead.
| * | Re-use FOSUser master branchJeremy Benoist2016-11-224-8/+9
| | |
| * | Fix TravisJeremy Benoist2016-11-221-1/+1
| | |
| * | Use the correct templateJeremy Benoist2016-11-221-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 anymoreJeremy Benoist2016-11-2210-17/+4
| | | | | | | | | | | | Translation were moved to the global one
* | | Merge pull request #2640 from wallabag/fix-openoriginalNicolas Lœuillet2016-11-237-62/+70
|\ \ \ | |/ / |/| | Fixed entry shortcuts available in list view
| * | Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-227-62/+70
|/ /
* | Merge pull request #2637 from wallabag/mruminski-patch-1Jeremy Benoist2016-11-221-28/+28
|\ \ | | | | | | Update messages.pl.yml
| * | Update messages.pl.ymlMateusz Rumiński2016-11-221-28/+28
| | | | | | | | | translate shortcuts section to polish
* | | Merge pull request #2317 from wallabag/restricted-accessJeremy Benoist2016-11-2228-1/+484
|\ \ \ | |/ / |/| | Added authentication for restricted access articles
| * | Added documentation and missing translationsNicolas Lœuillet2016-11-2218-1/+183
| | |
| * | Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-226-2/+67
| | |
| * | Cleared CookieJar to avoid websites who use cookies for analyticsNicolas Lœuillet2016-11-221-0/+2
| | |
| * | Added authentication for restricted access articlesBertrand Dunogier2016-11-227-1/+235
| | | | | | | | | | | | Fix #438. Thank you so much @bdunogier
* | | Merge pull request #2612 from wallabag/add-shortcuts-helpThomas Citharel2016-11-2217-28/+535
|\ \ \ | |/ / |/| | Added help about shortcuts
| * | Translations for shortcuts helpNicolas Lœuillet2016-11-2212-0/+360
| | |
| * | Added help about shortcutsNicolas Lœuillet2016-11-225-28/+175
|/ /
* | Merge pull request #2635 from wallabag/304-reloadJeremy Benoist2016-11-222-8/+4
|\ \ | | | | | | Return 304 when content isn't reloaded using the API
| * | Return 304 when content isn't reloaded using the APIJeremy Benoist2016-11-222-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-overlapThomas Citharel2016-11-225-29/+33
|\ \ | | | | | | Fix card action overlap
| * | Fix card action overlapJeremy Benoist2016-11-205-29/+33
| | | | | | | | | | | | On smaller resolution