..
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
Drop legacy feed icon storage migration and unused 'Config::ICONS_DIR'.
2025-05-22 18:05:02 +00:00
Counters.php
Use ORM in 'Counters::get_feeds()' (and simplify stuff).
2025-05-18 14:51:47 +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
Get rid of 'Db::past_comparison_qpart()'.
2025-05-17 19:08:15 +00: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
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
Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
2025-05-18 14:26:05 +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
Use the current timestamp for feed-level 'updated' in 'Handler_Public#generate_syndicated_feed()'.
2025-06-03 14:10:08 +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
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 RETURNING syntax when creating base filter record during OPML import
2025-05-06 05:06:17 +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
Drop legacy feed icon storage migration and unused 'Config::ICONS_DIR'.
2025-05-22 18:05:02 +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
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