summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-23when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use ↵Andrew Dolgov
content type instead of "filename"-based hacks
2017-03-23enable caching of media in article enclosuresAndrew Dolgov
2017-03-23rename cache images option label (rip translations)Andrew Dolgov
2017-03-23allow caching of audio filesAndrew Dolgov
2017-03-23remove local file extensions and generalize some method names for cached mediaAndrew Dolgov
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
2017-03-06cdmClicked: do not use event.target.parents to figure out if clicked on a ↵Andrew Dolgov
heading
2017-03-06rewrite relative urls for html5 audio source elementsAndrew Dolgov
2017-03-05improve JS error logging with additional stuffAndrew Dolgov
2017-03-05use try/catch block in updatefeedlistAndrew Dolgov
remove reporting function from exception dialog
2017-03-04simplify error handlingAndrew Dolgov
* 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
2017-02-23fix update.php showing --help option with a single -Andrew Dolgov
2017-02-17rework the way headlines menus identify calling rowAndrew Dolgov
2017-02-16Merge branch 'improve-update_feedbrowser_cache-sql-query' into 'master' Andrew Dolgov
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
2017-02-16Improve update_feedbrowser_cache SQL queryLuc Didry
2017-02-15editFilter: fix selector expressions broken by 88946d3Andrew Dolgov
2017-02-14af_zz_imgproxy: remove filter hook, not neededAndrew Dolgov
2017-02-14Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2017-02-14af_zz_imgproxy: rewrite to absolute url; add on-parse article filter hook to ↵Andrew Dolgov
handle redirect situation in case frontend has open_basedir (disabled currently)
2017-02-14Merge branch 'german-translation' into 'master' Andrew Dolgov
Update german translation See merge request !47
2017-02-14Update german translationHeiko Adams
2017-02-14rebase translationsAndrew Dolgov
2017-02-14set error report url to httpsAndrew Dolgov
2017-02-13bind headlines menu to a selector to avoid remaking it unnecessarilyAndrew Dolgov
2017-02-13fix vertical position of cdm collapse button in floating titleAndrew Dolgov
2017-02-13cdmcollapse/expand: use less convoluted selector queriesAndrew Dolgov
2017-02-13add af_zz_vidmuteAndrew Dolgov
2017-02-13af_zz_imgproxy: truncate url in error pngAndrew Dolgov
2017-02-13af_zz_imgproxy: show GD-based (if possible) error message on proxy failureAndrew Dolgov
2017-02-13rewrite_relative_url: cleanup resulting url path while rewritingAndrew Dolgov
2017-02-13af_zz_imgproxy: disable api render hook: pointless, because api clients ↵Andrew Dolgov
won't have an authenticated cookie-based session
2017-02-13af_zz_imgproxy: fix typoAndrew Dolgov
2017-02-12format_article_enclosures: allow embedding .jpeg filesAndrew Dolgov
2017-02-12fix previous, againAndrew Dolgov
2017-02-12af_zz_imgproxy: limit enclosure rewriting to imagesAndrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxy (2)Andrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxyAndrew Dolgov
2017-02-12Merge branch 'fix-target-blank-vulnerability' into 'master' Andrew Dolgov
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
2017-02-12Prevent target='_blank' vulnerability on dynamic linkJérémy DECOOL
2017-02-10af_zz_imgproxy: redirect to caller url unless called in user contextAndrew Dolgov
2017-02-10allow user plugins to expose public methods out in a limited fashionAndrew Dolgov
2017-02-10use get_self_url_prefix() when rewriting cached imagesAndrew Dolgov
2017-02-10add some print_checkbox/print_button calls; rename some plugin preference ↵Andrew Dolgov
pane titles
2017-02-10af_zz_imgproxy: urlencode() url parameter, DUHAndrew Dolgov
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-02-10af_zz_imgproxy: add optional setting to proxy all remote imagesAndrew Dolgov
functions: add some form helper methods
2017-02-10af_zz_imgproxy: use inline disposition, misc updatesAndrew Dolgov
2017-02-10update af_zz_imgproxy to plug into built-in image cachingAndrew Dolgov
2017-02-10sanitize: properly handle cached content in archived articlesAndrew Dolgov
2017-02-10add af_zz_imgproxy (initial)Andrew Dolgov
2017-02-09pass several image files used in notify messages to frontend as base64 to ↵Andrew Dolgov
prevent broken error messages in case network connection is down. also, update some close buttons to show correct cursor.