| Age | Commit message (Collapse) | Author |
|
FreshRSS 1.13.1
|
|
https://github.com/FreshRSS/FreshRSS/pull/2221
https://github.com/FreshRSS/FreshRSS/pull/2229
https://github.com/FreshRSS/FreshRSS/pull/2230
https://github.com/FreshRSS/FreshRSS/pull/2231
|
|
https://github.com/FreshRSS/FreshRSS/pull/2230
|
|
* Time format
* Update gen.php
|
|
* Update gen.php
* Participe présent harmonisé
|
|
|
|
* Import FeedBin
https://github.com/FreshRSS/FreshRSS/issues/2227
And more tolerant import
* Mute import fake feed + Changelog
* strtotime for published dates in string
|
|
|
|
All labelled articles were wrongly marked as starred.
|
|
* 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);
});
```
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2209
|
|
https://github.com/FreshRSS/FreshRSS/issues/2153
https://github.com/FreshRSS/FreshRSS/pull/2218
https://github.com/FreshRSS/FreshRSS/issues/2196
https://github.com/FreshRSS/FreshRSS/pull/2217
|
|
* Export labels
https://github.com/FreshRSS/FreshRSS/issues/2196
* Small fixes
* Backport code from 1.14.0
https://github.com/FreshRSS/FreshRSS/pull/2199/commits/4888f919f104b2d170302565e481a0b731eb4145
* More fixes
|
|
https://github.com/FreshRSS/FreshRSS/issues/2153
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=1514498
|
|
Update of https://github.com/FreshRSS/FreshRSS/pull/2208
Fixes https://github.com/FreshRSS/FreshRSS/issues/2212
|
|
* GMP is needed because Alpine on e.g. ARM runs 32-bit
https://github.com/FreshRSS/FreshRSS/pull/2202
* Remove documentation for Træfik HTTP authentication as it is not
compatible with API
https://github.com/FreshRSS/FreshRSS/pull/2204
https://github.com/FreshRSS/FreshRSS/pull/2208
https://github.com/FreshRSS/FreshRSS/pull/2207
|
|
https://github.com/FreshRSS/FreshRSS/pull/2208
|
|
* 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. https://github.com/FreshRSS/FreshRSS/pull/2202/commits/00bd467655b7c060cdae388519b2413d12d8cb0f
|
|
* Automatic API test
Easier for end-user, smarter, and the guess testing of greader
authorization token was not reliable.
* Travis + minor
|
|
* 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 https://github.com/FreshRSS/FreshRSS/pull/2202
|
|
* 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
|
|
https://github.com/FreshRSS/FreshRSS/pull/2201
https://github.com/FreshRSS/FreshRSS/pull/2191
|
|
Forgotten. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2191
|
|
|
|
FreshRSS 1.13.0
|
|
https://github.com/FreshRSS/FreshRSS/pull/2186
https://github.com/FreshRSS/FreshRSS/milestone/32
https://github.com/FreshRSS/FreshRSS/milestones/1.13.0
|
|
* Fix .gitignore take 3
https://github.com/FreshRSS/FreshRSS/pull/2190
https://github.com/FreshRSS/FreshRSS/pull/2193
* Readme
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2190
|
|
https://alpinelinux.org/posts/Alpine-3.8.2-released.html
https://github.com/FreshRSS/FreshRSS/issues/1694
https://github.com/FreshRSS/FreshRSS/pull/2190
https://github.com/FreshRSS/FreshRSS/pull/2192
|
|
https://liberapay.com/FreshRSS
https://github.com/FreshRSS/FreshRSS/issues/1694
|
|
https://github.com/FreshRSS/FreshRSS/pull/2191
https://github.com/FreshRSS/FreshRSS/pull/2189
|
|
https://blog.docker.com/2018/12/the-new-docker-hub/
|
|
Support HTTP_X_FORWARDED_PREFIX HTTP_X_FORWARDED_HOST
Improve Docker/Træfik for rules based on path/sub-folder
|
|
|
|
* Update Docker readme
Promote the use of an automated reverse proxy such as Træfik. Propose
other good practices.
* Typo
|
|
https://github.com/FreshRSS/FreshRSS/issues/1407
https://github.com/FreshRSS/FreshRSS/pull/2188
|
|
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2184
|
|
|