summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-11-03Allow <hr> tag in the RSS item' descriptionwoxcab
2017-10-30fetch_file_contents: improve error handlingAndrew Dolgov
2017-10-29add sanity check for mime_content_type()Andrew Dolgov
2017-10-08remove apache-specific x-sendfile stuffAndrew Dolgov
2017-10-01get_favicon_url: only check base elements with href attributewn_
2017-10-01Handle potentially-relative base element when getting favicon.wn_
2017-08-17add support for http 304 not modified (no timestamp calculation bullshit like...Andrew Dolgov
2017-07-30do not base headlines label context submenu on feed tree labels categoryAndrew Dolgov
2017-07-17sessions: use is_server_https() for secure cookie settingAndrew Dolgov
2017-07-17$_SERVER['HTTPS'] can be exists and 'off' for non-https connectiosNatan Frei
2017-07-13rework previous 32 bit session stuffAndrew Dolgov
2017-07-13Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2017-07-13sessions: clip max expiry value to a 32bit integerAndrew Dolgov
2017-07-10hopefully unify handling of server HTTPS variables where needed, use scheme b...Andrew Dolgov
2017-07-10sanity: check X-Forwarded-Proto for self_urlCédric Barboiron
2017-07-06replace some usages of SELF_URL_PATH with get_self_url_prefix()Andrew Dolgov
2017-07-06self url path checking: accept value without an ending slashAndrew Dolgov
2017-07-05sanity: it's probably a good idea to check whether we're running under httpd ...Andrew Dolgov
2017-07-05previous: spaces -> tabsAndrew Dolgov
2017-07-05sanity: check whether SELF_URL_PATH conforms to data returned by httpdAndrew Dolgov
2017-07-02controls: disable print_feed_select (unused)Andrew Dolgov
2017-07-02schema: updates for new filter format (bump version to 131)Andrew Dolgov
2017-07-02Revert "Revert "filters: support matching on multiple feeds/categories""Andrew Dolgov
2017-07-02Revert "filters: support matching on multiple feeds/categories"Andrew Dolgov
2017-07-02filters: support matching on multiple feeds/categoriesAndrew Dolgov
2017-05-29tunables:Andrew Dolgov
2017-05-27Replace '__autoload' (deprecated in PHP 7.2) with 'spl_autoload_register'.wn_
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-11move add_feed_url() to pref_feedsAndrew Dolgov
2017-05-06fix DAEMON_SLEEP_INTERVAL not being defined when usedAndrew Dolgov
2017-05-05wrap rssfuncs into rssutils classAndrew Dolgov
2017-05-05move counter stuff to a separate classAndrew Dolgov
2017-05-05add sanity check for SELF_URL_PATH going to http url if server is accessed ov...Andrew Dolgov
2017-05-04move label stuff to Labels classAndrew Dolgov
2017-05-04move digest stuff to Digest classAndrew Dolgov
2017-05-04move some label stuff to labels.phpAndrew Dolgov
2017-05-04abs_to_rel_path: removedAndrew Dolgov
2017-05-04move get_article_labels to ArticleAndrew Dolgov
2017-05-04move counter cache to a separate classAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
2017-05-04move to Article:Andrew Dolgov
2017-05-04move the following to Feeds:Andrew Dolgov
2017-05-04move the following to Article:Andrew Dolgov
2017-05-04move getArticleFeed to ArticleAndrew Dolgov
2017-05-04move opml-specific get_feed_category to opml.phpAndrew Dolgov
2017-05-04move some common control-generating functions to controls.phpAndrew Dolgov
2017-04-27update_rss_feed: minor code cleanupAndrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2017-04-23bump version_static to 17.4Andrew Dolgov