summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-12-30Add missing quotes to array_map.JustAMacUser
2017-12-30Merge branch 'opml-titles' of tianon/tt-rss into masterfox
2017-12-29treat OPML-imported feeds without a title the same as a batch importTianon Gravi
2017-12-22Merge branch 'otp' of fturco/tt-rss into masterfox
2017-12-22fix two-factor authenticatonFrancesco Turco
2017-12-18update_rss_feed: don't try to use quoted NOW() in queryAndrew Dolgov
2017-12-17pluginhost: always return an array in get_all()Andrew Dolgov
2017-12-17force-cast some variables used in queries to integerAndrew Dolgov
do not display SQL query in headlines debug mode
2017-12-15isdefaultpassword: use method_exists() to check for check_passwordAndrew Dolgov
2017-12-15properly highlight search keywords containing forward slashAndrew Dolgov
2017-12-14Merge branch 'master' of simonpl/tt-rss into masterfox
2017-12-14Fix typo from previous pull requestsimonp
2017-12-14Merge branch 'master' of bcollet/tt-rss-fix-auth into masterfox
2017-12-14Check if the auth module supports check_password() method before using itBenjamin Collet
2017-12-14fix single user mode login failing because of isdefaultpassword()Andrew Dolgov
2017-12-13minor css updatespdo-experimentalAndrew Dolgov
2017-12-13sanitize: disable referrer via referrerpolicy for img elementsAndrew Dolgov
2017-12-13style updates for combined expandable mode, etcAndrew Dolgov
2017-12-13style updates for 3 panel modeAndrew Dolgov
2017-12-13hl selection: use accent colorAndrew Dolgov
2017-12-13add ::selectionAndrew Dolgov
2017-12-13Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimentalAndrew Dolgov
2017-12-13Merge branch 'readability-urls' of JustAMacUser/tt-rss into masterfox
2017-12-13Make af_readability use resolved URL when rewriting relative URLs in the ↵JustAMacUser
article.
2017-12-11rebase translationsAndrew Dolgov
2017-12-11use button-style links for bookmarkletsAndrew Dolgov
2017-12-11pref-prefs: set button classesAndrew Dolgov
2017-12-11filter rule/action dialogs: set default actionAndrew Dolgov
2017-12-11subscribe dialog: add primary actionAndrew Dolgov
2017-12-11user editor: add primary actionAndrew Dolgov