summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-02-13Changelog 2234Gravatar Alexandre Alapetite
2019-02-13Less jQuery (#2234)Gravatar Alexandre Alapetite
* Less jQuery Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2199 * Even less jQuery + global view unread title fix * Even less jQuery * Yet even less jQuery * Even less jQuery * Reduce some events * Even less jQuery * jQuery gone from main view +Fixed English i18n * Fix feed folded view * Remove Firefox 64 workaround Remove workaround for Gecko bug 1514498 in Firefox 64, fixed in Firefox 65 * Split to extra.js Avoid loading unneeded JavaScript code for the main view. + several adjustements * Improve CSS transition fold category * Rewrite shortcuts Remove library. Much faster, shorter, one listener instead of many. Control of the shortcut context. Fix https://github.com/FreshRSS/FreshRSS/issues/2215 * Remove debug * Minor syntax * Filter out unwanted shortcut modifiers * Menu overflow fix * Typo * Fix unfolding in mobile view * Remove jQuery from category.js * Remove jQuery from Global view
2019-02-13Changelog 2241 2242 2245Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2241 https://github.com/FreshRSS/FreshRSS/pull/2242 https://github.com/FreshRSS/FreshRSS/pull/2243 https://github.com/FreshRSS/FreshRSS/pull/2245
2019-02-13Two themes (#2245)Gravatar Thomas Guesnon
* Two new themes * update gitignore * dirs cleaning + mobile ui improvements * name added to credits file * New line
2019-02-07Merge pull request #2243 from Alkarex/fever_encodingGravatar Alexandre Alapetite
Fever API encoding of special chars
2019-02-05i18n Korean (#2242)Gravatar Seokseong Jeon
2019-02-05Minor Unicode changesGravatar Alexandre Alapetite
2019-02-05Fever API encoding of special charsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2241
2019-02-03Changelog 2239Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2239 https://github.com/FreshRSS/FreshRSS/pull/2240
2019-02-03Merge pull request #2240 from Alkarex/entryDao_tagsGravatar Alexandre Alapetite
Fix EntryDAO tags warning for Fever API
2019-02-03Fix EntryDAO tags warning for Fever APIGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2239
2019-02-03Changelog 2233 2234Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2233 https://github.com/FreshRSS/FreshRSS/pull/2235 https://github.com/FreshRSS/FreshRSS/pull/2234
2019-02-03Merge pull request #2238 from Alkarex/alpine3.9Gravatar Alexandre Alapetite
Alpine 3.9
2019-02-03Alpine 3.9Gravatar Alexandre Alapetite
PHP 7.2.14, Apache 2.4.38 https://alpinelinux.org/posts/Alpine-3.9.0-released.html
2019-01-31Merge pull request #2235 from Alkarex/case_insensitive_authorisationGravatar Alexandre Alapetite
Case insensitive Authorization
2019-01-31Case insensitive AuthorizationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2233
2019-01-26Merge pull request #2203 from FreshRSS/dev-1.14.0Gravatar Alexandre Alapetite
Dev 1.14.0
2019-01-26Merge branch 'dev' into dev-1.14.0Gravatar Alexandre Alapetite
2019-01-26Start 1.13.2-devGravatar Alexandre Alapetite
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