summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-27Allow abbr tag when sanitizing.JustAMacUser
2018-02-26prefs: expand feed tree if displaying search resultsAndrew Dolgov
2018-02-25fix previous wrt if-modified-since being added to context options headersAndrew Dolgov
2018-02-25Merge branch 'master' of Metallizzer/tt-rss into masterfox
2018-02-25Обновить 'include/functions.php'Metallizzer
The "Connection: close" header is added to the context_options
2018-02-23auto_assign_labels: pass delimiter to preg_quote() to escape slashes properlyAndrew Dolgov
2018-02-12Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2018-02-12Merge branch 'af_readability-refactor' of JustAMacUser/tt-rss into masterfox
2018-02-12Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2018-02-11af_readability: Use new global fetch_effective_url for canonical URL.JustAMacUser
2018-02-11sanitize: disallow width and height attributes for imagesAndrew Dolgov
2018-02-11Merge branch 'save-effective-url' of JustAMacUser/tt-rss into masterfox
2018-02-11Have fetch_file_contents() save the effective URL.JustAMacUser
2018-02-11tag_is_valid: simplify codeAndrew Dolgov
2018-02-11add a workaround to support numeric tagsAndrew Dolgov
2018-02-11Merge branch 'master' of JustAMacUser/tt-rss into masterfox
2018-02-11af_comics: Fix typo -- call to undefined method.JustAMacUser
2018-02-08update CSSAndrew Dolgov
2018-02-08add special class for feeds with disabled updatesAndrew Dolgov
2018-02-08minor updates for utility/zoom CSSAndrew Dolgov
2018-02-07Merge branch 'fix-gocomics-subscribe' of JustAMacUser/tt-rss into masterfox
2018-02-07af_comics: Workaround for GoComics' lazy loading images in srcset.Dave Z
2018-02-07af_comics: Allow subscribing to GoComics URLs via page (only this time, ↵Dave Z
*actually allow* it).
2018-02-04filter delete action/rule: fix selector syntaxAndrew Dolgov
2018-02-04pref-feeds: disable tree autoexpandAndrew Dolgov
2018-02-04savefeedorder, savefilterorder: do not use clean() on json payloadAndrew Dolgov
2018-01-30Revert "import_export: do not use DOMDocument->loadXML in static context"Andrew Dolgov
This reverts commit 1ddf3a28e56d64fa8e80868e731cdde8b2abefa8.
2018-01-30import_export: do not use DOMDocument->loadXML in static contextAndrew Dolgov
2018-01-30import_export: use legacy true/false valuesAndrew Dolgov
2018-01-30include: convert some spaces to tabsAndrew Dolgov
2018-01-30add .editorconfigAndrew Dolgov
2018-01-29strip utf8mb4 characters in enclosures on mysqlAndrew Dolgov
2018-01-27gocomics: remove width attribute to fix improper scaling of imagesAndrew Dolgov
2018-01-24Merge branch 'master' of jsoares/tt-rss into masterfox
2018-01-22Fixed time stamping of new unmarked/unpublished articlesjsoares
2018-01-18Merge branch 'master' of binfalse/tt-rss into masterfox
2018-01-18undocumenting the proxy settings [see #36]martin scharm
in response to https://git.tt-rss.org/git/tt-rss/pulls/36#issuecomment-119
2018-01-17Merge branch 'master' of cvidal/tt-rss into masterfox
2018-01-17some proxies require `request_fulluri` set to true [see #36]martin scharm
at least polipo won't work for plain HTTP URLs (HTTPS strangely also works without `request_fulluri`..?) see https://git.tt-rss.org/git/tt-rss/pulls/36
2018-01-14rpc: addfeed: gets login and pass only if need_auth is checked.Colin Vidal
Because of browser form auto-completion, the hidden field login and password can be automatically filled when adding a feed. It would enable feed authentication even if the user doesn't click on need_auth button.
2018-01-14Add proper support for proxiesmartin scharm
There are situations where you want tt-rss to use a proxy (e.g. because of network restrictions, or privacy concerns). tt-rss already comes with an undocumented `_CURL_HTTP_PROXY` variable (see eg https://binfalse.de/2015/05/06/ttrss-with-proxy/), however that won't have an effect when, for example, php-curl is not installed, see https://git.tt-rss.org/git/tt-rss/src/c30f5e18119d1935e8fe6d422053b127e8f4f1b3/include/functions.php#L377 In this case it would use the `file_get_contents` with a stream context without a proxy definition: https://git.tt-rss.org/git/tt-rss/src/c30f5e18119d1935e8fe6d422053b127e8f4f1b3/include/functions.php#L487 Here I propose to properly support proxies, and I introduced a `PROXY` variable, that is respected in both scenarios, with and without curl installed.
2018-01-05subscribe_to_feed: force-cast login and password to stringAndrew Dolgov
2018-01-02Merge branch 'improvement/digest-pdo-params' of immanuelfodor/tt-rss into masterfox
2018-01-02binding statement named param instead of positional replacementimmanuelfodor
2018-01-02Merge branch 'fix-pdo-mail-plugin' of JustAMacUser/tt-rss into masterfox
2018-01-01Fix missing parenthesis.Dave Z
2018-01-01Fix PDO query in mail plugin.Dave Z
2017-12-31remove synchronous feed refreshing on ForceUpdateAndrew Dolgov
2017-12-30search_to_sql: quote fallback search languageAndrew Dolgov
2017-12-30Merge branch 'func-missing-quotes' of JustAMacUser/tt-rss into masterfox