summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-23process gallery media in the correct orderAndrew Dolgov
2021-12-23fetch: return HTTP code when no curl_error() is availableAndrew Dolgov
2021-12-23remove deprecated LOG_ constantsAndrew Dolgov
2021-12-20rssutils: rewrite several invocations of (deprecated) rewrite_relative_url() ↵Andrew Dolgov
to UrlHelper::rewrite_relative()
2021-12-20filters:Andrew Dolgov
* add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146
2021-12-16af_redditimgur: don't generate a warning if fallback video is not found for ↵Andrew Dolgov
hosted:video post
2021-12-14 * fox.form.Select: add several properties allowing it to betterAndrew Dolgov
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
2021-12-14PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2Andrew Dolgov
2021-12-14Merge pull request 'Handle the admin user not having any entries in ↵fox
'Feeds::_get_global_unread'.' (#60) from wn/tt-rss:bugfix/get-global-unread-admin-null into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/60
2021-12-14Handle another potential 'SUM()' null situation in Feeds.wn_
2021-12-14Add a note on why ed74c43f18 was needed.wn_
2021-12-14Handle the admin user not having any entries in 'Feeds::_get_global_unread'.wn_
2021-12-07Merge branch 'weblate-integration'Andrew Dolgov
2021-12-06 * add HOOK_POST_LOGOUTAndrew Dolgov
* auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL
2021-12-06af_comics: add Powerup Comics and Danby DrawsAndrew Dolgov
2021-12-03Merge pull request 'Prevent "Undefined index: version" events for git ↵fox
version with open_basedir after 9dabfbfa11' (#57) from ltGuillaume/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/57
2021-12-03Merge pull request 'Fixes declaration of Pref_Prefs::csrf_ignore to match ↵fox
IHandler::csrf_ignore' (#58) from jbaldus/tt-rss:jbaldus-fix-pref-prefs into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/58
2021-12-02Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignorejbaldus
2021-12-02Prevent "Undefined index: version" events for git version with open_basedir ↵ltGuillaume
after 9dabfbfa11
2021-12-01api, getHeadlines: properly accept feed_id 0Andrew Dolgov
2021-12-01combined mode: add a hack (?) for .titleWrap widthAndrew Dolgov
2021-12-01Revert "various fixes vor php 8.1 compatibility"Andrew Dolgov
This reverts commit 14027ae04e4aee6cf1c3a4ff9a390ec266c0fb09.
2021-12-01Revert "replace strftime with date"Andrew Dolgov
This reverts commit 72e21f89ce2465fafc08a92dc2d216b55f355f28.
2021-12-01Merge pull request 'Fixes for php 8.1 compatibility' (#56) from ↵fox
magicDave/tt-rss:php8.1-fixes into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/56
2021-11-30replace strftime with dateDavid Edler
2021-11-30various fixes vor php 8.1 compatibilityDavid Edler
2021-11-29combined mode: limit feed title element to 25% widthAndrew Dolgov
2021-11-29remove mixed type hints from function arguments because we still support PHP7Andrew Dolgov
2021-11-29 * fix showing headlines for tag-based virtual feedsAndrew Dolgov
* API: allow retrieving headlines for tag-based feeds (bump api level to 18)
2021-11-24Translated using Weblate (Czech)Marek Pavelka
Currently translated at 100.0% (665 of 665 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/cs/
2021-11-24af_redditimgur: check content-type before downloading data for og:image and ↵Andrew Dolgov
imgur pages
2021-11-24urlhelper: add debugging output for download attemptsAndrew Dolgov
2021-11-23mark clean() return value as nullableAndrew Dolgov
2021-11-23api: don't try to pass null login/password when subscribing to feedAndrew Dolgov
2021-11-23_get_version:Andrew Dolgov
- don't bother with git if open_basedir is enabled - check for SCRIPT_ROOT instead of TTRSS_.. anything because that would be set regardless of install method
2021-11-21Translated using Weblate (Chinese (Traditional))TonyRL
Currently translated at 100.0% (665 of 665 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hant/
2021-11-20format_backtrace: revise previous to only try truncating/adding actual stringsAndrew Dolgov
2021-11-20 * sql_bool_to_bool: make parameter nullableAndrew Dolgov
* errorhandler: don't try to truncate null strings * UrlHelper::rewrite_relative: fix undefined offset warnings for URLs that lack schema/host (data: etc)
2021-11-20sanitize: make force_remove_images nullableAndrew Dolgov
2021-11-19feeds/add: force cast category id to integerAndrew Dolgov
2021-11-19Merge pull request 'Consistently handle param string to bool conversions in ↵fox
handlers.' (#53) from wn/tt-rss:feature/consistent-param-to-bool into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/53
2021-11-19Merge pull request 'Fix Undefined array key "order_by"' (#54) from ↵fox
klempin/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/54
2021-11-19Merge pull request 'Don't type DiskCache's $mimeMap.' (#55) from ↵fox
wn/tt-rss:bugfix/diskcache-mimemap-type into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/55
2021-11-18Don't type DiskCache's $mimeMap.wn_
PHP typing of class properties is only supported on PHP 7.4+.
2021-11-18Fix Undefined array key "order_by"Philip Klempin
2021-11-18Fix 'view_mode' default in API#getHeadlines()wn_
2021-11-18Switch from null to false as the default for missing bool params.wn_
2021-11-18Actually, always clean in Handler._param_to_bool()wn_
2021-11-18Clean string params in Handler._param_to_bool()wn_
2021-11-18Consistently handle param string to bool conversions in handlers.wn_