tt-rss/classes
2025-04-17 11:51:47 +03:00
..
API.php Reduce use of legacy 'Config::ICONS_DIR'. 2025-01-26 17:19:12 +00:00
Article.php Use PHP 8 'str_' functions. 2024-11-24 13:59:29 +00: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 * fix 148 migration for pgsql not setting default value of ttrss_feeds.auth_pass breaking OPML import 2025-04-17 11:51:47 +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 Use PHP 8 'str_' functions. 2024-11-24 13:59:29 +00:00
Db_Prefs.php Use native union types in most places. 2024-11-23 17:43:24 +00:00
Db.php Add and use 'Db::now_comparison_qpart()'. 2025-03-04 18:34:35 +00: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 Revert some stuff based upon feedback 2024-12-15 13:39:54 +00:00
FeedItem_Common.php Revert some stuff based upon feedback 2024-12-15 13:39:54 +00:00
FeedItem_RSS.php Revert some stuff based upon feedback 2024-12-15 13:39:54 +00:00
FeedItem.php Use native union types in most places. 2024-11-23 17:43:24 +00:00
FeedParser.php Use native typing in more places and clean up 'FeedEnclosure' a bit. 2024-12-14 12:26:59 +00:00
Feeds.php support transparent encryption for feed passwords, bump schema to drop length limit of ttrss_feeds.auth_pass 2025-04-08 09:36:04 +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 Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers 2025-03-14 11:43:25 +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 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 minor PHPDoc cleanup in PluginHost 2024-12-15 16:41:45 +00:00
Pref_Feeds.php support transparent encryption for feed passwords, bump schema to drop length limit of ttrss_feeds.auth_pass 2025-04-08 09:36:04 +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 Get rid of the 'language' session variable. 2025-03-04 02:27:28 +00:00
Pref_System.php Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'. 2024-12-15 18:39:03 +00: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 Add and use 'Db::now_comparison_qpart()'. 2025-03-04 18:34:35 +00:00
RSSUtils.php if possible, automatically encrypt stored plaintext password for feed on update 2025-04-08 09:43:03 +03:00
Sanitizer.php add limited highlighting of filter test results based on matched rules 2025-03-28 07:59:46 +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 Use PHP 8 'str_' functions. 2024-11-24 13:59:29 +00:00
UserHelper.php Get rid of the 'language' session variable. 2025-03-04 02:27:28 +00:00