ttrss/classes
wn_ 93fd85df6f Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
..
auth set phpdoc annotations for auth_base 2021-11-14 20:26:05 +03:00
db Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
feeditem update phpstan to 1.8.2 2022-07-31 13:55:09 +03:00
handler public: allow system plugins to expose public methods 2022-07-24 15:51:56 +03:00
logger Initial go at PHPStan rule level 6. 2021-11-10 21:38:25 +00:00
pref Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
api.php fix Feeds::_get_counters() used improperly as a replacement for 2022-02-20 12:48:38 +03:00
article.php not dead: Article.assigntolabel etc are exported methods called by frontend (Headlines.js) 2021-11-16 15:45:35 +03:00
config.php properly check for baseline required PHP version (7.4) 2022-07-29 06:34:20 +03:00
counters.php fix Feeds::_get_counters() used improperly as a replacement for 2022-02-20 12:48:38 +03:00
db.php throttle updates if received HTTP 429 (Too Many Requests) 2022-06-09 09:06:52 +03:00
debug.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
digest.php Address PHPStan warnings in 'classes/article.php'. 2021-11-12 01:50:40 +00:00
diskcache.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
errors.php generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML 2022-01-06 10:37:03 +03:00
feedenclosure.php Address PHPStan warnings for FeedEnclosure. 2021-11-15 02:46:19 +00:00
feeditem.php Address PHPStan warnings in FeedItem classes. 2021-11-15 02:40:45 +00:00
feedparser.php various fixes vor php 8.1 compatibility 2022-03-09 00:46:15 +08:00
feeds.php update phpstan to 1.8.2 2022-07-31 13:55:09 +03:00
handler.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
iauthmodule.php normalize some mismatching hook function definitions to match base Plugin class 2021-11-14 11:11:49 +03:00
ihandler.php Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might be tag). 2021-11-13 14:05:48 +00:00
ivirtualfeed.php add IVirtualFeed interface for plugins implementing virtual feeds 2021-11-15 07:08:41 +03:00
labels.php Fix the type of Labels::update_cache() 2021-11-13 15:56:31 +00:00
logger.php Initial go at PHPStan rule level 6. 2021-11-10 21:38:25 +00:00
mailer.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
opml.php Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and 'classes/pluginhandler.php'. 2021-11-12 06:16:18 +00:00
plugin.php * add HOOK_LOGINFORM_ADDITIONAL_BUTTONS 2022-07-24 16:33:28 +03:00
pluginhandler.php Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and 'classes/pluginhandler.php'. 2021-11-12 06:16:18 +00:00
pluginhost.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
prefs.php * add UserHelper methods to manipulate user database (add, modify, delete) 2022-06-10 13:39:00 +03:00
rpc.php getAllCounters: set default value if frontend doesn't pass label or feed id count 2022-02-25 12:41:53 +03:00
rssutils.php update phpstan to 1.8.2 2022-07-31 13:55:09 +03:00
sanitizer.php sanitize: make force_remove_images nullable 2021-11-20 14:02:37 +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 'TimeHelper::make_local_datetime()' (null is allowed). 2021-11-11 21:33:12 +00:00
urlhelper.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
userhelper.php userhelper: fix optional parameter being declared before a required one 2022-06-13 08:37:39 +03:00