tt-rss/classes
2025-05-04 13:30:07 +03:00
..
API.php rename article mark/publish hooks 2025-05-02 21:27:50 +03:00
Article.php rename article mark/publish hooks 2025-05-02 21:27:50 +03:00
Auth_Base.php allow nullable password in auto_create_user for backwards compatibility 2024-11-24 12:55:59 +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 Revert "bring back cleanup of potentially sensitive environment variables but exclude CLI SAPI to prevent updater failures" 2025-05-04 13:30:07 +03:00
Counters.php Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'. 2024-12-15 18:39:03 +00:00
Crypt.php spaces to tabs 2025-04-08 13:52:00 +03:00
Db_Migrations.php further mysql/DB_TYPE related cleanup 2025-04-14 15:21:10 +03:00
Db_Prefs.php Use native union types in most places. 2024-11-23 17:43:24 +00:00
Db.php add deprecation notice for sql_random_function() 2025-04-14 15:27:58 +03:00
Debug.php Remove some PHPStan ignores and make others rule-specific. 2024-11-12 03:38:45 +00:00
Digest.php Add and use 'Db::now_comparison_qpart()'. 2025-03-04 18:34:35 +00:00
DiskCache.php Use native typing in more places and clean up 'FeedEnclosure' a bit. 2024-12-14 12:26:59 +00:00
Errors.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
FeedEnclosure.php Deal with FeedEnclosure property accessed before initialization. 2024-12-15 13:43:49 +00:00
FeedItem_Atom.php more type hints 2025-04-14 15:31:06 +03:00
FeedItem_Common.php initial attempt to remove mysql-related stuff from tt-rss 2025-04-14 12:59:00 +03:00
FeedItem_RSS.php more type hints 2025-04-14 15:31:06 +03:00
FeedItem.php Use native union types in most places. 2024-11-23 17:43:24 +00:00
FeedParser.php more type hints 2025-04-14 15:31:06 +03:00
Feeds.php initial attempt to remove mysql-related stuff from tt-rss 2025-04-14 12:59:00 +03: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 drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes 2025-05-02 13:26:58 +03: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 Use native union types in most places. 2024-11-23 17:43:24 +00: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 Use native typing in more places and clean up 'FeedEnclosure' a bit. 2024-12-14 12:26:59 +00:00
Mailer.php Use native union types in most places. 2024-11-23 17:43:24 +00:00
OPML.php Use PHP 8 'str_' functions. 2024-11-24 13:59:29 +00:00
Plugin.php rename article mark/publish hooks 2025-05-02 21:27:50 +03:00
PluginHandler.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
PluginHost.php move scheduled tasks to a separate class, add some try-catches, improve/shorten logging and descriptions 2025-05-02 22:51:07 +03:00
Pref_Feeds.php initial attempt to remove mysql-related stuff from tt-rss 2025-04-14 12:59:00 +03:00
Pref_Filters.php use server-side localized formatting for matching rule to display as a tooltip (for now) 2025-03-30 20:41:50 +03:00
Pref_Labels.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
Pref_Prefs.php initial attempt to remove mysql-related stuff from tt-rss 2025-04-14 12:59:00 +03:00
Pref_System.php Revert "bring back cleanup of potentially sensitive environment variables but exclude CLI SAPI to prevent updater failures" 2025-05-04 13:30:07 +03:00
Pref_Users.php Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'. 2024-12-15 18:39:03 +00:00
Prefs.php Use native typing in more places and clean up 'FeedEnclosure' a bit. 2024-12-14 12:26:59 +00:00
RPC.php rename article mark/publish hooks 2025-05-02 21:27:50 +03:00
RSSUtils.php reorder housekeeping tasks by interval 2025-05-02 23:26:13 +03:00
Sanitizer.php add limited highlighting of filter test results based on matched rules 2025-03-28 07:59:46 +03:00
Scheduler.php adjust scheduler logging to be somewhat more alike to feed updater 2025-05-03 07:55:45 +03:00
Sessions.php drop SESSION-specific stuff and move encrypt/decrypt helpers to a separate class; add a command line flag to generate encryption keys 2025-04-08 08:55:44 +03:00
Templator.php Use PHP 8 'str_' functions. 2024-11-24 13:59:29 +00:00
TimeHelper.php Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'. 2024-12-15 18:39:03 +00:00
UrlHelper.php Add a PHPStan ignore for a non-issue in 'UrlHelper::fetch()'. 2025-04-27 15:05:28 +00:00
UserHelper.php Remove an unnecessary session UID existence check in 'UserHelper::authenticate()'. 2025-04-27 15:13:15 +00:00