<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models/Feed.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-20T10:17:08+00:00</updated>
<entry>
<title>Detection of non-unique GUIDs (#1887)</title>
<updated>2018-05-20T10:17:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-05-20T10:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6881d362b1ff4e153580ee7bf5cdf80a4428516d'/>
<id>urn:sha1:6881d362b1ff4e153580ee7bf5cdf80a4428516d</id>
<content type='text'>
* Detection of non-unique GUIDs

Some feeds are using GUIDs, but fail to make them unique.
Example: https://www.kbh-sprogcenter.dk/en/category/danish-break/feed/
This patch detects non-unique GUIDs, and disable GUIDs in that specific
case.

* Add state and log
</content>
</entry>
<entry>
<title>add visibility "public" (#1849)</title>
<updated>2018-05-19T11:16:51+00:00</updated>
<author>
<name>ColonelMoutarde</name>
<email>4697568+ColonelMoutarde@users.noreply.github.com</email>
</author>
<published>2018-05-19T11:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a8ffde626313b01b80bd688345d2e005b3371b36'/>
<id>urn:sha1:a8ffde626313b01b80bd688345d2e005b3371b36</id>
<content type='text'>
</content>
</entry>
<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>Feed parsing: use author email when there's no author name (#1801)</title>
<updated>2018-02-28T19:08:32+00:00</updated>
<author>
<name>perrinjerome</name>
<email>perrinjerome@gmail.com</email>
</author>
<published>2018-02-28T19:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0c066cb4285feb54cd9947c01dd759afdc0f37fb'/>
<id>urn:sha1:0c066cb4285feb54cd9947c01dd759afdc0f37fb</id>
<content type='text'>
This is especially useful because when author is given as
`&lt;author&gt;Author Name&lt;/author&gt;` ( as in this example
https://cyber.harvard.edu/rss/rss.html#ltauthorgtSubelementOfLtitemgt ),
SimplePie will expose *Author Name* as `email`.</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>Remove warning for CURLOPT_FOLLOWLOCATION with open_basedir (#1734)</title>
<updated>2017-12-17T19:14:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-17T19:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e399bc4b929b660908e60f1928014ae6445327f5'/>
<id>urn:sha1:e399bc4b929b660908e60f1928014ae6445327f5</id>
<content type='text'>
For PHP 5.6.0- http://www.php.net/ChangeLog-5.php#5.6.0
https://bugs.php.net/bug.php?id=65646
https://github.com/FreshRSS/FreshRSS/pull/1733
https://github.com/FreshRSS/FreshRSS/pull/1657
https://github.com/FreshRSS/FreshRSS/issues/1655</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>CURLOPT_FOLLOWLOCATION open_basedir bug (#1657)</title>
<updated>2017-10-08T15:26:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-10-08T15:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1eb19409b5435546774425c00523b9f88d4fccf9'/>
<id>urn:sha1:1eb19409b5435546774425c00523b9f88d4fccf9</id>
<content type='text'>
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
https://github.com/FreshRSS/FreshRSS/issues/1655#issuecomment-334999448
https://stackoverflow.com/questions/6918623/curlopt-followlocation-cannot-be-activated</content>
</entry>
<entry>
<title>Remove SimplePie name from HTTP User-Agent string</title>
<updated>2017-10-07T11:51:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-10-07T11:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4058ff3ff4631bcc2c9cba534162c80db5cf2b65'/>
<id>urn:sha1:4058ff3ff4631bcc2c9cba534162c80db5cf2b65</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1622#issuecomment-334928486
https://github.com/FreshRSS/FreshRSS/issues/1627
https://github.com/FreshRSS/FreshRSS/issues/1607
</content>
</entry>
</feed>
