1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-11 08:05:56 +00:00

Commit Graph

  • a395574516 actions dropdown: add context-sensitive UI layout labels master Andrew Dolgov 2022-02-25 18:45:00 +03:00
  • 39c0bd378a getAllCounters: set default value if frontend doesn't pass label or feed id count Andrew Dolgov 2022-02-25 12:41:53 +03:00
  • 806b46d0c4 * add actions dropdown to toggle combined mode * hide 'toggle widescreen' menu item when in combined mode * unify some mode toggling code in App Andrew Dolgov 2022-02-24 21:07:53 +03:00
  • bd0af3ae9e inline attachment links: break long words to prevent horizontal scrolling Andrew Dolgov 2022-02-23 22:16:59 +03:00
  • 9a5c21630b update.php: better error reporting if invoked with PHP SAPI other than CLI Andrew Dolgov 2022-02-20 16:35:32 +03:00
  • f7e2f62022 fix Feeds::_get_counters() used improperly as a replacement for getFeedUnread() Andrew Dolgov 2022-02-20 12:48:38 +03:00
  • 77f39d65b5 * Feeds::_get_counters - fix retrieving unread for tags * mark several symbols as @deprecated properly * replace uses of (deprecated) getFeedUnread() with Feeds::_get_counters() Andrew Dolgov 2022-02-20 11:04:15 +03:00
  • 168dc6fe57 rewrite_relative: prevent php warning when checking for unset content type in EXTRA_SCHEMES_BY_CONTENT_TYPE Andrew Dolgov 2022-02-18 16:44:03 +03:00
  • 74a247fc5c rewrite_relative: whitelist specific schemes for URLs with 'known' content-types i.e. specified for enclosures Andrew Dolgov 2022-02-17 22:38:38 +03:00
  • 89ef98e57e allow running as root in a container environment Andrew Dolgov 2022-02-17 17:32:02 +03:00
  • 079f6dfdd0 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2022-02-05 11:50:02 +03:00
  • 6738f5c86b note: use proper hook to set click handlers Andrew Dolgov 2022-02-05 11:49:33 +03:00
  • 9282804b35 Translated using Weblate (Galician) weblate-integration xosé m 2022-02-03 11:24:09 +00:00
  • a7d6ead956 Merge pull request 'Replace deprecated strftime' (#66) from dxbi/tt-rss:replace-strftime into master fox 2022-02-03 18:34:10 +03:00
  • cc30198b3d Replace deprecated strftime Felix Eckhofer 2022-02-03 16:13:01 +01:00
  • 4e35c44add Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2022-02-01 13:17:11 +03:00
  • 6077175c57 plugins/note: allow editing note by clicking on it Andrew Dolgov 2022-02-01 13:16:23 +03:00
  • f2d71d62b7 Translated using Weblate (Galician) xosé m 2022-01-27 13:28:43 +00:00
  • b59bde7b45 Merge pull request 'Add workaround for boolean values being intergers with MySQL/PHP 8.1' (#65) from Schrottfresse/tt-rss:master into master fox 2022-01-28 10:43:34 +03:00
  • 931e33c381 Add workaround for boolean values being intergers with MySQL/PHP 8.1 Schrottfresse 2022-01-28 08:37:29 +01:00
  • 14b1a037ff Translated using Weblate (Galician) xosé m 2022-01-25 07:53:27 +00:00
  • 478c9b64a9 make sure notification is closed when saving/creating filter Andrew Dolgov 2022-01-25 22:39:18 +03:00
  • c57ebf2c10 fix filter last_triggered not updating Andrew Dolgov 2022-01-25 22:33:13 +03:00
  • b4684ed462 Translated using Weblate (Galician) xosé m 2022-01-22 05:21:56 +00:00
  • fc432f95f7 Added translation using Weblate (Galician) Andrew Dolgov 2022-01-21 15:58:10 +00:00
  • 56fd06d611 make sure #headline-spacer click to open prompt is not obscured when mark as read on scroll is enabled Andrew Dolgov 2022-01-21 17:41:11 +03:00
  • 765dff83f2 Translated using Weblate (Ukrainian) Андрій Жук 2022-01-18 08:39:46 +00:00
  • 49d93989af Merge pull request 'Fix starred images not being deleted' (#64) from klempin/tt-rss:master into master fox 2022-01-17 20:14:29 +03:00
  • a769ccc51c Fix starred images not being deleted Philip Klempin 2022-01-16 22:44:46 +00:00
  • 3cdbd4422c share plugin: fix previous Andrew Dolgov 2022-01-14 18:08:33 +03:00
  • f1759786d7 rework several instances of translated strings being used with single quotes as HTML element attribute values Andrew Dolgov 2022-01-14 18:03:50 +03:00
  • d3f26cc4a6 Merge pull request '[RFC] update_rss_feed: juxtapose pdo and ORM commit on timestamp update' (#63) from rtollert/tt-rss:update-rss-deadlock1 into master fox 2022-01-14 10:24:57 +03:00
  • aaccf89501 update_rss_feed: juxtapose pdo and ORM commit on timestamp update Richard Tollerton 2022-01-13 23:39:49 -06:00
  • 420782418d Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2022-01-13 13:59:41 +03:00
  • 304845f380 Merge branch 'master' of git.fakecake.org:fox/tt-rss Andrew Dolgov 2022-01-13 13:59:36 +03:00
  • 8cf9c451dc Headlines: fix multiple article ids not passed to setScore as an array Andrew Dolgov 2022-01-13 13:59:21 +03:00
  • 4a4928ea25 Merge pull request 'af_readability: use data-src for images if available' (#62) from woodoo/tt-rss:master into master fox 2022-01-09 14:54:18 +03:00
  • ac6a34f097 af_readability: use data-src for images if available Eugene Molotov 2022-01-09 14:51:36 +05:00
  • f1607902e6 Merge pull request 'themes: Fix incorrect blur and opacity interaction' (#61) from suraia/tt-rss:blur-opacity into master fox 2022-01-06 10:38:42 +03:00
  • c3482fbe6b generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML Andrew Dolgov 2022-01-06 10:37:03 +03:00
  • 1ff52bff81 themes: Fix incorrect blur and opacity interaction Michael Kuhn 2022-01-05 20:42:21 +01:00
  • 97baf3e8b9 process gallery media in the correct order Andrew Dolgov 2021-12-23 17:33:04 +03:00
  • 1818fc11a5 fetch: return HTTP code when no curl_error() is available Andrew Dolgov 2021-12-23 17:32:44 +03:00
  • 6971ca08b2 remove deprecated LOG_ constants Andrew Dolgov 2021-12-23 17:32:27 +03:00
  • 7aeaa1b039 rssutils: rewrite several invocations of (deprecated) rewrite_relative_url() to UrlHelper::rewrite_relative() Andrew Dolgov 2021-12-20 08:03:30 +03:00
  • 40b2356be2 filters: * add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146 Andrew Dolgov 2021-12-20 07:56:16 +03:00
  • 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 +03:00
  • 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 +03:00
  • 8a645892a6 PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 Andrew Dolgov 2021-12-14 21:43:02 +03:00
  • 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 +03:00
  • 0726a9d820 Handle another potential 'SUM()' null situation in Feeds. wn_ 2021-12-14 12:50:53 +00:00
  • ddc81b2c89 Add a note on why ed74c43f18 was needed. wn_ 2021-12-14 12:47:25 +00:00
  • ed74c43f18 Handle the admin user not having any entries in 'Feeds::_get_global_unread'. wn_ 2021-12-14 12:06:32 +00:00
  • 7109871452 Translated using Weblate (Dutch) Patrick Ahles 2021-12-07 13:30:39 +00:00
  • 471f97ca82 Merge branch 'weblate-integration' Andrew Dolgov 2021-12-07 21:58:15 +03:00
  • 53061d1508 * add HOOK_POST_LOGOUT * auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL Andrew Dolgov 2021-12-06 13:20:18 +03:00
  • 57b0413a3a af_comics: add Powerup Comics and Danby Draws Andrew Dolgov 2021-12-06 08:14:23 +03:00
  • 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 +03:00
  • 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 +03:00
  • 987870074b Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignore jbaldus 2021-12-02 20:57:19 +03:00
  • 0269c7ce32 Prevent "Undefined index: version" events for git version with open_basedir after 9dabfbfa11 ltGuillaume 2021-12-02 18:55:08 +01:00
  • 5df8dacf9f api, getHeadlines: properly accept feed_id 0 Andrew Dolgov 2021-12-01 19:04:42 +03:00
  • be94a3a791 combined mode: add a hack (?) for .titleWrap width Andrew Dolgov 2021-12-01 14:02:43 +03:00
  • a201e10ee0 Revert "various fixes vor php 8.1 compatibility" Andrew Dolgov 2021-12-01 13:37:35 +03:00
  • aaebe55456 Revert "replace strftime with date" Andrew Dolgov 2021-12-01 13:37:25 +03:00
  • 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 +03:00
  • 72e21f89ce replace strftime with date David Edler 2021-11-30 22:07:11 +01:00
  • 14027ae04e various fixes vor php 8.1 compatibility David Edler 2021-11-30 21:50:09 +01:00
  • df7b2e7984 combined mode: limit feed title element to 25% width Andrew Dolgov 2021-11-29 13:39:58 +03:00
  • 409c63dcf8 remove mixed type hints from function arguments because we still support PHP7 Andrew Dolgov 2021-11-29 12:30:33 +03:00
  • 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 +03:00
  • d0cf7a3d97 Translated using Weblate (Czech) Marek Pavelka 2021-11-23 07:27:14 +00:00
  • 831648e3c8 af_redditimgur: check content-type before downloading data for og:image and imgur pages Andrew Dolgov 2021-11-24 08:27:10 +03:00
  • 204f92b926 urlhelper: add debugging output for download attempts Andrew Dolgov 2021-11-24 08:19:04 +03:00
  • a109e89983 mark clean() return value as nullable Andrew Dolgov 2021-11-23 17:01:08 +03:00
  • a6cad5cbca api: don't try to pass null login/password when subscribing to feed Andrew Dolgov 2021-11-23 16:55:21 +03:00
  • 9dabfbfa11 _get_version: Andrew Dolgov 2021-11-23 14:44:48 +03:00
  • 17addd1237 Translated using Weblate (Chinese (Traditional)) TonyRL 2021-11-20 17:17:23 +00:00
  • 7cfc30ac25 format_backtrace: revise previous to only try truncating/adding actual strings Andrew Dolgov 2021-11-20 16:15:10 +03:00
  • 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 +03:00
  • e7111e4f14 sanitize: make force_remove_images nullable Andrew Dolgov 2021-11-20 14:02:37 +03:00
  • 2b4ba59a79 feeds/add: force cast category id to integer Andrew Dolgov 2021-11-19 17:02:25 +03:00
  • 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 +03:00
  • 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 +03:00
  • 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 +03:00
  • 59a09790eb Don't type DiskCache's $mimeMap. wn_ 2021-11-18 23:51:36 +00:00
  • 739c3fe760 Fix Undefined array key "order_by" Philip Klempin 2021-11-18 22:33:03 +00:00
  • 4a891b20f0 Fix 'view_mode' default in API#getHeadlines() wn_ 2021-11-18 21:31:52 +00:00
  • d532eb773b Switch from null to false as the default for missing bool params. wn_ 2021-11-18 18:23:44 +00:00
  • cd71292610 Actually, always clean in Handler._param_to_bool() wn_ 2021-11-18 18:18:49 +00:00
  • 16a7208893 Clean string params in Handler._param_to_bool() wn_ 2021-11-18 18:16:50 +00:00
  • 2422aae577 Consistently handle param string to bool conversions in handlers. wn_ 2021-11-18 18:07:43 +00:00
  • 57d9a5e925 config: use phpdoc comments for global options, etc Andrew Dolgov 2021-11-18 20:51:11 +03:00
  • d6f604c06c API/catchupFeed: properly pass is_cat as bool Andrew Dolgov 2021-11-18 20:02:24 +03:00
  • 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 +03:00
  • b2ffc8c2e3 _format_headlines_list: fix phpstan warning properly Andrew Dolgov 2021-11-18 11:03:26 +03:00
  • 9ac67c7973 API: fix unexpected null being passed to _order_to_override_query Andrew Dolgov 2021-11-18 11:01:46 +03:00
  • b77f6c9a6b API: force methods to return bool to make wrap() mistakes easier to track Andrew Dolgov 2021-11-18 10:46:06 +03:00
  • 9e469b1642 api: a few more returns in login Andrew Dolgov 2021-11-18 09:04:08 +03:00
  • 10a1d4d879 api: don't return errors on login success Andrew Dolgov 2021-11-18 09:01:44 +03:00