ttrss/classes
Andrew Dolgov 810afdaf5a prevent creation of filter rules matching no feeds 2021-02-21 12:28:25 +03:00
..
auth add UserHelper::find_user_by_login() and rewrite some user checks to invoke it instead of going through PDO 2021-02-11 10:22:27 +03:00
db db-prefs: minor cleanup, add warnings if unknown prefs are requested 2021-02-15 22:01:11 +03:00
feeditem article: unify naming 2021-02-15 15:52:28 +03:00
handler rename public.php/cached_url to cached 2021-02-19 20:28:15 +03:00
logger remove PHPMD.UnusedFormalParameter 2021-02-08 19:42:10 +03:00
pref prevent creation of filter rules matching no feeds 2021-02-21 12:28:25 +03:00
api.php feed editor: use client dialog 2021-02-20 13:32:09 +03:00
article.php also disable Article.completeTags 2021-02-20 13:39:17 +03:00
counters.php counters: just merge everything at once 2021-02-15 17:01:05 +03:00
db.php drop legacy DB interface and related sanity checks 2021-02-15 16:55:55 +03:00
dbupdater.php dbupdater: unify naming 2021-02-15 16:14:00 +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 article: unify naming 2021-02-15 15:52:28 +03:00
diskcache.php rename public.php/cached_url to cached 2021-02-19 20:28:15 +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 bookmarklets: cleanup some more markup 2021-02-20 08:49:40 +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 Logger::log - allow specifying errno 2020-09-29 10:08:54 +03:00
mailer.php Logger::log - allow specifying errno 2020-09-29 10:08:54 +03:00
opml.php feeds: unify naming 2021-02-15 15:43:07 +03:00
plugin.php * add (disabled) shortcut syntax for plugin methods 2021-02-17 21:44:21 +03:00
pluginhandler.php * add (disabled) shortcut syntax for plugin methods 2021-02-17 21:44:21 +03:00
pluginhost.php move bookmarklet-related methods out of public.php into the plugin 2021-02-19 20:21:36 +03:00
rpc.php for the most part, deal with filter rules UI 2021-02-21 09:35:07 +03:00
rssutils.php move rgb/hsl functions to their own namespace 2021-02-16 17:07:23 +03:00
sanitizer.php move some old-style handlers to new callback ones 2021-02-08 16:14:48 +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 fix several warnings reported by phpstan 2021-02-06 17:19:07 +03:00
urlhelper.php fix several warnings reported by phpstan 2021-02-06 17:19:07 +03:00
userhelper.php move bookmarklet-related methods out of public.php into the plugin 2021-02-19 20:21:36 +03:00