Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-04 | feat: extract simple_html_dom max_file_size to config (#4395) | 1 | -4/+0 | ||
2024-08-30 | refactor: implement middleware chain (#4240) | 1 | -0/+1 | ||
* refactor: implement middleware chain * refactor | |||||
2024-08-07 | refactor: change the way dependencies are wired (#4194) | 1 | -6/+0 | ||
* refactor: change the way dependencies are setup * lint | |||||
2024-02-09 | chore: prepare for introduction of php-webdriver/webdriver (Selenium) (#3975) | 1 | -0/+4 | ||
2024-02-09 | chore: move committed third-party deps to lib (#3973) | 1 | -3/+3 | ||
2024-01-26 | fix: typo in previous commit (#3934) | 1 | -2/+2 | ||
2024-01-26 | fix: bug in cache-prune (#3933) | 1 | -0/+6 | ||
fixes Uncaught Exception: No cache type configured | |||||
2024-01-25 | refactor: introduce http Request object (#3926) | 1 | -6/+0 | ||
2024-01-24 | refactor: prepare for introduction of token based authentication (#3921) | 1 | -15/+0 | ||
2024-01-23 | [CssSelectorBridge] Move metadata retrieval to lib (#3913) | 1 | -0/+1 | ||
May become handy for making other bridges | |||||
2024-01-09 | chore: add tools for manually administrating the configured cache (#3867) | 1 | -0/+15 | ||
2024-01-09 | feat: support itunes namespace in top channel feed (#3776) | 1 | -3/+0 | ||
Also preserves other properties. | |||||
2023-10-01 | refactor (#3712) | 1 | -13/+1 | ||
* test: refactor test suite * docs * refactor * yup * docs | |||||
2023-09-25 | refactor (#3708) | 1 | -8/+0 | ||
2023-09-24 | feat: add url component (#3684) | 1 | -0/+1 | ||
* feat: add url library * fix | |||||
2023-09-21 | refactor: logger (#3678) | 1 | -0/+1 | ||
2023-09-10 | fix: rewrite and improve caching (#3594) | 1 | -1/+1 | ||
2023-06-11 | feat: enable bridges using env var (#3428) | 1 | -6/+0 | ||
* refactor: bridgefactory, add tests * refactor: move defaultly enabled bridges to config * refactor * refactor * feat: add support for enabling bridges with env var | |||||
2023-06-08 | fix(html_format): add spacing below date if author is missing (#3425) | 1 | -1/+0 | ||
* small ui tweak * remove unused <div> * refactor: rename method * refactor: inline const * refactor | |||||
2023-06-02 | fix: move debug mode to config (#3324) | 1 | -0/+1 | ||
* fix: move debug mode to config * fix: also move debug_whitelist to .ini config * fix: move logic back to Debug class * docs * docs * fix: disable debug mode by default * fix: restore previous behavior for alerts * fix: center-align alert text | |||||
2022-08-27 | refactor: rename rssbridge.php to bootstrap.php (#2987) | 1 | -0/+75 | ||
Fix #2986 |