aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #2731 from llune/patch-2Nicolas Lœuillet2016-12-301-4/+4
|\ \ \ | |/ / |/| | Minor typo fix
| * | Minor typo fixllune2016-12-301-4/+4
| |/
* | Merge pull request #2702 from wallabag/add-index-uuidNicolas Lœuillet2016-12-292-18/+21
|\ \ | | | | | | Added index on entry.uuid
| * | Renamed uuid to uidNicolas Lœuillet2016-12-292-18/+18
| | |
| * | Changed uuid type in databaseNicolas Lœuillet2016-12-252-4/+1
| | |
| * | Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-252-3/+8
| | |
| * | Added index on table creationNicolas Lœuillet2016-12-231-1/+2
| | |
* | | Merge pull request #2724 from Simounet/fix/reading-timeThomas Citharel2016-12-283-10/+9
|\ \ \ | | | | | | | | Fix entry reading time
| * | | Fix entry reading timeSimounet2016-12-273-10/+9
| |/ /
* / / Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-272-2/+2
|/ /
* | Be consistent between migration & schema definitionJeremy Benoist2016-12-192-2/+2
| |
* | Removed outputWalkers for RSS and APINicolas Lœuillet2016-12-152-2/+2
| |
* | Removed outputWalkers for paginationNicolas Lœuillet2016-12-152-4/+2
| | | | | | | | Due to overload, we disabled output walkers (see https://github.com/whiteoctober/Pagerfanta/issues/115
* | Merge pull request #2667 from wallabag/upgrade-symfony-32Nicolas Lœuillet2016-12-153-12/+20
|\ \ | | | | | | Upgrade to Symfony 3.2
| * | Fixed search bugNicolas Lœuillet2016-12-151-1/+1
| | |
| * | Fix tests & deprecation noticeJeremy Benoist2016-12-153-11/+19
| | |
* | | Merge pull request #2699 from wallabag/remove-usertable-queryJeremy Benoist2016-12-131-2/+1
|\ \ \ | | | | | | | | Removed user join in query builder
| * | | Removed user join in query builderNicolas Lœuillet2016-12-121-2/+1
| | | |
* | | | Add default value for list_modeJeremy Benoist2016-12-123-0/+11
|/ / /
* | | Moved total messages from importNicolas Lœuillet2016-12-081-2/+0
| | |
* | | Replaced chmod for download pictures featureNicolas Lœuillet2016-12-081-1/+1
| | |
* | | Merge pull request #2680 from wallabag/taggingrule-255Nicolas Lœuillet2016-12-061-0/+1
|\ \ \ | | | | | | | | Limit rule to 255
| * | | Limit rule to 255Jeremy Benoist2016-12-031-0/+1
| | | | | | | | | | | | | | | | To avoid database error
* | | | Add some commentsJeremy Benoist2016-12-041-0/+3
| | | |
* | | | Prevent undefined index when import fetching failsJerome Charaoui2016-12-021-3/+3
| | | |
* | | | Imported entries which fail to fetch get standard error bodyJerome Charaoui2016-12-021-1/+1
| | | |
* | | | Retain imported content if fetching fails, fixes #2658Jerome Charaoui2016-12-022-2/+8
|/ / /
* | | Updated addons linksNicolas Lœuillet2016-12-0114-5/+19
| | |
* | | Added floating button on entry view for mobileNicolas Lœuillet2016-11-301-0/+11
|/ /
* | Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-285-21/+25
| |
* | Hide article text on mobile with list modeNicolas Lœuillet2016-11-282-2/+2
| |
* | Added list viewNicolas Lœuillet2016-11-285-4/+72
| |
* | Merge pull request #2663 from wallabag/remove-fosuser-attributesNicolas Lœuillet2016-11-2812-13/+1
|\ \ | | | | | | Removed FOSUser attributes removed in alpha4
| * | Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-2812-13/+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-281-1/+1
|\ \ \ | |/ / |/| | | | | | | | 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-281-1/+1
| |/ | | | | | | non-latin chars subset.
* | Enforce lowercase on domain name filterKevin Decherf2016-11-261-1/+1
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-221-1/+1
| |
* | 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-225-0/+165
|\ \ \ | |/ / |/| | Added authentication for restricted access articles
| * | Added documentation and missing translationsNicolas Lœuillet2016-11-221-1/+1
| | |
| * | Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-224-2/+21
| | |
| * | Cleared CookieJar to avoid websites who use cookies for analyticsNicolas Lœuillet2016-11-221-0/+2
| | |
| * | Added authentication for restricted access articlesBertrand Dunogier2016-11-223-0/+144
| | | | | | | | | | | | Fix #438. Thank you so much @bdunogier
* | | Translations for shortcuts helpNicolas Lœuillet2016-11-2212-0/+360
| | |
* | | Added help about shortcutsNicolas Lœuillet2016-11-221-24/+171
|/ /
* | Update messages.pl.ymlMateusz Rumiński2016-11-211-11/+11
| | | | | | missing polish translation added
* | Merge pull request #2630 from ThibaudDauce/fix-black-headingsJeremy Benoist2016-11-211-6/+6
|\ \ | | | | | | Add white-text class to card-title too
| * | Add white-text class to card-title tooThibaud Dauce2016-11-211-6/+6
| |/