summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2023-11-26Fix sanitizer with libxml2 >= 2.12.0Chih-Hsuan Yen
2023-11-03add wip UI/backend stuff to filter feed treeAndrew Dolgov
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-27add a separate interface for auth modules w/ change_password() methodAndrew Dolgov
2023-10-27Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-26Fix class names in some more places.wn_
2023-10-25make phpstan happyprotected/psr-4Andrew Dolgov
2023-10-25add healthcheck public method, map by default to /healthzAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-10-24Revert "api: escape newlines in headline content HTML object"Andrew Dolgov
2023-10-24add a workaround for make_self_url() when invoked off /api/ endpoint, add uni...Andrew Dolgov
2023-10-24api: escape newlines in headline content HTML objectAndrew Dolgov
2023-10-24add stub opentelemetry classes in case it is disabledAndrew Dolgov
2023-10-23Revert "add a self url path hack to strip request path directories (needed fo...Andrew Dolgov
2023-10-23Revert "make phpstan happy"Andrew Dolgov
2023-10-23make phpstan happyAndrew Dolgov
2023-10-23add a self url path hack to strip request path directories (needed for /api/i...Andrew Dolgov
2023-10-22remove startup checks for SELF_URL_PATH, rely on auto-detection insteadAndrew Dolgov
2023-10-21switch to html2text() instead of strip_tags() when preparing FTS indexAndrew Dolgov
2023-10-21cosmetic fix for root span nameAndrew Dolgov
2023-10-21fix previousAndrew Dolgov
2023-10-21stop whining if _SESSION etc are not definedAndrew Dolgov
2023-10-21show logged in user as root span nameAndrew Dolgov
2023-10-21make phpstan happy, run phpstan on all files on task startupprotected/opentelemetryAndrew Dolgov
2023-10-20a bit more tracingAndrew Dolgov
2023-10-20add placeholder instrumentation for publicAndrew Dolgov
2023-10-20stop calling spans scopesAndrew Dolgov
2023-10-20make tracer field non-staticAndrew Dolgov
2023-10-20OPENTELEMETRY_HOST -> OPENTELEMETRY_ENDPOINTAndrew Dolgov
2023-10-20make phpstan & watcher happy, stop running phpstan on vendor/Andrew Dolgov
2023-10-20jaeger-client -> opentelemetryAndrew Dolgov
2023-10-11fix content_preview not shown in JSON shared feedAndrew Dolgov
2023-10-04batch feed editor: don't try to save feed_url or title, those aren't in the d...Andrew Dolgov
2023-10-04fix feed_language being unnecessarily quoted in batch feed editorAndrew Dolgov
2023-09-18phpstan fixAndrew Dolgov
2023-09-18feed debugger: add content regexp matches to filter debug outputAndrew Dolgov
2023-08-12fix basename() being passed a NULL valueAndrew Dolgov
2023-08-03use non-deprecated variant of get_schema_version()Andrew Dolgov
2023-08-02 * logger: add optional HTML outputAndrew Dolgov
2023-06-14disable app passwords in the UI if auth_internal is not loadedAndrew Dolgov
2023-05-28public/getUnread: fix PHP8 warning if fresh optional parameter is not givenAndrew Dolgov
2023-05-27Fix version string for unsupported installationsChih-Hsuan Yen
2023-05-21Forgot delimiterdefkev
2023-05-21Update APIdefkev
2023-05-06_order_to_override_query: fix custom sort plugins overriding each otherAndrew Dolgov
2023-04-13fix 881f8805bd behaving improperlyAndrew Dolgov
2023-04-10long year -> short yearAndrew Dolgov
2023-04-10we don't need BUILD_TIMESTAMP eitherAndrew Dolgov
2023-04-10move branch to version tooltipAndrew Dolgov