Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-10Check $XDG_USER_DATA for site grabber configsMartijn van Beers
2019-02-20Remove indented empty linesBrendan Long
2019-02-20Cleanup Vala indentationBrendan Long
2019-02-20Add braces around all if/else/while/etc statementsBrendan Long
2018-12-28Run Vala code though UncrustifyBrendan Long
2018-04-29Own table for enclosures and taggingsJan Lukas Gernert
2018-01-01Fix double free in content grabber when a node we want to remove is a child o...Brendan Long
2017-10-16fix possible crash in content grabberJan Lukas Gernert
2017-10-08get encoded ids directly from modelsJan Lukas Gernert
2017-10-08revert id encoding and only encode when using as file/folder nameJan Lukas Gernert
2017-10-07Encode id internally (for now base64) to avoid problems with weird characters...Jan Lukas Gernert
2017-09-30Purge ArrayList and LinkedList from type signatures and exclusively use ListBrendan Long
2017-08-26Replace index_of with has_prefixBilal Elmoussaoui
2017-08-26Fix python habits stuffBilal Elmoussaoui
2017-08-26Fixes #495Bilal Elmoussaoui
2017-08-22fix memory leak in grabberJan Lukas Gernert
2017-07-25Revert "Add uncrustify config and fix indentation"Brendan Long
2017-07-22Add uncrustify config and fix indentationBrendan Long
2017-07-01Grabber: fix endless loop if next page url leads to page itself againJan Lukas Gernert
2017-06-04dont print single page url to avoid possible crashJan Lukas Gernert
2017-05-25alignment and checksJeanLuc Gernert
2017-05-14add the no-image-downloads option into the settings dialogJeanLuc Gernert
2017-05-10revert changesJeanLuc Gernert
2017-05-09fix possible crash with malformed string and glib structured loggingJeanLuc Gernert
2017-05-09dont remove <noscript> completely but extract content and just remove noscrip...JeanLuc Gernert
2017-05-09name downloaded svg-images correctlyJeanLuc Gernert
2017-05-07convert spaces to tabsJeanLuc Gernert
2017-04-25first steps towards making syncs cancellableJeanLuc Gernert
2017-04-24image grabber: check if downloaded parent image is actually bigger than origi...JeanLuc Gernert
2017-04-21fix copy/pasta errorJeanLuc Gernert
2017-04-21more null-checks for soup.messageJeanLuc Gernert
2017-04-20fix #450 for sure now :PJeanLuc Gernert
2017-04-16refactor favicon code a bitJeanLuc Gernert
2017-04-16use singular soup.session for contentGrabberJeanLuc Gernert
2017-04-16ContentGrabber: check for retarded article-urls to fix #450JeanLuc Gernert
2017-02-19Grabber: check content-type before downloading url to avaoid downloading lots...JeanLuc Gernert
2017-02-15I hate pinterest fixes #378JeanLuc Gernert
2017-01-25ContentGrabber: add special treatment for youtube-videos and use the embeddin...JeanLuc Gernert
2017-01-23use target=_blank for all urls and remove unneeded code from articleViewJeanLuc Gernert
2017-01-18check HEAD to see if parent-image is actually bigger than the original, don't...JeanLuc Gernert
2017-01-04ContentGrabber: remove youtube.com iframe size and add customJeanLuc Gernert
2017-01-01Grabber: if image has parent a-tag check if href leads to content-type image ...JeanLuc Gernert
2016-12-27correct data directory for everythingJason
2016-12-19WebExtension: get correct width/height for images with FR_huge tagJeanLuc Gernert
2016-12-19Grabber: check image size after downloading then resize and add FR_huge with ...JeanLuc Gernert
2016-12-13detect target=_blank of a-tag and open link in default browser to fix #258JeanLuc Gernert
2016-12-12fix relative iframe urls to prevent webkit from crashingJeanLuc Gernert
2016-10-14fix database warningJan Lukas Gernert
2016-10-07add user-agent string to soup.sessionsJan Lukas Gernert
2016-10-03simplify logger a bitJan Lukas Gernert