<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p, branch 1.16.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.16.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.16.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2020-05-30T12:36:46+00:00</updated>
<entry>
<title>Fix alert-warn background (#3015)</title>
<updated>2020-05-30T12:36:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-30T12:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=17baf9970f1ac8be468f1ce4503ab3ea025c0258'/>
<id>urn:sha1:17baf9970f1ac8be468f1ce4503ab3ea025c0258</id>
<content type='text'>
Fix minor CSS regression from
https://github.com/FreshRSS/FreshRSS/pull/2990</content>
</entry>
<entry>
<title>Fix JS show password in install (#2999)</title>
<updated>2020-05-25T17:03:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-25T17:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d74cb8a4204cfaf6fd64e57b14b1ae7d23dbb84'/>
<id>urn:sha1:0d74cb8a4204cfaf6fd64e57b14b1ae7d23dbb84</id>
<content type='text'>
The button for showing the password was not working in the install.
Updated JavaScript file to ES6 at the same time.</content>
</entry>
<entry>
<title>Alternative-Dark theme use common template (#3000)</title>
<updated>2020-05-25T17:03:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-25T17:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4b2698ff5557cd5ab812250841bdb22101ebb324'/>
<id>urn:sha1:4b2698ff5557cd5ab812250841bdb22101ebb324</id>
<content type='text'>
* Alternative-Dark theme use common template

#fix https://github.com/FreshRSS/FreshRSS/issues/2883

* Lint</content>
</entry>
<entry>
<title>fix: Fix .stick class for older Webkit versions (#2995)</title>
<updated>2020-05-22T08:54:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2020-05-22T08:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a0f6e66e28ebba76e00cf4d3938ca53a35f89a0b'/>
<id>urn:sha1:a0f6e66e28ebba76e00cf4d3938ca53a35f89a0b</id>
<content type='text'>
It looks like inputs had a light margin on older Webkit versions, making
the inputs slightly smaller than buttons in a .stick container.

Reference: https://github.com/FreshRSS/FreshRSS/pull/2938#issuecomment-632429861</content>
</entry>
<entry>
<title>Better hide spinner (#2990)</title>
<updated>2020-05-21T10:17:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-21T10:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3bef867a44cb8343cff3d69504425968f754779e'/>
<id>urn:sha1:3bef867a44cb8343cff3d69504425968f754779e</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/2986#issuecomment-631396735
By CSS, and also by JS
https://framagit.org/nicofrand/xextension-threepanesview/-/issues/10</content>
</entry>
<entry>
<title>Fix Dark load (#2987)</title>
<updated>2020-05-20T10:02:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-20T10:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=533ac05f4eaa0f4f7386c7ad08b836333eb9e4b3'/>
<id>urn:sha1:533ac05f4eaa0f4f7386c7ad08b836333eb9e4b3</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/2986 😈😛</content>
</entry>
<entry>
<title>Fix nav_menu mark-as-read (#2909)</title>
<updated>2020-05-18T16:45:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-18T16:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0442243037fc7fb80228790a871328629a1aa882'/>
<id>urn:sha1:0442243037fc7fb80228790a871328629a1aa882</id>
<content type='text'>
* Fix nav_menu mark-as-read

#Fix https://github.com/FreshRSS/FreshRSS/issues/2905
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/2588

We need info about the first item (id_max) before being able to output
nav_menu. Before https://github.com/FreshRSS/FreshRSS/pull/2588 we used
to output everything in memory before starting to produce an output. Now
that we stream the output, we need a temporary buffer until we have
received the first item/article.

* Repair loading page

* Simplify CSS

Make it work in Chrome as well

* Lint

* Partial revert

* Base max_id solely on current time</content>
</entry>
<entry>
<title>Stream instead of memory copy of SimplePie entries (#2972)</title>
<updated>2020-05-16T22:04:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-16T22:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=83b5944dcbb09db0accd528be4906b88590d924f'/>
<id>urn:sha1:83b5944dcbb09db0accd528be4906b88590d924f</id>
<content type='text'>
* Stream instead of memory copy of SimplePie entries

https://github.com/FreshRSS/FreshRSS/issues/2952

* Undo lines delete

* Typo

* Remove unaccessible code

https://github.com/FreshRSS/FreshRSS/pull/2972/files#r425624163

* Back-compatibility for Feed-&gt;entries

https://github.com/FreshRSS/FreshRSS/pull/2972/files#r425631913</content>
</entry>
<entry>
<title>jQuery 3.5.1 (#2982)</title>
<updated>2020-05-16T14:44:15+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-16T14:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bba95356265bfc09c43333de2c463e20e9430eef'/>
<id>urn:sha1:bba95356265bfc09c43333de2c463e20e9430eef</id>
<content type='text'>
Minor version
https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/</content>
</entry>
<entry>
<title>Fix bad relogging clients (#2961)</title>
<updated>2020-05-08T19:54:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-08T19:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=17539668eac84b9f7b86de036c9e23fa226054d6'/>
<id>urn:sha1:17539668eac84b9f7b86de036c9e23fa226054d6</id>
<content type='text'>
* Fix bad relogging clients

Some clients (like EasyRSS) are still using the old HTTP Authorization
header after having logged to log in with another user.
We should not attempt to process Authorization headers during a login
request

* Typo

* A bit safer

Avoid null exception</content>
</entry>
</feed>
