<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models, branch 1.2.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.2.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-11-02T20:14:13+00:00</updated>
<entry>
<title>Make auto-update server URL alterable</title>
<updated>2015-11-02T20:14:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-11-02T20:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=697817eebf754c2a05c7b4c88df1f13dbd0179da'/>
<id>urn:sha1:697817eebf754c2a05c7b4c88df1f13dbd0179da</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/1019
</content>
</entry>
<entry>
<title>Merge pull request #1011 from Alkarex/allow_robots</title>
<updated>2015-10-27T19:36:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-10-27T19:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=29fe97cb2ffe9d21658cc206e80644a6e2fdb9c7'/>
<id>urn:sha1:29fe97cb2ffe9d21658cc206e80644a6e2fdb9c7</id>
<content type='text'>
Config allow robots</content>
</entry>
<entry>
<title>Iff expanded to "true if ..., false otherwise"</title>
<updated>2015-10-25T18:26:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-10-25T18:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2d06b472cdf72175c42269a12cb2470ceda1c084'/>
<id>urn:sha1:2d06b472cdf72175c42269a12cb2470ceda1c084</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1011
https://github.com/FreshRSS/FreshRSS/issues/938
</content>
</entry>
<entry>
<title>Config allow robots</title>
<updated>2015-10-24T22:01:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-10-24T21:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=02a3cb4652d4c87ec3202d39f6cd8a240a1a7373'/>
<id>urn:sha1:02a3cb4652d4c87ec3202d39f6cd8a240a1a7373</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/938
</content>
</entry>
<entry>
<title>Clean logs</title>
<updated>2015-10-24T20:25:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-10-24T20:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=481c2a671913cdd6099a1b6ee4d5491dff16c0bf'/>
<id>urn:sha1:481c2a671913cdd6099a1b6ee4d5491dff16c0bf</id>
<content type='text'>
Reduced login of API and PubSubHubbub (both are quite stable now).
When clearing logs as admin, also clear API and PubSubHubbub logs.
https://github.com/FreshRSS/FreshRSS/issues/988
</content>
</entry>
<entry>
<title>Add a visual alert on categories</title>
<updated>2015-09-12T22:58:08+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-09-12T22:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=84824f8599ef8b7613c7c6829221aa8b88aa3846'/>
<id>urn:sha1:84824f8599ef8b7613c7c6829221aa8b88aa3846</id>
<content type='text'>
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
</content>
</entry>
<entry>
<title>Fix feed and category side effect</title>
<updated>2015-09-11T22:45:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-09-11T22:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=271d43b5692de4d56f05d38ca802b7807c8743cf'/>
<id>urn:sha1:271d43b5692de4d56f05d38ca802b7807c8743cf</id>
<content type='text'>
Before, when deleting a feed or a category, the user queries were deleted as well. No matter if they were related or not.
Now, they are deleted only if they are related.

I this this fix is not the best way to handle that. I think it would be better if we could find a way to create a UserQuery object from the array.
The same applies when displaying the user queries in the interface.

See #980
</content>
</entry>
<entry>
<title>PubSubHubbub prevent subscribing too often in case of error</title>
<updated>2015-08-04T10:36:00+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2015-08-04T10:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9e43937f8c7f51c1bcd4e8009c6d1233868d5479'/>
<id>urn:sha1:9e43937f8c7f51c1bcd4e8009c6d1233868d5479</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/939
</content>
</entry>
<entry>
<title>Cast $limits values in int (config)</title>
<updated>2015-07-27T12:52:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-27T12:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9817743cd7fbe10e361873a0a5d6cb591c720c23'/>
<id>urn:sha1:9817743cd7fbe10e361873a0a5d6cb591c720c23</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/925
</content>
</entry>
<entry>
<title>Fix a bug in ConfigurationSetter</title>
<updated>2015-07-22T21:22:50+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-22T21:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d6e632fc09ff391da39a42853f0eae87ef4a20f4'/>
<id>urn:sha1:d6e632fc09ff391da39a42853f0eae87ef4a20f4</id>
<content type='text'>
</content>
</entry>
</feed>
