summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17Minor correction to RSSUtils::cache_enclosures() $enclosures param type.wip-phpstan-level6wn_
2021-11-17Switch FeedParser back to described behavior for setting 'error'.wn_
2021-11-17document a few more plugin hooksAndrew Dolgov
2021-11-17add descriptions for some plugin hooksAndrew Dolgov
2021-11-17schema: remove default subscription of admin to the forums rss feedAndrew Dolgov
2021-11-17better check for dockerAndrew Dolgov
2021-11-17correctly show non-docker git installs as unsupportedAndrew Dolgov
2021-11-16pluginhost: set stricter @paramsAndrew Dolgov
2021-11-16adjust phpdoc tags for hook definitions/constants (make them reference each o...Andrew Dolgov
2021-11-16not dead: Article.assigntolabel etc are exported methods called by frontend (...Andrew Dolgov
2021-11-16Merge branch 'wip-phpstan-level6' of git.tt-rss.org:fox/tt-rss into wip-phpst...Andrew Dolgov
2021-11-16mailer: don't crash if php mail() fails with no reported errorsAndrew Dolgov
2021-11-16Minor fix in 'classes/articles.php'.wn_
2021-11-15 * DiskCache: add download() helperAndrew Dolgov
2021-11-15when uninstall plugins, refresh plugins index instead of reloading entire pre...Andrew Dolgov
2021-11-15update dojo/dijit to 1.16.4Andrew Dolgov
2021-11-15update phpstan to 1.1.2 (composer files)Andrew Dolgov
2021-11-15update phpstan to 1.1.2; update php-qrcode to 3.4.1Andrew Dolgov
2021-11-15Minor fix to DOMNodeList#item() potential type (null vs false)wn_
2021-11-15auth_internal: limit password throttling to failed login attempts not using OTPAndrew Dolgov
2021-11-15remove themes/Makefile (obsolete, replaced with gulp)Andrew Dolgov
2021-11-15deal with several DOMElement-related errorsAndrew Dolgov
2021-11-15unignore several phpstan errorsAndrew Dolgov
2021-11-15set better matching type hint on virtual feed objectAndrew Dolgov
2021-11-15require virtual feed plugins to implement IVirtualFeedAndrew Dolgov
2021-11-15add IVirtualFeed interface for plugins implementing virtual feedsAndrew Dolgov
2021-11-15Merge branch 'wip-phpstan-level6' of git.tt-rss.org:fox/tt-rss into wip-phpst...Andrew Dolgov
2021-11-15revise phpdoc annotations for hook_search()Andrew Dolgov
2021-11-15Fix a PHPStan warning in 'UrlHelper::rewrite_relative()'.wn_
2021-11-15Address PHPStan warnings for FeedEnclosure.wn_
2021-11-15Address PHPStan warnings in FeedItem classes.wn_
2021-11-14Change the param type for UserHelper::hash_password() $algo to appease PHPStan.wn_
2021-11-14Also fix the param signature for Plugin#hook_hotkey_info()wn_
2021-11-14Fix the return signature for Plugin#hook_hotkey_info()wn_
2021-11-14Address PHPStan warnings in 'include/colors.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/users.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/system.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/prefs.php'.wn_
2021-11-14Address PHPStan warning in 'classes/pref/labels.php'.wn_
2021-11-14revise prototype for hook_enclosure_importedAndrew Dolgov
2021-11-14deal with most of warnings in plugins/af_readabilityAndrew Dolgov
2021-11-14deal with phpstan warnings in plugins/note, nsfw, and shareAndrew Dolgov
2021-11-14deal with phpstan warnings in auto_assign_labels and bookmarkletsAndrew Dolgov
2021-11-14deal with (most of) phpstan warnings in auth_internal and auth_remoteAndrew Dolgov
2021-11-14Merge branch 'wip-phpstan-level6' of git.tt-rss.org:fox/tt-rss into wip-phpst...Andrew Dolgov
2021-11-14Address PHPStan warning in 'classes/pref/filters.php'.wn_
2021-11-14Address PHPStan warning in 'classes/mailer.php'.wn_
2021-11-14deal with phpstan warnings in plugins/cache_starred_images.phpAndrew Dolgov
2021-11-14adjust some return types in urlhelperAndrew Dolgov
2021-11-14deal with phpstan warnings in plugins/af_redditimgur.phpAndrew Dolgov