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 70adfd4a74 * sanitize: never rewrite relative links to our own prefix
* use Config::get_self_url() instead of get_self_url_prefix() in a bunch
of places
3 years ago
..
auth don't try to pass string literal NOW() to ORM as a timestamp 3 years ago
db fix get_pref always using default profile; remove unneeded code from db_prefs 3 years ago
feeditem wip: initial for config object 3 years ago
handler * sanitize: never rewrite relative links to our own prefix 3 years ago
logger fix crash caused by non-numeric non-null _SESSION[uid] passed to sql logger 3 years ago
pref * sanitize: never rewrite relative links to our own prefix 3 years ago
api.php move version-related stuff to Config; fix conditional feed requests 3 years ago
article.php delete Article getScore (seems to be unused) 3 years ago
config.php use dash instead of space when invoking git to get version 3 years ago
counters.php request label counters conditionally 3 years ago
db.php don't try to pass string literal NOW() to ORM as a timestamp 3 years ago
dbupdater.php cache schema version better 3 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() 3 years ago
diskcache.php * sanitize: never rewrite relative links to our own prefix 3 years ago
errors.php check if client-presented URL scheme is different from one configured in SELF_URL_PATH 3 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php article: unify naming 3 years ago
feedparser.php fix some more warnings reported by phpstan 3 years ago
feeds.php don't try to pass string literal NOW() to ORM as a timestamp 3 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 3 years ago
ihandler.php remove some redundant php closing tags 7 years ago
labels.php for the most part, deal with filter rules UI 3 years ago
logger.php fix crash caused by non-numeric non-null _SESSION[uid] passed to sql logger 3 years ago
mailer.php logger: shorter syntax 3 years ago
opml.php * sanitize: never rewrite relative links to our own prefix 3 years ago
plugin.php * add (disabled) shortcut syntax for plugin methods 3 years ago
pluginhandler.php drop errors.php and simplify error handling 3 years ago
pluginhost.php * sanitize: never rewrite relative links to our own prefix 3 years ago
prefs.php add an option to disable conditional counters 3 years ago
rpc.php * sanitize: never rewrite relative links to our own prefix 3 years ago
rssutils.php revert back load_filters-related changes 3 years ago
sanitizer.php * sanitize: never rewrite relative links to our own prefix 3 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() 3 years ago
urlhelper.php move version-related stuff to Config; fix conditional feed requests 3 years ago
userhelper.php don't try to pass string literal NOW() to ORM as a timestamp 3 years ago