<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/ext.php, branch 1.19.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.19.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.19.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-12-02T22:30:13+00:00</updated>
<entry>
<title>Fix some PHPstan errors (#4019)</title>
<updated>2021-12-02T22:30:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-12-02T22:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=00dbde68fbaf7da68ccf191c33f2de88d3603aa8'/>
<id>urn:sha1:00dbde68fbaf7da68ccf191c33f2de88d3603aa8</id>
<content type='text'>
Fix some wrong variables found by https://github.com/FreshRSS/FreshRSS/issues/4016</content>
</entry>
<entry>
<title>Travis: Enforce phpcs line length + whitespace (#3488)</title>
<updated>2021-02-28T11:26:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-02-28T11:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=947e918f05d70d5dce4efa4ef403e593581c3fa9'/>
<id>urn:sha1:947e918f05d70d5dce4efa4ef403e593581c3fa9</id>
<content type='text'>
* Update Travis line length

* Also check whitespace in CSS files

* Fix line length ext.php

* More syntax, string templates

* Fix exclude-pattern

* Test JS files as well</content>
</entry>
<entry>
<title>Add support for extension user files (#3433)</title>
<updated>2021-02-26T17:42:10+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-02-26T17:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0ce798d40bd16e7fb3b9fcd7b2b2012e6226dd24'/>
<id>urn:sha1:0ce798d40bd16e7fb3b9fcd7b2b2012e6226dd24</id>
<content type='text'>
Extension user files can be stored easily in the user folder instead of the static folder.</content>
</entry>
<entry>
<title>Fix extension file search (#3413)</title>
<updated>2021-02-02T13:27:34+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-02-02T13:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d7cfea155f2515a2e5681c5fa2470214cbe1d662'/>
<id>urn:sha1:d7cfea155f2515a2e5681c5fa2470214cbe1d662</id>
<content type='text'>
Before, it was possible to retrieve only the files from extensions. Thus
making core extension files unreachable.
Now, the selected file is search through all extensions folders.</content>
</entry>
<entry>
<title>Refactor extension file script (#3399)</title>
<updated>2021-02-01T23:00:51+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-02-01T23:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bed710b260e0032b65eda92d3c395c4f1c71308a'/>
<id>urn:sha1:bed710b260e0032b65eda92d3c395c4f1c71308a</id>
<content type='text'>
</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>
<entry>
<title>Add support for images to the ext.php endpoint (#2465)</title>
<updated>2019-07-31T11:49:29+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2019-07-31T11:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7533676ae75b3c09178d4e99bbbf6bee30d13100'/>
<id>urn:sha1:7533676ae75b3c09178d4e99bbbf6bee30d13100</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for extensions on Windows (#2348)</title>
<updated>2019-04-06T12:07:19+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-04-06T12:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=74f92658b71e602d7fff3bbd249e3ea8869fa2ad'/>
<id>urn:sha1:74f92658b71e602d7fff3bbd249e3ea8869fa2ad</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/994
https://github.com/FreshRSS/FreshRSS/issues/2287</content>
</entry>
<entry>
<title>Use realpath of EXTENSIONS_PATH (#1911)</title>
<updated>2018-06-01T21:19:23+00:00</updated>
<author>
<name>Girish Ramakrishnan</name>
<email>mail@girish.in</email>
</author>
<published>2018-06-01T21:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fa3532dc8eec13edaff0a9c9fe145236a0eccde3'/>
<id>urn:sha1:fa3532dc8eec13edaff0a9c9fe145236a0eccde3</id>
<content type='text'>
This handles the case where the extensions directory might be a symlink</content>
</entry>
<entry>
<title>Use __DIR__ for relative include and require</title>
<updated>2017-12-11T20:11:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-11T20:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=52d09886558361bd818182da9ddc204e83f618ba'/>
<id>urn:sha1:52d09886558361bd818182da9ddc204e83f618ba</id>
<content type='text'>
For uniformity, and to avoid having PHP searching in include_path.
http://php.net/manual/function.include.php
https://github.com/FreshRSS/FreshRSS/pull/1715
https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
</content>
</entry>
</feed>
