<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized), branch 1.17.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.17.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.17.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2020-09-22T16:45:01+00:00</updated>
<entry>
<title>Release FreshRSS 1.17.0</title>
<updated>2020-09-22T16:45:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-09-22T16:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ef5199eaada8809177170850e1a15c1d84540f8b'/>
<id>urn:sha1:ef5199eaada8809177170850e1a15c1d84540f8b</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/3181
</content>
</entry>
<entry>
<title>Changelog, credits</title>
<updated>2020-09-17T14:14:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-09-17T14:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dbf4201173d926a88256d86a94621e746bf82816'/>
<id>urn:sha1:dbf4201173d926a88256d86a94621e746bf82816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SimplePie: Fix HTTP 301 permanent redirection (#3180)</title>
<updated>2020-09-17T08:35:56+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-09-17T08:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1c0e7b4febf597ca92a74c7b3a4fb84e91493f48'/>
<id>urn:sha1:1c0e7b4febf597ca92a74c7b3a4fb84e91493f48</id>
<content type='text'>
* SimplePie: Fix HTTP 301 permanent redirection

When adding feeds it worked fine, but detecting permanent redirects for
existing feeds was sometimes broken (only when PHP open_basedir was not
set).

Indeed, using the built-in CURLOPT_FOLLOWLOCATION instead of the manual
method in SimplePie hides the list of HTTP redirects along the way, and
prevents the distinction of e.g. 301 vs. 302 redirects.

This patch disables CURLOPT_FOLLOWLOCATION in SimplePie, and fixes the
manual method at the same time.
The use of CURLOPT_FOLLOWLOCATION was nevertheless not systematic (only
when open_basedir was not set), so now there is only one logic
independent of open_basedir.

I will send a PR upstream to SimplePie.

How to test: pick a feed with 301 redirection such as HTTP to HTTPS,
e.g. http://ing.dk/rss/term/341
Manually change back to previous address (to simulate a feed that is
changing address)
Refresh feed and observe whether the 301 redirect is obeyed.

* Wrong blank</content>
</entry>
<entry>
<title>Fix CLI api_password (#3179)</title>
<updated>2020-09-17T07:43:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-09-17T07:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bb9b166eb1be73226d2cf978a05a70ed83faec1e'/>
<id>urn:sha1:bb9b166eb1be73226d2cf978a05a70ed83faec1e</id>
<content type='text'>
* Fix CLI api_password

#fix https://github.com/FreshRSS/FreshRSS/issues/3177
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/2675

* Update cli/_update-or-create-user.php

Co-authored-by: oupala &lt;oupala@users.noreply.github.com&gt;

Co-authored-by: oupala &lt;oupala@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Readme + Travis</title>
<updated>2020-09-15T23:02:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-09-15T23:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f1fe2147a1f551e4d1e5c06421744dc75be0d4ea'/>
<id>urn:sha1:f1fe2147a1f551e4d1e5c06421744dc75be0d4ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>i18n update for German (#3175)</title>
<updated>2020-09-10T16:20:22+00:00</updated>
<author>
<name>Nico Kaiser</name>
<email>nico@kaiser.me</email>
</author>
<published>2020-09-10T16:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5389dd5ddb4a164d0df5e2144442b136ec4fe947'/>
<id>urn:sha1:5389dd5ddb4a164d0df5e2144442b136ec4fe947</id>
<content type='text'>
This adds and improves some German translations.</content>
</entry>
<entry>
<title>When ssl_verify is false, decrease SSL security (#3171)</title>
<updated>2020-09-03T08:35:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-09-03T08:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=be5f9f2dceba7b67041295914169fcbbbb07e5fd'/>
<id>urn:sha1:be5f9f2dceba7b67041295914169fcbbbb07e5fd</id>
<content type='text'>
When ssl_verify option is set to false for a feed, allow lower security such as SHA-1 signatures.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900984
https://stackoverflow.com/questions/58342699/php-curl-curl-error-35-error1414d172ssl-routinestls12-check-peer-sigalgwr
Fix error of type `cURL error 35: error:1414D172:SSL routines:tls12_check_peer_sigalg:wrong signature`
Example of feeds:
https://www.version2.dk/it-nyheder/rss
https://ing.dk/rss/nyheder</content>
</entry>
<entry>
<title>Fix tag in user query (#3168)</title>
<updated>2020-09-02T06:55:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-09-02T06:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6fac0e40c4d3bc0e51a124015dcde9b7d766f7b5'/>
<id>urn:sha1:6fac0e40c4d3bc0e51a124015dcde9b7d766f7b5</id>
<content type='text'>
* Fix tag in user query

#fix https://github.com/FreshRSS/FreshRSS/issues/3163

* Fix Travis</content>
</entry>
<entry>
<title>Add variable undeclared ($url) (#3164)</title>
<updated>2020-09-01T10:50:28+00:00</updated>
<author>
<name>Luc SANCHEZ</name>
<email>4697568+ColonelMoutarde@users.noreply.github.com</email>
</author>
<published>2020-09-01T10:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e527afa2fa278dd344106ced9b882c1daddcc042'/>
<id>urn:sha1:e527afa2fa278dd344106ced9b882c1daddcc042</id>
<content type='text'>
* Add variable undeclared ($url)

* Update ZipException.php

* modify</content>
</entry>
<entry>
<title>Fix variable undeclared ($sql) (#3165)</title>
<updated>2020-09-01T10:50:00+00:00</updated>
<author>
<name>Luc SANCHEZ</name>
<email>4697568+ColonelMoutarde@users.noreply.github.com</email>
</author>
<published>2020-09-01T10:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ca965a490df8a46343c1d50b658b8c7a690906de'/>
<id>urn:sha1:ca965a490df8a46343c1d50b658b8c7a690906de</id>
<content type='text'>
* Fix variable undeclared ($sql)

* Update DatabaseDAOSQLite.php

modify</content>
</entry>
</feed>
