index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-10-14
Merge pull request #51 from tt-rss/js-proto-extensions-and-misc-cleanup
Greg
2025-10-15
minor: reduce some duplication, add a comment back
supahgreg
2025-10-14
minor: remove classes better in 'Article.setScore()'
supahgreg
2025-10-14
Remove 'App.find()', which was essentially an alias of 'document.querySelecto...
supahgreg
2025-10-14
Remove 'App.byId()', which was essentially an alias of 'document.getElementBy...
supahgreg
2025-10-14
Remove 'App.findAll()', which was essentially an alias of 'document.querySele...
supahgreg
2025-10-14
Remove various Element and Array prototype extensions (and similar).
supahgreg
2025-10-14
Merge pull request #50 from tt-rss/bugfix/app-startup-git-proxy
Greg
2025-10-14
Ensure the app startup script preserves proxy env vars.
supahgreg
2025-10-14
Merge pull request #46 from tt-rss/feature/cache-docker-builds
Greg
2025-10-14
Add Docker build caching to the Publish workflow.
supahgreg
2025-10-14
Fix 'App.select_tag()' again.
supahgreg
2025-10-14
Fix default selection for 'App.select_tag()' and 'App.select_hash()'.
supahgreg
2025-10-14
Fix the JavaScript Code Quality workflow file name.
supahgreg
2025-10-13
Merge pull request #42 from tt-rss/bugfix/eslint-config-and-findings
Greg
2025-10-14
Fix some more issues related to ESLint 'eqeqeq' changes (again).
supahgreg
2025-10-14
minor: fix a labels issue introduced in 362e2dc28c9d28bc7644df6694b4de78a116da37
supahgreg
2025-10-14
Fix some more issues related to ESLint 'eqeqeq' changes.
supahgreg
2025-10-13
Don't trigger workflows on their own YAML changes.
supahgreg
2025-10-13
Minor workflow config cleanup.
supahgreg
2025-10-13
Merge pull request #43 from tt-rss/dependabot/github_actions/actions/checkout-5
Greg
2025-10-13
GitHub Actions: Bump actions/checkout from 4 to 5
dependabot[bot]
2025-10-13
Remove some unnecessary and/or redundant ESLint rules.
supahgreg
2025-10-13
Replace deprecated ESLint styling rules.
supahgreg
2025-10-13
Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences.
supahgreg
2025-10-13
Handle browser globals in a much better way for ESLint.
supahgreg
2025-10-12
Fix 'Feed.setActive()' allowing a string 'id'.
supahgreg
2025-10-12
Fix various ESLint 'no-undef' rule instances.
supahgreg
2025-10-12
Clean up unnecessary eslint-disable directives (per ESLint).
supahgreg
2025-10-12
Add a workaround+note for a FeedTree feed item's 'error' being '[]'.
supahgreg
2025-10-12
Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...
supahgreg
2025-10-12
Address ESLint rule 'no-prototype-builtins'.
supahgreg
2025-10-12
Address ESLint rule 'eqeqeq'.
supahgreg
2025-10-12
Get ESLint working and tweak the config (stricter).
supahgreg
2025-10-12
Add a 'JavaScript Code Quality' GitHub workflow.
supahgreg
2025-10-11
Merge pull request #41 from tt-rss/feature/validate-sql-schema-workflow
Greg
2025-10-11
Add missing 'permissions' to the Validate SQL workflow.
supahgreg
2025-10-11
Add a 'Validate SQL' workflow.
supahgreg
2025-10-11
Merge pull request #40 from tt-rss/project-cleanup
Greg
2025-10-11
Remove assorted unused stuff.
supahgreg
2025-10-11
Tweak the PHPUnit config and fix a UrlHelper deprecation that was identified.
supahgreg
2025-10-11
Improve 'CONTRIBUTING.md'.
supahgreg
2025-10-11
Merge pull request #39 from tt-rss/composer-lock-and-phpunit
Greg
2025-10-11
Drop running PHPUnit under PHP 8.2.
supahgreg
2025-10-11
Revert "Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow."
supahgreg
2025-10-11
Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow.
supahgreg
2025-10-11
PHPUnit cleanup, get group detection working.
supahgreg
2025-10-11
Switch the PHP Code Quality workflow to PHPUnit 12, loosen PHPStan constraint.
supahgreg
2025-10-11
Update PHPUnit config+test for 12.x.
supahgreg
2025-10-11
Drop 'require-dev' in 'composer.json' for now.
supahgreg
[next]