1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/classes
2023-03-05 14:20:19 +00:00
..
auth
cache Only touch on send for expirable cache files. 2022-12-20 02:16:47 +00:00
db Address upcoming string interpolation deprecation. 2022-11-12 16:20:59 +00:00
feeditem Address PHPStan 'right side always true' in FeedItem_RSS. 2023-03-05 14:20:19 +00:00
handler add override links to utility views 2023-02-24 00:46:40 +01:00
logger
pref Tweak to appease PHPStan in 'Pref_Feeds::_makefeedtree()'. 2023-03-05 14:20:19 +00:00
api.php API: 2023-03-05 08:07:55 +03:00
article.php * bring back cache-busting for feed icons based on timestamp 2022-12-19 21:36:50 +03:00
config.php require PHP to have support for flock() 2023-02-25 19:30:41 +03:00
counters.php * bring back cache-busting for feed icons based on timestamp 2022-12-19 21:36:50 +03:00
db.php throttle updates if received HTTP 429 (Too Many Requests) 2022-06-09 09:06:52 +03:00
debug.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
digest.php Consistently get the self URL. 2022-11-28 17:40:42 +00:00
diskcache.php make phpstan happy 2022-12-19 21:42:34 +03:00
errors.php generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML 2022-01-06 10:37:03 +03:00
feedenclosure.php
feeditem.php
feedparser.php Use the null coalescing assignment operator in various places. 2022-08-12 18:21:38 +00:00
feeds.php add override links to utility views 2023-02-24 00:46:40 +01:00
handler.php Switch to direct type declarations of class properties. 2022-08-12 14:13:26 +00:00
iauthmodule.php
ihandler.php
ivirtualfeed.php
labels.php
logger.php
mailer.php Replace use of 'array_merge' with the spread operator and 'array_push' in various places. 2022-08-12 17:58:38 +00:00
opml.php
plugin.php get_self_url: strip all trailing slashes 2022-11-28 19:24:12 +03:00
pluginhandler.php Address upcoming string interpolation deprecation. 2022-11-12 16:20:59 +00:00
pluginhost.php Address PHPStan 'right side always true' in 'PluginHost::lookup_command()'. 2023-03-05 14:20:19 +00:00
prefs.php Address PHPStan warning about unused private method 'Prefs::_delete()'. 2023-03-05 14:20:19 +00:00
rpc.php Consistently get the self URL. 2022-11-28 17:40:42 +00:00
rssutils.php Handle fetch issues in 'RSSUtils::update_basic_info'. 2023-02-17 12:10:51 +00:00
sanitizer.php Consistently get the self URL. 2022-11-28 17:40:42 +00:00
templator.php
timehelper.php
urlhelper.php Merge remote-tracking branch 'origin/master' into feature/php-7.4-stuff 2022-08-15 10:43:14 +00:00
userhelper.php Set user related sessions for single user mode 2022-08-31 14:52:42 -07:00