<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/EntryDAO.php, branch 1.6.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.6.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-01-27T09:26:31+00:00</updated>
<entry>
<title>postgres fixes</title>
<updated>2017-01-27T09:26:31+00:00</updated>
<author>
<name>Thomas Citharel</name>
<email>tcit@tcit.fr</email>
</author>
<published>2017-01-27T09:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ae5a8572d50fbbd52bdd88cce6bb80b79dbaaf1a'/>
<id>urn:sha1:ae5a8572d50fbbd52bdd88cce6bb80b79dbaaf1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stream JSON export</title>
<updated>2016-11-15T19:43:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-11-15T19:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f59de4e2b679efb1ba4bbfd576a5ea07422cc169'/>
<id>urn:sha1:f59de4e2b679efb1ba4bbfd576a5ea07422cc169</id>
<content type='text'>
Avoid large in-memory copies
https://github.com/FreshRSS/FreshRSS/issues/1372
</content>
</entry>
<entry>
<title>Add CLI for user information + Fix last user activity</title>
<updated>2016-11-05T19:48:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-11-05T19:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aeda49a7d271c2196fcba0d3b2b15d31ad0b33b5'/>
<id>urn:sha1:aeda49a7d271c2196fcba0d3b2b15d31ad0b33b5</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1345
</content>
</entry>
<entry>
<title>Use bindValue instead of bindParam</title>
<updated>2016-11-02T20:29:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-11-02T20:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a410969ddb45ef28589957a0b334e76abf3060c'/>
<id>urn:sha1:8a410969ddb45ef28589957a0b334e76abf3060c</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1349
We should later replace all bindParam by bindValue
</content>
</entry>
<entry>
<title>Extract function safe_ascii()</title>
<updated>2016-10-19T23:38:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-19T23:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7f2b0439ec4158ee7d78571d60e9bcc995e87cac'/>
<id>urn:sha1:7f2b0439ec4158ee7d78571d60e9bcc995e87cac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>guid and urls should not contain low/high characters</title>
<updated>2016-10-19T23:19:59+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-19T23:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1893fc61e0e576519f878267fd877247445d1055'/>
<id>urn:sha1:1893fc61e0e576519f878267fd877247445d1055</id>
<content type='text'>
It looks like SimplePie does not always filter everything
Having a character not in latin1 would create MySQL collate errors
</content>
</entry>
<entry>
<title>Fix updateEntry warning</title>
<updated>2016-10-16T13:19:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-16T13:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=38289beb66b51ce518cf7dc03faf6abc388eedbd'/>
<id>urn:sha1:38289beb66b51ce518cf7dc03faf6abc388eedbd</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1325
</content>
</entry>
<entry>
<title>PostgreSQL compatibility boolean</title>
<updated>2016-10-14T21:05:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-14T21:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d184478fb4c98e035dca1ebef36a5946d43c6a3a'/>
<id>urn:sha1:d184478fb4c98e035dca1ebef36a5946d43c6a3a</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1311
</content>
</entry>
<entry>
<title>Better error message in markReadFeed</title>
<updated>2016-10-11T17:34:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-11T17:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=50827447e3684ad59e0ecb8c2e76f473d07d1748'/>
<id>urn:sha1:50827447e3684ad59e0ecb8c2e76f473d07d1748</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1299
</content>
</entry>
<entry>
<title>Take better advantage of other users refresh</title>
<updated>2016-10-04T22:39:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-04T22:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05cabe99ae48a187a77e0246dfffc60f2434b5e5'/>
<id>urn:sha1:05cabe99ae48a187a77e0246dfffc60f2434b5e5</id>
<content type='text'>
</content>
</entry>
</feed>
