.. |
auth
|
pluginhost: do not connect via legacy DB api until requested
|
2017-12-03 14:49:18 +03:00 |
db
|
fix several issues related to profile being set to a non-numeric value
|
2018-12-04 10:47:01 +03:00 |
feeditem
|
parser: clean() attribute values by default (except content)
|
2018-12-26 10:16:11 +03:00 |
handler
|
fill in some missing doctypes; use short doctype where it wasn't
|
2019-02-23 13:49:40 +03:00 |
logger
|
logger/sql: limit maximum context length on mysql because mysql
|
2019-02-24 07:26:14 +03:00 |
pref
|
pref-users: fix typo which stopped search from working; quote style stuff
|
2019-02-23 08:01:29 +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
|
dialogs: use semantic markup instead of dlgsec stuff
|
2019-02-22 10:48:56 +03:00 |
backend.php
|
dialogs: use semantic markup instead of dlgsec stuff
|
2019-02-22 10:48:56 +03:00 |
ccache.php
|
Be explicit when id column is ambiguous
|
2018-12-08 22:36:03 +01:00 |
counters.php
|
Be explicit when id column is ambiguous
|
2018-12-08 22:36:03 +01:00 |
db.php
|
Logger_SQL: use separate PDO connection
|
2018-09-10 21:49:31 +03:00 |
dbupdater.php
|
debug logging system rework:
|
2018-11-30 08:34:29 +03:00 |
debug.php
|
CLI tools: fix --quiet not working if --log is unset
|
2018-12-01 10:05:26 +03:00 |
digest.php
|
prepare_headlines_digest: do not use PDO constants by reference
|
2018-12-21 08:26:03 +03:00 |
dlg.php
|
dialogs: use semantic markup instead of dlgsec stuff
|
2019-02-22 10:48:56 +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
|
parser: clean() attribute values by default (except content)
|
2018-12-26 10:16:11 +03:00 |
feeds.php
|
fill in some missing doctypes; use short doctype where it wasn't
|
2019-02-23 13:49:40 +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
|
labels: unfortunately we can't rely on caption to selectively clear label_cache (because of json unicode encoding) so clean it completely if label is updated
|
2018-12-06 08:29:32 +03:00 |
logger.php
|
Logger->log() allow passing context (defaults to '')
|
2018-09-10 21:32:10 +03:00 |
mailer.php
|
mailer.php: to_address/to_name was used instead of from_address/from_name
|
2019-01-09 16:49:35 +03:00 |
opml.php
|
OPML: include (and import) ttrss per-feed update interval and sort order
|
2019-02-25 14:06:26 +03: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
|
note that HOOK_FORMAT_ARTICLE_CDM is dead for now
|
2018-12-07 18:35:50 +03:00 |
rpc.php
|
rpc, catchupfeed: return counters immediately so that frontend can figure out next unread feed correctly
|
2019-01-03 10:47:41 +03:00 |
rssutils.php
|
update_rss_feed: mark_unread_on_update should take into account catchup filter action and entry_force_catchup
|
2019-02-06 22:56:14 +03:00 |