| Age | Commit message (Collapse) | Author |
|
FreshRSS 1.11.2
|
|
|
|
Remove broken DP deploy links
https://github.com/DFabric/DPlatform-Shell/issues/51
|
|
https://github.com/FreshRSS/FreshRSS/issues/1946
https://github.com/FreshRSS/FreshRSS/pull/2006
https://github.com/FreshRSS/FreshRSS/pull/2010
|
|
* Fix absolute URL bug
https://github.com/FreshRSS/FreshRSS/issues/1946
* Better base_url guess in install.php
* Revert changes in install.php
|
|
* Better test if server has public address
* Wrong trailing slash in documentation
|
|
* Fix count unreads in SQLite
Was wrong in e.g. `./cli/user-info.php` because UNION output order in
MySQL and SQLite is differents...
* Changelog 2009
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2008
|
|
For last user activity.
Forgotten in https://github.com/FreshRSS/FreshRSS/pull/1358
|
|
Regression from https://github.com/FreshRSS/FreshRSS/pull/1995
|
|
|
|
|
|
+ fix Docker readme version
https://github.com/FreshRSS/FreshRSS/pull/2005
|
|
Allow `-` in database name
https://diasp.eu.com/posts/d2e36450847101364cab0007cb0b6c8d
|
|
https://github.com/FreshRSS/FreshRSS/pull/1992#issuecomment-416941484
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1966
https://github.com/FreshRSS/FreshRSS/issues/1968
https://github.com/FreshRSS/FreshRSS/pull/1995
https://github.com/FreshRSS/FreshRSS/pull/1996
https://github.com/FreshRSS/FreshRSS/pull/1997
|
|
* Add mark-as-unread
https://github.com/FreshRSS/FreshRSS/issues/1966
* Change sentence
https://github.com/FreshRSS/FreshRSS/pull/1995#discussion_r214515954
* Enable mark-as-unread only when unread articles are shown
In order to prevent erroneous marking-as-unread.
We might find a better logic later.
* Disable instead of hide mark-as-unread option
To make it easier to discover
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/1968
|
|
* Use mb_strcut
Avoid cutting in the middle of a multi-byte UTF-8 character
* Forgotten php5-*
* Typo
* Whitespace
* More mb_strcut
|
|
https://github.com/FreshRSS/FreshRSS/issues/1973
https://github.com/FreshRSS/FreshRSS/pull/1980
https://github.com/FreshRSS/FreshRSS/pull/1985
https://github.com/FreshRSS/FreshRSS/issues/1990
https://github.com/FreshRSS/FreshRSS/pull/1992
|
|
Due to errors
|
|
|
|
Add contribution credits
|
|
|
|
|
|
* bottom padding to enable scroll to mark all as read
* 100vh fallback for mobile
|
|
http://php.net/manual/en/function.mt-rand.php
from php Doc
"Many random number generators of older libcs have dubious or unknown characteristics and are slow. The mt_rand() function is a drop-in replacement for the older rand(). It uses a random number generator with known characteristics using the » Mersenne Twister, which will produce random numbers four times faster than what the average libc rand() provides. "
|
|
http://php.net/manual/en/function.mt-rand.php
from php Doc
"Many random number generators of older libcs have dubious or unknown characteristics and are slow. The mt_rand() function is a drop-in replacement for the older rand(). It uses a random number generator with known characteristics using the » Mersenne Twister, which will produce random numbers four times faster than what the average libc rand() provides. "
|
|
http://php.net/manual/en/function.mt-rand.php
from php Doc
"Many random number generators of older libcs have dubious or unknown characteristics and are slow. The mt_rand() function is a drop-in replacement for the older rand(). It uses a random number generator with known characteristics using the » Mersenne Twister, which will produce random numbers four times faster than what the average libc rand() provides. "
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1960
https://github.com/FreshRSS/FreshRSS/issues/1962
https://github.com/FreshRSS/FreshRSS/pull/1964
|
|
* FeverAPI 32-bit fixes
https://github.com/FreshRSS/FreshRSS/issues/1962
* Small fixes
https://github.com/FreshRSS/FreshRSS/pull/1964#discussion_r204213613
|
|
https://developer.linkedin.com/docs/share-on-linkedin
https://github.com/FreshRSS/freshrss.org/issues/40
|
|
* before_yesterday
"älter" better than "vor vorgestern"
* Update gen.php
suggestions from @kevinpabst
|
|
* Avoid feed credentials in logs
Related to https://github.com/FreshRSS/FreshRSS/pull/1891
* Changelog 1949
|
|
* Fix check username in API
Fix https://github.com/FreshRSS/FreshRSS/issues/1955
* Changelog 1955
https://github.com/FreshRSS/FreshRSS/issues/1955
https://github.com/FreshRSS/FreshRSS/pull/1957
|
|
PHP 7.2 http://php.net/manual/migration72.incompatible.php
TODO: create_function() is deprecated (used by lib_phpQuery.php)
|
|
* Explicit quotes decoding
* Explicit htmlspecialchars_decode and htmlspecialchars
|
|
https://github.com/FreshRSS/FreshRSS/issues/1928
https://github.com/FreshRSS/FreshRSS/pull/1941
https://github.com/FreshRSS/FreshRSS/issues/1944
https://github.com/FreshRSS/FreshRSS/pull/1945
|
|
* Fix double encoding for mark as read a search
Fix https://github.com/FreshRSS/FreshRSS/issues/1944
* Fix more search encoding issues
|
|
These files must exist for security reasons: they hide contents of their
directories if the webserver isn't well configured and redirect to the
home page.
They were automatically created by `./cli/prepare.php` script so it was
annoying to have them in the working tree. Also, the files created by
the script were empty.
|
|
|
|
|
|
FreshRSS 1.11.1
|
|
|
|
* Fix extension hook for updated articles
https://github.com/FreshRSS/FreshRSS/issues/1926
* Enable extensions during PubSubHubbub
* A little array protection
* Changelog 1926
https://github.com/FreshRSS/FreshRSS/issues/1926
https://github.com/FreshRSS/FreshRSS/pull/1932
* Add null check
|
|
* Fever fixes
Was hardcoded for MySQL. Bug in "before" parameter. Bug in mark all as
read.
* Fix construct
* Changelog 1930
https://github.com/FreshRSS/FreshRSS/issues/193
https://github.com/FreshRSS/FreshRSS/pull/1931
|