<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/lib_rss.php, branch 1.14.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.14.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2019-04-07T19:39:48+00:00</updated>
<entry>
<title>Fix PHP 5.5 compat for array const (#2360)</title>
<updated>2019-04-07T19:39:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-04-07T19:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=295cb89af386c208b82c47250e74c06d76191cf8'/>
<id>urn:sha1:295cb89af386c208b82c47250e74c06d76191cf8</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/2359</content>
</entry>
<entry>
<title>Ensure sanitizeHTML gets a string (#2351)</title>
<updated>2019-04-06T14:07:19+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-04-06T14:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=912480fab87f41bbfb7702ed269ebc5bcce6194f'/>
<id>urn:sha1:912480fab87f41bbfb7702ed269ebc5bcce6194f</id>
<content type='text'>
Regression triggered by https://github.com/FreshRSS/FreshRSS/pull/2228</content>
</entry>
<entry>
<title>Shortcuts legacy (#2320)</title>
<updated>2019-04-01T22:08:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-04-01T22:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d9e246ecf763eb592f8246d4e9431a80599248e3'/>
<id>urn:sha1:d9e246ecf763eb592f8246d4e9431a80599248e3</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/2316</content>
</entry>
<entry>
<title>Add header to cli (#2296)</title>
<updated>2019-03-23T22:17:22+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2019-03-23T22:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f2925594c7caf2753e1ac44941e029a3c1496117'/>
<id>urn:sha1:f2925594c7caf2753e1ac44941e029a3c1496117</id>
<content type='text'>
* Add header to cli

Now there is a switch to display the header on user info.
While doing that, I've changed how the command is working to display
all users by default and to accept more than one user at once.
I also changed the display to make it more pleasing.

As this command displays all users by default. I wonder if we still
need the list user command.

See #2294

* Minor format
</content>
</entry>
<entry>
<title>No old ID (#2276)</title>
<updated>2019-03-19T19:14:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-03-19T19:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=834ffacce22ff6a2c0f1459476dc4a45e8ea06f9'/>
<id>urn:sha1:834ffacce22ff6a2c0f1459476dc4a45e8ea06f9</id>
<content type='text'>
* No old ID

https://github.com/FreshRSS/FreshRSS/issues/2273

* PostgreSQL insert or ignore
</content>
</entry>
<entry>
<title>COPY_SYSLOG_TO_STDERR (#2213)</title>
<updated>2019-01-07T23:06:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-01-07T23:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b73d4c807f8bce7090eb0d37cf4448dbb248ba2b'/>
<id>urn:sha1:b73d4c807f8bce7090eb0d37cf4448dbb248ba2b</id>
<content type='text'>
Update of https://github.com/FreshRSS/FreshRSS/pull/2208
Fixes https://github.com/FreshRSS/FreshRSS/issues/2212
</content>
</entry>
<entry>
<title>Copy syslog to STDERR (#2208)</title>
<updated>2019-01-05T23:46:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-01-05T23:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=802c264574902ea44c2c76ae098a6f58911fe114'/>
<id>urn:sha1:802c264574902ea44c2c76ae098a6f58911fe114</id>
<content type='text'>
* Use openlog before syslog
In order to have a copy on stderr when syslog is not available.

* Take advantage of syslog for actualization
Pipe cron job STDERR and syslog to Docker log
Cf. https://github.com/FreshRSS/FreshRSS/pull/2202/commits/00bd467655b7c060cdae388519b2413d12d8cb0f</content>
</entry>
<entry>
<title>HTTP authenfication fixes (#2204)</title>
<updated>2019-01-02T20:43:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-01-02T20:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=945cf832ad2c20c10704282d03326d8495d0ca4b'/>
<id>urn:sha1:945cf832ad2c20c10704282d03326d8495d0ca4b</id>
<content type='text'>
* Security fixes when HTTP user does not exist in FreshRSS
* Accept HTTP header X-WebAuth-User for delegated HTTP Authentication (e.g. Træfik)
* Document delegated HTTP authentication from https://github.com/FreshRSS/FreshRSS/pull/2202</content>
</entry>
<entry>
<title>Strip embedded SVG images for now (#2135)</title>
<updated>2018-11-18T10:35:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-11-18T10:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9f6919ae81fa0194d097bacc8956a05efb6db2c8'/>
<id>urn:sha1:9f6919ae81fa0194d097bacc8956a05efb6db2c8</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/2106
Proper SVG support would require custom sanitizing and URL rewriting of
xlink:href, and is left for future work</content>
</entry>
<entry>
<title>API encoding tuning (#2120)</title>
<updated>2018-11-12T08:03:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-11-12T08:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0fce9892ff2b03083706b4f78495539861db98aa'/>
<id>urn:sha1:0fce9892ff2b03083706b4f78495539861db98aa</id>
<content type='text'>
Use only minimal XML-&gt;Unicode encoding for articles title.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2093</content>
</entry>
</feed>
