<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers, branch 0.7.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=0.7.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-02-15T11:25:06+00:00</updated>
<entry>
<title>Improve login page</title>
<updated>2014-02-15T11:25:06+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-15T11:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cddec2d76f2c5d25d3008d5e2a60fddad6028a5d'/>
<id>urn:sha1:cddec2d76f2c5d25d3008d5e2a60fddad6028a5d</id>
<content type='text'>
- if user cannot log in, a 403 error is showed (and it is done in controller)
- 403 error message has been changed to match with the error
- add blank spaces on persona login page
</content>
</entry>
<entry>
<title>Improve code redirection for indexController</title>
<updated>2014-02-15T10:43:07+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-15T10:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a34941f41875bcc9d260c8dfcf9d44a00f835bc9'/>
<id>urn:sha1:a34941f41875bcc9d260c8dfcf9d44a00f835bc9</id>
<content type='text'>
- add comments
- forward request is done in the controller (no Minz_Request::forward() in the
view, please)
- "soft" forward to the login form (no need of 302)
- show a 403 page (no authenticated) for rss output when token is wrong
</content>
</entry>
<entry>
<title>Fix bug token</title>
<updated>2014-02-15T09:44:37+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-15T09:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fb7bc50673f226070c5399bd6bbf07b91eeda01e'/>
<id>urn:sha1:fb7bc50673f226070c5399bd6bbf07b91eeda01e</id>
<content type='text'>
The token should appear in RSS feed url when anonymous are not allowed
</content>
</entry>
<entry>
<title>Add possibility to anonymous to refresh feeds</title>
<updated>2014-02-13T20:45:25+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-13T20:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4dd673157b05fea5fe3643f16e22d01bbf005fe9'/>
<id>urn:sha1:4dd673157b05fea5fe3643f16e22d01bbf005fe9</id>
<content type='text'>
Obviously, it's optional! (and deactivate by default)
Need some more tests?
See #351
</content>
</entry>
<entry>
<title>Add possibility to open notification in JavaScript + new message</title>
<updated>2014-02-13T20:01:12+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-02-13T20:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=178af19fb0e7c13015e991593feea6a5f4aafcc0'/>
<id>urn:sha1:178af19fb0e7c13015e991593feea6a5f4aafcc0</id>
<content type='text'>
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2d10934155b2464f73d8ecdb2a68de1 (comments)
</content>
</entry>
<entry>
<title>Bug mise à jour favicons dans le cas de flux invalides</title>
<updated>2014-02-11T22:04:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-11T22:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=11c4c733d6971a977748f874b4976044bab7afc0'/>
<id>urn:sha1:11c4c733d6971a977748f874b4976044bab7afc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rafraîchit uniquement les flux qui n'ont pas déjà été rafraîchis récemment</title>
<updated>2014-02-11T21:10:55+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-11T21:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=06abbd02c2d10934155b2464f73d8ecdb2a68de1'/>
<id>urn:sha1:06abbd02c2d10934155b2464f73d8ecdb2a68de1</id>
<content type='text'>
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351
</content>
</entry>
<entry>
<title>Mutex par flux pour les actualisations</title>
<updated>2014-02-11T20:48:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-11T20:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0cabd1f50dd7d1cf0941a50139e6fbeed6825b4d'/>
<id>urn:sha1:0cabd1f50dd7d1cf0941a50139e6fbeed6825b4d</id>
<content type='text'>
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351
Nouvelle constante TMP_PATH comme répertoire pour stocker des fichiers
temporaires (si possible en mémoire et non sur disque, tel tmpfs pour
/tmp sur certaines distributions Linux)
Requiert PHP 5.2.1+ (contre 5.2.0 auparavant) pour le
`sys_get_temp_dir()`
</content>
</entry>
<entry>
<title>Bug variable $feed utilisée en dehors de la boucle foreach</title>
<updated>2014-02-11T20:26:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-11T20:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d48f612c437009069593978fe43833fe2c7d74ea'/>
<id>urn:sha1:d48f612c437009069593978fe43833fe2c7d74ea</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/415
https://github.com/marienfressinaud/FreshRSS/issues/420
</content>
</entry>
<entry>
<title>un -&gt;color oublié #2</title>
<updated>2014-02-11T14:58:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-02-11T14:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a6b7243b1634b50bdf9852045e2b31133864b4f8'/>
<id>urn:sha1:a6b7243b1634b50bdf9852045e2b31133864b4f8</id>
<content type='text'>
Autre fichier oublié dans le patch précédent :-/
https://github.com/marienfressinaud/FreshRSS/issues/295
</content>
</entry>
</feed>
