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 5c1f9f31bd add a bunch of button icons 4 years ago
..
auth don't try to pass string literal NOW() to ORM as a timestamp 4 years ago
db log applied migrations 4 years ago
feeditem rename unfairly prefixed get_enclosures() in feeditem 4 years ago
handler fix a bunch of bookmarklets login forms not leading back 4 years ago
logger use separate connection for logging 4 years ago
pref add a bunch of button icons 4 years ago
api.php changed skip and limit to coalesce to 0 instead of "" 4 years ago
article.php use ORM for article _labels_of/_feeds_of 4 years ago
config.php bring back web dbupdate using new migrations system 4 years ago
counters.php use orm in some more places; prevent _get_cat_title from hitting the db for uncategorized 4 years ago
db.php don't try to pass string literal NOW() to ORM as a timestamp 4 years ago
debug.php wip for db_migrations for core schema 4 years ago
digest.php add digest preview button, also fix a bunch of bugs 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 remove some redundant php closing tags 8 years ago
feeditem.php rename unfairly prefixed get_enclosures() in feeditem 4 years ago
feedparser.php fix some more warnings reported by phpstan 4 years ago
feeds.php use orm in some more places; prevent _get_cat_title from hitting the db for uncategorized 4 years ago
handler.php handler: default base csrf_ignore() to false 4 years ago
iauthmodule.php fix hierarchy of authentication modules, make everything extend Auth_Base and implement hook_auth_user() for pluginhost 4 years ago
ihandler.php remove some redundant php closing tags 8 years ago
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 add a send test email button to prefs/system 4 years ago
opml.php bring back web dbupdate using new migrations system 4 years ago
plugin.php move around some methods in base plugins class 4 years ago
pluginhandler.php drop errors.php and simplify error handling 4 years ago
pluginhost.php wip: initial for db_migrations 4 years ago
prefs.php store widescreen mode setting in preferences instead of a cookie 4 years ago
rpc.php Fix Undefined index when using Single User Mode 4 years ago
rssutils.php rename unfairly prefixed get_enclosures() in feeditem 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 sessions: stop validating against hash of user agent because chromium is sending 4 years ago