<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app, 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:19:40+00:00</updated>
<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>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>Improve: Aside slider: close slider when click on the outside of slider (#4061)</title>
<updated>2021-12-31T12:17:38+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-31T12:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5cac8cce7426bf8fe654bb4bebe586ffc661f68f'/>
<id>urn:sha1:5cac8cce7426bf8fe654bb4bebe586ffc661f68f</id>
<content type='text'>
* CSS + PHTML

* give some grey background

* fixed whitespace

* fixed RTL

* close area just for mobile view</content>
</entry>
<entry>
<title>fix (#4065)</title>
<updated>2021-12-31T12:16:35+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-31T12:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f27b25d9a685bd8cab48540c067685160535f438'/>
<id>urn:sha1:f27b25d9a685bd8cab48540c067685160535f438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix article filter (#4092)</title>
<updated>2021-12-31T12:13:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-12-31T12:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f13ef3b102e2724367572f37a1fc57400b443280'/>
<id>urn:sha1:f13ef3b102e2724367572f37a1fc57400b443280</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/4057
Several search filters where missing for the automatic article actions</content>
</entry>
<entry>
<title>Search on article IDs (#4058)</title>
<updated>2021-12-31T12:10:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-12-31T12:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fb15a2d8048ff66db5cb73b0dfb3a5b6a052e1db'/>
<id>urn:sha1:fb15a2d8048ff66db5cb73b0dfb3a5b6a052e1db</id>
<content type='text'>
* Search on article IDs
Partial implementation of https://github.com/FreshRSS/FreshRSS/issues/4053</content>
</entry>
<entry>
<title>Fix: loading wheel (#4082)</title>
<updated>2021-12-28T10:52:03+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-28T10:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=25954de759585311dd33efcb334c5ddb18052c9a'/>
<id>urn:sha1:25954de759585311dd33efcb334c5ddb18052c9a</id>
<content type='text'>
* fix anoym. user

* fix global view

* Update app/views/helpers/pagination.phtml

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update global_view.js

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>fix: incorrect translations (#4084)</title>
<updated>2021-12-27T11:24:58+00:00</updated>
<author>
<name>Virgil Chen</name>
<email>26373319+VirgilChen97@users.noreply.github.com</email>
</author>
<published>2021-12-27T11:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9e901d0eed45907b494e1f36d409293cb6ddf0bc'/>
<id>urn:sha1:9e901d0eed45907b494e1f36d409293cb6ddf0bc</id>
<content type='text'>
</content>
</entry>
</feed>
