tt-rss/classes
2025-08-04 22:55:28 -05:00
..
API.php Use the official JSON MIME type of 'application/json'. 2025-06-03 13:53:12 +00:00
Article.php use RETURNING syntax when creating article record in share anything 2025-05-06 05:04:47 +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 make default light/dark themes configurable, add support for main application and login form 2025-08-01 17:22:21 +03:00
Counters.php fix publishedcounter not working for feed counters 2025-07-30 20:04:02 +03: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 support for PG sslmode and set it to prefer encrypted connections by default 2025-07-03 19:04:32 +03:00
Debug.php Remove some PHPStan ignores and make others rule-specific. 2024-11-12 03:38:45 +00:00
Digest.php Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant. 2025-05-18 14:26:05 +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 Look for media thumbnails in more places. 2025-07-26 20:00:25 +00: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 Separate feed type detection from init, don't subscribe on failures. 2025-07-06 02:33:18 +00:00
Feeds.php implement special counter display when viewing by published, similar to marked 2025-07-30 19:24:53 +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 add necessary plumbing for auto light/dark switch for the forgotpass handler 2025-08-04 19:54:12 +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 drop unused legacy (?) handler method OPML->import() 2025-08-04 20:05:59 +03:00
Plugin.php Improve naming when working with filter actions. 2025-05-21 18:34:16 +00:00
PluginHandler.php move to psr-4 autoloader 2023-10-25 12:55:09 +03:00
PluginHost.php expose scheduled tasks to plugins, switch cache_starred_images plugin to use them instead of housekeeping hook 2025-05-04 17:50:03 +03:00
Pref_Feeds.php Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant. 2025-05-18 14:26:05 +00:00
Pref_Filters.php Improve naming when working with filter actions. 2025-05-21 18:34:16 +00: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 record last cron expression (and stub owner_uid) used by scheduled task 2025-05-04 18:06:43 +03:00
Pref_Users.php Use ORM in remaining parts of 'Pref_Users'. 2025-05-18 15:46:35 +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 Get rid of 'Db::past_comparison_qpart()'. 2025-05-17 19:08:15 +00:00
RSSUtils.php Separate feed type detection from init, don't subscribe on failures. 2025-07-06 02:33:18 +00:00
Sanitizer.php add limited highlighting of filter test results based on matched rules 2025-03-28 07:59:46 +03:00
Scheduler.php scheduler - only register built-in purge_orphaned_scheduled_tasks if running as default name 2025-05-04 20:25:29 +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 Fix youtube-nocookie support 2025-08-04 22:55:28 -05:00
UserHelper.php Remove an unnecessary session UID existence check in 'UserHelper::authenticate()'. 2025-04-27 15:13:15 +00:00