<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/Minz/Request.php, branch 1.10.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.10.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2016-04-23T17:10:32+00:00</updated>
<entry>
<title>HTTP2 optimization</title>
<updated>2016-04-23T17:10:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-04-23T17:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b042d3a7728037db90a9306c61091be0a8ac42c4'/>
<id>urn:sha1:b042d3a7728037db90a9306c61091be0a8ac42c4</id>
<content type='text'>
Fast flush HTTP headers, push promise CSS.
Requires PHP 5.3+ due to anonymous function.
Do not load syles, scripts, and notifications for Ajax requests.
https://github.com/FreshRSS/FreshRSS/issues/1089
</content>
</entry>
<entry>
<title>Secure cookie HTTPS</title>
<updated>2016-03-08T18:00:04+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-03-08T18:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ba9f4461d8935bb9de256a5bedf0c89d3d317c7f'/>
<id>urn:sha1:ba9f4461d8935bb9de256a5bedf0c89d3d317c7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use HTTP_X_FORWARDED_</title>
<updated>2015-11-03T19:23:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-10-24T23:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bfae186e3668af8155b77abb5c4b3dc5f151e14c'/>
<id>urn:sha1:bfae186e3668af8155b77abb5c4b3dc5f151e14c</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/975
</content>
</entry>
<entry>
<title>Use filter_var in guessBaseUrl</title>
<updated>2015-07-23T09:38:56+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-23T09:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1e65fd687e030a24773e88a2e7fb173e8439a99a'/>
<id>urn:sha1:1e65fd687e030a24773e88a2e7fb173e8439a99a</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/906
See https://github.com/FreshRSS/FreshRSS/pull/915/files#r35304704
</content>
</entry>
<entry>
<title>Fix unexpected behaviour in getBaseUrl</title>
<updated>2015-07-23T08:05:32+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-07-23T08:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6db09411968ff0eac722efde79628b501b8dbe5e'/>
<id>urn:sha1:6db09411968ff0eac722efde79628b501b8dbe5e</id>
<content type='text'>
- getBaseUrl() returns info from configuration only and always append
  the suffix
- add a guessBaseUrl() to extract base_url from $_SERVER info
- fix Url::display() to take this change in consideration

Fix https://github.com/FreshRSS/FreshRSS/issues/906
Use https://github.com/FreshRSS/FreshRSS/pull/910
</content>
</entry>
<entry>
<title>dirname problem</title>
<updated>2015-07-17T21:43:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-07-17T21:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2d22bf300a8dabcc77237f4bb56bf6532486fca2'/>
<id>urn:sha1:2d22bf300a8dabcc77237f4bb56bf6532486fca2</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/906
</content>
</entry>
<entry>
<title>Minz getBaseUrl correction and RSS template bug</title>
<updated>2015-05-23T00:23:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-05-23T00:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=27d2b88a19345dfc665dc086d3c2b2e4547e1b7f'/>
<id>urn:sha1:27d2b88a19345dfc665dc086d3c2b2e4547e1b7f</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/848
Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never
used and not working anyway with absolute base_url)
$this-&gt;url was not defined in rss.phtml
</content>
</entry>
<entry>
<title>BREAKING FEATURE: Remove general in config</title>
<updated>2015-01-06T17:53:36+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-06T17:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d3a93ea2905ae50a2365d293f9f3ef3e51bf5f30'/>
<id>urn:sha1:d3a93ea2905ae50a2365d293f9f3ef3e51bf5f30</id>
<content type='text'>
General attribute has been removed from system config.
Now subattributes (e.g. environment, salt, title, etc.) are directly accessible.

YOU HAVE TO FIX YOUR ./data/config.php file!

- Remove the general array
- Values inside this array must be kept
- To see what it must look like, please have a look to ./data/config.default.php
  (but keep your values!!).

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>New configuration system (not working yet)</title>
<updated>2015-01-05T15:54:16+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-05T15:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=51a71ec4b9d62528054be8faee1576a8fd6d37f6'/>
<id>urn:sha1:51a71ec4b9d62528054be8faee1576a8fd6d37f6</id>
<content type='text'>
- Use only Minz_Configuration
- register() method to load a new configuration file
- get() to get a configuration
- new exceptions related to configuration
- fix a list configuration calls to have FRSS working

Current problems to resolve:

- How to handle configuration param verifications (i.e. check auth_type
  is a value from none, http_auth, persona or form)
- We must use $conf = Minz_Configuration::get('system'); $general_conf = $conf-&gt;general;
  to access global system configuration which is quite annoying. How to change that?

See https://github.com/FreshRSS/FreshRSS/issues/730
</content>
</entry>
<entry>
<title>Views are in dedicated actions + improve Context</title>
<updated>2014-10-21T14:55:19+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-10-21T14:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=80cffa6de51771cd80995fb1c4f1e04ee868eb45'/>
<id>urn:sha1:80cffa6de51771cd80995fb1c4f1e04ee868eb45</id>
<content type='text'>
- Seperate normal, global and rss outputs in dedicated actions (NOT WORKING YET!)
- Rewrite aside_flux and nav_menu to use Context object
- Improve Context object

See https://github.com/marienfressinaud/FreshRSS/issues/634
</content>
</entry>
</feed>
