tt-rss/classes
2024-11-18 21:59:45 +00:00
..
API.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Article.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Auth_Base.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Cache_Adapter.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Cache_Local.php force-set absolute path for local cache if CACHE_DIR config value is relative 2024-04-13 00:39:37 +03:00
Config.php fix get_self_url() misbehaving in plugins/ 2024-11-04 13:59:02 +03:00
Counters.php Minor @var cleanup in Counters 2024-11-12 04:14:51 +00:00
Db_Migrations.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Db_Prefs.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Db.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Debug.php Remove some PHPStan ignores and make others rule-specific. 2024-11-12 03:38:45 +00:00
Digest.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
DiskCache.php drop opentelemetry 2024-10-01 16:00:34 +03:00
Errors.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedEnclosure.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedItem_Atom.php Remove some PHPStan ignores and make others rule-specific. 2024-11-12 03:38:45 +00:00
FeedItem_Common.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedItem_RSS.php Address PHPStan findings as of 2.0.1 2024-11-12 03:15:53 +00:00
FeedItem.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedParser.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
Feeds.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Handler_Administrative.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Handler_Protected.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Handler_Public.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Handler.php add stuff necessary to run integration tests using phpunit 2023-10-28 18:45:09 +03:00
IAuthModule2.php add a separate interface for auth modules w/ change_password() method 2023-10-27 22:29:03 +03:00
IAuthModule.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
ICatchall.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
IHandler.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
IVirtualFeed.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Labels.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_Adapter.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_SQL.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_Stdout.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger_Syslog.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Logger.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Mailer.php Clean up some unused variables. 2024-01-08 22:46:13 +00:00
OPML.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Plugin.php Address PHPStan findings as of 2.0.1 2024-11-12 03:15:53 +00:00
PluginHandler.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
PluginHost.php Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'. 2024-11-12 03:49:58 +00:00
Pref_Feeds.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Pref_Filters.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Pref_Labels.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Pref_Prefs.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Pref_System.php * mail test - fill user email address as default 2024-01-09 11:28:32 +03:00
Pref_Users.php fix untranslated strings 2024-06-15 14:03:33 +03:00
Prefs.php Replace basic 'isset()' cases with the null coalescing operator. 2024-08-04 15:42:11 +00:00
RPC.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
RSSUtils.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Sanitizer.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
Sessions.php Move side effects out of the 'Sessions' constructor. 2024-07-12 01:18:53 +00:00
Templator.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
TimeHelper.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00
UrlHelper.php drop opentelemetry 2024-10-01 16:00:34 +03:00
UserHelper.php Eliminate use of deprecated 'get_pref()' and 'set_pref()'. 2024-11-18 21:59:45 +00:00