Commit Graph

  • 92747b1d21 af_redditimgur: don't generate a warning if fallback video is not found for hosted:video post Andrew Dolgov 2021-12-16 09:15:05 +0300
  • 720b318796 * fox.form.Select: add several properties allowing it to better imitate other controls like DropDownButton, etc. * rework several main toolbar items to use fox.form.Select instead of other controls * replace HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM with HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 because of markup change (option instead of menuitem) * PluginHost: add some explicit typecasts to make intellephense shut up Andrew Dolgov 2021-12-14 21:53:45 +0300
  • 8a645892a6 PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 Andrew Dolgov 2021-12-14 21:43:02 +0300
  • 3ef9bb5b58 Merge pull request 'Handle the admin user not having any entries in 'Feeds::_get_global_unread'.' (#60) from wn/tt-rss:bugfix/get-global-unread-admin-null into master fox 2021-12-14 15:51:36 +0300
  • 0726a9d820 Handle another potential 'SUM()' null situation in Feeds. wn_ 2021-12-14 12:50:53 +0000
  • ddc81b2c89 Add a note on why ed74c43f18 was needed. wn_ 2021-12-14 12:47:25 +0000
  • ed74c43f18 Handle the admin user not having any entries in 'Feeds::_get_global_unread'. wn_ 2021-12-14 12:06:32 +0000
  • 7109871452 Translated using Weblate (Dutch) Patrick Ahles 2021-12-07 13:30:39 +0000
  • 471f97ca82 Merge branch 'weblate-integration' Andrew Dolgov 2021-12-07 21:58:15 +0300
  • 53061d1508 * add HOOK_POST_LOGOUT * auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL Andrew Dolgov 2021-12-06 13:20:18 +0300
  • 57b0413a3a af_comics: add Powerup Comics and Danby Draws Andrew Dolgov 2021-12-06 08:14:23 +0300
  • 6a70f5e92c Merge pull request 'Prevent "Undefined index: version" events for git version with open_basedir after 9dabfbfa11' (#57) from ltGuillaume/tt-rss:master into master fox 2021-12-03 07:25:06 +0300
  • 78e82b6043 Merge pull request 'Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignore' (#58) from jbaldus/tt-rss:jbaldus-fix-pref-prefs into master fox 2021-12-03 07:23:33 +0300
  • 987870074b Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignore jbaldus 2021-12-02 20:57:19 +0300
  • 0269c7ce32 Prevent "Undefined index: version" events for git version with open_basedir after 9dabfbfa11 ltGuillaume 2021-12-02 18:55:08 +0100
  • 5df8dacf9f api, getHeadlines: properly accept feed_id 0 Andrew Dolgov 2021-12-01 19:04:42 +0300
  • be94a3a791 combined mode: add a hack (?) for .titleWrap width Andrew Dolgov 2021-12-01 14:02:43 +0300
  • a201e10ee0 Revert "various fixes vor php 8.1 compatibility" Andrew Dolgov 2021-12-01 13:37:35 +0300
  • aaebe55456 Revert "replace strftime with date" Andrew Dolgov 2021-12-01 13:37:25 +0300
  • a72e24343b Merge pull request 'Fixes for php 8.1 compatibility' (#56) from magicDave/tt-rss:php8.1-fixes into master fox 2021-12-01 10:52:12 +0300
  • 72e21f89ce replace strftime with date David Edler 2021-11-30 22:07:11 +0100
  • 14027ae04e various fixes vor php 8.1 compatibility David Edler 2021-11-30 21:50:09 +0100
  • df7b2e7984 combined mode: limit feed title element to 25% width Andrew Dolgov 2021-11-29 13:39:58 +0300
  • 409c63dcf8 remove mixed type hints from function arguments because we still support PHP7 Andrew Dolgov 2021-11-29 12:30:33 +0300
  • 28fb571dca * fix showing headlines for tag-based virtual feeds * API: allow retrieving headlines for tag-based feeds (bump api level to 18) Andrew Dolgov 2021-11-29 10:20:13 +0300
  • d0cf7a3d97 Translated using Weblate (Czech) Marek Pavelka 2021-11-23 07:27:14 +0000
  • 831648e3c8 af_redditimgur: check content-type before downloading data for og:image and imgur pages Andrew Dolgov 2021-11-24 08:27:10 +0300
  • 204f92b926 urlhelper: add debugging output for download attempts Andrew Dolgov 2021-11-24 08:19:04 +0300
  • a109e89983 mark clean() return value as nullable Andrew Dolgov 2021-11-23 17:01:08 +0300
  • a6cad5cbca api: don't try to pass null login/password when subscribing to feed Andrew Dolgov 2021-11-23 16:55:21 +0300
  • 9dabfbfa11 _get_version: Andrew Dolgov 2021-11-23 14:44:48 +0300
  • 17addd1237 Translated using Weblate (Chinese (Traditional)) TonyRL 2021-11-20 17:17:23 +0000
  • 7cfc30ac25 format_backtrace: revise previous to only try truncating/adding actual strings Andrew Dolgov 2021-11-20 16:15:10 +0300
  • 3323ae78ce * sql_bool_to_bool: make parameter nullable * errorhandler: don't try to truncate null strings * UrlHelper::rewrite_relative: fix undefined offset warnings for URLs that lack schema/host (data: etc) Andrew Dolgov 2021-11-20 16:11:44 +0300
  • e7111e4f14 sanitize: make force_remove_images nullable Andrew Dolgov 2021-11-20 14:02:37 +0300
  • 2b4ba59a79 feeds/add: force cast category id to integer Andrew Dolgov 2021-11-19 17:02:25 +0300
  • 0a3a464def Merge pull request 'Consistently handle param string to bool conversions in handlers.' (#53) from wn/tt-rss:feature/consistent-param-to-bool into master fox 2021-11-19 07:36:15 +0300
  • 3070933f64 Merge pull request 'Fix Undefined array key "order_by"' (#54) from klempin/tt-rss:master into master fox 2021-11-19 07:35:20 +0300
  • e5ec69f45a Merge pull request 'Don't type DiskCache's $mimeMap.' (#55) from wn/tt-rss:bugfix/diskcache-mimemap-type into master fox 2021-11-19 07:34:26 +0300
  • 59a09790eb Don't type DiskCache's $mimeMap. wn_ 2021-11-18 23:51:36 +0000
  • 739c3fe760 Fix Undefined array key "order_by" Philip Klempin 2021-11-18 22:33:03 +0000
  • 4a891b20f0 Fix 'view_mode' default in API#getHeadlines() wn_ 2021-11-18 21:31:52 +0000
  • d532eb773b Switch from null to false as the default for missing bool params. wn_ 2021-11-18 18:23:44 +0000
  • cd71292610 Actually, always clean in Handler._param_to_bool() wn_ 2021-11-18 18:18:49 +0000
  • 16a7208893 Clean string params in Handler._param_to_bool() wn_ 2021-11-18 18:16:50 +0000
  • 2422aae577 Consistently handle param string to bool conversions in handlers. wn_ 2021-11-18 18:07:43 +0000
  • 57d9a5e925 config: use phpdoc comments for global options, etc Andrew Dolgov 2021-11-18 20:51:11 +0300
  • d6f604c06c API/catchupFeed: properly pass is_cat as bool Andrew Dolgov 2021-11-18 20:02:24 +0300
  • 1ea177491f * base plugin class: correct description of hook_house_keeping() * cache_starred_images: keep status files in a separate cache directory Andrew Dolgov 2021-11-18 19:54:42 +0300
  • b2ffc8c2e3 _format_headlines_list: fix phpstan warning properly Andrew Dolgov 2021-11-18 11:03:26 +0300
  • 9ac67c7973 API: fix unexpected null being passed to _order_to_override_query Andrew Dolgov 2021-11-18 11:01:46 +0300
  • b77f6c9a6b API: force methods to return bool to make wrap() mistakes easier to track Andrew Dolgov 2021-11-18 10:46:06 +0300
  • 9e469b1642 api: a few more returns in login Andrew Dolgov 2021-11-18 09:04:08 +0300
  • 10a1d4d879 api: don't return errors on login success Andrew Dolgov 2021-11-18 09:01:44 +0300
  • 63ec5a8965 Merge branch 'wip-phpstan-level6' Andrew Dolgov 2021-11-18 07:32:28 +0300
  • 2d830c6281 Minor correction to RSSUtils::cache_enclosures() $enclosures param type. wn_ 2021-11-17 20:45:26 +0000
  • fb1e85baaf Switch FeedParser back to described behavior for setting 'error'. wn_ 2021-11-17 19:29:42 +0000
  • aeb4137cbd document a few more plugin hooks Andrew Dolgov 2021-11-17 18:30:32 +0300
  • 3e273ea527 add descriptions for some plugin hooks Andrew Dolgov 2021-11-17 15:56:58 +0300
  • 34f294414f schema: remove default subscription of admin to the forums rss feed Andrew Dolgov 2021-11-17 11:35:40 +0300
  • bd66eff7cc better check for docker Andrew Dolgov 2021-11-17 10:52:37 +0300
  • 938f7db482 correctly show non-docker git installs as unsupported Andrew Dolgov 2021-11-17 10:36:04 +0300
  • 5980b3d2cb pluginhost: set stricter @params Andrew Dolgov 2021-11-16 18:35:13 +0300
  • 10d1a8c05a adjust phpdoc tags for hook definitions/constants (make them reference each other) Andrew Dolgov 2021-11-16 16:31:40 +0300
  • ad30d39e2a not dead: Article.assigntolabel etc are exported methods called by frontend (Headlines.js) Andrew Dolgov 2021-11-16 15:45:35 +0300
  • 4166628c36 Merge branch 'wip-phpstan-level6' of git.tt-rss.org:fox/tt-rss into wip-phpstan-level6 Andrew Dolgov 2021-11-16 09:19:19 +0300
  • 6a8030fd76 mailer: don't crash if php mail() fails with no reported errors Andrew Dolgov 2021-11-16 09:19:12 +0300
  • d78ba7b3a9 Minor fix in 'classes/articles.php'. wn_ 2021-11-16 02:14:31 +0000
  • b2952843f5 * DiskCache: add download() helper * Af_Comics_Gocomics_FarSide: cache linked images because it seems to be required anyway Andrew Dolgov 2021-11-15 23:22:21 +0300
  • 3a3fde1a2e when uninstall plugins, refresh plugins index instead of reloading entire prefs pane Andrew Dolgov 2021-11-15 20:18:37 +0300
  • 8cd69fe15c when uninstall plugins, refresh plugins index instead of reloading entire prefs pane Andrew Dolgov 2021-11-15 20:18:37 +0300
  • ef1e2a8b2f update dojo/dijit to 1.16.4 Andrew Dolgov 2021-11-15 18:48:47 +0300
  • 1db1be7a81 update phpstan to 1.1.2 (composer files) Andrew Dolgov 2021-11-15 18:44:24 +0300
  • 4c37fa4b41 update phpstan to 1.1.2; update php-qrcode to 3.4.1 Andrew Dolgov 2021-11-15 18:33:35 +0300
  • 109b702ed0 Minor fix to DOMNodeList#item() potential type (null vs false) wn_ 2021-11-15 12:24:38 +0000
  • 85b974af32 auth_internal: limit password throttling to failed login attempts not using OTP Andrew Dolgov 2021-11-15 13:16:49 +0300
  • 26f47c0694 remove themes/Makefile (obsolete, replaced with gulp) Andrew Dolgov 2021-11-15 08:27:49 +0300
  • aa924d9ee7 deal with several DOMElement-related errors Andrew Dolgov 2021-11-15 08:26:02 +0300
  • a92070da06 unignore several phpstan errors Andrew Dolgov 2021-11-15 08:20:56 +0300
  • 2493c9cddd set better matching type hint on virtual feed object Andrew Dolgov 2021-11-15 08:19:44 +0300
  • 676c5787e7 require virtual feed plugins to implement IVirtualFeed Andrew Dolgov 2021-11-15 07:11:29 +0300
  • 8dfefe7968 add IVirtualFeed interface for plugins implementing virtual feeds Andrew Dolgov 2021-11-15 07:08:41 +0300
  • 3bd13b91c8 add IVirtualFeed interface for plugins implementing virtual feeds Andrew Dolgov 2021-11-15 07:08:41 +0300
  • 07ea364189 Merge branch 'wip-phpstan-level6' of git.tt-rss.org:fox/tt-rss into wip-phpstan-level6 Andrew Dolgov 2021-11-15 06:54:04 +0300
  • edc7998851 revise phpdoc annotations for hook_search() Andrew Dolgov 2021-11-15 06:53:55 +0300
  • fb208bb136 Fix a PHPStan warning in 'UrlHelper::rewrite_relative()'. wn_ 2021-11-15 03:28:17 +0000
  • 41b4eef504 Address PHPStan warnings for FeedEnclosure. wn_ 2021-11-15 02:46:19 +0000
  • 78acf18b70 Address PHPStan warnings in FeedItem classes. wn_ 2021-11-15 02:40:45 +0000
  • 8943604aad Change the param type for UserHelper::hash_password() $algo to appease PHPStan. wn_ 2021-11-14 22:44:48 +0000
  • 324d926eb4 Also fix the param signature for Plugin#hook_hotkey_info() wn_ 2021-11-14 22:16:16 +0000
  • 12f9df1066 Fix the return signature for Plugin#hook_hotkey_info() wn_ 2021-11-14 22:11:27 +0000
  • 8f749fe61b Address PHPStan warnings in 'include/colors.php'. wn_ 2021-11-14 21:06:06 +0000
  • 6d438c5a77 Address PHPStan warning in 'classes/pref/users.php'. wn_ 2021-11-14 20:27:17 +0000
  • 5632d75a45 Address PHPStan warning in 'classes/pref/system.php'. wn_ 2021-11-14 20:26:21 +0000
  • abab2a94e8 Address PHPStan warning in 'classes/pref/prefs.php'. wn_ 2021-11-14 20:12:37 +0000
  • b8f0627a0e Address PHPStan warning in 'classes/pref/labels.php'. wn_ 2021-11-14 20:03:57 +0000
  • 56cf425e45 revise prototype for hook_enclosure_imported Andrew Dolgov 2021-11-14 23:03:25 +0300
  • c3fbf56984 deal with most of warnings in plugins/af_readability Andrew Dolgov 2021-11-14 21:25:56 +0300
  • 242cf916ef deal with phpstan warnings in plugins/note, nsfw, and share Andrew Dolgov 2021-11-14 21:20:59 +0300
  • 5f808051b2 deal with phpstan warnings in auto_assign_labels and bookmarklets Andrew Dolgov 2021-11-14 21:14:21 +0300