1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
ttrss/classes
2021-02-09 08:47:41 +03:00
..
auth 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
db initial WIP for php8; bump php version requirement to 7.0 2021-02-05 23:41:32 +03:00
feeditem setArticleTags: prevent duplicate tags being assigned if called twice 2020-12-07 23:35:37 +03:00
handler login: fix profile warning 2021-02-08 22:03:27 +03:00
logger remove PHPMD.UnusedFormalParameter 2021-02-08 19:42:10 +03:00
pref rewrite some more hooks 2021-02-08 22:46:01 +03:00
api.php api: fix some php8 warnings (3) 2021-02-09 08:47:41 +03:00
article.php make ARTICLE_KIND_ constants class members 2021-02-09 08:24:46 +03:00
backend.php fix even more warnings reported by phpstan 2021-02-06 17:56:47 +03:00
counters.php fix even more warnings reported by phpstan 2021-02-06 17:56:47 +03:00
db.php db: add type hints 2021-02-08 21:11:56 +03:00
dbupdater.php fix some more warnings reported by phpstan 2021-02-06 17:38:24 +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 fix some more warnings reported by phpstan 2021-02-06 17:38:24 +03:00
diskcache.php move some old-style handlers to new callback ones 2021-02-08 16:14:48 +03:00
dlg.php opml: normalize class name 2021-02-08 21:38:26 +03:00
feedenclosure.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feeditem.php Store language of entries as indicated by the feed. 2018-08-12 15:27:26 +01:00
feedparser.php fix some more warnings reported by phpstan 2021-02-06 17:38:24 +03:00
feeds.php rewrite some more hooks in classes/feeds 2021-02-08 23:10:22 +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
idb.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
ihandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
labels.php fix some more warnings reported by phpstan 2021-02-06 17:38:24 +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 opml: normalize class name 2021-02-08 21:38:26 +03:00
plugin.php remove PHPMD.UnusedFormalParameter 2021-02-08 19:42:10 +03:00
pluginhandler.php af_readability: add missing file 2019-08-16 15:29:24 +03:00
pluginhost.php pluginhost: add some type hints 2021-02-08 21:38:09 +03:00
rpc.php front page log checker: filter out idiotic GD warning 2021-02-08 22:15:35 +03:00
rssutils.php remove PHPMD.UnusedFormalParameter 2021-02-08 19:42:10 +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 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