aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-09Merge pull request #2001 from FreshRSS/dev1.11.2Gravatar Alexandre Alapetite
FreshRSS 1.11.2
2018-09-09Prepare release 1.11.2Gravatar Alexandre Alapetite
2018-09-09Update deployment linksGravatar Alexandre Alapetite
Remove broken DP deploy links https://github.com/DFabric/DPlatform-Shell/issues/51
2018-09-09Changelog 1946, 2010Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1946 https://github.com/FreshRSS/FreshRSS/pull/2006 https://github.com/FreshRSS/FreshRSS/pull/2010
2018-09-09Minz: fix absolute URL bug (#2006)Gravatar Alexandre Alapetite
* Fix absolute URL bug https://github.com/FreshRSS/FreshRSS/issues/1946 * Better base_url guess in install.php * Revert changes in install.php
2018-09-09Better test if server has public address (#2010)Gravatar Alexandre Alapetite
* Better test if server has public address * Wrong trailing slash in documentation
2018-09-08Fix count unreads in SQLite (#2009)Gravatar Alexandre Alapetite
* 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
2018-09-08Update contributing.mdGravatar Alexandre Alapetite
2018-09-08Changelog 2008Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2008
2018-09-08Missing touch for SQLite and PostgreSQL (#2008)Gravatar Alexandre Alapetite
For last user activity. Forgotten in https://github.com/FreshRSS/FreshRSS/pull/1358
2018-09-08Fix SQLite and PostgreSQL (#2007)Gravatar Alexandre Alapetite
Regression from https://github.com/FreshRSS/FreshRSS/pull/1995
2018-09-08Wait a bit more for 1.11.2Gravatar Alexandre Alapetite
2018-09-08Prepare release 1.11.2Gravatar Alexandre Alapetite
2018-09-08Changelog 2005Gravatar Alexandre Alapetite
+ fix Docker readme version https://github.com/FreshRSS/FreshRSS/pull/2005
2018-09-08MySQL allow dash in database name (#2005)Gravatar Alexandre Alapetite
Allow `-` in database name https://diasp.eu.com/posts/d2e36450847101364cab0007cb0b6c8d
2018-09-03Credits UncoveryGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1992#issuecomment-416941484
2018-09-03Merge branch 'master' into devGravatar Alexandre Alapetite
2018-09-03[i18n] New Dutch strings (#2000)Gravatar Frans de Jonge
2018-09-03Changelog 1966 1968 1996Gravatar Alexandre Alapetite
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
2018-09-03Add mark-as-unread (#1995)Gravatar Alexandre Alapetite
* 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
2018-09-02Allow multiple authors (#1997)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/1968
2018-09-02Use mb_strcut (#1996)Gravatar Alexandre Alapetite
* Use mb_strcut Avoid cutting in the middle of a multi-byte UTF-8 character * Forgotten php5-* * Typo * Whitespace * More mb_strcut
2018-09-01Changelog 1973, 1985, 1990Gravatar Alexandre Alapetite
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
2018-09-01Travis remove PHP nightlyGravatar Alexandre Alapetite
Due to errors
2018-08-29remove section for font-face (#1992)Gravatar Uncovery
2018-08-28Merge pull request #1988 from ColonelMoutarde/patch-11Gravatar Alexis Degrugillier
Add contribution credits
2018-08-28My contributionGravatar ColonelMoutarde
2018-08-23Update CREDITS.md (#1986)Gravatar primaeval
2018-08-23 bottom padding to enable scroll to mark all as read (#1980)Gravatar primaeval
* bottom padding to enable scroll to mark all as read * 100vh fallback for mobile
2018-08-23Better rand() (#1976)Gravatar ColonelMoutarde
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. "
2018-08-23Better rand() (#1977)Gravatar ColonelMoutarde
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. "
2018-08-23better rand() (#1978)Gravatar ColonelMoutarde
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. "
2018-08-23i18n Korean (#1985)Gravatar Seokseong Jeon
2018-07-23Changelog 1960 1962Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1960 https://github.com/FreshRSS/FreshRSS/issues/1962 https://github.com/FreshRSS/FreshRSS/pull/1964
2018-07-23FeverAPI 32-bit fixes (#1964)Gravatar Alexandre Alapetite
* FeverAPI 32-bit fixes https://github.com/FreshRSS/FreshRSS/issues/1962 * Small fixes https://github.com/FreshRSS/FreshRSS/pull/1964#discussion_r204213613
2018-07-23Share with LinkedIn (#1960)Gravatar Alexandre Alapetite
https://developer.linkedin.com/docs/share-on-linkedin https://github.com/FreshRSS/freshrss.org/issues/40
2018-07-17before_yesterday (#1950)Gravatar Paro The Parrot
* before_yesterday "älter" better than "vor vorgestern" * Update gen.php suggestions from @kevinpabst
2018-07-08Avoid feed credentials in logs (#1949)Gravatar Alexandre Alapetite
* Avoid feed credentials in logs Related to https://github.com/FreshRSS/FreshRSS/pull/1891 * Changelog 1949
2018-07-08Fix check username in API (#1957)Gravatar Alexandre Alapetite
* 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
2018-07-07Docker from Alpine 3.8 (#1956)Gravatar Alexandre Alapetite
PHP 7.2 http://php.net/manual/migration72.incompatible.php TODO: create_function() is deprecated (used by lib_phpQuery.php)
2018-06-22Explicit quotes decoding (#1947)Gravatar Alexandre Alapetite
* Explicit quotes decoding * Explicit htmlspecialchars_decode and htmlspecialchars
2018-06-20Changelog 1928 1944Gravatar Alexandre Alapetite
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
2018-06-20Fix double encoding for mark as read a search (#1945)Gravatar Alexandre Alapetite
* Fix double encoding for mark as read a search Fix https://github.com/FreshRSS/FreshRSS/issues/1944 * Fix more search encoding issues
2018-06-18[#1942] Track missing index files (#1943)Gravatar Marien Fressinaud
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.
2018-06-18[#1928] Login user automatically after creation (#1941)Gravatar Marien Fressinaud
2018-06-16Start version 1.11.2-devGravatar Alexandre Alapetite
2018-06-16Merge pull request #1921 from FreshRSS/dev1.11.1Gravatar Alexandre Alapetite
FreshRSS 1.11.1
2018-06-16Release FreshRSS 1.11.1Gravatar Alexandre Alapetite
2018-06-13Fix extension hook for updated articles (#1932)Gravatar Alexandre Alapetite
* 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
2018-06-12Fever fixes (#1931)Gravatar Alexandre Alapetite
* 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