Commit Graph

7834 Commits (aa03bac42490673b4cd027c779655a027b1dd0fc)
 

Author SHA1 Message Date
Andrew Dolgov aa03bac424 allow NO_CURL to disable several CURL-related checks in plugins
af_readability: skip http content-type checking when open_basedir is enabled
9 years ago
Andrew Dolgov 4c46702672 drop support for (obsolete, removed from recent php versions) php safe_mode setting
remove ugly hacks for curl + open_basedir combination breaking support for http redirects
9 years ago
Andrew Dolgov 6497fb65b4 fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead
bump schema
9 years ago
Andrew Dolgov ee4c460272 import_export: various bugfixes 9 years ago
Andrew Dolgov 7475580b37 getLabelCounters: stricter ownership check 9 years ago
Andrew Dolgov d38cd41253 loadMoreHeadlines: use correct offsets for starred vfeed in adaptive mode 9 years ago
Andrew Dolgov 389ae94a40 iframe_whitelisted: allow player.vimeo.com 9 years ago
Andrew Dolgov 58a44ecb3f af_redditimgur: support gyazo, properly check album domdocuments loading html 9 years ago
Andrew Dolgov 583f163f40 don't init plugins when loading everything to make a list, duh 9 years ago
Andrew Dolgov 9cc29abd41 queryFeedHeadlines: int_id was not included when browsing by tag which broke several button plugins 9 years ago
Andrew Dolgov a71e571b97 headlines_callback2: force prevent duplicate row ids 9 years ago
Andrew Dolgov 4d03c5c59f limit maximum article length allowed for readability 9 years ago
Andrew Dolgov 86d07d367c rpc, setpref: properly save settings to active profile 9 years ago
Andrew Dolgov 77e8100669 add date suffixes to opml & import_export generated files 9 years ago
Andrew Dolgov 73963a21b2 af_comics: fix for whomp 9 years ago
Andrew Dolgov 9a35ed6709 disable filter test result highlighting for the time being 9 years ago
Andrew Dolgov 94b8ce6cec queryfeedheadlines: remove disable_offsets hack 9 years ago
Andrew Dolgov 6b860bd9d2 recently read: limit query by last_read 9 years ago
Andrew Dolgov dbeef0ca67 filter preview: remove unnecessary checkbox 9 years ago
Andrew Dolgov f48f292d2b tweak filter preview layout a bit; allow previewing matched articles in a popup 9 years ago
Andrew Dolgov 3857536f70 fix testing in create filter dialog, woops 9 years ago
Andrew Dolgov 261226a3a5 mostly implement async filter test dialog 9 years ago
Andrew Dolgov a007c18dff wip: filter async testing 9 years ago
Andrew Dolgov a0dbc45acd add edit feed to feed header context menu in grouped mode 9 years ago
Andrew Dolgov b717c65e4e update previous 9 years ago
Andrew Dolgov 8dc539db8f Merge branch 'master' of git.tt-rss.org:fox/tt-rss 9 years ago
Andrew Dolgov 791877c39d fix catching up for grouped feeds 9 years ago
Andrew Dolgov 2606a4e3ae Merge branch 'fix-encl-img-attrs' into 'master'
Fixed height/width image attributes for enclosures.

Per <https://tt-rss.org/forum/viewtopic.php?f=1&t=3482>: Width/height values for images appear to be swapped when rendering enclosures. This fixes that so width is assigned width, etc.

See merge request !12
9 years ago
JustAMacUser 08e79cb6b9 Fixed height/width image attributes for enclosures. 9 years ago
Andrew Dolgov c7ce438e7b hurr-durr (2) 9 years ago
Andrew Dolgov 48b23e500e Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov b95c1e3ced hurr-durr 9 years ago
Andrew Dolgov f5e66c439e remove SESSION_CHECK_ADDRESS 9 years ago
Andrew Dolgov ca36d4bcc1 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 9 years ago
Andrew Dolgov 978989bb7b shorten previous a bit 9 years ago
Skibbi e22e0d686c Prevent concatenating words for full text search index 9 years ago
Andrew Dolgov 61eeae8006 Merge branch 'italian_translation' into 'master'
Updated italian translation

- fixed a mistranslation (thanks to hrk )
- rewrote a string related to bayesian filter

See merge request !10
9 years ago
dedioste 017e702469 Updated italian translation
- fixed a mistranslation (thanks to hrk )
- rewrote a string related to bayesian filter
9 years ago
Andrew Dolgov e17079dcef make disabled filter rules easier to discern
show if filter set match_any_rule on the overview
9 years ago
Andrew Dolgov 961cae85a4 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov d5eaaa0508 curl: let's verify ssl peers 9 years ago
Andrew Dolgov 18433c6c18 Merge branch 'keep-cached-images-fresh' into 'master'
Keep local cached images fresh if file exists.

Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.

See merge request !9
9 years ago
Andrew Dolgov abb2ead416 Merge branch 'italian_translation' into 'master'
Updated italian translation

- 4 new strings translated

See merge request !8
9 years ago
Andrew Dolgov da96ad50b6 Merge branch 'french_translation' into 'master'
French translation update (2 new strings)



See merge request !7
9 years ago
JustAMacUser 4a27966e78 Keep local cached images fresh if file exists.
Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.
9 years ago
dedioste 87992f22e6 Updated italian translation
- 4 new strings translated
9 years ago
Raphaël Rochet 45b208dc39 French translation update (2 new strings) 9 years ago
Andrew Dolgov 98b0729850 Merge branch 'enclosures-render-patch' into 'master'
Unset $retval after HOOK_FORMAT_ENCLOSURES.

Fixes an edge case where changing the array of enclosures with HOOK_FORMAT_ENCLOSURES might break the dropdown rendering if HOOK_RENDER_ENCLOSURE has no registered hooks.

See merge request !6
9 years ago
JustAMacUser 8493163576 Unset $retval after HOOK_FORMAT_ENCLOSURES.
Fixes an edge case where changing the array of enclosures with HOOK_FORMAT_ENCLOSURES might break the dropdown rendering if HOOK_RENDER_ENCLOSURE has no registered hooks.
9 years ago
Andrew Dolgov 28539f6aaf search_to_sql: trim() input 9 years ago