summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2025-10-14Remove 'App.byId()', which was essentially an alias of 'document.getElementBy...supahgreg
2025-10-11Tweak the PHPUnit config and fix a UrlHelper deprecation that was identified.supahgreg
2025-10-11Add some DOMElement hints to help PHPStan.supahgreg
2025-10-08Fix supporting master+main in plugin management. Fixes tt-rss/tt-rss#17supahgreg
2025-10-06Switch links to the 'tt-rss' GitHub organization.supahgreg
2025-10-06minor: Update the wiki link in 'Config::sanity_check()'.supahgreg
2025-10-05minor: make PHPStan happy after a4eed151b73ca32e92963fae054e77f04a7d5eb2supahgreg
2025-10-05minor: Deal with potentially-missing 'inverse' key when testing filters.supahgreg
2025-10-05Bump PHPStan to 2.1.30 and address new findings.supahgreg
2025-10-05Switch from 'tt-rss-web-static' links to wiki links.supahgreg
2025-10-04Appeasing PHPStan.supahgreg
2025-10-03Initial attempt to support both 'main' and 'master' branches.supahgreg
2025-10-03Remove references to, and integrations with, 'tt-rss.org'.supahgreg
2025-09-18Fix OPML exporting via 'update.php'.wn_
2025-09-02use built-in feed for integration testAndrew Dolgov
2025-08-29Tweak the 'Feeds::_get_title()' param order to make PHP happy.wn_
2025-08-29Minor fix in 'OPML#opml_export()'.wn_
2025-08-29Make 'owner_uid' required for 'Feeds::_get_title()' and 'Feeds::_get_cat_titl...wn_
2025-08-29Fix getting the title for syndicated feeds.wn_
2025-08-25Filter more results by user ID.wn_
2025-08-04Fix youtube-nocookie supportvjkcxl
2025-08-04drop unused legacy (?) handler method OPML->import()Andrew Dolgov
2025-08-04add necessary plumbing for auto light/dark switch for the forgotpass handlerAndrew Dolgov
2025-08-01make default light/dark themes configurable, add support for main application...Andrew Dolgov
2025-07-30fix publishedcounter not working for feed countersAndrew Dolgov
2025-07-30add missing count_published to get_cats() and fix some misleading indentingAndrew Dolgov
2025-07-30implement special counter display when viewing by published, similar to markedAndrew Dolgov
2025-07-26Look for media thumbnails in more places.wn_
2025-07-06Separate feed type detection from init, don't subscribe on failures.wn_
2025-07-04replace all instances of die() with print+exit because die() returns exit code 0Andrew Dolgov
2025-07-03add support for PG sslmode and set it to prefer encrypted connections by defaultAndrew Dolgov
2025-06-23allow searching by tags (prefix tag:)Andrew Dolgov
2025-06-19Clean up displaying subscription error info, log more detailed info to the ev...wn_
2025-06-17Remove unused subscription return code 6wn_
2025-06-17Escape error content displayed when subscribing fails (as it might contain HT...wn_
2025-06-17Show some HTML content as a hover tip when the 'feed URL' returned HTML witho...wn_
2025-06-03Minor CSS+style tweaks in 'Handler_Public#generate_syndicated_feed()'.wn_
2025-06-03Use the current timestamp for feed-level 'updated' in 'Handler_Public#generat...wn_
2025-06-03Style tweaks in 'Handler_Public#generate_syndicated_feed()'wn_
2025-06-03Fail early in 'Handler_Public#generate_syndicated_feed()' on unrecognized for...wn_
2025-06-03Use the official JSON MIME type of 'application/json'.wn_
2025-05-22Drop legacy feed icon storage migration and unused 'Config::ICONS_DIR'.wn_
2025-05-22fix wrong config param being used & add a link to cron syntax we supportAndrew Dolgov
2025-05-22make default task schedules configurableAndrew Dolgov
2025-05-21Improve naming when working with filter actions.wn_
2025-05-18Fix check for no articles found in 'RSSUtils::update_rss_feed()'.wn_
2025-05-18Minor ORM usage tweak in 'RSSUtils::update_rss_feed()'.wn_
2025-05-18Use ORM in remaining parts of 'Pref_Users'.wn_
2025-05-18Use ORM in 'Counters::get_feeds()' (and simplify stuff).wn_
2025-05-18Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.wn_