<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib, branch 1.16.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2020-05-29T21:55:53+00:00</updated>
<entry>
<title>Fix PostgreSQL database auto-create with limited rights (#3013)</title>
<updated>2020-05-29T21:55:53+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-29T21:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fe1e02dab9581d9ba3c9d8371e85072a959c8bce'/>
<id>urn:sha1:fe1e02dab9581d9ba3c9d8371e85072a959c8bce</id>
<content type='text'>
* Fix PostgreSQL database auto-create with limited rights

#fix https://github.com/FreshRSS/FreshRSS/issues/3009
Install would fail if the user is not even allowed to connect to the default `postgres` database.

* Confused by custom Minz_PDOConnectionException</content>
</entry>
<entry>
<title>Update/php mailer (#2980)</title>
<updated>2020-05-18T07:42:04+00:00</updated>
<author>
<name>Brooke</name>
<email>bandonrandon@gmail.com</email>
</author>
<published>2020-05-18T07:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fa56f90223ce44c34b2919567d163ca4f2e81f65'/>
<id>urn:sha1:fa56f90223ce44c34b2919567d163ca4f2e81f65</id>
<content type='text'>
* Update PHPMailer to  6.1.5

This PR update the bundled version of PHPMAiler</content>
</entry>
<entry>
<title>Relaxed OPML - allow other elements than outline (#2983)</title>
<updated>2020-05-16T17:12:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-16T17:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=525e1ca0b0b9e2aaf9e8c2450ceb0a1a20dd71b7'/>
<id>urn:sha1:525e1ca0b0b9e2aaf9e8c2450ceb0a1a20dd71b7</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/2981
Relax OPML</content>
</entry>
<entry>
<title>Improve logs during cron actualization (#2964)</title>
<updated>2020-05-14T19:21:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-14T19:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=11dd6e91b780bc218ecac540e1e9a8c426337930'/>
<id>urn:sha1:11dd6e91b780bc218ecac540e1e9a8c426337930</id>
<content type='text'>
For
https://github.com/FreshRSS/FreshRSS/issues/2952#issuecomment-626218921
And fix a little bug writing logs with the wrong user name</content>
</entry>
<entry>
<title>sort results in find() method (#2874)</title>
<updated>2020-04-04T10:27:48+00:00</updated>
<author>
<name>Eris</name>
<email>36680203+printfuck@users.noreply.github.com</email>
</author>
<published>2020-04-04T10:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2a6f6ee3f38ba83b5b4c290494dc146644f3b583'/>
<id>urn:sha1:2a6f6ee3f38ba83b5b4c290494dc146644f3b583</id>
<content type='text'>
* sort results in find() method

* Update lib/lib_phpQuery.php

Co-Authored-By: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Minor SimplePie merge (#2870)</title>
<updated>2020-04-01T20:42:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-01T20:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9997acd6115e03ef9cd8e7b5097caaccc531cbf0'/>
<id>urn:sha1:9997acd6115e03ef9cd8e7b5097caaccc531cbf0</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/2852 was merged upstream
https://github.com/simplepie/simplepie/pull/643
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2814</content>
</entry>
<entry>
<title>Fix fetch content for complex HEAD (#2867)</title>
<updated>2020-04-01T00:09:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-01T00:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=656b61ff2956351538cc70fe79cc534b1eb58e0c'/>
<id>urn:sha1:656b61ff2956351538cc70fe79cc534b1eb58e0c</id>
<content type='text'>
* Fix contentSelectorPreviewAction

Was not compatible with https://github.com/FreshRSS/FreshRSS/pull/2588

* Fix lib_phpQuery for &lt;head ...&gt;

#fix https://github.com/FreshRSS/FreshRSS/issues/2864
* Replace split() by explode() for PHP7 compatibility
https://php.net/str-split
* Fix for document with a `&lt;head&gt;` tag more complicated, like `&lt;head
profile="http://www.w3.org/1999/xhtml/vocab"&gt;`</content>
</entry>
<entry>
<title>SimplePie use distint cache for force_feed (#2852)</title>
<updated>2020-03-28T19:24:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-03-28T19:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e424f45b8cd4274160e91d4c1e9e3ba0c2771e55'/>
<id>urn:sha1:e424f45b8cd4274160e91d4c1e9e3ba0c2771e55</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/2524
In general, we should avoid using the same cache for feeds that are fetched with distinct parameters / settings..
PR upstream to SimplePie https://github.com/simplepie/simplepie/pull/643</content>
</entry>
<entry>
<title>Add core extension for Google Groups (#2838)</title>
<updated>2020-03-22T15:59:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-03-22T15:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=daa4922d908fb9ad5d973c597d0c60f769236c3e'/>
<id>urn:sha1:daa4922d908fb9ad5d973c597d0c60f769236c3e</id>
<content type='text'>
* Add core extension for Google Groups

#Fix https://github.com/FreshRSS/FreshRSS/issues/2835
Add ability to discover RSS feeds for Google Groups
Based on https://github.com/FreshRSS/FreshRSS/pull/2837

* Allow HTTP in addition of HTTPS</content>
</entry>
<entry>
<title>New core-extensions to allow Docker volumes for third-party extensions (#2837)</title>
<updated>2020-03-22T15:31:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-03-22T15:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cd49e9819bea35a4db05e3e76910b739898c2219'/>
<id>urn:sha1:cd49e9819bea35a4db05e3e76910b739898c2219</id>
<content type='text'>
* New core-extensions to allow Docker volumes for third-party extensions

#Fix https://github.com/FreshRSS/FreshRSS/issues/2650
Split our extensions directory into two:
1) Core extensions shipped with FreshRSS in ./lib/core-extensions/
2) Third-party extensions modified by end-users in ./extensions/ which
can easily be mounted as a Docker volume

* Example of Docker Compose with extensions

* Back-compatibility + fix array merge bug</content>
</entry>
</feed>
