Commit Graph

8771 Commits (2d54eb1a87ca5832b3eb1118f0dcf89005fd94ac)
 

Author SHA1 Message Date
wn_ a30f862de4 strict js: fix catchupBatchedArticles
This addresses the "Unread not removed from row" issue.
7 years ago
wn_ ad04bbf81d strict js: fix more dialog vars 7 years ago
fox e2e23887fb Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-mode 7 years ago
wn_ 97f084c828 strict js: fix helpDialog 7 years ago
Andrew Dolgov a72643257a do not enforce strict mode for plugins 7 years ago
Andrew Dolgov 3009ecc44f initial for JS strict mode 7 years ago
Andrew Dolgov c9a5e5aa28 feed editor: expose site_url for editing 7 years ago
fox fc763c882e Merge branch 'abbr-tag' of JustAMacUser/tt-rss into master 7 years ago
JustAMacUser 905ff10dc9 Allow abbr tag when sanitizing. 7 years ago
Andrew Dolgov f1415df47c prefs: expand feed tree if displaying search results 7 years ago
Andrew Dolgov e7c9bc60ec fix previous wrt if-modified-since being added to context options headers 7 years ago
fox 8f60cb4400 Merge branch 'master' of Metallizzer/tt-rss into master 7 years ago
Metallizzer dd597297cb Обновить 'include/functions.php'
The "Connection: close" header is added to the context_options
7 years ago
Andrew Dolgov 7e6bb21ff5 auto_assign_labels: pass delimiter to preg_quote() to escape slashes properly 7 years ago
Andrew Dolgov bcdbfa7c67 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 7 years ago
fox 478e990beb Merge branch 'af_readability-refactor' of JustAMacUser/tt-rss into master 7 years ago
Andrew Dolgov 3d7db21602 Merge branch 'master' of git.fakecake.org:tt-rss 7 years ago
JustAMacUser e26cb06179 af_readability: Use new global fetch_effective_url for canonical URL. 7 years ago
Andrew Dolgov 8babb8e75a sanitize: disallow width and height attributes for images 7 years ago
fox 1aeb282be1 Merge branch 'save-effective-url' of JustAMacUser/tt-rss into master 7 years ago
JustAMacUser 7ae05ed790 Have fetch_file_contents() save the effective URL. 7 years ago
Andrew Dolgov 2eaf2a1f36 tag_is_valid: simplify code 7 years ago
Andrew Dolgov 5edf4b73a4 add a workaround to support numeric tags 7 years ago
fox 304d898e6b Merge branch 'master' of JustAMacUser/tt-rss into master 7 years ago
JustAMacUser 3f5f5bc73f af_comics: Fix typo -- call to undefined method. 7 years ago
Andrew Dolgov f63a7c4142 update CSS 7 years ago
Andrew Dolgov f6269d1bc4 add special class for feeds with disabled updates 7 years ago
Andrew Dolgov cc16b7ba39 minor updates for utility/zoom CSS 7 years ago
fox 60361f7c7d Merge branch 'fix-gocomics-subscribe' of JustAMacUser/tt-rss into master 7 years ago
Dave Z d92fcaa9c8 af_comics: Workaround for GoComics' lazy loading images in srcset. 7 years ago
Dave Z fc756975ab af_comics: Allow subscribing to GoComics URLs via page (only this time, *actually allow* it). 7 years ago
Andrew Dolgov 44eda8521e filter delete action/rule: fix selector syntax 7 years ago
Andrew Dolgov a340b29ba9 pref-feeds: disable tree autoexpand 7 years ago
Andrew Dolgov 67bf38afda savefeedorder, savefilterorder: do not use clean() on json payload 7 years ago
Andrew Dolgov 2c51facf61 Revert "import_export: do not use DOMDocument->loadXML in static context"
This reverts commit 1ddf3a28e5.
7 years ago
Andrew Dolgov 1ddf3a28e5 import_export: do not use DOMDocument->loadXML in static context 7 years ago
Andrew Dolgov 365f5c8b53 import_export: use legacy true/false values 7 years ago
Andrew Dolgov 7f4a404566 include: convert some spaces to tabs 7 years ago
Andrew Dolgov 2aec1b030c add .editorconfig 7 years ago
Andrew Dolgov 102a01354b strip utf8mb4 characters in enclosures on mysql 7 years ago
Andrew Dolgov e038374608 gocomics: remove width attribute to fix improper scaling of images 7 years ago
fox fdde115557 Merge branch 'master' of jsoares/tt-rss into master 7 years ago
jsoares 26ad257de5 Fixed time stamping of new unmarked/unpublished articles 7 years ago
fox 36eed4d737 Merge branch 'master' of binfalse/tt-rss into master 7 years ago
martin scharm 32dc9ec854 undocumenting the proxy settings [see #36]
in response to https://git.tt-rss.org/git/tt-rss/pulls/36#issuecomment-119
7 years ago
fox a421eb655d Merge branch 'master' of cvidal/tt-rss into master 7 years ago
martin scharm 213c01d459 some proxies require `request_fulluri` set to true [see #36]
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
7 years ago
Colin Vidal c217de557f rpc: addfeed: gets login and pass only if need_auth is checked.
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.
7 years ago
martin scharm ea55f2e11c Add proper support for proxies
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
c30f5e1811/include/functions.php (L377)
In this case it would use the `file_get_contents` with a stream
context without a proxy definition:
c30f5e1811/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.
7 years ago
Andrew Dolgov c30f5e1811 subscribe_to_feed: force-cast login and password to string 7 years ago