.. |
auth
|
pluginhost: do not connect via legacy DB api until requested
|
2017-12-03 14:49:18 +03:00 |
db
|
fix some minor issues found by code analyzer
|
2017-12-03 23:08:04 +03:00 |
feeditem
|
parser: move media:element handling to feeditem_common; use media:content @media attribute to generate placeholder content-type if not specified
|
2018-08-21 07:01:26 +03:00 |
handler
|
fix session write handler always assuming that database entry exists and failing silently if it doesn't; remove session cookie-related hacks
|
2018-10-16 14:07:42 +03:00 |
logger
|
Logger_SQL: use separate PDO connection
|
2018-09-10 21:49:31 +03:00 |
pref
|
rewrite per-feed/global strip images to strip media
|
2018-09-07 10:24:46 +03:00 |
api.php
|
API: getHeadlines: return feed_id for Archived entries as 0 instead of null to be consistent with requested feed_id
|
2018-08-29 15:13:07 +03:00 |
article.php
|
split transparent rewriting of locally cached media URLs to execute after both sanitize() and HOOK_RENDER_ARTICLE to allow plugins work on original source URLs consistently
|
2018-08-20 12:12:32 +03:00 |
backend.php
|
force strip_tags() on all user input unless explicitly allowed
|
2017-12-03 23:35:38 +03:00 |
ccache.php
|
ccache: properly recalculate counters for uncategorized
|
2017-12-03 21:34:57 +03:00 |
counters.php
|
queryfeedheadlines: there's no need to quote order_by/override_order
|
2017-12-03 22:49:57 +03:00 |
db.php
|
Logger_SQL: use separate PDO connection
|
2018-09-10 21:49:31 +03:00 |
dbupdater.php
|
dbupdater: use PDO
|
2017-12-02 01:28:30 +03:00 |
digest.php
|
binding statement named param instead of positional replacement
|
2018-01-02 06:30:22 +00:00 |
dlg.php
|
add defaultPasswordWarning nag dialog
|
2017-12-03 20:46:27 +03:00 |
feedenclosure.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
feeditem.php
|
Store language of entries as indicated by the feed.
|
2018-08-12 15:27:26 +01:00 |
feedparser.php
|
Store language of entries as indicated by the feed.
|
2018-08-12 15:27:26 +01:00 |
feeds.php
|
split transparent rewriting of locally cached media URLs to execute after both sanitize() and HOOK_RENDER_ARTICLE to allow plugins work on original source URLs consistently
|
2018-08-20 12:12:32 +03:00 |
handler.php
|
pluginhost: do not connect via legacy DB api until requested
|
2017-12-03 14:49:18 +03:00 |
iauthmodule.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
idb.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
ihandler.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
labels.php
|
fix label cache being double escaped on save
|
2017-12-02 15:47:53 +03:00 |
logger.php
|
Logger->log() allow passing context (defaults to '')
|
2018-09-10 21:32:10 +03:00 |
opml.php
|
treat OPML-imported feeds without a title the same as a batch import
|
2017-12-29 15:33:01 -08:00 |
plugin.php
|
plugin base: add type hint to init(host)
|
2017-12-03 10:11:32 +03:00 |
pluginhandler.php
|
force strip_tags() on all user input unless explicitly allowed
|
2017-12-03 23:35:38 +03:00 |
pluginhost.php
|
pluginhost: implement basic autoloader for classes bundled with plugins (uses vendor/ layout)
|
2018-08-07 14:36:45 +03:00 |
rpc.php
|
rpc: addfeed: gets login and pass only if need_auth is checked.
|
2018-01-14 20:55:39 +01:00 |
rssutils.php
|
better handle PDOExceptions during open transaction in feed update
|
2018-11-03 15:00:58 +03:00 |
ttrssmailer.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |