summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Expand)Author
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-10-20stop calling spans scopesAndrew Dolgov
2023-10-20jaeger-client -> opentelemetryAndrew Dolgov
2023-08-02 * logger: add optional HTML outputAndrew Dolgov
2023-05-06_order_to_override_query: fix custom sort plugins overriding each otherAndrew Dolgov
2023-04-09even more tracingAndrew Dolgov
2023-04-09more tracingAndrew Dolgov
2023-04-09some tracer class fixes / unhardcode jaeger IPAndrew Dolgov
2023-04-09exp: jaeger tracingAndrew Dolgov
2023-03-07Change 'FEED_NOTHING' to 'FEED_DASHBOARD'.wn_
2023-03-05Replace special feed and category numbers with constants.wn_
2023-02-24add override links to utility viewsVeit Lehmann
2022-12-24Fix getting active feeds with errors.wn_
2022-12-21Only count updating (i.e. enabled) feeds when determining active feeds with e...wn_
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
2022-11-24rework favicon storage to use DiskCacheAndrew Dolgov
2022-11-12Address upcoming string interpolation deprecation.wn_
2022-09-29make phpstan happyAndrew Dolgov
2022-09-29Added support for api plugins virtual feedsShemi
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in var...wn_
2022-07-31update phpstan to 1.8.2Andrew Dolgov
2022-07-13some very minor php8.1 warnings fixedAndrew Dolgov
2022-07-04Fix MySQL search QueriesDJ_TBX
2022-06-19implement native fulltext search on mysqlAndrew Dolgov
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_