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
2021-03-13
* limit progressfunction debugging to size quota exceeded notifications
Andrew Dolgov
2021-03-06
Fix "array offset on value of type null" for $error and $old_error
ltGuillaume
2021-03-01
move version-related stuff to Config; fix conditional feed requests
Andrew Dolgov
2021-02-28
move all $fetch globals to UrlHelper
Andrew Dolgov
2021-02-23
cleanup some defined-stuff
Andrew Dolgov
2021-02-22
migrate the rest into Config::
Andrew Dolgov
2021-02-06
fix several warnings reported by phpstan
Andrew Dolgov
2021-02-05
initial WIP for php8; bump php version requirement to 7.0
Andrew Dolgov
2020-12-12
Handle potential absence of a URL path in UrlHelper.
wn
2020-11-14
URLHelper: fix E_DEPRECATED error related to idn_to_ascii()
Andrew Dolgov
2020-09-28
validate url: feed urlencoded() URL to filter_var() only
Andrew Dolgov
2020-09-22
another hack for validation of URLs with invalid characters
Andrew Dolgov
2020-09-22
validate URLs: convert IDN to punycode before passing URL to filter_var()
Andrew Dolgov
2020-09-22
use self:: in some places to invoke static methods from the same class
Andrew Dolgov
2020-09-22
- don't fail on non-ascii characters when validating URLs
Andrew Dolgov
2020-09-22
fix previous re: resolve_redirects
Andrew Dolgov
2020-09-22
remove a lot of stuff from global context (functions.php), add a few helper c...
Andrew Dolgov