Conversation
Forgotten. Follow-up of #2191
* Apache performance API: Use SetEnvIf if available and fallback to RewriteRule Docker: Disable unused modules. Docker: Hard-include .htaccess to avoid having to scan for changes in that file. Docker: Disable security check of symlinks, which we do not use ayway. * Apache readme * Docker/Apache tuning Run cron job with correct www-data user instead of root Remove PHP GMP module uneeded for 64-bit Docker image Add option to mount custom .htaccess for HTTP authentication Re-add Apache module for HTTP authentication Move Alpine-specific instructions to Docker file (instead of Apache conf) to make it easier to have other base images than Alpine
* Security fixes when HTTP user does not exist in FreshRSS * Accept HTTP header X-WebAuth-User for delegated HTTP Authentication (e.g. Træfik) * Document delegated HTTP authentication from #2202
* Automatic API test Easier for end-user, smarter, and the guess testing of greader authorization token was not reliable. * Travis + minor
* Use openlog before syslog In order to have a copy on stderr when syslog is not available. * Take advantage of syslog for actualization Pipe cron job STDERR and syslog to Docker log Cf. 00bd467
* Add a JavaScript event when opening an article https://framagit.org/nicofrand/xextension-threepanesview/issues/4 ```javascript document.body.addEventListener('freshrss:openArticle', function (e) { console.log('freshrss:openArticle'); console.log(e.target); }); ```
All labelled articles were wrongly marked as starred.
* Import FeedBin #2227 And more tolerant import * Mute import fake feed + Changelog * strtotime for published dates in string
* Update gen.php * Participe présent harmonisé
* Time format * Update gen.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The next minor version 1.13.1 of FreshRSS is ready for testing, so please go ahead and report your findings :-)
The main new feature to test is a better export/import function, which includes articles with custom labels.
There is also a quick fix from 1.13.0 as well as some improvements of our Docker image (more to come in 1.14.0).
Full changelog:
X-Forwarded-Prefixin cookie path behind a reverse-proxy #2201.htaccessfor HTTP authenticationCOPY_SYSLOG_TO_STDERRor inconstants.local.phpto copy PHP syslog messages to STDERR #2213TZtimezone environment variable #2153X-WebAuth-Userfor delegated HTTP Authentication #2204freshrss:openArticleJavaScript event #2222SetEnvIfmodule if available and fall-back toRewriteRule#2202