summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2021-11-14deal with phpstan warnings in plugins/af_redditimgur.phpAndrew Dolgov
2021-11-14set annotations/types in af_psql_trgmAndrew Dolgov
2021-11-14set missing annotations in af_comicsAndrew Dolgov
2021-11-14revise phpdoc annotations for hook_sanitize()Andrew Dolgov
2021-11-14deal with the rest of warnings in plugin.phpAndrew Dolgov
2021-11-14deal with a few more phpstan warnings re: base plugin classAndrew Dolgov
2021-11-14normalize some mismatching hook function definitions to match base Plugin classAndrew Dolgov
2021-11-14deal with phpstan warnings related to base authentication modulesAndrew Dolgov
2021-11-13set some annotations on Plugin hook methodsAndrew Dolgov
2021-11-13deal with some warnings in plugins/trgm,readability and base plugin classAndrew Dolgov
2021-11-13no need to duplicate annotationsAndrew Dolgov
2021-11-13phpstan: deal with plugins/shareAndrew Dolgov
2021-11-11Address PHPStan warnings in 'classes/sanitizer.php'.wn_
2021-11-10plugin cleanup re: phpstan 1.0 warningsAndrew Dolgov
2021-10-22minor phpstan tweaksAndrew Dolgov
2021-10-22af_redditimgur: allow subscribing to teddit.net subreddits directly (rewritin...Andrew Dolgov
2021-10-22af_redditimgur: set some @var hintsAndrew Dolgov
2021-10-18af_comics: pass PluginHost to filter constructorsAndrew Dolgov
2021-08-23remove SELF_USER_AGENT custom constant, replaced with configurable Config::HT...Andrew Dolgov
2021-08-17pull latest readability-php via composerNils Gotzhein
2021-05-28apply usort workaround for readability-php because its authors were unable to...Andrew Dolgov
2021-05-21split googlereaderkeys plugin into separate repoAndrew Dolgov
2021-05-20add hotkeys J/K to move between unread feedsAndrew Dolgov
2021-05-12Fix:Plugins-share:init.php - site_url is NULL when share article by URL from ...linkai
2021-05-11Merge branch 'master' into masterkdan
2021-05-11Fix:Plugins-share:init.php - site_url is NULL when share article by URL from ...linkai
2021-05-07af_redditimgur: use core youtube vid helperAndrew Dolgov
2021-05-07add urlhelper to extract youtube video id from urlAndrew Dolgov
2021-04-26Fix:Plugins-share:init.php - site_url is NULL when share atircle by URL form ...linkai
2021-04-23af_redditimgur: instead of generating potentially blacklisted iframes (i.e. h...Andrew Dolgov
2021-04-21youtube_embed: use embed-responsiveAndrew Dolgov
2021-03-29OTP: generate longer secrets, also make them easier to read/copyAndrew Dolgov
2021-03-21share: move og:image back to headAndrew Dolgov
2021-03-15nsfw: set cursor pointerAndrew Dolgov
2021-03-13 * limit progressfunction debugging to size quota exceeded notificationsAndrew Dolgov
2021-03-12gettextify previousAndrew Dolgov
2021-03-12throttle login attempts, controlled by Config::AUTH_MIN_INTERVALAndrew Dolgov
2021-03-12shorten_expanded: reduce log spamAndrew Dolgov
2021-03-12valid OTP code should not be enough to login, oopsAndrew Dolgov
2021-03-11 * shorten_expanded: use ResizeObserver (DUH)Andrew Dolgov
2021-03-11update zoom layout a bitAndrew Dolgov
2021-03-10nsfw plugin: we don't actually need any JSAndrew Dolgov
2021-03-10shorten stuff in af_zz_vidmuteAndrew Dolgov
2021-03-10shorten_expanded: remove loading=lazy on the js side insteadAndrew Dolgov
2021-03-10shorten_expanded: no need to hook on HOOK_SANITIZE anymoreAndrew Dolgov
2021-03-10shorten_expanded: increase timeoutAndrew Dolgov
2021-03-10 * shorten_expanded: use promises instead of a timeout hackAndrew Dolgov
2021-03-09af_redditimgur: import link flair as tagsAndrew Dolgov
2021-03-07 * af_redditimgur: optionally import scoreAndrew Dolgov
2021-03-07nsfw: fix wrong return parameter count in hook article imageAndrew Dolgov