This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tt-rss
Watch
1
Star
0
Fork
0
You've already forked tt-rss
mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced
2025-12-06 05:20:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
tt-rss
/
include
History
wn
4ae17d0f1c
Merge branch 'feature/phpstan-updates' into 'master'
...
PHPStan update and addressing findings See merge request
tt-rss/tt-rss!122
2025-04-30 16:34:52 +00:00
..
autoload.php
move to psr-4 autoloader
2023-10-25 12:55:09 +03:00
colors.php
Use PHP 8 'str_' functions.
2024-11-24 13:59:29 +00:00
controls_compat.php
Use the spread operator instead of 'array_merge' in more places.
2024-12-14 12:26:59 +00:00
controls.php
Use the spread operator instead of 'array_merge' in more places.
2024-12-14 12:26:59 +00:00
errorhandler.php
bump minimum required php version to 8.0 & remove some deprecated code
2024-11-23 15:54:40 +03:00
functions.php
Merge branch 'feature/phpstan-updates' into 'master'
2025-04-30 16:34:52 +00:00
login_form.php
add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers
2025-03-14 11:43:25 +03:00
sessions.php
Move side effects out of the 'Sessions' constructor.
2024-07-12 01:18:53 +00:00