summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2024-10-15properly support search queries in viewfeed debugger, improve some debugging ...Andrew Dolgov
2024-10-01drop OPENTELEMETRY_ global config entriesAndrew Dolgov
2024-10-01drop opentelemetryAndrew Dolgov
2024-09-15add another test for self url, split regex into two parts - one for plugins, ...Andrew Dolgov
2024-09-14fix Config::get_self_url() invoked from plugin context, better deal with mult...Andrew Dolgov
2024-08-24Set 'str_getcsv' escape param to empty string to avoid PHP 8.4 deprecation me...wn_
2024-08-21Fix some broken links and make minor wording tweaks.wn_
2024-08-16enforce lowercase usernames while keeping backwards-compatibility for authent...Andrew Dolgov
2024-08-14Remove unused 'dashboard feed' code.wn_
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-07-17Merge branch 'feature/php84-session_set_save_handler' into 'master'Andrew Dolgov
2024-07-12Move side effects out of the 'Sessions' constructor.wn_
2024-07-11Add and use the 'Sessions' class.wn_
2024-07-05Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'.wn_
2024-06-19add some time-related debugging output for feeds and usersAndrew Dolgov
2024-06-18set DAEMON_FEED_LIMIT to 50 by default and use it consistently between forkin...Andrew Dolgov
2024-06-18 * pass arbitrary CLI arguments to update daemon via updater.sh entrypointAndrew Dolgov
2024-06-15fix untranslated stringsAndrew Dolgov
2024-05-16Add option to debug feeds in 'Feeds with update errors' dialog.wn_
2024-05-09Check 'head' and 'body' when searching HTML for feed links.wn_
2024-04-16Switch 2 more implicitly nullable params to explicitly nullable.wn_
2024-04-13force-set absolute path for local cache if CACHE_DIR config value is relativeAndrew Dolgov
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
2024-03-23Support doing a prefs page search via Enter.wn_
2024-02-21add HOOK_VALIDATE_SESSIONAndrew Dolgov
2024-02-06Fix passing auth credentials to plugins for HOOK_FETCH_FEED.wn_
2024-01-20Use FeedEnclosure throughout RSSUtils.wn_
2024-01-13Merge branch 'feature/unused-var-cleanup' into 'master'Andrew Dolgov
2024-01-13Merge branch 'feature/reduce-fetch-error-message' into 'master'Andrew Dolgov
2024-01-09Only include the exception message in 'UrlHelper::$fetch_last_error'.wn_
2024-01-09shorten DIGEST_MIN_SCORE help textAndrew Dolgov
2024-01-09 * mark get_pref/set_pref wrappers as deprecatedAndrew Dolgov
2024-01-09* mail test - fill user email address as defaultAndrew Dolgov
2024-01-08Clean up some unused variables.wn_
2023-12-30Update all UrlHelper::fetch() calls to use the associative array approach.wn_
2023-12-29Perform validation of redirect URLs during the redirect process.wn_
2023-12-24Fix specifying auth type in UrlHelper::fetch(), add a test for 403 auth retry.wn_
2023-12-23Add some tests for UrlHelper::fetch()wn_
2023-12-23Rework content encoding error retrying in UrlHelper::fetch()wn_
2023-12-23Clean up UrlHelper::resolve_redirects().wn_
2023-12-23Add back 'any auth' retry in UrlHelper::fetch()wn_
2023-12-22Use Guzzlewn_
2023-12-17Revert "Fix sanitizer with libxml2 >= 2.12.0"Andrew Dolgov
2023-11-26Fix sanitizer with libxml2 >= 2.12.0Chih-Hsuan Yen
2023-11-03add wip UI/backend stuff to filter feed treeAndrew Dolgov
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-27add a separate interface for auth modules w/ change_password() methodAndrew Dolgov
2023-10-27Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-26Fix class names in some more places.wn_