| Age | Commit message (Collapse) | Author |
|
|
|
* 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
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1716
https://github.com/FreshRSS/FreshRSS/pull/1724
https://github.com/FreshRSS/FreshRSS/pull/1725
|
|
|
|
|
|
Add message after log rotation
|
|
https://github.com/FreshRSS/FreshRSS/issues/1562
https://github.com/FreshRSS/FreshRSS/issues/1607
https://github.com/FreshRSS/FreshRSS/pull/1656
https://github.com/FreshRSS/FreshRSS/issues/1705
https://github.com/FreshRSS/FreshRSS/pull/1712
|
|
https://github.com/FreshRSS/FreshRSS/pull/1704
|
|
https://github.com/FreshRSS/FreshRSS/pull/1712
https://github.com/FreshRSS/FreshRSS/issues/1562
|
|
|
|
|
|
See https://github.com/FreshRSS/FreshRSS/pull/1697#discussion_r154290857
* lowercase dir as pointed out by @kevinpapst in https://github.com/FreshRSS/FreshRSS/pull/1704#issuecomment-350458110
* Add French translation with improvements suggested by @aledeg
|
|
ExtensionManager fixes
|
|
added types to docblocks
|
|
Use __DIR__ for relative include and require
|
|
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
|
|
https://github.com/FreshRSS/FreshRSS/pull/1712
https://github.com/FreshRSS/FreshRSS/issues/1562
|
|
Prevent logfile from growing unlimited
|
|
https://github.com/FreshRSS/FreshRSS/pull/1708
https://github.com/FreshRSS/FreshRSS/pull/1711
|