summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Expand)Author
2022-06-10 * add UserHelper methods to manipulate user database (add, modify, delete)Andrew Dolgov
2022-03-09various fixes vor php 8.1 compatibilityDavid Edler
2022-02-20fix Feeds::_get_counters() used improperly as a replacement forAndrew Dolgov
2022-02-20 * Feeds::_get_counters - fix retrieving unread for tagsAndrew Dolgov
2022-01-28Add workaround for boolean values being intergers with MySQL/PHP 8.1Schrottfresse
2022-01-06generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEF...Andrew Dolgov
2021-12-23remove deprecated LOG_ constantsAndrew Dolgov
2021-12-14 * fox.form.Select: add several properties allowing it to betterAndrew Dolgov
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-01Revert "various fixes vor php 8.1 compatibility"Andrew Dolgov
2021-11-30various fixes vor php 8.1 compatibilityDavid Edler
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
2021-11-19feeds/add: force cast category id to integerAndrew Dolgov
2021-11-18Switch from null to false as the default for missing bool params.wn_
2021-11-18Consistently handle param string to bool conversions in handlers.wn_
2021-11-18_format_headlines_list: fix phpstan warning properlyAndrew Dolgov
2021-11-13Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might b...wn_
2021-11-13Fix type of 'check_first_id' in Feeds '_format_headlines_list'.wn_
2021-11-12Address PHPStan warnings in 'classes/feeds.php'.wn_
2021-11-12Update signature of handler 'csrf_ignore' to include types.wn_
2021-11-12Address PHPStan warnings in 'classes/article.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/timehelper.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/sanitizer.php'.wn_
2021-11-10add two helper account access levels:Andrew Dolgov
2021-11-01Address PHPStan warning in 'classes/feeds.php'.wn_
2021-10-26HOOK_ARTICLE_BUTTON/HOOK_ARTICLE_LEFT_BUTTON: only try to parse markup if its...Andrew Dolgov
2021-10-24css: make plugin button container a flexboxAndrew Dolgov
2021-10-22pluginhost: update comments for HOOK_ constants to use phpdoc syntax; add HOO...Andrew Dolgov
2021-10-10feed tree context menu: add an entry to open originating websiteAndrew Dolgov
2021-09-08OPML: multiple fixesAndrew Dolgov
2021-05-07include archived articles (which lack associated feed id) when browsing by tagAndrew Dolgov
2021-03-27Adjust quotation marks in search query before 'str_getcsv'.wn_
2021-03-07nsfw: support API clientsAndrew Dolgov
2021-03-06set some more type hintsAndrew Dolgov
2021-03-06general cleanup, set some type hintsAndrew Dolgov
2021-03-02use orm in some more places; prevent _get_cat_title from hitting the db for u...Andrew Dolgov
2021-03-02feeds/_add_cat: use ORMAndrew Dolgov
2021-03-02use ORM when subscribing feedsAndrew Dolgov
2021-03-02revise behavior of Feeds::_cat_ofAndrew Dolgov
2021-03-02use orm for feed access keysAndrew Dolgov
2021-03-01don't try to pass string literal NOW() to ORM as a timestampAndrew Dolgov
2021-03-01revert back load_filters-related changesAndrew Dolgov
2021-03-01use orm for a bunch of short feed/cat queriesAndrew Dolgov
2021-03-01userhelper: use orm for a few more user-related thingsAndrew Dolgov
2021-02-28move all $fetch globals to UrlHelperAndrew Dolgov
2021-02-27feeds/add: hide php8 warningAndrew Dolgov
2021-02-27don't rely only on label_cache contents when displaying headline labelsAndrew Dolgov