<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/layout, branch 1.6.3</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.6.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-02-23T20:22:56+00:00</updated>
<entry>
<title>Add config option to disable and hide self-update</title>
<updated>2017-02-23T20:22:56+00:00</updated>
<author>
<name>Dennis Schwerdel</name>
<email>schwerdel@googlemail.com</email>
</author>
<published>2017-02-23T20:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=59d6f3593cb1dead402813207ab8d860ea684ddc'/>
<id>urn:sha1:59d6f3593cb1dead402813207ab8d860ea684ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable "mark all as read" before confirmation script is loaded</title>
<updated>2016-10-29T11:11:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-29T11:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=00f446d1557165cba90d0d3ec17404d3fdce84cd'/>
<id>urn:sha1:00f446d1557165cba90d0d3ec17404d3fdce84cd</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1342
</content>
</entry>
<entry>
<title>Better control of number of entries per page or RSS feed</title>
<updated>2016-09-11T13:06:33+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-09-11T13:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2a5aa34ad2796df00fa09de41361c20764ccdfa8'/>
<id>urn:sha1:2a5aa34ad2796df00fa09de41361c20764ccdfa8</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1249
* Since X hours: `https://freshrss.example/i/?a=rss&amp;hours=3`
* Explicit number: `https://freshrss.example/i/?a=rss&amp;nb=10`
* Limited by `min_posts_per_rss` and `max_posts_per_rss` in user config
</content>
</entry>
<entry>
<title>Prevent a target _blank attacks with window.opener</title>
<updated>2016-09-07T12:35:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre.alapetite@alexandra.dk</email>
</author>
<published>2016-09-07T12:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a776f146182bc6870702cfeb87041e3af66b24b'/>
<id>urn:sha1:8a776f146182bc6870702cfeb87041e3af66b24b</id>
<content type='text'>
https://mathiasbynens.github.io/rel-noopener/
noopener is implied by noreferrer
https://html.spec.whatwg.org/multipage/semantics.html#link-type-noreferrer
The API for window.open() does not seem stable yet
https://bugzilla.mozilla.org/show_bug.cgi?id=1267339
</content>
</entry>
<entry>
<title>SQL mark search as read</title>
<updated>2016-08-17T22:00:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-17T22:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=32c734ef622f4ed83d212d3eb1d15d83d406bd86'/>
<id>urn:sha1:32c734ef622f4ed83d212d3eb1d15d83d406bd86</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/608
</content>
</entry>
<entry>
<title>Minor HTML fixes</title>
<updated>2016-08-15T19:57:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-15T19:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a0230ad70b0e1d5cef7423f101adeba1e1fe34b3'/>
<id>urn:sha1:a0230ad70b0e1d5cef7423f101adeba1e1fe34b3</id>
<content type='text'>
Fix aria bug. Move some content before the flush. XHTML syntax.
</content>
</entry>
<entry>
<title>CSRF token, update HTTP Referrer policy to same-origin</title>
<updated>2016-08-13T15:49:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-13T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e6fd34bdda5d067a9e74714aaae10c89ed998a46'/>
<id>urn:sha1:e6fd34bdda5d067a9e74714aaae10c89ed998a46</id>
<content type='text'>
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer
https://github.com/FreshRSS/FreshRSS/issues/570
https://github.com/FreshRSS/FreshRSS/issues/955
https://github.com/FreshRSS/FreshRSS/issues/1198
https://github.com/FreshRSS/FreshRSS/issues/565
https://github.com/FreshRSS/FreshRSS/issues/554
</content>
</entry>
<entry>
<title>PHP 5.3 compatibility for callback</title>
<updated>2016-08-12T20:56:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-12T20:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a6071a0d9824908ea48099a66435d70d74b9b1b8'/>
<id>urn:sha1:a6071a0d9824908ea48099a66435d70d74b9b1b8</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1208
</content>
</entry>
<entry>
<title>meta referrer origin</title>
<updated>2016-08-07T11:52:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-07T11:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dccc2a84355149c702dbd2db7e560d38b0e05c01'/>
<id>urn:sha1:dccc2a84355149c702dbd2db7e560d38b0e05c01</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/955
Tested in Firefox 48, Chrome 53, Edge 25
</content>
</entry>
<entry>
<title>Restaure compatibility with Internet Explorer 11 / Edge</title>
<updated>2016-07-31T16:25:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-07-31T16:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=93f7f849874dcdf1263370ff08c72a962f8de56f'/>
<id>urn:sha1:93f7f849874dcdf1263370ff08c72a962f8de56f</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/772
</content>
</entry>
</feed>
