| Age | Commit message (Collapse) | Author |
|
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:
<https://stackoverflow.com/questions/3050444/when-setting-environment-variables-in-apache-rewriterule-directives-what-causes>
This commit first tries REMOTE_USER, as before. If it is not set, it checks whether REDIRECT_REMOTE_USER is set.
|
|
* update Simplified Chinese translation
* update the description of buttons #1766
* trim space to pass PHPCS
|
|
See #1574
|
|
I've got the inspiration from the mark as read action. So I've used the id of the feed to trigger the action and not the url in the link. This way, it works all the time. It works in reading mode, it works in normal mode when icon are not displayed.
See #1545
|
|
I've enabled tests on PHP 7.2 since it's the latest stable version.
I've also installed phpcs from composer since PEAR is not available for all versions of PHP.
|
|
I think the use of a magic value repeated many times in the code is prone to have some errors made by people not knowing its meaning. Using a constant is a bit more safe. Judging by some comments in the code, I am not the only one.
|
|
Fix shortcuts triggering view switching
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1756
https://github.com/YunoHost-Apps/freshrss_ynh/issues/33
|
|
Fix login bug when HTTP REMOTE_USER changes
|
|
https://github.com/YunoHost-Apps/freshrss_ynh/issues/33
|
|
https://github.com/FreshRSS/FreshRSS/pull/1739
https://github.com/FreshRSS/FreshRSS/pull/1745
https://github.com/FreshRSS/FreshRSS/pull/1750
https://github.com/FreshRSS/FreshRSS/pull/1755
|
|
Added extension hook for reading modes
|
|
|
|
|
|
|
|
|
|
* Also removed references to Persona authentication.
* Changed code comment about Persona because it's for HTTP auth
in general. See https://github.com/FreshRSS/FreshRSS/commit/3d876091e1268e3ccd5036449a4deb5134936206
and https://github.com/FreshRSS/FreshRSS/issues/358#issuecomment-31931484
|
|
https://github.com/FreshRSS/FreshRSS/pull/1747
https://github.com/FreshRSS/FreshRSS/pull/1746
https://github.com/FreshRSS/FreshRSS/pull/1745
https://github.com/FreshRSS/FreshRSS/pull/1744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When retrieving the list of entries when the context was 'all' or 'starred', there was the following warning:
> Warning: count(): Parameter must be an array or an object that implements Countable in /home/alexis/FreshRSS/app/Controllers/indexController.php on line 206
I fixed that by changing how the array is tested.
|
|
|
|
|
|
|
|
|
|
|
|
FreshRSS 1.9.0
|
|
|
|
For PHP 5.6.0- http://www.php.net/ChangeLog-5.php#5.6.0
https://bugs.php.net/bug.php?id=65646
https://github.com/FreshRSS/FreshRSS/pull/1733
https://github.com/FreshRSS/FreshRSS/pull/1657
https://github.com/FreshRSS/FreshRSS/issues/1655
|
|
Remove open_basedir warning for CURLOPT_FOLLOWLOCATION with PHP 5.6.0- https://bugs.php.net/bug.php?id=65646
|
|
https://github.com/FreshRSS/FreshRSS/pull/1731
|
|
fixed bug when adding a category and feed at the same time
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1697
https://github.com/FreshRSS/FreshRSS/pull/1704
https://github.com/FreshRSS/FreshRSS/pull/1732
|
|
Added .editorconfig
|
|
[doc] Extensions: translate various sections from French
|
|
https://github.com/FreshRSS/FreshRSS/pull/1729
|
|
|
|
Minz Dispatcher Controllers path
|
|
https://github.com/FreshRSS/FreshRSS/pull/1716
|
|
Add hebrew translation
|
|
|
|
|