aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-31Merge pull request #2298 from FreshRSS/dev1.14.0Gravatar Alexandre Alapetite
FreshRSS 1.14.0
2019-03-31Merge branch 'FreshRSS/master' into FreshRSS/devGravatar Alexandre Alapetite
2019-03-31Release 1.14.0Gravatar Alexandre Alapetite
2019-03-27Minor code simplificationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2300
2019-03-25Wait for mark-as-read queue before click (#2300)Gravatar Alexandre Alapetite
2019-03-24[i18n] Update for filter actions (#2299)Gravatar Quentí
Mesa a jorn pels filtres d’accion
2019-03-24Bump to 1.14.0-devGravatar Alexandre Alapetite
2019-03-23ChangelogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2294 https://github.com/FreshRSS/FreshRSS/pull/2296 https://github.com/FreshRSS/FreshRSS/pull/2278 https://github.com/FreshRSS/FreshRSS/issues/2046 https://github.com/FreshRSS/FreshRSS/issues/2288 https://github.com/FreshRSS/FreshRSS/pull/2290 https://github.com/FreshRSS/FreshRSS/issues/2291 https://github.com/FreshRSS/FreshRSS/pull/2292 https://github.com/FreshRSS/FreshRSS/issues/2273 https://github.com/FreshRSS/FreshRSS/pull/2276 https://github.com/FreshRSS/FreshRSS/pull/2286 https://github.com/FreshRSS/FreshRSS/issues/2281 https://github.com/FreshRSS/FreshRSS/pull/2282
2019-03-23Add header to cli (#2296)Gravatar Alexis Degrugillier
* Add header to cli Now there is a switch to display the header on user info. While doing that, I've changed how the command is working to display all users by default and to accept more than one user at once. I also changed the display to make it more pleasing. As this command displays all users by default. I wonder if we still need the list user command. See #2294 * Minor format
2019-03-23Filter actions (#2275)Gravatar Alexandre Alapetite
* Draft of filter actions * Travis * Implement UI + finish logic * Travis
2019-03-23CLI user-info fixes (#2292)Gravatar Alexandre Alapetite
* CLI missing exit codes https://github.com/FreshRSS/FreshRSS/issues/2291 * CLI catch for outdated databases https://github.com/FreshRSS/FreshRSS/issues/2291#issuecomment-475856890
2019-03-22Rework CSRF interaction with sessions (#2290)Gravatar Alexandre Alapetite
* Rework CSRF interaction with sessions Fix https://github.com/FreshRSS/FreshRSS/issues/2288 Improve security in some edge cases Maybe relevant for https://github.com/FreshRSS/FreshRSS/issues/2125#issuecomment-474992671 * Forgotten mime type
2019-03-20Session fix when form + HTTP auth are used (#2286)Gravatar Alexandre Alapetite
https://github.com/Alkarex/FreshRSS/commit/bf51c82d55f6bf1af2a6464ca4f148d6c613d28f https://github.com/FreshRSS/FreshRSS/issues/2125#issuecomment-473873922
2019-03-19Docker ca-certificates missing (#2285)Gravatar Alexandre Alapetite
2019-03-19Minor docker doc changes (#2284)Gravatar Alexandre Alapetite
* Minor docker doc changes Fix Træfik temp volume minor issue * Warning for non x86-64 * Formatting * Minor * Wording
2019-03-19Add an option validation on cli commands (#2278)Gravatar Alexis Degrugillier
If an option used on cli is not recognized, the command aborts and displays an error message. If the typed option is similar to one of the recognized options, a hint is displayed. At the moment, there is a limitation on long options. Short options are not validated at the moment. See #2046
2019-03-19No old ID (#2276)Gravatar Alexandre Alapetite
* No old ID https://github.com/FreshRSS/FreshRSS/issues/2273 * PostgreSQL insert or ignore
2019-03-19Fever remove semicolomn from author (#2283)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2281
2019-03-19Add Authorization header forwarding to the Nginx configuration for Docker ↵Gravatar Benjamin Bouvier
(#2282) * Add Authorization header forwarding to the Nginx configuration for Docker * Comment
2019-03-18update zh-cn (i18n) (#2280)Gravatar hoilc
2019-03-17[i18n] Update some translation strings (#2277)Gravatar Alexis Degrugillier
See #2086
2019-03-10Pitchoun correciou (#2269)Gravatar Quentí
2019-03-09Changelog 2206 2260 2268Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2206 https://github.com/FreshRSS/FreshRSS/pull/2258 https://github.com/FreshRSS/FreshRSS/pull/2260 https://github.com/FreshRSS/FreshRSS/pull/2268
2019-03-09Merge pull request #2268 from Alkarex/load_moreGravatar Alexandre Alapetite
Improved auto load more articles
2019-03-09Improved auto load more articlesGravatar Alexandre Alapetite
Fixed bug + ealier trigger of load more (half of the window height instead of 0)
2019-03-09Merge pull request #2266 from Alkarex/base_theme_border_regressionGravatar Alexandre Alapetite
Fix base theme border regression
2019-03-09Merge pull request #2264 from Alkarex/ReadablyGravatar Alexandre Alapetite
Add reference to Readably app
2019-03-09Merge pull request #2265 from Alkarex/shortcut-2206Gravatar Alexandre Alapetite
Change nextGet behaviour
2019-03-09Fix base theme border regressionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2254
2019-03-09Change nextGet behaviourGravatar Alexandre Alapetite
Fixes https://github.com/FreshRSS/FreshRSS/issues/2206 Related to https://github.com/FreshRSS/FreshRSS/pull/2255
2019-03-09Add reference to Readably appGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1406#issuecomment-469310998
2019-03-04Merge pull request #2260 from Alkarex/getenv_fixGravatar Alexandre Alapetite
Use getenv instead of $_SERVER for environment variables
2019-03-04Use getenv instead of $_SERVER for environment variablesGravatar Alexandre Alapetite
getenv() is the proper way, and $_SERVER was not working on some configurations. Improvement of https://github.com/FreshRSS/FreshRSS/pull/2213
2019-03-02Changelog 2250 2253 2255 2258Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2200 https://github.com/FreshRSS/FreshRSS/pull/2250 https://github.com/FreshRSS/FreshRSS/pull/2253 https://github.com/FreshRSS/FreshRSS/pull/2255 https://github.com/FreshRSS/FreshRSS/pull/2258
2019-03-02Fix mark_updated_article_unread (#2258)Gravatar Alexandre Alapetite
* Fix mark_updated_article_unread https://github.com/FreshRSS/FreshRSS/issues/2200 * Boolean error * Re-introduce Travis workaround * Revert wrong boolean
2019-03-02Docker Ubuntu notes (#2259)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2205 (And removed proxy_fcgi forgotten from php-fpm)
2019-03-02Docker image alternative using Ubuntu (#2205)Gravatar Alexandre Alapetite
* Docker image alternative using Ubuntu Ubuntu seems to be faster, cf. e.g. PHPBench. It is quite usual for Docker images to offer both a Debian/Ubuntu and an Alpine version, so we could also do the same if there is any need. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2202 * Only explicit use of Apache confs Fix double-logging issue * Explicit ServerTokens OS Default Apache configuration in Ubuntu, which was removed when disabling all confs. It is also the default Apache configuration in Alpine. * Take advantage of syslog for actualization Same than for Alpine https://github.com/FreshRSS/FreshRSS/pull/2208/commits/43ab629e27799cb28ec28ad409a512e128d11e97 * COPY_SYSLOG_TO_STDERR Same as https://github.com/FreshRSS/FreshRSS/pull/2213 * Update to libapache2-mod-php instead of php-fpm * Default to Ubuntu Ubuntu mod-php wins, being ~14% faster than Ubuntu php-fpm (which was ~300% faster than Alpine mod-php)
2019-03-02Revert wrong booleanGravatar Alexandre Alapetite
2019-03-02Re-introduce Travis workaroundGravatar Alexandre Alapetite
2019-03-02Boolean errorGravatar Alexandre Alapetite
2019-03-02Fix mark_updated_article_unreadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2200
2019-02-23JavaScript fixes + new navigation loop behaviour (#2255)Gravatar Alexandre Alapetite
* Fixed user configuration 404 https://github.com/FreshRSS/FreshRSS/pull/2234#issuecomment-466561555 * Fixed "SPACE" shortcut bug https://github.com/FreshRSS/FreshRSS/pull/2234#issuecomment-466626412 * Use next feed / previous feed when reaching last / first article instead of looping * Jump to next / previous category when reaching last / first feed instead of looping
2019-02-16Merge pull request #2253 from Quenty31/devGravatar Alexandre Alapetite
[i18n] Update Occitan
2019-02-16Ordre des motsGravatar Quentí
2019-02-16Odre des motsGravatar Quentí
2019-02-13Merge pull request #2250 from Alkarex/CSP_child-srcGravatar Alexandre Alapetite
Remove deprecated CSP child-src
2019-02-13Remove deprecated CSP child-srcGravatar Alexandre Alapetite
It's been probably long enough since https://github.com/FreshRSS/FreshRSS/pull/1099
2019-02-13Changelog 2249Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2249
2019-02-13Merge pull request #2249 from Alkarex/Removes_HHVMGravatar Alexandre Alapetite
Removes hhvm
2019-02-13Removes HHVM from TravisGravatar Alexandre Alapetite
Because HHVM removes PHP support https://www.phoronix.com/scan.php?page=news_item&px=HHVM-4.0-Released