summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-14Remove 'App.findAll()', which was essentially an alias of 'document.querySele...supahgreg
2025-10-14Remove various Element and Array prototype extensions (and similar).supahgreg
2025-10-14Merge pull request #50 from tt-rss/bugfix/app-startup-git-proxyGreg
2025-10-14Ensure the app startup script preserves proxy env vars.supahgreg
2025-10-14Merge pull request #46 from tt-rss/feature/cache-docker-buildsGreg
2025-10-14Add Docker build caching to the Publish workflow.supahgreg
2025-10-14Fix 'App.select_tag()' again.supahgreg
2025-10-14Fix default selection for 'App.select_tag()' and 'App.select_hash()'.supahgreg
2025-10-14Fix the JavaScript Code Quality workflow file name.supahgreg
2025-10-13Merge pull request #42 from tt-rss/bugfix/eslint-config-and-findingsGreg
2025-10-14Fix some more issues related to ESLint 'eqeqeq' changes (again).supahgreg
2025-10-14minor: fix a labels issue introduced in 362e2dc28c9d28bc7644df6694b4de78a116da37supahgreg
2025-10-14Fix some more issues related to ESLint 'eqeqeq' changes.supahgreg
2025-10-13Don't trigger workflows on their own YAML changes.supahgreg
2025-10-13Minor workflow config cleanup.supahgreg
2025-10-13Merge pull request #43 from tt-rss/dependabot/github_actions/actions/checkout-5Greg
2025-10-13GitHub Actions: Bump actions/checkout from 4 to 5dependabot[bot]
2025-10-13Remove some unnecessary and/or redundant ESLint rules.supahgreg
2025-10-13Replace deprecated ESLint styling rules.supahgreg
2025-10-13Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences.supahgreg
2025-10-13Handle browser globals in a much better way for ESLint.supahgreg
2025-10-12Fix 'Feed.setActive()' allowing a string 'id'.supahgreg
2025-10-12Fix various ESLint 'no-undef' rule instances.supahgreg
2025-10-12Clean up unnecessary eslint-disable directives (per ESLint).supahgreg
2025-10-12Add a workaround+note for a FeedTree feed item's 'error' being '[]'.supahgreg
2025-10-12Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...supahgreg
2025-10-12Address ESLint rule 'no-prototype-builtins'.supahgreg
2025-10-12Address ESLint rule 'eqeqeq'.supahgreg
2025-10-12Get ESLint working and tweak the config (stricter).supahgreg
2025-10-12Add a 'JavaScript Code Quality' GitHub workflow.supahgreg
2025-10-11Merge pull request #41 from tt-rss/feature/validate-sql-schema-workflowGreg
2025-10-11Add missing 'permissions' to the Validate SQL workflow.supahgreg
2025-10-11Add a 'Validate SQL' workflow.supahgreg
2025-10-11Merge pull request #40 from tt-rss/project-cleanupGreg
2025-10-11Remove assorted unused stuff.supahgreg
2025-10-11Tweak the PHPUnit config and fix a UrlHelper deprecation that was identified.supahgreg
2025-10-11Improve 'CONTRIBUTING.md'.supahgreg
2025-10-11Merge pull request #39 from tt-rss/composer-lock-and-phpunitGreg
2025-10-11Drop running PHPUnit under PHP 8.2.supahgreg
2025-10-11Revert "Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow."supahgreg
2025-10-11Troubleshoot PHPUnit setup for PHP 8.2 in PHP Code Quality workflow.supahgreg
2025-10-11PHPUnit cleanup, get group detection working.supahgreg
2025-10-11Switch the PHP Code Quality workflow to PHPUnit 12, loosen PHPStan constraint.supahgreg
2025-10-11Update PHPUnit config+test for 12.x.supahgreg
2025-10-11Drop 'require-dev' in 'composer.json' for now.supahgreg
2025-10-11Merge pull request #38 from tt-rss/feature/phpstan-perfGreg
2025-10-11Cache PHPStan results, drop 'parallel.maximumNumberOfProcesses' param.supahgreg
2025-10-10Merge pull request #37 from tt-rss/feature/docker-config-validationGreg
2025-10-11web-nginx image: fix undefined var errors, improve healthcheck.supahgreg
2025-10-11Add a 'Docker Code Quality' GitHub workflow.supahgreg