<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/feedController.php, branch 1.11.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.11.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.11.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-05-01T15:02:11+00:00</updated>
<entry>
<title>JSON column for feeds (#1838)</title>
<updated>2018-05-01T15:02:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-05-01T15:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b552abb3327f09baa1c0f4e821dc9f6bd6ef738e'/>
<id>urn:sha1:b552abb3327f09baa1c0f4e821dc9f6bd6ef738e</id>
<content type='text'>
* Draft of JSON column for feeds
https://github.com/FreshRSS/FreshRSS/issues/1654

* Add some per-feed options
  * Feed cURL timeout
  * Mark updated articles as read https://github.com/FreshRSS/FreshRSS/issues/891
  * Mark as read upon reception https://github.com/FreshRSS/FreshRSS/issues/1702
  * Ignore SSL (unsafe) https://github.com/FreshRSS/FreshRSS/issues/1811

* Try PHPCS workaround
While waiting for a better syntax support
</content>
</entry>
<entry>
<title>Fix mute feeds</title>
<updated>2018-03-25T08:34:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-25T08:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=16d4d5185ed653c7f4b2dadf7a143eecc42352a0'/>
<id>urn:sha1:16d4d5185ed653c7f4b2dadf7a143eecc42352a0</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1844
</content>
</entry>
<entry>
<title>cleanOldEntries call autoUpdateDb (#1804)</title>
<updated>2018-03-01T18:25:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-01T18:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5872a11eb75958f12fd37c144a26c12c693d8a4a'/>
<id>urn:sha1:5872a11eb75958f12fd37c144a26c12c693d8a4a</id>
<content type='text'>
* cleanOldEntries call autoUpdateDb

https://github.com/FreshRSS/FreshRSS/issues/1803

* Fix feedDAO autoUpdateDb

* Move cleanOldEntries to EntryDAO

Only the entry table is concerned
</content>
</entry>
<entry>
<title>param name</title>
<updated>2018-02-05T19:48:16+00:00</updated>
<author>
<name>Django Janny</name>
<email>django.janny@gmail.com</email>
</author>
<published>2018-02-05T19:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=80168545eaa9e0183e72931ff7e50bfff36d7c33'/>
<id>urn:sha1:80168545eaa9e0183e72931ff7e50bfff36d7c33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trim spaces from user given url</title>
<updated>2018-02-02T12:59:48+00:00</updated>
<author>
<name>Django Janny</name>
<email>django.janny@gmail.com</email>
</author>
<published>2018-02-02T12:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5faa7aaf66aa2e762922b293cb9b7293a5003a7d'/>
<id>urn:sha1:5faa7aaf66aa2e762922b293cb9b7293a5003a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace "keep history" magic value by a constant (#1759)</title>
<updated>2018-01-02T22:53:35+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-02T22:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7642d334f827d1c077bb1444dfc4e79acf022891'/>
<id>urn:sha1:7642d334f827d1c077bb1444dfc4e79acf022891</id>
<content type='text'>
I think the use of a magic value repeated many times in the code is prone to have some errors made by people not knowing its meaning. Using a constant is a bit more safe. Judging by some comments in the code, I am not the only one.</content>
</entry>
<entry>
<title>Add mute strategy configuration (#1750)</title>
<updated>2018-01-01T19:34:06+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-01-01T19:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8c2113f9e6eb86b630a4e861513229d7abf219b8'/>
<id>urn:sha1:8c2113f9e6eb86b630a4e861513229d7abf219b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed bug when adding a category and feed at the same time (#1731)</title>
<updated>2017-12-17T15:36:48+00:00</updated>
<author>
<name>Kevin Papst</name>
<email>kevinpapst@users.noreply.github.com</email>
</author>
<published>2017-12-17T15:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=62e9db55b21034f92b0f4603512c3e788e0351f1'/>
<id>urn:sha1:62e9db55b21034f92b0f4603512c3e788e0351f1</id>
<content type='text'>
fixed bug when adding a category and feed at the same time
</content>
</entry>
<entry>
<title>Log rotation, use Minz_Log, new log constants</title>
<updated>2017-12-10T20:58:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-10T20:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b1c317a253445a6458f1263c1b622a788cc7cd0e'/>
<id>urn:sha1:b1c317a253445a6458f1263c1b622a788cc7cd0e</id>
<content type='text'>
ADMIN_LOG, API_LOG, PSHB_LOG
</content>
</entry>
<entry>
<title>Fix SQL constraint insert into entrytmp table</title>
<updated>2017-09-23T10:32:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2017-09-23T10:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=28db5dd2858002b376c920ec1d1aaad4ef254d54'/>
<id>urn:sha1:28db5dd2858002b376c920ec1d1aaad4ef254d54</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1614
</content>
</entry>
</feed>
