<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p, branch 0.9.4</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.4</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-14T20:13:38+00:00</updated>
<entry>
<title>Fix stupid bug in greader API</title>
<updated>2015-01-14T20:13:38+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-14T20:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f1ffdd8b9d1f3d8742f1328dfa805664a66e34aa'/>
<id>urn:sha1:f1ffdd8b9d1f3d8742f1328dfa805664a66e34aa</id>
<content type='text'>
Replace Minz_Session::_param() by Minz_Session::param() in token()
and checkToken() functions.

Fix https://github.com/FreshRSS/FreshRSS/issues/747
</content>
</entry>
<entry>
<title>Change behaviour if authorizationToUser is null</title>
<updated>2015-01-13T14:26:42+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T14:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e8556ac1a4c00b4e44e88a7d73feca6f7462fc34'/>
<id>urn:sha1:e8556ac1a4c00b4e44e88a7d73feca6f7462fc34</id>
<content type='text'>
authorizationToUser() returns now an empty string by default
If it returns an empty string, conf is set to null and api don't die
anymore.

Fix https://github.com/FreshRSS/FreshRSS/issues/747
</content>
</entry>
<entry>
<title>Fix greader API</title>
<updated>2015-01-13T14:14:55+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T14:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=59760580d2e6856ee66dedb0ae33829aea29c971'/>
<id>urn:sha1:59760580d2e6856ee66dedb0ae33829aea29c971</id>
<content type='text'>
$conf-&gt;user didn't exist anymore since #730. User name had to be retrieved
by another way. It uses sessions now.

Fix https://github.com/FreshRSS/FreshRSS/issues/747
</content>
</entry>
<entry>
<title>Add log in API</title>
<updated>2015-01-13T14:00:06+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T14:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f3545208ab29ac646e3f104892aabcabe575411d'/>
<id>urn:sha1:f3545208ab29ac646e3f104892aabcabe575411d</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/747
</content>
</entry>
<entry>
<title>Add a log line in greader API.</title>
<updated>2015-01-13T13:13:27+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T13:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e7e7a320d61a03141823ccb47c8587bb2541ba2e'/>
<id>urn:sha1:e7e7a320d61a03141823ccb47c8587bb2541ba2e</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/747
</content>
</entry>
<entry>
<title>Remove sticky feed aside. Work on an extension.</title>
<updated>2015-01-13T13:10:31+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T13:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f31b02be7882f8a7b180d64f3f77ba83cd9935f5'/>
<id>urn:sha1:f31b02be7882f8a7b180d64f3f77ba83cd9935f5</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/697
</content>
</entry>
<entry>
<title>Fix user interaction with showing password feature</title>
<updated>2015-01-13T10:16:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-13T10:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2d1cb016abb1ad2e5c9a875c649a702480f97b1b'/>
<id>urn:sha1:2d1cb016abb1ad2e5c9a875c649a702480f97b1b</id>
<content type='text'>
Before, the password was hidden again after 2 seconds. Now, the password
is hidden when the mouse is released

Fix https://github.com/FreshRSS/FreshRSS/issues/734
</content>
</entry>
<entry>
<title>Merge branch 'dev' into 252-extensions</title>
<updated>2015-01-08T13:18:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-08T13:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=73023bc12b81a27045703e1f733faeb2b4e02cec'/>
<id>urn:sha1:73023bc12b81a27045703e1f733faeb2b4e02cec</id>
<content type='text'>
Conflicts:
	app/FreshRSS.php
	app/Models/Configuration.php
	app/views/index/index.phtml
	app/views/index/normal.phtml
	lib/Minz/Configuration.php
	lib/Minz/Translate.php
	lib/lib_rss.php
</content>
</entry>
<entry>
<title>Refactor FreshRSS_Share object to be more usable</title>
<updated>2015-01-07T13:59:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-07T13:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0140448a562b97859be0b9a6e480e1f6aa4d1b1d'/>
<id>urn:sha1:0140448a562b97859be0b9a6e480e1f6aa4d1b1d</id>
<content type='text'>
- FreshRSS_Share is the only object we manipulate
- Add a way to register new share options easily
- Move some i18n keys from index.php to gen.php

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix greader api script with new config system</title>
<updated>2015-01-06T22:16:57+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T22:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=60563283cc5594f50fd8943661e03e350e529913'/>
<id>urn:sha1:60563283cc5594f50fd8943661e03e350e529913</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
</feed>
