<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models, branch 1.11.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.11.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.11.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-09-08T21:05:56+00:00</updated>
<entry>
<title>Fix count unreads in SQLite (#2009)</title>
<updated>2018-09-08T21:05:56+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-08T21:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c65f5358904c585ce144885be2fbcd960adaf1e6'/>
<id>urn:sha1:c65f5358904c585ce144885be2fbcd960adaf1e6</id>
<content type='text'>
* Fix count unreads in SQLite

Was wrong in e.g. `./cli/user-info.php` because UNION output order in
MySQL and SQLite is differents...

* Changelog 2009
</content>
</entry>
<entry>
<title>Missing touch for SQLite and PostgreSQL (#2008)</title>
<updated>2018-09-08T18:50:59+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-08T18:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1d49dda233836f79ceaa4551cdb35d749788a369'/>
<id>urn:sha1:1d49dda233836f79ceaa4551cdb35d749788a369</id>
<content type='text'>
For last user activity.
Forgotten in https://github.com/FreshRSS/FreshRSS/pull/1358</content>
</entry>
<entry>
<title>Fix SQLite and PostgreSQL (#2007)</title>
<updated>2018-09-08T17:23:16+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-08T17:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5dfb5538937e95a95e291cafe6234522d9c93d4'/>
<id>urn:sha1:b5dfb5538937e95a95e291cafe6234522d9c93d4</id>
<content type='text'>
Regression from https://github.com/FreshRSS/FreshRSS/pull/1995</content>
</entry>
<entry>
<title>Add mark-as-unread (#1995)</title>
<updated>2018-09-03T18:48:04+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-03T18:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d3f5bd840d513bc4820a919ef9e0f02b0263ff9c'/>
<id>urn:sha1:d3f5bd840d513bc4820a919ef9e0f02b0263ff9c</id>
<content type='text'>
* Add mark-as-unread

https://github.com/FreshRSS/FreshRSS/issues/1966

* Change sentence

https://github.com/FreshRSS/FreshRSS/pull/1995#discussion_r214515954

* Enable mark-as-unread only when unread articles are shown

In order to prevent erroneous marking-as-unread.
We might find a better logic later.

* Disable instead of hide mark-as-unread option

To make it easier to discover
</content>
</entry>
<entry>
<title>Allow multiple authors (#1997)</title>
<updated>2018-09-02T11:36:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-02T11:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=14e1b23e42b322b9c54475e4b69c1aa60c94e280'/>
<id>urn:sha1:14e1b23e42b322b9c54475e4b69c1aa60c94e280</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/1968</content>
</entry>
<entry>
<title>Use mb_strcut (#1996)</title>
<updated>2018-09-02T11:19:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-09-02T11:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=32d9c3b7905f4e43ffdf4bf2bf37723cfd18390c'/>
<id>urn:sha1:32d9c3b7905f4e43ffdf4bf2bf37723cfd18390c</id>
<content type='text'>
* Use mb_strcut

Avoid cutting in the middle of a multi-byte UTF-8 character

* Forgotten php5-*

* Typo

* Whitespace

* More mb_strcut
</content>
</entry>
<entry>
<title>Avoid feed credentials in logs (#1949)</title>
<updated>2018-07-08T09:29:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-07-08T09:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=99dfdbc10d9daa8059fd6c017b1580ad493aa8f6'/>
<id>urn:sha1:99dfdbc10d9daa8059fd6c017b1580ad493aa8f6</id>
<content type='text'>
* Avoid feed credentials in logs

Related to https://github.com/FreshRSS/FreshRSS/pull/1891

* Changelog 1949
</content>
</entry>
<entry>
<title>Fever fixes (#1931)</title>
<updated>2018-06-12T19:11:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-06-12T19:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c0f2df3ef0de33e9b07269f6db887c373e45192e'/>
<id>urn:sha1:c0f2df3ef0de33e9b07269f6db887c373e45192e</id>
<content type='text'>
* Fever fixes

Was hardcoded for MySQL. Bug in "before" parameter. Bug in mark all as
read.

* Fix construct

* Changelog 1930

https://github.com/FreshRSS/FreshRSS/issues/193
https://github.com/FreshRSS/FreshRSS/pull/1931
</content>
</entry>
<entry>
<title>Fix get_thumbnails null exception (#1933)</title>
<updated>2018-06-12T10:35:52+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-06-12T10:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eb3cca60dd346aafc6dfd0c2d25dcd7ce481fdf2'/>
<id>urn:sha1:eb3cca60dd346aafc6dfd0c2d25dcd7ce481fdf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New extension event + Tumblr GDPR (#1924)</title>
<updated>2018-06-09T13:58:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-06-09T13:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6a56894e940db0b1f7ee6788fbc38f26c80d004d'/>
<id>urn:sha1:6a56894e940db0b1f7ee6788fbc38f26c80d004d</id>
<content type='text'>
* New extension event + Tumblr GDPR

https://github.com/FreshRSS/FreshRSS/issues/1894
simplepie_before_init event

* Refactor extension enabling + Tumblr GDPR enabled by default

Add possibility for extensions to be enabled by default, and disabled
back by users.

* Minor whitespace
</content>
</entry>
</feed>
