aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-26Merge pull request #2220 from FreshRSS/dev1.13.1Gravatar Alexandre Alapetite
FreshRSS 1.13.1
2019-01-26Changelog 2221 2230Gravatar Alexandre Alapetite
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
2019-01-26i18n: oc fixes (#2231)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2230
2019-01-26[i18n]Time format update for Occitan (#2230)Gravatar Quentí
* Time format * Update gen.php
2019-01-26[i18n] Update for Occitan (#2229)Gravatar Quentí
* Update gen.php * Participe présent harmonisé
2019-01-26Prepare release 1.13.1Gravatar Alexandre Alapetite
2019-01-26Import FeedBin (#2228)Gravatar Alexandre Alapetite
* Import FeedBin https://github.com/FreshRSS/FreshRSS/issues/2227 And more tolerant import * Mute import fake feed + Changelog * strtotime for published dates in string
2019-01-24Export/import articles read/unread state (#2226)Gravatar Alexandre Alapetite
2019-01-24Fix import labels (#2225)Gravatar Alexandre Alapetite
All labelled articles were wrongly marked as starred.
2019-01-24Add a JavaScript event when opening an article (#2222)Gravatar Alexandre Alapetite
* 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); }); ```
2019-01-23Update conf.php (#2224)Gravatar Quentí
2019-01-23Update sub.php (#2223)Gravatar Quentí
2019-01-17[i18n] Dutch translation for 1.13.1 (#2221)Gravatar Frans de Jonge
2019-01-17Minor readmeGravatar Alexandre Alapetite
2019-01-17Merge branch 'master' into devGravatar Alexandre Alapetite
2019-01-17Accessibility: logo alt (#2219)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2209
2019-01-17Changelog 2153 2196Gravatar Alexandre Alapetite
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
2019-01-16Export labels (#2217)Gravatar Alexandre Alapetite
* 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
2019-01-16Docker Alpine PHP timezone (#2218)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2153
2019-01-15Comment about Gecko scrollbar bug in Firefox 64Gravatar Alexandre Alapetite
https://bugzilla.mozilla.org/show_bug.cgi?id=1514498
2019-01-08COPY_SYSLOG_TO_STDERR (#2213)Gravatar Alexandre Alapetite
Update of https://github.com/FreshRSS/FreshRSS/pull/2208 Fixes https://github.com/FreshRSS/FreshRSS/issues/2212
2019-01-06Changelog + Revert mistakes from 2202 and 2204 (#2210)Gravatar Alexandre Alapetite
* 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
2019-01-06Forgotten cron fixGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2208
2019-01-06Copy syslog to STDERR (#2208)Gravatar Alexandre Alapetite
* 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
2019-01-05Automatic API test (#2207)Gravatar Alexandre Alapetite
* Automatic API test Easier for end-user, smarter, and the guess testing of greader authorization token was not reliable. * Travis + minor
2019-01-02HTTP authenfication fixes (#2204)Gravatar Alexandre Alapetite
* 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
2019-01-02Apache performance (#2202)Gravatar Alexandre Alapetite
* 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
2018-12-27Changelog 2201Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2201 https://github.com/FreshRSS/FreshRSS/pull/2191
2018-12-27HTTP_X_FORWARDED_PREFIX for cookie path (#2201)Gravatar Alexandre Alapetite
Forgotten. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2191
2018-12-23Start 1.13.1-devGravatar Alexandre Alapetite
2018-12-22Merge pull request #2186 from FreshRSS/dev1.13.0Gravatar Alexandre Alapetite
FreshRSS 1.13.0
2018-12-22Release FreshRSS 1.13.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2186 https://github.com/FreshRSS/FreshRSS/milestone/32 https://github.com/FreshRSS/FreshRSS/milestones/1.13.0
2018-12-22Fix .gitignore take 3 (#2195)Gravatar Alexandre Alapetite
* Fix .gitignore take 3 https://github.com/FreshRSS/FreshRSS/pull/2190 https://github.com/FreshRSS/FreshRSS/pull/2193 * Readme
2018-12-22Update conf.php (#2194)Gravatar Quentí
2018-12-22Update chmod for LICENSE.txtGravatar Alexandre Alapetite
2018-12-22Second attempt at fixing .gitignore (#2193)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2190
2018-12-22Changelog 1694 2190Gravatar Alexandre Alapetite
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
2018-12-21Add Liberapay icon (#2192)Gravatar Alexandre Alapetite
https://liberapay.com/FreshRSS https://github.com/FreshRSS/FreshRSS/issues/1694
2018-12-20Changelog 2191Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2191 https://github.com/FreshRSS/FreshRSS/pull/2189
2018-12-18hub.docker.comGravatar Alexandre Alapetite
https://blog.docker.com/2018/12/the-new-docker-hub/
2018-12-18Support of proxies with subfolder / path rules (#2191)Gravatar Alexandre Alapetite
Support HTTP_X_FORWARDED_PREFIX HTTP_X_FORWARDED_HOST Improve Docker/Træfik for rules based on path/sub-folder
2018-12-18Fix dockerignore (#2190)Gravatar Alexandre Alapetite
2018-12-18Update Docker readme (#2189)Gravatar Alexandre Alapetite
* Update Docker readme Promote the use of an automated reverse proxy such as Træfik. Propose other good practices. * Typo
2018-12-18Readme 1407Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1407 https://github.com/FreshRSS/FreshRSS/pull/2188
2018-12-17Add New Article banner to reader mode (#2188)Gravatar Patrick Crandol
2018-12-16Update Travis badge for French versionGravatar Alexandre Alapetite
2018-12-16Readme more minor changesGravatar Alexandre Alapetite
2018-12-16Minor reorganisation of the readmeGravatar Alexandre Alapetite
2018-12-16Changelog 2184Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2184
2018-12-16Changelog in lateGravatar Alexandre Alapetite