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
Andrew Dolgov 7cf12233d7 use ORM when subscribing feeds 4 years ago
..
auth don't try to pass string literal NOW() to ORM as a timestamp 4 years ago
db fix get_pref always using default profile; remove unneeded code from db_prefs 4 years ago
feeditem wip: initial for config object 4 years ago
handler * sanitize: never rewrite relative links to our own prefix 4 years ago
logger sql logger: use orm 4 years ago
pref use orm for feed access keys 4 years ago
api.php move version-related stuff to Config; fix conditional feed requests 4 years ago
article.php article/redirect: use orm (cast id to int) 4 years ago
config.php don't rely on exit code when checking version (again) 4 years ago
counters.php request label counters conditionally 4 years ago
db.php don't try to pass string literal NOW() to ORM as a timestamp 4 years ago
dbupdater.php cache schema version better 4 years ago
debug.php use self:: in some places to invoke static methods from the same class 4 years ago
digest.php use constants in get_pref()/set_pref() 4 years ago
diskcache.php * sanitize: never rewrite relative links to our own prefix 4 years ago
errors.php check if client-presented URL scheme is different from one configured in SELF_URL_PATH 4 years ago
feedenclosure.php
feeditem.php article: unify naming 4 years ago
feedparser.php fix some more warnings reported by phpstan 4 years ago
feeds.php use ORM when subscribing feeds 4 years ago
handler.php
iauthmodule.php fix hierarchy of authentication modules, make everything extend Auth_Base and implement hook_auth_user() for pluginhost 4 years ago
ihandler.php
labels.php for the most part, deal with filter rules UI 4 years ago
logger.php fix crash caused by non-numeric non-null _SESSION[uid] passed to sql logger 4 years ago
mailer.php logger: shorter syntax 4 years ago
opml.php * sanitize: never rewrite relative links to our own prefix 4 years ago
plugin.php * add (disabled) shortcut syntax for plugin methods 4 years ago
pluginhandler.php drop errors.php and simplify error handling 4 years ago
pluginhost.php * sanitize: never rewrite relative links to our own prefix 4 years ago
prefs.php add an option to disable conditional counters 4 years ago
rpc.php * sanitize: never rewrite relative links to our own prefix 4 years ago
rssutils.php revise behavior of Feeds::_cat_of 4 years ago
sanitizer.php * sanitize: never rewrite relative links to our own prefix 4 years ago
templator.php replace FALSE with false so that static analyzer shuts up about it 4 years ago
timehelper.php use constants in get_pref()/set_pref() 4 years ago
urlhelper.php move version-related stuff to Config; fix conditional feed requests 4 years ago
userhelper.php don't try to pass string literal NOW() to ORM as a timestamp 4 years ago