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-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
2023-10-23
Revert "make phpstan happy"
Andrew Dolgov
2023-10-23
make phpstan happy
Andrew Dolgov
2023-10-23
add a self url path hack to strip request path directories (needed for /api/i...
Andrew Dolgov
2023-10-22
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
Andrew Dolgov
2023-10-21
switch to html2text() instead of strip_tags() when preparing FTS index
Andrew Dolgov
2023-10-21
cosmetic fix for root span name
Andrew Dolgov
2023-10-21
fix previous
Andrew Dolgov
2023-10-21
stop whining if _SESSION etc are not defined
Andrew Dolgov
2023-10-21
show logged in user as root span name
Andrew Dolgov
2023-10-21
make phpstan happy, run phpstan on all files on task startup
Andrew Dolgov
2023-10-20
a bit more tracing
Andrew Dolgov
2023-10-20
add placeholder instrumentation for public
Andrew Dolgov
2023-10-20
stop calling spans scopes
Andrew Dolgov
2023-10-20
make tracer field non-static
Andrew Dolgov
2023-10-20
OPENTELEMETRY_HOST -> OPENTELEMETRY_ENDPOINT
Andrew Dolgov
2023-10-20
make phpstan & watcher happy, stop running phpstan on vendor/
Andrew Dolgov
2023-10-20
jaeger-client -> opentelemetry
Andrew Dolgov
2023-10-11
fix content_preview not shown in JSON shared feed
Andrew Dolgov
2023-10-04
batch feed editor: don't try to save feed_url or title, those aren't in the d...
Andrew Dolgov
[next]