Commit Graph

8192 Commits (37a4a219d573dbc4d420648aab0a463138202e46)
 

Author SHA1 Message Date
Andrew Dolgov 37a4a219d5 add COPYING 7 years ago
Andrew Dolgov 78f1116d38 af_zz_imgproxy: add gfycat to ssl whitelist 7 years ago
Andrew Dolgov ecab435420 af_zz_imgproxy: implement a whitelist of known sites that have optional SSL 7 years ago
Andrew Dolgov b8f23d6848 Merge branch 'fix_af_comic_tfd_filter' into 'master'
Fix the TFD filter and add Married to the sea

A while ago TFD changed the html for the comics page and broke the filter.  
Here is a patch to show the comics in the feed again, as well as add Married to the Sea (sister site)

See merge request !50
7 years ago
Andrew Dolgov 0eed023e7d auth_remote: check for PHP_AUTH_USER too 7 years ago
Bill Bagdon 32024bdf21 Fix the TFD filter and add Married to the sea 7 years ago
Andrew Dolgov 78fee22415 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 7 years ago
Andrew Dolgov 337535416f filter by search results while marking feed as read 7 years ago
Andrew Dolgov 966d22f9fa Merge branch 'italian_translation' into 'master'
Updated italian translation

- new lines translated
- minor editing

See merge request !49
7 years ago
dedioste d2a3414e00 Updated italian translation
- new lines translated
- minor editing
7 years ago
Andrew Dolgov 86e534290e enclosures: rewrite relative urls on import, duh 7 years ago
Andrew Dolgov 9594ea6875 add cosmetic suffixes back for cached url links 7 years ago
Andrew Dolgov df994ac333 rebase translations 7 years ago
Andrew Dolgov dc2c4b13d4 when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use content type instead of "filename"-based hacks 7 years ago
Andrew Dolgov 388d4dfa88 enable caching of media in article enclosures 7 years ago
Andrew Dolgov 9c3c0ace6b rename cache images option label (rip translations) 7 years ago
Andrew Dolgov 48eefd8c5c allow caching of audio files 7 years ago
Andrew Dolgov 41bead9baa remove local file extensions and generalize some method names for cached media
file extensions may still be present in urls, but are ignored by the backend

MIGRATION (if you have any cached data worth keeping, not required):
in cache/images run "rename 's/\..*$//' *" i.e. strip file extensions
7 years ago
Andrew Dolgov 63f0ed3d9c cdmClicked: do not use event.target.parents to figure out if clicked on a heading 7 years ago
Andrew Dolgov 8519c68d93 rewrite relative urls for html5 audio source elements 7 years ago
Andrew Dolgov 270c0a00e5 improve JS error logging with additional stuff 7 years ago
Andrew Dolgov e0a957b3f6 use try/catch block in updatefeedlist
remove reporting function from exception dialog
7 years ago
Andrew Dolgov 1bfe1d7b31 simplify error handling
* less convoluted exception dialogs
* use window.onerror for the majority of exception catching/reporting
* remove most of now useless try/catch blocks
* report stacktrace instead of manually specified error locations
7 years ago
Andrew Dolgov e6d66fe55c fix update.php showing --help option with a single - 7 years ago
Andrew Dolgov b835a52814 rework the way headlines menus identify calling row 7 years ago
Andrew Dolgov 3102a1b338 Merge branch 'improve-update_feedbrowser_cache-sql-query' into 'master'
Improve update_feedbrowser_cache SQL query

As explained in <https://tt-rss.org/forum/viewtopic.php?t=4060&p=23768>, this change improved drastically the query time.

See merge request !48
7 years ago
Luc Didry 453787526a Improve update_feedbrowser_cache SQL query 7 years ago
Andrew Dolgov ad7cea62e1 editFilter: fix selector expressions broken by 88946d3 7 years ago
Andrew Dolgov a3b5f3817e af_zz_imgproxy: remove filter hook, not needed 7 years ago
Andrew Dolgov c8919d630e Merge branch 'master' of git.tt-rss.org:fox/tt-rss 7 years ago
Andrew Dolgov c55fb22bcd af_zz_imgproxy: rewrite to absolute url; add on-parse article filter hook to handle redirect situation in case frontend has open_basedir (disabled currently) 7 years ago
Andrew Dolgov f75cf64673 Merge branch 'german-translation' into 'master'
Update german translation



See merge request !47
7 years ago
Heiko Adams ca08292904
Update german translation 7 years ago
Andrew Dolgov b73bf7e2d8 rebase translations 7 years ago
Andrew Dolgov 79ec2f3efd set error report url to https 7 years ago
Andrew Dolgov 5161460048 bind headlines menu to a selector to avoid remaking it unnecessarily 7 years ago
Andrew Dolgov 3eec1de393 fix vertical position of cdm collapse button in floating title 7 years ago
Andrew Dolgov 20deb5fc32 cdmcollapse/expand: use less convoluted selector queries 7 years ago
Andrew Dolgov 61570c474b add af_zz_vidmute 7 years ago
Andrew Dolgov 093d463320 af_zz_imgproxy: truncate url in error png 7 years ago
Andrew Dolgov bf6398650a af_zz_imgproxy: show GD-based (if possible) error message on proxy failure 7 years ago
Andrew Dolgov 4a23031fcd rewrite_relative_url: cleanup resulting url path while rewriting 7 years ago
Andrew Dolgov ab39e213b3 af_zz_imgproxy: disable api render hook: pointless, because api clients won't have an authenticated cookie-based session 7 years ago
Andrew Dolgov ff4f2b1e0c af_zz_imgproxy: fix typo 7 years ago
Andrew Dolgov 454292b295 format_article_enclosures: allow embedding .jpeg files 7 years ago
Andrew Dolgov 046a0cc7c8 fix previous, again 7 years ago
Andrew Dolgov bc83dcb381 af_zz_imgproxy: limit enclosure rewriting to images 7 years ago
Andrew Dolgov 676c7303ca add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy (2) 7 years ago
Andrew Dolgov 58210301e0 add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy 7 years ago
Andrew Dolgov 3891782cf5 Merge branch 'fix-target-blank-vulnerability' into 'master'
Prevent target='_blank' vulnerability on dynamic link

This merge request refere to https://tt-rss.org/forum/viewtopic.php?f=8&t=4048

It fix the issue I enconter on some feeds I follow.
Just need to add "noopener" and "noreferrer" on "_blank" link to avoid the vulnerability.

See merge request !46
7 years ago