<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/lib/lib_rss.php, branch 1.10.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.10.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-01-22T14:12:44+00:00</updated>
<entry>
<title>[fix] Login: HTTP Auth when internal redirects occur (#1772)</title>
<updated>2018-01-22T14:12:44+00:00</updated>
<author>
<name>Nico B</name>
<email>github@nicoboehr.de</email>
</author>
<published>2018-01-22T14:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=dfc638dd9856e5507e482583c4e7339fcd2bb915'/>
<id>urn:sha1:dfc638dd9856e5507e482583c4e7339fcd2bb915</id>
<content type='text'>
When Apache performs an internal redirect, it stores the username in the
REDIRECT_REMOTE_USER variable instead of REMOTE_USER, breaking HTTP
authentication. For more information, see this Stack Overflow
discussion:
&lt;https://stackoverflow.com/questions/3050444/when-setting-environment-variables-in-apache-rewriterule-directives-what-causes&gt;

This commit first tries REMOTE_USER, as before. If it is not set, it checks whether REDIRECT_REMOTE_USER is set.</content>
</entry>
<entry>
<title>Use __DIR__ for relative include and require</title>
<updated>2017-12-11T20:11:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-11T20:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=52d09886558361bd818182da9ddc204e83f618ba'/>
<id>urn:sha1:52d09886558361bd818182da9ddc204e83f618ba</id>
<content type='text'>
For uniformity, and to avoid having PHP searching in include_path.
http://php.net/manual/function.include.php
https://github.com/FreshRSS/FreshRSS/pull/1715
https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
</content>
</entry>
<entry>
<title>Merge pull request #1700 from candrews/patch-1</title>
<updated>2017-12-02T13:10:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-02T13:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7490dfdc42654c347cd8cd20b873c71b0e030fd8'/>
<id>urn:sha1:7490dfdc42654c347cd8cd20b873c71b0e030fd8</id>
<content type='text'>
Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46</content>
</entry>
<entry>
<title>Remove forgotten punycode line</title>
<updated>2017-12-02T13:03:19+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-12-02T13:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1cf545342e4b89510fbd8517b638c6133d3e2c07'/>
<id>urn:sha1:1cf545342e4b89510fbd8517b638c6133d3e2c07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46</title>
<updated>2017-12-01T23:42:15+00:00</updated>
<author>
<name>Craig Andrews</name>
<email>candrews@integralblue.com</email>
</author>
<published>2017-12-01T23:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aea78f4d99ff541cabc758033da1005022422fe3'/>
<id>urn:sha1:aea78f4d99ff541cabc758033da1005022422fe3</id>
<content type='text'>
Under PHP 7.2, calling `idn_to_ascii($idn)` results in a deprecation warning: 'INTL_IDNA_VARIANT_2003 is deprecated'
See https://secure.php.net/manual/en/function.idn-to-ascii.php 

Therefore, if possible, `idn_to_ascii($idn, 0, INTL_IDNA_VARIANT_UTS46)` should be used instead. `INTL_IDNA_VARIANT_UTS46` was introduced in PHP 5.4, so on versions before that, `idn_to_ascii($idn)` must still be used.

Fixed #1699</content>
</entry>
<entry>
<title>[FIX] #1690 - Also check pdo_pgsql extension in check_install()</title>
<updated>2017-11-18T08:38:20+00:00</updated>
<author>
<name>Olivier DOSSMANN</name>
<email>git@dossmann.net</email>
</author>
<published>2017-11-16T17:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d651c41e0c30ee1d17c0c51faf4c69bece8210fd'/>
<id>urn:sha1:d651c41e0c30ee1d17c0c51faf4c69bece8210fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove SimplePie name from HTTP User-Agent string</title>
<updated>2017-10-07T11:51:45+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-10-07T11:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4058ff3ff4631bcc2c9cba534162c80db5cf2b65'/>
<id>urn:sha1:4058ff3ff4631bcc2c9cba534162c80db5cf2b65</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1622#issuecomment-334928486
https://github.com/FreshRSS/FreshRSS/issues/1627
https://github.com/FreshRSS/FreshRSS/issues/1607
</content>
</entry>
<entry>
<title>HTML5 show controls audio video (#1642)</title>
<updated>2017-09-26T20:19:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-09-26T20:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f293cec4927b9abebca72588c531c53f83640a48'/>
<id>urn:sha1:f293cec4927b9abebca72588c531c53f83640a48</id>
<content type='text'>
* HTML5 show controls audio video

* Changelog 1642
</content>
</entry>
<entry>
<title>[ci] Add Travis (#1619)</title>
<updated>2017-09-22T10:13:46+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2017-09-22T10:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4e174ed9dd84ce4f8de410baf6a6e0fde9160055'/>
<id>urn:sha1:4e174ed9dd84ce4f8de410baf6a6e0fde9160055</id>
<content type='text'>
* [ci] Add Travis

* Exclude some libs

* Semi-auto whitespace fixes

* line length in SQLite

* Exclude tests from line length

* Feed.php line length

* Feed.php: get rid of unnecessary concat

* Feed.php: line length

* bootstrap.php: no newline at end of file

* Allow concatenating across multiple lines

* Add Travis badge

* do-install line length

* update-or-create-user line length

* cli/create-user line length

* tests/app/Models/SearchTest.php fix indentation

* tests/app/Models/UserQueryTest.php fix indentation

* tests/app/Models/CategoryTest.php fix indentation

* [fix] PHP 5.3 on precise

* cli/do-install no spaces

* cli/list-users line length

* cli/reconfigure line length

* empty catch statements

* api/index line length nonsense

* spaces before semicolon

* app/Models/EntryDAO bunch of indentation

* extra blank lines

* spaces before comma in function call

* testing tabwidth

* increase to 10

* comment out tabwidth line

* try older phpcs version 3.0.0RC4

* line length exception for app/install.php

* proper spaces

* stray spaces in i18n

* Minz/ModelPdo line length

* Minz whitespace

* greader line length

* greader elseif placement

* app/Models/Feed.php spacing in function argument

* ignore php 5.3

* app/Models/ConfigurationSetter.php stray whitespace

* EntryDAOSQLite line length

* I vote for higher max line length =P

* ignore SQL

* remove classname complaint

* line length/more legible SQL

* ignore line length nonsense

* greader line length

* feedController issues

* uppercase TRUE, FALSE, NULL

* revert

* importExportController lowercase null

* Share.php default value not necessary because ! is_array () a few lines down

* CategoryDAO constants should be UPPERCASE

* EntryDAO reduce line length

* contentious autofix

* Allow failures on all versions of PHP except 7.1 because reasons
</content>
</entry>
<entry>
<title>Increase minimal support to PHP 5.3.8+</title>
<updated>2017-08-21T10:29:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-08-21T10:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a72ad940dff289f101be5bde60f85c18057fdb7a'/>
<id>urn:sha1:a72ad940dff289f101be5bde60f85c18057fdb7a</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1604
</content>
</entry>
</feed>
