.. |
auth
|
cleanup some defined-stuff
|
2021-02-23 09:01:27 +03:00 |
db
|
fix get_pref always using default profile; remove unneeded code from db_prefs
|
2021-02-25 12:53:20 +03:00 |
feeditem
|
wip: initial for config object
|
2021-02-22 21:47:48 +03:00 |
handler
|
enforce some stricter type checking for loggers
|
2021-02-25 17:10:03 +03:00 |
logger
|
fix crash caused by non-numeric non-null _SESSION[uid] passed to sql logger
|
2021-02-25 18:21:48 +03:00 |
pref
|
plugin updater: show changes before updating
|
2021-02-28 09:46:06 +03:00 |
api.php
|
api: remove base64 encoded passwords (wtf), log all authentication failures in userhelper
|
2021-02-25 15:39:46 +03:00 |
article.php
|
use constants in get_pref()/set_pref()
|
2021-02-25 14:49:58 +03:00 |
config.php
|
cache schema version better
|
2021-02-25 21:42:05 +03:00 |
counters.php
|
request label counters conditionally
|
2021-02-24 15:07:31 +03:00 |
db.php
|
cleanup some defined-stuff
|
2021-02-23 09:01:27 +03:00 |
dbupdater.php
|
cache schema version better
|
2021-02-25 21:42:05 +03:00 |
debug.php
|
use self:: in some places to invoke static methods from the same class
|
2020-09-22 14:54:15 +03:00 |
digest.php
|
use constants in get_pref()/set_pref()
|
2021-02-25 14:49:58 +03:00 |
diskcache.php
|
migrate the rest into Config::
|
2021-02-22 22:35:27 +03:00 |
errors.php
|
check if client-presented URL scheme is different from one configured in SELF_URL_PATH
|
2021-02-26 14:14:44 +03:00 |
feedenclosure.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
feeditem.php
|
article: unify naming
|
2021-02-15 15:52:28 +03:00 |
feedparser.php
|
fix some more warnings reported by phpstan
|
2021-02-06 17:38:24 +03:00 |
feeds.php
|
move all $fetch globals to UrlHelper
|
2021-02-28 10:12:57 +03:00 |
handler.php
|
handler: default base csrf_ignore() to false
|
2020-09-15 18:16:33 +03:00 |
iauthmodule.php
|
fix hierarchy of authentication modules, make everything extend Auth_Base and implement hook_auth_user() for pluginhost
|
2021-02-08 19:11:31 +03:00 |
ihandler.php
|
remove some redundant php closing tags
|
2017-04-26 20:24:18 +03:00 |
labels.php
|
for the most part, deal with filter rules UI
|
2021-02-21 09:35:07 +03:00 |
logger.php
|
fix crash caused by non-numeric non-null _SESSION[uid] passed to sql logger
|
2021-02-25 18:21:48 +03:00 |
mailer.php
|
logger: shorter syntax
|
2021-02-25 15:49:30 +03:00 |
opml.php
|
implement prefs UI based on new prefs class and a few more things
|
2021-02-25 12:46:13 +03:00 |
plugin.php
|
* add (disabled) shortcut syntax for plugin methods
|
2021-02-17 21:44:21 +03:00 |
pluginhandler.php
|
drop errors.php and simplify error handling
|
2021-02-23 22:26:07 +03:00 |
pluginhost.php
|
add pluginhost->get_array() shorthand
|
2021-02-26 15:33:59 +03:00 |
prefs.php
|
add an option to disable conditional counters
|
2021-02-27 11:25:07 +03:00 |
rpc.php
|
add plugin updates checker into normal updates checker
|
2021-02-27 19:14:13 +03:00 |
rssutils.php
|
move all $fetch globals to UrlHelper
|
2021-02-28 10:12:57 +03:00 |
sanitizer.php
|
use constants in get_pref()/set_pref()
|
2021-02-25 14:49:58 +03:00 |
templator.php
|
replace FALSE with false so that static analyzer shuts up about it
|
2020-09-17 19:02:27 +03:00 |
timehelper.php
|
use constants in get_pref()/set_pref()
|
2021-02-25 14:49:58 +03:00 |
urlhelper.php
|
move all $fetch globals to UrlHelper
|
2021-02-28 10:12:57 +03:00 |
userhelper.php
|
remove a bunch of return type hints that didn't quite fit
|
2021-02-26 19:27:40 +03:00 |