<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Controllers/configureController.php, branch 1.6.1</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.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.6.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2016-10-10T20:07:58+00:00</updated>
<entry>
<title>Fix share POST</title>
<updated>2016-10-10T20:07:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-10T20:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cbb6c26db79b5a74e588110d2cf8fc8cf9137ab8'/>
<id>urn:sha1:cbb6c26db79b5a74e588110d2cf8fc8cf9137ab8</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1289
</content>
</entry>
<entry>
<title>Do not mix POST and GET params</title>
<updated>2016-08-13T17:10:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-08-13T17:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=56ffc115d15bf136bfced74707ccc1f41c7b5e44'/>
<id>urn:sha1:56ffc115d15bf136bfced74707ccc1f41c7b5e44</id>
<content type='text'>
Avoid returning CSRF POST token for a GET
</content>
</entry>
<entry>
<title>Make auto-update server URL alterable</title>
<updated>2015-11-02T20:14:13+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-11-02T20:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=697817eebf754c2a05c7b4c88df1f13dbd0179da'/>
<id>urn:sha1:697817eebf754c2a05c7b4c88df1f13dbd0179da</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/1019
</content>
</entry>
<entry>
<title>Add instance name in system configuration page</title>
<updated>2015-08-24T22:41:57+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-08-24T22:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d396dd71524694766bde852834be15f477ceaf3e'/>
<id>urn:sha1:d396dd71524694766bde852834be15f477ceaf3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a system configuration page</title>
<updated>2015-08-22T13:33:58+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-08-22T13:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=269c6b88c4486a0ae1a92df65578ee6ab6f0bbca'/>
<id>urn:sha1:269c6b88c4486a0ae1a92df65578ee6ab6f0bbca</id>
<content type='text'>
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
</content>
</entry>
<entry>
<title>Moved updated/unread option from global to user</title>
<updated>2015-05-10T12:04:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-10T12:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d0c6b7493161d350ca2eb1d4c45c0c70cfcbb92'/>
<id>urn:sha1:0d0c6b7493161d350ca2eb1d4c45c0c70cfcbb92</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/798
</content>
</entry>
<entry>
<title>Introduce user queries objects</title>
<updated>2015-03-05T12:29:41+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>github@ainw.org</email>
</author>
<published>2015-03-01T14:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5b90e1f4a0057aa78fd7d8d4d748b01676ec9073'/>
<id>urn:sha1:5b90e1f4a0057aa78fd7d8d4d748b01676ec9073</id>
<content type='text'>
There is now an object to manipulate user queries. It allows to move logic to handle those from the view and the controller in the model.
Thus making the view and the controller easier to read.
I introduced a new interface to start using dependency injection. There is still some rough edges but we are moving in the right direction.
The new object is fully tested but it still need some improvements, for instance, it is still tied to the search object.
There might be a better way to do that.
</content>
</entry>
<entry>
<title>Fix setters on $user_conf</title>
<updated>2015-01-06T20:54:46+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T20:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eff804572f449a1072274eb6623709b162db4da9'/>
<id>urn:sha1:eff804572f449a1072274eb6623709b162db4da9</id>
<content type='text'>
Old setters does not exist anymore, remove them.

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Change name of user configuration var in Context</title>
<updated>2015-01-05T21:45:03+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-05T21:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7cca47d1ab5838f5440b1a1e08fa4c0d43989664'/>
<id>urn:sha1:7cca47d1ab5838f5440b1a1e08fa4c0d43989664</id>
<content type='text'>
- FreshRSS_Context::$conf is replaced by FreshRSS_Context::$user_conf
- Introduce FreshRSS_Context::$system_conf
- Remove FreshRSS_Configuration object

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Fix i18n for conf, entry, error, feed Controllers</title>
<updated>2014-12-11T18:02:05+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-11T18:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fee1ae997af678cb834d9db25a636032f43a5674'/>
<id>urn:sha1:fee1ae997af678cb834d9db25a636032f43a5674</id>
<content type='text'>
</content>
</entry>
</feed>
