<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/layout, branch 1.9.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.9.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.9.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-10-10T04:46:25+00:00</updated>
<entry>
<title>Improve translation tools</title>
<updated>2017-10-10T04:46:25+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2017-10-08T17:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac60e35f6a6849f2dc13b3644d94fae59d83db77'/>
<id>urn:sha1:ac60e35f6a6849f2dc13b3644d94fae59d83db77</id>
<content type='text'>
I was not happy with the previous version. I refactored everything to make it reusable.
It allows me do do more verifications and to build a tool to handle the files themselves.
</content>
</entry>
<entry>
<title>Add a subscription tools page</title>
<updated>2017-06-04T07:58:11+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2017-06-04T07:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a52dc33353665be0d5f59231539c0143a35d55ec'/>
<id>urn:sha1:a52dc33353665be0d5f59231539c0143a35d55ec</id>
<content type='text'>
See #1354

It's missing translations. Only English and French are available.
Contributions wanted.
</content>
</entry>
<entry>
<title>Multi-user token</title>
<updated>2017-04-08T22:25:04+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-04-08T22:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0ce43be9de5bf676ceffa2e419941863f98fa970'/>
<id>urn:sha1:0ce43be9de5bf676ceffa2e419941863f98fa970</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1390
https://github.com/FreshRSS/FreshRSS/issues/366
</content>
</entry>
<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>
</feed>
