Commit Graph
6 Commits
Author SHA1 Message Date
thatguygriffandClaude Sonnet 4.6 5414739536 Remove reply/like stats and per-post permalinks from thread rendering
CI / test (push) Failing after 52s
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-27 11:02:23 -03:00
thatguygriffandClaude Sonnet 4.6 689c4d572f Remove author info from thread posts; keep it in quoted posts
CI / test (push) Successful in 54s
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-27 09:25:28 -03:00
thatguygriff 54ac4c31ce Allow claude to check tea action results 2026-03-27 09:18:29 -03:00
thatguygriffandClaude Sonnet 4.6 932d7a5f0e Add PHPUnit test suite, Gitea CI, and fix broken URL pattern
CI / test (push) Successful in 1m41s
- Add 22 unit tests covering feed parsing, thread rendering, facets,
  needsRefetch staleness windows, and handleConfigureAction
- Add FreshRSS class stubs so tests run without a full FreshRSS install
- Add RSS feed fixture (hockeyviz.com snapshot) and thread API fixture
  for post 3mhtk7awhrp26 (1 root + 2 replies)
- Add Gitea Actions workflow (.gitea/workflows/ci.yml) running on PHP 8.2
- Fix POST_URL_PATTERN: using '#' as PCRE delimiter with '#' inside a
  character class caused PHP to close the pattern early, so no Bluesky
  URL ever matched; switch delimiter to '~'

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-26 15:41:07 -03:00
thatguygriffandClaude Sonnet 4.6 ac3b584d66 Fix hook registration crash by using string hook names
Minz_HookType enum does not exist in this version of FreshRSS;
registerHook() expects plain strings.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-25 20:55:51 -03:00
thatguygriff c3f3efbf33 First commit 2026-03-25 20:50:17 -03:00