aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-21Update CHANGELOG.md1.15.3Gravatar Alexandre Alapetite
Co-Authored-By: Frans de Jonge <fransdejonge@gmail.com>
2019-11-21Update CHANGELOG.mdGravatar Alexandre Alapetite
2019-11-21Update CHANGELOG.mdGravatar Alexandre Alapetite
2019-11-21Merge branch 'master' into devGravatar Alexandre Alapetite
2019-11-21Bump to FreshRSS 1.15.3Gravatar Alexandre Alapetite
2019-11-21Release 1.15.3Gravatar Alexandre Alapetite
2019-11-21Do not obbey rel=self if WebSub is disabled (#2659)Gravatar Alexandre Alapetite
* Do not obbey rel=self if WebSub is disabled https://github.com/FreshRSS/FreshRSS/issues/2654 * Correct variable https://github.com/FreshRSS/FreshRSS/pull/2659#discussion_r347552063 * Update app/Controllers/feedController.php
2019-11-21Changelog 2669 2670 2680 etc.Gravatar Alexandre Alapetite
2019-11-21Fix updateTagAttribute (#2682)Gravatar Alexandre Alapetite
2019-11-20Old ICU: INTL_IDNA_VARIANT_2003 fallback (#2680)Gravatar Alexandre Alapetite
* Old ICU: INTL_IDNA_VARIANT_2003 fallback Fix https://github.com/FreshRSS/FreshRSS/issues/2676 Fix https://github.com/FreshRSS/FreshRSS/issues/2677 ICU version < 4.6: When INTL_IDNA_VARIANT_UTS46 is not available, use INTL_IDNA_VARIANT_2003 Cf. https://github.com/PrestaShop/PrestaShop/pull/11995
2019-11-18Fix adding categories in MySQL 5.5 (#2672)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2670 (from https://github.com/FreshRSS/FreshRSS/pull/2335 ) Tested with MySQL 5.5.40, the oldest version on Docker Hub Debian 8.0 Jessie ships MySQL 5.5.43
2019-11-18Add log in fever api saving process (#2664)Gravatar Alexis Degrugillier
Before, there was no user log when the fever api credential saving process was failing. There was one though for the admin user but it did not appear in the interface. Now, there is a user log showing what the problem is. The admin log is still there but catch only unknown errors. See #2663
2019-11-15Fix sharing/integration (#2669)Gravatar Alexandre Alapetite
Arg, it looks like the submit button in sharing/integration page is broken in 1.15.2 :-( Fix https://github.com/FreshRSS/FreshRSS/pull/2643
2019-11-14Fix link to installation instructions on first steps (#2665)Gravatar Ryan Nielson
2019-11-14Allow easy Docker port override (#2660)Gravatar Alexis Degrugillier
Allow easy Docker port override
2019-11-13Replace some http links with https links (#2662)Gravatar rezad
2019-11-12Allow easy Docker port overrideGravatar Frans de Jonge
2019-11-12Merge pull request #2656 from Frenzie/dir-autoGravatar Alexandre Alapetite
Automatic mostly-right RTL with dir="auto"
2019-11-12Start 1.15.3-devGravatar Alexandre Alapetite
2019-11-12also put it on the title in the flux listGravatar Frans de Jonge
2019-11-12Merge pull request #2655 from FreshRSS/dev1.15.2Gravatar Alexandre Alapetite
FreshRSS 1.15.2
2019-11-12Automatic mostly-right RTL with dir="auto"Gravatar Frans de Jonge
See <https://github.com/FreshRSS/FreshRSS/issues/673#issuecomment-552802523>.
2019-11-12Merge branch 'master' into devGravatar Alexandre Alapetite
2019-11-12Release FreshRSS 1.15.2Gravatar Alexandre Alapetite
2019-11-11Changelog 2509 2644-2648Gravatar Alexandre Alapetite
2019-11-11Sanitize UTF-8 before commiting entries (#2649)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2645
2019-11-11Fix DB optimize for MySQL (#2647)Gravatar Alexandre Alapetite
`pdo->exec()` is not appropriate for MySQL `OPTIMIZE` because `OPTIMIZE` returns some data and not only a code and then fails.
2019-11-09Fix CLI install for SQLite (#2648)Gravatar Alexandre Alapetite
One forgotten condition. Related to https://github.com/FreshRSS/FreshRSS/pull/2646 and https://github.com/FreshRSS/FreshRSS/pull/2635
2019-11-08Rename sharing action (#2643)Gravatar Alexis Degrugillier
Before, some ad-blocker rules were preventing to display the sharing page because of its name. I've renamed that page to integration but kept every thing else identical. So it's still called sharing through out the application. If needed, this can be addressed as well. See #2509 and #2419
2019-11-08Fix CLI bug regarding an empty user (#2646)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2644
2019-11-06Merge pull request #2633 from FreshRSS/dev1.15.1Gravatar Alexandre Alapetite
FreshRSS 1.15.1
2019-11-06More reset default category name (#2639)Gravatar Alexandre Alapetite
Improve https://github.com/FreshRSS/FreshRSS/pull/2638
2019-11-06Release 1.15.1Gravatar Alexandre Alapetite
2019-11-06Fix name of default category (#2638)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2637
2019-11-06Fix database autocreate at install (#2635)Gravatar Alexandre Alapetite
* Fix database autocreate at install Several bugs prevented the auto-creation of the database in Web and CLI installs. Fix https://github.com/YunoHost-Apps/freshrss_ynh/issues/84#issuecomment-549818408 * initDb https://github.com/FreshRSS/FreshRSS/pull/2635#discussion_r343107795
2019-11-05Changelog wordingGravatar Alexandre Alapetite
More similar to previous releases
2019-11-05Changelog 2630 2634 2635Gravatar Alexandre Alapetite
2019-11-05Cookie same-site (#2630)Gravatar Alexandre Alapetite
* Set-Cookie SameSite * https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00 * https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02#section-5.3.7 * https://blog.mozilla.org/security/2018/04/24/same-site-cookies-in-firefox-60/ * https://blog.chromium.org/2019/10/developers-get-ready-for-new.html Set to Lax instead of Strict to allow linking to allow linking to FreshRSS sub-pages without having to log-in again
2019-11-05Fix favorite display for "current" articles (#2634)Gravatar Marien Fressinaud
Favorite articles have, in most of the themes, a gold background to distinguish them from the other articles. However, it can be distracting to have such a background when reading the articles, so we should turn them back to the "default" background when articles are opened (class `.current`). Bug introduced in e9ce27d8d991d7806ca2c2af7e5282279e378885 Related PRs: - https://github.com/FreshRSS/FreshRSS/pull/2477 - https://github.com/FreshRSS/FreshRSS/pull/2611 - https://github.com/FreshRSS/FreshRSS/pull/2612 Closes https://github.com/FreshRSS/FreshRSS/issues/2618
2019-11-04Merge branch 'master' into devGravatar Alexandre Alapetite
2019-11-04Changelog 2621 2625 etc.Gravatar Alexandre Alapetite
2019-11-04fix: Gitignore opml.xml (#2632)Gravatar Marien Fressinaud
This file is used to add default feeds to new users. It was added in 7819a43197d34ef7a6c5626e9e48d7db075c37c9 Problem is that the file is not ignored by Git and risk to be deleted during a git update.
2019-11-04Fix PostgreSQL size bug for uppercase (#2631)Gravatar Alexandre Alapetite
Crash for users with uppercase letters
2019-11-04Better git fetch (#2626)Gravatar Alexandre Alapetite
Related to https://github.com/FreshRSS/FreshRSS/pull/2625 If for some reasons branches have diverged:, e.g.: ``` $ git status -sb --porcelain remote ## dev...origin/dev [ahead 4, behind 1] ```
2019-11-04Default or custom OPML (#2627)Gravatar Alexandre Alapetite
* Default or custom OPML Fix https://github.com/FreshRSS/FreshRSS/issues/2075 Replaces https://github.com/FreshRSS/FreshRSS/pull/2515 https://github.com/FreshRSS/FreshRSS/issues/2514 Uses the local ./data/opml.xml if it exists, otherwise ./opml.default.xml * Better message * Move to controller
2019-11-02Correction in the line 38 (#2628)Gravatar MonsieurP0uet
2019-11-02Git fetch+reset instead of clean+fetch+merge (#2625)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2619 Avoid potentially dangerous git clean, and use more robust fetch + reset strategy instead
2019-11-02API 64-bit ID as string (#2621)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2620
2019-11-01Start 1.15.1-devGravatar Alexandre Alapetite
2019-10-31Merge pull request #2599 from FreshRSS/dev1.15.0Gravatar Alexandre Alapetite
FreshRSS 1.15