<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/FreshRSS.php, branch 1.13.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.13.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.13.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-10-13T22:35:43+00:00</updated>
<entry>
<title>Remove some preload / prefetch (#2040)</title>
<updated>2018-10-13T22:35:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-10-13T22:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1cc891be35c50ad3fd1fcc3498a08f7f46462d35'/>
<id>urn:sha1:1cc891be35c50ad3fd1fcc3498a08f7f46462d35</id>
<content type='text'>
* Remove next prefetch

This approach was only efficient in the specific case when no change was
made (no mark-as-read, favourites, tags), and useless in the other
situations.
Removed to reduce server load.

* Remove next prefetch from JavaScript too

* Remove some preload / prefetch

While useful for the first request, those preload / prefetch hints are
slightly negative for the following requets, especially server-side,
e.g. generating one log entry in Apache, and a bit more network traffic.

* Revert mistake

* Remove comment

https://github.com/FreshRSS/FreshRSS/pull/2040#discussion_r223214915
</content>
</entry>
<entry>
<title>Explicit quotes decoding (#1947)</title>
<updated>2018-06-22T14:07:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-06-22T14:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a66b995be7d187a208bf7f66ce4d83911ba5932f'/>
<id>urn:sha1:a66b995be7d187a208bf7f66ce4d83911ba5932f</id>
<content type='text'>
* Explicit quotes decoding

* Explicit htmlspecialchars_decode and htmlspecialchars
</content>
</entry>
<entry>
<title>Move shares (#1812)</title>
<updated>2018-03-03T14:06:22+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-03T14:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b8094f804458e586cf5bbeb8d7b6cf7ee4ed8da9'/>
<id>urn:sha1:b8094f804458e586cf5bbeb8d7b6cf7ee4ed8da9</id>
<content type='text'>
From ./data/ to ./app/
Fix manual updates like
https://github.com/FreshRSS/FreshRSS/issues/1803#issuecomment-369371907
Left for later: support a ./data/shares.local.php for user-defined
shares.</content>
</entry>
<entry>
<title>Small fix Mastodon share</title>
<updated>2017-11-04T20:34:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-11-04T20:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=38de643d090effd487730f7406589f2f3d7bb169'/>
<id>urn:sha1:38de643d090effd487730f7406589f2f3d7bb169</id>
<content type='text'>
$a['method'] can be undefined.
https://github.com/FreshRSS/FreshRSS/pull/1674
https://github.com/FreshRSS/FreshRSS/issues/1521
</content>
</entry>
<entry>
<title>Add a Mastodon share (#1674)</title>
<updated>2017-11-04T20:19:51+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2017-11-04T20:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=afffbfce0758391a52c8c0c5b9766643a49065e8'/>
<id>urn:sha1:afffbfce0758391a52c8c0c5b9766643a49065e8</id>
<content type='text'>
See #1521 </content>
</entry>
<entry>
<title>Change CSS load order to help CustomCSS extension</title>
<updated>2017-05-26T12:00:52+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-05-26T12:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3a5427ea7f0269361264ea918db87ccbe501bce8'/>
<id>urn:sha1:3a5427ea7f0269361264ea918db87ccbe501bce8</id>
<content type='text'>
https://github.com/FreshRSS/Extensions/issues/13
</content>
</entry>
<entry>
<title>Move default configuration files</title>
<updated>2017-05-12T21:33:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-05-12T21:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=af8960b8b3be3c78573d0319a8a537083fae2d4d'/>
<id>urn:sha1:af8960b8b3be3c78573d0319a8a537083fae2d4d</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1531
</content>
</entry>
<entry>
<title>Allow extensions for default accout in anonymous mode</title>
<updated>2016-10-06T19:00:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-06T19:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e6e8cac3c4694cdf09e6853ad27fae603272a653'/>
<id>urn:sha1:e6e8cac3c4694cdf09e6853ad27fae603272a653</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1257#issuecomment-248111169
</content>
</entry>
<entry>
<title>sticky-kit fix, and compatible async defer</title>
<updated>2016-08-13T21:39:52+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-13T21:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a180485f9146f22d48470f3ba541317dbc2ee076'/>
<id>urn:sha1:a180485f9146f22d48470f3ba541317dbc2ee076</id>
<content type='text'>
And set correct parent option
https://github.com/FreshRSS/FreshRSS/pull/1172
</content>
</entry>
<entry>
<title>Merge conflicts</title>
<updated>2016-08-13T19:35:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-13T19:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0c4add69132ac69bba76091e4301b949e5428914'/>
<id>urn:sha1:0c4add69132ac69bba76091e4301b949e5428914</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1172
</content>
</entry>
</feed>
