<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized), branch 1.19.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2022-01-02T17:57:48+00:00</updated>
<entry>
<title>Release 1.19.1</title>
<updated>2022-01-02T17:57:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-02T17:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6fa5672800682afa4f3194cd3ee8e65a98bfeeab'/>
<id>urn:sha1:6fa5672800682afa4f3194cd3ee8e65a98bfeeab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix regression user init (#4116)</title>
<updated>2022-01-02T17:19:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-02T17:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a19b4534f9aac21f6738bc94f6f42cb3899dba8f'/>
<id>urn:sha1:a19b4534f9aac21f6738bc94f6f42cb3899dba8f</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/4115</content>
</entry>
<entry>
<title>SimplePie 1.5.8 manual upgrade (#4113)</title>
<updated>2022-01-02T17:11:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-02T17:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ba0e690235ba219fbff26f64fc0e7ce1b35cdc0b'/>
<id>urn:sha1:ba0e690235ba219fbff26f64fc0e7ce1b35cdc0b</id>
<content type='text'>
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4011
Instead of https://github.com/FreshRSS/FreshRSS/pull/4102
* https://github.com/simplepie/simplepie/commit/bea5de77afc274dc7c36cac39cdf53de346a5b50
* https://github.com/simplepie/simplepie/commit/5aab77e105d4384c9bb1a747010f380c0506f7a2
* https://github.com/simplepie/simplepie/commit/76be63e72ea6867d9982bf9bd97ba706b196d602</content>
</entry>
<entry>
<title>Changelog fix minor Docker Alpine versions</title>
<updated>2022-01-02T14:56:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-02T14:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0bb3e5ef12ea9e7d9966d346cd5b0ec23f9caf30'/>
<id>urn:sha1:0bb3e5ef12ea9e7d9966d346cd5b0ec23f9caf30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid func_get_args (#4108)</title>
<updated>2022-01-01T12:54:36+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-01T12:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a791388ce4b7b5c03be109418336d41992d93b88'/>
<id>urn:sha1:a791388ce4b7b5c03be109418336d41992d93b88</id>
<content type='text'>
Use variadic syntax instead https://php.net/manual/functions.arguments#functions.variable-arg-list
And avoid dynamic functions names when possible to more easily identify calls and unused functions.
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103</content>
</entry>
<entry>
<title>Fix most PHPDocs errors (#4107)</title>
<updated>2022-01-01T10:26:56+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-01T10:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3f6aa42b817145a3b00f4d615f87728b55c4413a'/>
<id>urn:sha1:3f6aa42b817145a3b00f4d615f87728b55c4413a</id>
<content type='text'>
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103
https://phpstan.org/writing-php-code/phpdoc-types</content>
</entry>
<entry>
<title>Add PHPStan (#4021)</title>
<updated>2021-12-31T16:00:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-12-31T16:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=77e9877316fcfacb26799afdf32d94c8411da80e'/>
<id>urn:sha1:77e9877316fcfacb26799afdf32d94c8411da80e</id>
<content type='text'>
* Add PHPStan
#fix https://github.com/FreshRSS/FreshRSS/issues/4016
https://phpstan.org/

```sh
composer run-script phpstan
```

* More fixes

* Fix global variables

* Add .phtml

* Fix merge
https://github.com/FreshRSS/FreshRSS/pull/4090

* Fix more warnings

* Fix view errors and enable in CI

* ReturnTypeWillChange

* Dynamic view type

* Fix Minz static/self bug</content>
</entry>
<entry>
<title>Improved: install.php code quality (#4099)</title>
<updated>2021-12-31T12:50:32+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-31T12:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=09c84fb3bc44bf8e45619c27acc15b967aea14ce'/>
<id>urn:sha1:09c84fb3bc44bf8e45619c27acc15b967aea14ce</id>
<content type='text'>
* delete unused $user_default_config

* move inner named function

* moved $auth_type

* improve readability

* phpcs fixes</content>
</entry>
<entry>
<title>fixed themes Origine and Origine compact (#4059)</title>
<updated>2021-12-31T12:20:20+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-31T12:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0e683ee5d223a32dbe9a2d63d583a95d248bfc94'/>
<id>urn:sha1:0e683ee5d223a32dbe9a2d63d583a95d248bfc94</id>
<content type='text'>
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>fixed: Left navigation with long category names (#4055)</title>
<updated>2021-12-31T12:19:16+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-31T12:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a29f161e44aeeaa96f59ba9d97357b6e7657a508'/>
<id>urn:sha1:a29f161e44aeeaa96f59ba9d97357b6e7657a508</id>
<content type='text'>
* fixed CSS

* fixed themes Ansum and Mapco

* fixed syntax</content>
</entry>
</feed>
