You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/classes
Tobias Kappé ac8a0e7dc6 Differentiate enclosures based on content type.
Some RSS feeds contain multiple enclosures with the same URL. When the first of
these is not recognized as an image, later entries are not added to the
database as rows in ttrss_enclosures. This change differentiates enclosures
based on their content type, so an entry can have multiple enclosure types with
the same URL (but possibly a different content type).
6 years ago
..
auth pluginhost: do not connect via legacy DB api until requested 7 years ago
db fix some minor issues found by code analyzer 7 years ago
feeditem Use 'saveHTML' when generating HTML from a DOMDocument. 7 years ago
handler force strip_tags() on all user input unless explicitly allowed 7 years ago
logger OPML: use PDO; minor fixes 7 years ago
pref move OTPHP to vendor/; additionally move Base32 class to OTPHP namespace 7 years ago
api.php force strip_tags() on all user input unless explicitly allowed 7 years ago
article.php share: add support for og:image, etc. metadata for shared articles 7 years ago
backend.php force strip_tags() on all user input unless explicitly allowed 7 years ago
ccache.php ccache: properly recalculate counters for uncategorized 7 years ago
counters.php queryfeedheadlines: there's no need to quote order_by/override_order 7 years ago
db.php pdo_connect: catch exception on create 7 years ago
dbupdater.php dbupdater: use PDO 7 years ago
digest.php binding statement named param instead of positional replacement 7 years ago
dlg.php add defaultPasswordWarning nag dialog 7 years ago
feedenclosure.php remove some redundant php closing tags 8 years ago
feeditem.php remove some redundant php closing tags 8 years ago
feedparser.php remove some redundant php closing tags 8 years ago
feeds.php Call the subscription hook from the plugins even if fetch_file_contents returned no data 7 years ago
handler.php pluginhost: do not connect via legacy DB api until requested 7 years ago
iauthmodule.php remove some redundant php closing tags 8 years ago
idb.php remove some redundant php closing tags 8 years ago
ihandler.php remove some redundant php closing tags 8 years ago
labels.php fix label cache being double escaped on save 7 years ago
logger.php remove some redundant php closing tags 8 years ago
opml.php treat OPML-imported feeds without a title the same as a batch import 7 years ago
plugin.php plugin base: add type hint to init(host) 7 years ago
pluginhandler.php force strip_tags() on all user input unless explicitly allowed 7 years ago
pluginhost.php pluginhost: implement basic autoloader for classes bundled with plugins (uses vendor/ layout) 6 years ago
rpc.php rpc: addfeed: gets login and pass only if need_auth is checked. 7 years ago
rssutils.php Differentiate enclosures based on content type. 6 years ago
ttrssmailer.php remove some redundant php closing tags 8 years ago