<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app, branch 1.10.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-03-03T14:06:22+00:00</updated>
<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>Fix bug when using double authentication (#1809)</title>
<updated>2018-03-03T09:33:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-03T09:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e22d4dfdd3e708f4558735e3dc2864361e2cacc2'/>
<id>urn:sha1:e22d4dfdd3e708f4558735e3dc2864361e2cacc2</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1807</content>
</entry>
<entry>
<title>Add tooltips on share configuration buttons (#1805)</title>
<updated>2018-03-02T09:05:19+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-03-02T09:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=56304d4a7c54c5a9b632076d3000a5201cff669b'/>
<id>urn:sha1:56304d4a7c54c5a9b632076d3000a5201cff669b</id>
<content type='text'>
Add a tooltip on the add and remove buttons in the share configuration page.</content>
</entry>
<entry>
<title>cleanOldEntries call autoUpdateDb (#1804)</title>
<updated>2018-03-01T18:25:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-01T18:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5872a11eb75958f12fd37c144a26c12c693d8a4a'/>
<id>urn:sha1:5872a11eb75958f12fd37c144a26c12c693d8a4a</id>
<content type='text'>
* cleanOldEntries call autoUpdateDb

https://github.com/FreshRSS/FreshRSS/issues/1803

* Fix feedDAO autoUpdateDb

* Move cleanOldEntries to EntryDAO

Only the entry table is concerned
</content>
</entry>
<entry>
<title>Feed parsing: use author email when there's no author name (#1801)</title>
<updated>2018-02-28T19:08:32+00:00</updated>
<author>
<name>perrinjerome</name>
<email>perrinjerome@gmail.com</email>
</author>
<published>2018-02-28T19:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0c066cb4285feb54cd9947c01dd759afdc0f37fb'/>
<id>urn:sha1:0c066cb4285feb54cd9947c01dd759afdc0f37fb</id>
<content type='text'>
This is especially useful because when author is given as
`&lt;author&gt;Author Name&lt;/author&gt;` ( as in this example
https://cyber.harvard.edu/rss/rss.html#ltauthorgtSubelementOfLtitemgt ),
SimplePie will expose *Author Name* as `email`.</content>
</entry>
<entry>
<title>Fix Dutch typos (#1792)</title>
<updated>2018-02-23T10:27:35+00:00</updated>
<author>
<name>Jan van den Berg</name>
<email>janvdberg@gmail.com</email>
</author>
<published>2018-02-23T10:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cdc221894ca11291d976b653cb6f227f81ac8711'/>
<id>urn:sha1:cdc221894ca11291d976b653cb6f227f81ac8711</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Option to hide nav_entries (#1764)</title>
<updated>2018-02-19T14:36:18+00:00</updated>
<author>
<name>Matt DeMoss</name>
<email>demoss.matt@gmail.com</email>
</author>
<published>2018-02-19T14:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0936a6cdb2005e325d3be98e42897eb7a42541c7'/>
<id>urn:sha1:0936a6cdb2005e325d3be98e42897eb7a42541c7</id>
<content type='text'>
* put nav_entries in a div so they can be hidden, add config option, no labels yet

* add English text for hide_nav_entries, choose better name

* Update conf.php

add comma to last item

* hide nav_entries by optionally not rendering in normal.phtml

* fix logic, remove containing div

* apply phpcbf to ConfigurationSetter.php

* Make navigation buttons options positive

And add TODOs for i18n, and add default config.
</content>
</entry>
<entry>
<title>Fix notice when managing user (#1785)</title>
<updated>2018-02-14T21:31:15+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-02-14T21:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4be15d5b40ffed2d84d4b000591d74f44454ea8a'/>
<id>urn:sha1:4be15d5b40ffed2d84d4b000591d74f44454ea8a</id>
<content type='text'>
See #1765 &amp; #960</content>
</entry>
<entry>
<title>Allow admin user to reset passwords (#1765)</title>
<updated>2018-02-14T21:15:34+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-02-14T21:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac3e38359b420068b75cc848d89a3a6fc7b6e6c6'/>
<id>urn:sha1:ac3e38359b420068b75cc848d89a3a6fc7b6e6c6</id>
<content type='text'>
See #960</content>
</entry>
<entry>
<title>API /reader/api/0/stream/items/contents (#1774)</title>
<updated>2018-02-08T19:11:05+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-02-08T19:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=79f8b440d1303a0cd377cabe18750a2a552919e3'/>
<id>urn:sha1:79f8b440d1303a0cd377cabe18750a2a552919e3</id>
<content type='text'>
* API /reader/api/0/stream/items/contents

For FeedMe

* Fix continuation

* Continuation in stream/items/ids

* Fix multiple continuations

* Allow empty POST tokens

For FeedMe.
This token is not used by e.g. The Old Reader API.
There is the Authorization header anyway.
TODO: Check security consequences

* API compatibility FeedMe: add/remove feed

FeedMe uses GET for some parameters typically given by POST

* A bit of sanitization

* Links to FeedMe

* API favicons more robust when base_url is not set

* Changelog FeedMe
</content>
</entry>
</feed>
