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
Age
Commit message (
Expand
)
Author
2024-08-14
Remove unused 'dashboard feed' code.
wn_
2024-08-04
Replace basic 'isset()' cases with the null coalescing operator.
wn_
2024-07-17
Merge branch 'feature/php84-session_set_save_handler' into 'master'
Andrew Dolgov
2024-07-12
Move side effects out of the 'Sessions' constructor.
wn_
2024-07-11
Add and use the 'Sessions' class.
wn_
2024-07-05
Don't reuse the '$matches' array in 'RSSUtils::decode_srcset()'.
wn_
2024-06-19
add some time-related debugging output for feeds and users
Andrew Dolgov
2024-06-18
set DAEMON_FEED_LIMIT to 50 by default and use it consistently between forkin...
Andrew Dolgov
2024-06-18
* pass arbitrary CLI arguments to update daemon via updater.sh entrypoint
Andrew Dolgov
2024-06-15
fix untranslated strings
Andrew Dolgov
2024-05-16
Add option to debug feeds in 'Feeds with update errors' dialog.
wn_
2024-05-09
Check 'head' and 'body' when searching HTML for feed links.
wn_
2024-04-16
Switch 2 more implicitly nullable params to explicitly nullable.
wn_
2024-04-13
force-set absolute path for local cache if CACHE_DIR config value is relative
Andrew Dolgov
2024-03-26
Make implicit nullable parameters explicitly nullable.
wn_
2024-03-23
Support doing a prefs page search via Enter.
wn_
2024-02-21
add HOOK_VALIDATE_SESSION
Andrew Dolgov
2024-02-06
Fix passing auth credentials to plugins for HOOK_FETCH_FEED.
wn_
2024-01-20
Use FeedEnclosure throughout RSSUtils.
wn_
2024-01-13
Merge branch 'feature/unused-var-cleanup' into 'master'
Andrew Dolgov
2024-01-13
Merge branch 'feature/reduce-fetch-error-message' into 'master'
Andrew Dolgov
2024-01-09
Only include the exception message in 'UrlHelper::$fetch_last_error'.
wn_
2024-01-09
shorten DIGEST_MIN_SCORE help text
Andrew Dolgov
2024-01-09
* mark get_pref/set_pref wrappers as deprecated
Andrew Dolgov
2024-01-09
* mail test - fill user email address as default
Andrew Dolgov
2024-01-08
Clean up some unused variables.
wn_
2023-12-30
Update all UrlHelper::fetch() calls to use the associative array approach.
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-12-17
Revert "Fix sanitizer with libxml2 >= 2.12.0"
Andrew Dolgov
2023-11-26
Fix sanitizer with libxml2 >= 2.12.0
Chih-Hsuan Yen
2023-11-03
add wip UI/backend stuff to filter feed tree
Andrew Dolgov
2023-10-28
add stuff necessary to run integration tests using phpunit
Andrew Dolgov
2023-10-27
add a separate interface for auth modules w/ change_password() method
Andrew Dolgov
2023-10-27
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
Andrew Dolgov
2023-10-27
replace some dirname horrors with a separate unit-tested method
Andrew Dolgov
2023-10-26
Fix class names in some more places.
wn_
2023-10-25
make phpstan happy
Andrew Dolgov
2023-10-25
add healthcheck public method, map by default to /healthz
Andrew Dolgov
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2023-10-24
Revert "api: escape newlines in headline content HTML object"
Andrew Dolgov
2023-10-24
add a workaround for make_self_url() when invoked off /api/ endpoint, add uni...
Andrew Dolgov
2023-10-24
api: escape newlines in headline content HTML object
Andrew Dolgov
2023-10-24
add stub opentelemetry classes in case it is disabled
Andrew Dolgov
2023-10-23
Revert "add a self url path hack to strip request path directories (needed fo...
Andrew Dolgov
[next]