Commit Graph

4027 Commits

Author SHA1 Message Date
Quentí
e91ef155d4 Pitchoun correciou (#2269) 2019-03-10 19:52:27 +01:00
Alexandre Alapetite
41e58630f7 Changelog 2206 2260 2268
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-09 19:59:20 +01:00
Alexandre Alapetite
c700f4c942 Merge pull request #2268 from Alkarex/load_more
Improved auto load more articles
2019-03-09 19:22:16 +01:00
Alexandre Alapetite
54a86990e6 Improved auto load more articles
Fixed bug + ealier trigger of load more (half of the window height
instead of 0)
2019-03-09 19:15:46 +01:00
Alexandre Alapetite
ced6469e23 Merge pull request #2266 from Alkarex/base_theme_border_regression
Fix base theme border regression
2019-03-09 18:28:55 +01:00
Alexandre Alapetite
7e332fa1a4 Merge pull request #2264 from Alkarex/Readably
Add reference to Readably app
2019-03-09 18:27:41 +01:00
Alexandre Alapetite
4f411b9949 Merge pull request #2265 from Alkarex/shortcut-2206
Change nextGet behaviour
2019-03-09 18:27:01 +01:00
Alexandre Alapetite
5b8c3e5bf3 Fix base theme border regression
https://github.com/FreshRSS/FreshRSS/issues/2254
2019-03-09 18:25:33 +01:00
Alexandre Alapetite
5667990751 Change nextGet behaviour
Fixes https://github.com/FreshRSS/FreshRSS/issues/2206
Related to https://github.com/FreshRSS/FreshRSS/pull/2255
2019-03-09 15:43:44 +01:00
Alexandre Alapetite
b5e83abfc9 Add reference to Readably app
https://github.com/FreshRSS/FreshRSS/issues/1406#issuecomment-469310998
2019-03-09 12:50:03 +01:00
Alexandre Alapetite
cde1220e19 Merge pull request #2260 from Alkarex/getenv_fix
Use getenv instead of $_SERVER for environment variables
2019-03-04 21:28:53 +01:00
Alexandre Alapetite
999d1b8c03 Use getenv instead of $_SERVER for environment variables
getenv() is the proper way, and $_SERVER was not working on some
configurations.
Improvement of https://github.com/FreshRSS/FreshRSS/pull/2213
2019-03-04 21:21:38 +01:00
Alexandre Alapetite
1bdc3837de Changelog 2250 2253 2255 2258
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-02 23:07:10 +01:00
Alexandre Alapetite
ed2f6c2cc9 Fix mark_updated_article_unread (#2258)
* Fix mark_updated_article_unread

https://github.com/FreshRSS/FreshRSS/issues/2200

* Boolean error

* Re-introduce Travis workaround

* Revert wrong boolean
2019-03-02 23:01:58 +01:00
Alexandre Alapetite
60b7f5e6d9 Docker Ubuntu notes (#2259)
https://github.com/FreshRSS/FreshRSS/pull/2205
(And removed proxy_fcgi forgotten from php-fpm)
2019-03-02 22:53:04 +01:00
Alexandre Alapetite
fc8fb0a7ee Docker image alternative using Ubuntu (#2205)
* 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
43ab629e27

* 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-02 21:49:20 +01:00
Alexandre Alapetite
2856f7b8b4 Revert wrong boolean 2019-03-02 21:06:56 +01:00
Alexandre Alapetite
7d76acad04 Re-introduce Travis workaround 2019-03-02 20:56:03 +01:00
Alexandre Alapetite
f1978da394 Boolean error 2019-03-02 20:43:51 +01:00
Alexandre Alapetite
2b2d9583cd Fix mark_updated_article_unread
https://github.com/FreshRSS/FreshRSS/issues/2200
2019-03-02 20:39:18 +01:00
Alexandre Alapetite
b869c2944a JavaScript fixes + new navigation loop behaviour (#2255)
* 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-23 14:39:20 +01:00
Alexandre Alapetite
c90c0361a8 Merge pull request #2253 from Quenty31/dev
[i18n] Update Occitan
2019-02-16 12:42:16 +01:00
Quentí
3d57714bff Ordre des mots 2019-02-16 12:33:56 +01:00
Quentí
387f763482 Odre des mots 2019-02-16 12:33:24 +01:00
Alexandre Alapetite
30e542a7b5 Merge pull request #2250 from Alkarex/CSP_child-src
Remove deprecated CSP child-src
2019-02-13 22:53:33 +01:00
Alexandre Alapetite
75356c64a2 Remove deprecated CSP child-src
It's been probably long enough since
https://github.com/FreshRSS/FreshRSS/pull/1099
2019-02-13 17:18:21 +01:00
Alexandre Alapetite
75a802f623 Changelog 2249
https://github.com/FreshRSS/FreshRSS/pull/2249
2019-02-13 15:51:28 +01:00
Alexandre Alapetite
1c846d1a37 Merge pull request #2249 from Alkarex/Removes_HHVM
Removes hhvm
2019-02-13 15:50:19 +01:00
Alexandre Alapetite
0b997b58a5 Removes HHVM from Travis
Because HHVM removes PHP support
https://www.phoronix.com/scan.php?page=news_item&px=HHVM-4.0-Released
2019-02-13 15:45:01 +01:00
Alexandre Alapetite
7aa7aee5db Changelog 2234 2019-02-13 15:34:20 +01:00
Alexandre Alapetite
2374374ba9 Less jQuery (#2234)
* 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-13 15:06:28 +01:00
Alexandre Alapetite
142c80a4b8 Changelog 2241 2242 2245
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-13 11:53:20 +01:00
Thomas Guesnon
086fa0d49a Two themes (#2245)
* Two new themes

* update gitignore

* dirs cleaning + mobile ui improvements

* name added to credits file

* New line
2019-02-13 11:37:37 +01:00
Alexandre Alapetite
58adf8d701 Merge pull request #2243 from Alkarex/fever_encoding
Fever API encoding of special chars
2019-02-07 20:15:16 +01:00
Seokseong Jeon
3b3accf6ce i18n Korean (#2242) 2019-02-05 15:05:40 +01:00
Alexandre Alapetite
69eb651d56 Minor Unicode changes 2019-02-05 09:36:39 +01:00
Alexandre Alapetite
ce62ce0ebd Fever API encoding of special chars
https://github.com/FreshRSS/FreshRSS/issues/2241
2019-02-05 09:30:18 +01:00
Alexandre Alapetite
e4224eee2e Changelog 2239
https://github.com/FreshRSS/FreshRSS/issues/2239
https://github.com/FreshRSS/FreshRSS/pull/2240
2019-02-03 21:34:44 +01:00
Alexandre Alapetite
b1ec33a49f Merge pull request #2240 from Alkarex/entryDao_tags
Fix EntryDAO tags warning for Fever API
2019-02-03 21:31:01 +01:00
Alexandre Alapetite
9cc72c0c48 Fix EntryDAO tags warning for Fever API
https://github.com/FreshRSS/FreshRSS/issues/2239
2019-02-03 21:24:06 +01:00
Alexandre Alapetite
85a95aa0dd Changelog 2233 2234
https://github.com/FreshRSS/FreshRSS/issues/2233
https://github.com/FreshRSS/FreshRSS/pull/2235
https://github.com/FreshRSS/FreshRSS/pull/2234
2019-02-03 12:47:39 +01:00
Alexandre Alapetite
e4f1ec9e28 Merge pull request #2238 from Alkarex/alpine3.9
Alpine 3.9
2019-02-03 12:41:27 +01:00
Alexandre Alapetite
5bd3d92b9f Alpine 3.9
PHP 7.2.14, Apache 2.4.38
https://alpinelinux.org/posts/Alpine-3.9.0-released.html
2019-02-03 12:30:34 +01:00
Alexandre Alapetite
44dab04a4a Merge pull request #2235 from Alkarex/case_insensitive_authorisation
Case insensitive Authorization
2019-01-31 23:08:13 +01:00
Alexandre Alapetite
65602ab193 Case insensitive Authorization
https://github.com/FreshRSS/FreshRSS/issues/2233
2019-01-31 23:00:29 +01:00
Alexandre Alapetite
5b40920bb3 Merge pull request #2203 from FreshRSS/dev-1.14.0
Dev 1.14.0
2019-01-26 21:17:16 +01:00
Alexandre Alapetite
ef6df8aeca Merge branch 'dev' into dev-1.14.0 2019-01-26 21:08:27 +01:00
Alexandre Alapetite
4872442c62 Start 1.13.2-dev 2019-01-26 16:23:48 +01:00
Alexandre Alapetite
38e8e265e0 Changelog 2221 2230
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-26 15:52:53 +01:00
Alexandre Alapetite
8afc260e09 i18n: oc fixes (#2231)
https://github.com/FreshRSS/FreshRSS/pull/2230
2019-01-26 15:44:01 +01:00