<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models, 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-02-25T11:39:08+00:00</updated>
<entry>
<title>Missing checkUsername and const patten</title>
<updated>2017-02-25T11:39:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-02-25T11:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=271a1fdc8900a8b2c32675c22dce1cc458209de4'/>
<id>urn:sha1:271a1fdc8900a8b2c32675c22dce1cc458209de4</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1423

https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
</content>
</entry>
<entry>
<title>Merge branch 'dev' into feature/username-in-cli</title>
<updated>2017-02-25T09:20:59+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-25T09:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2e871a0adf131f53dcf345ad2dda73bdf7c1a2c9'/>
<id>urn:sha1:2e871a0adf131f53dcf345ad2dda73bdf7c1a2c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use function with preg_match to check username</title>
<updated>2017-02-16T17:54:59+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-16T17:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4eeae5171b885b6dda392f5dd68d6dd78a0c7858'/>
<id>urn:sha1:4eeae5171b885b6dda392f5dd68d6dd78a0c7858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possibility to register user having a '-', a '_' or a '.' in username</title>
<updated>2017-02-16T13:27:45+00:00</updated>
<author>
<name>Clément</name>
<email>clement@selfhost.fr</email>
</author>
<published>2017-02-16T13:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8d2b76334cd60356c85810bf4902124105d54ad4'/>
<id>urn:sha1:8d2b76334cd60356c85810bf4902124105d54ad4</id>
<content type='text'>
</content>
</entry>
<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>Merge pull request #1398 from Alkarex/MultipleCookiesBug</title>
<updated>2016-12-24T16:33:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-12-24T16:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eded4937966340130834308a298123f9c7fa7508'/>
<id>urn:sha1:eded4937966340130834308a298123f9c7fa7508</id>
<content type='text'>
Send cookie FreshRSS_login only once</content>
</entry>
<entry>
<title>Send cookie FreshRSS_login only once</title>
<updated>2016-12-24T16:22:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2016-12-24T16:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0150aec07eadd823a271f7e4c7371a4a8b26f085'/>
<id>urn:sha1:0150aec07eadd823a271f7e4c7371a4a8b26f085</id>
<content type='text'>
Prior to this patch, two cookies with the same name were sent, the first
one was to destroy the cookie, and the second one to create it
</content>
</entry>
<entry>
<title>Option for cookie duration</title>
<updated>2016-12-24T15:33:28+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2016-12-24T15:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=332a4dec8690b658bcb878a20056aea33c673f69'/>
<id>urn:sha1:332a4dec8690b658bcb878a20056aea33c673f69</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1384
</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>Fix small bugs in install</title>
<updated>2016-11-06T13:04:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-11-06T13:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=829d9997d31929b45384808f7cca343edb00b0d2'/>
<id>urn:sha1:829d9997d31929b45384808f7cca343edb00b0d2</id>
<content type='text'>
Small fixes in install (e.g. better check that DB password works)
</content>
</entry>
</feed>
