index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
UrlHelper.php
Age
Commit message (
Expand
)
Author
2025-10-11
Tweak the PHPUnit config and fix a UrlHelper deprecation that was identified.
supahgreg
2025-09-02
use built-in feed for integration test
Andrew Dolgov
2025-08-04
Fix youtube-nocookie support
vjkcxl
2025-04-27
Add a PHPStan ignore for a non-issue in 'UrlHelper::fetch()'.
wn_
2024-11-24
Use PHP 8 'str_' functions.
wn_
2024-11-23
Use native union types in most places.
wn_
2024-10-01
drop opentelemetry
Andrew Dolgov
2024-08-04
Replace basic 'isset()' cases with the null coalescing operator.
wn_
2024-01-09
Only include the exception message in 'UrlHelper::$fetch_last_error'.
wn_
2023-12-29
Perform validation of redirect URLs during the redirect process.
wn_
2023-12-24
Fix specifying auth type in UrlHelper::fetch(), add a test for 403 auth retry.
wn_
2023-12-23
Add some tests for UrlHelper::fetch()
wn_
2023-12-23
Rework content encoding error retrying in UrlHelper::fetch()
wn_
2023-12-23
Clean up UrlHelper::resolve_redirects().
wn_
2023-12-23
Add back 'any auth' retry in UrlHelper::fetch()
wn_
2023-12-22
Use Guzzle
wn_
2023-10-25
move to psr-4 autoloader
Andrew Dolgov