<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib, branch 1.26.3</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-05-23T20:12:05+00:00</updated>
<entry>
<title>Strip more styles attributes (#7606)</title>
<updated>2025-05-23T20:12:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-23T20:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5f45df3168d7733c401c13d12f97ff8030211f0a'/>
<id>urn:sha1:5f45df3168d7733c401c13d12f97ff8030211f0a</id>
<content type='text'>
Strip `bgcolor`, `text`, `background`, `link`, `alink`, `vlink`
fix https://github.com/FreshRSS/FreshRSS/issues/7604</content>
</entry>
<entry>
<title>Fix newest articles not shown (#7577)</title>
<updated>2025-05-10T21:17:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-10T21:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=532d229d3396817f702c1ecae79fb7f9bdad9a64'/>
<id>urn:sha1:532d229d3396817f702c1ecae79fb7f9bdad9a64</id>
<content type='text'>
* Fix newest articles not shown
Case when processing was faster than 1 second.
fix https://github.com/FreshRSS/FreshRSS/issues/7412
Regression from https://github.com/FreshRSS/FreshRSS/pull/7149

* Simplify uTimeString()
PHPStan has become a bit smarter</content>
</entry>
<entry>
<title>Move PHP minimum version check (#7560)</title>
<updated>2025-05-07T08:47:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-07T08:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3f187395eaed8d6e455adb454a65f9e2503f390a'/>
<id>urn:sha1:3f187395eaed8d6e455adb454a65f9e2503f390a</id>
<content type='text'>
It is too late to check for minimum version check in `lib_rss.php` because that file already contains some relatively new PHP language constructs, which will lead to a syntax error - when running with an old PHP version - instead of the expected error message.
Moved to `constants.php` for now.

Example of syntax error with PHP 7.4:
```
PHP Parse error:  syntax error, unexpected '|', expecting '{' in /var/www/FreshRSS/lib/lib_rss.php on line 166
```

Should help users like in:
* https://github.com/FreshRSS/FreshRSS/discussions/7539
* https://github.com/FreshRSS/FreshRSS/issues/7557</content>
</entry>
<entry>
<title>PHPMailer 6.10.0 (#7542)</title>
<updated>2025-05-03T20:34:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-03T20:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2063e445af611a54cb7a4094033cdccac2dcb60f'/>
<id>urn:sha1:2063e445af611a54cb7a4094033cdccac2dcb60f</id>
<content type='text'>
Supplement to https://github.com/FreshRSS/FreshRSS/pull/7541</content>
</entry>
<entry>
<title>Fix file serving for symlinked extensions (#7545)</title>
<updated>2025-05-02T07:47:57+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-05-02T07:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4568111c00813756a3a34a381d684b8354fc4438'/>
<id>urn:sha1:4568111c00813756a3a34a381d684b8354fc4438</id>
<content type='text'>
* Fix file serving for symlinked extensions from ext.php

* Don't resolve symlink when deleting extension

* Minor syntax

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Update phpmailer/phpmailer requirement from 6.9.3 to 6.10.0 in /lib (#7541)</title>
<updated>2025-05-01T19:54:20+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-05-01T19:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=df6e57c289c472edda773cb1733040ab62395dbf'/>
<id>urn:sha1:df6e57c289c472edda773cb1733040ab62395dbf</id>
<content type='text'>
Updates the requirements on [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) to permit the latest version.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.9.3...v6.10.0)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-version: 6.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Bump phpstan/phpstan from 2.1.11 to 2.1.13 (#7534)</title>
<updated>2025-05-01T09:50:12+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-05-01T09:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0cd23cca7cdf8c8607a7046767924196dd693f9a'/>
<id>urn:sha1:0cd23cca7cdf8c8607a7046767924196dd693f9a</id>
<content type='text'>
* Bump phpstan/phpstan from 2.1.11 to 2.1.13

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 2.1.11 to 2.1.13.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/2.1.11...2.1.13)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

* Bump phpstan/phpstan from 2.1.11 to 2.1.13

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 2.1.11 to 2.1.13.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/2.1.11...2.1.13)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

* Fix PHPStan

---------

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>HTTP Auth disallow multiple headers (#7528)</title>
<updated>2025-04-28T20:51:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-04-28T20:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6bb8680ae0051b9a2ff344f17814f4fa5d844628'/>
<id>urn:sha1:6bb8680ae0051b9a2ff344f17814f4fa5d844628</id>
<content type='text'>
When using HTTP Auth methods (including OpenID Connect), exactly 1 HTTP header should be received, not more.</content>
</entry>
<entry>
<title>SimplePie: Fix support for feeds with XML preample + DTD (#7515)</title>
<updated>2025-04-18T12:59:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-04-18T12:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d1f9b6c23240c1528065c5590b25620bf6206e4c'/>
<id>urn:sha1:d1f9b6c23240c1528065c5590b25620bf6206e4c</id>
<content type='text'>
Regression from https://github.com/FreshRSS/FreshRSS/pull/4374
fix: https://github.com/FreshRSS/FreshRSS/issues/7514
https://github.com/FreshRSS/simplepie/pull/35
Upstream PR: https://github.com/simplepie/simplepie/pull/914</content>
</entry>
<entry>
<title>SimplePie forbit formaction attribute (#7506)</title>
<updated>2025-04-12T22:01:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-04-12T22:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f58dea6a5abec4da2b14eb808221b3f28d6160d0'/>
<id>urn:sha1:f58dea6a5abec4da2b14eb808221b3f28d6160d0</id>
<content type='text'>
Sanitize buttons with a form or formaction attribute.</content>
</entry>
</feed>
