Commit Graph

7003 Commits

Author SHA1 Message Date
Frans de Jonge
c2a339f2f8 [CI] Lint JS scripts with jshint (#2315) 2019-04-01 23:47:36 +02:00
Alexandre Alapetite
e5c8d52aa1 Fix ASC load more (#2318)
https://github.com/FreshRSS/FreshRSS/issues/2314
2019-04-01 23:43:20 +02:00
Frans de Jonge
694af5434e [i18n, nl] Various improvements to Dutch translation (#2312)
* [i18n, nl] Various improvements to Dutch translation

The text for the "Show categories unfolded by default" was incorrect, cf. #2309. Also fixed a few typos and some minor stylistic changes.

* also fix that typo with the missing space
2019-04-01 12:16:02 +02:00
Alexandre Alapetite
21dfbd0910 Start version 1.14.1-dev 2019-03-31 18:41:39 +02:00
Alexandre Alapetite
d413f67dd2 Merge pull request #2298 from FreshRSS/dev
FreshRSS 1.14.0
1.14.0
2019-03-31 16:38:46 +02:00
Alexandre Alapetite
2a935516d8 Merge branch 'FreshRSS/master' into FreshRSS/dev 2019-03-31 13:17:19 +02:00
Alexandre Alapetite
13c13ab46b Release 1.14.0 2019-03-31 13:16:00 +02:00
Alexandre Alapetite
09362f15ee Minor code simplification
https://github.com/FreshRSS/FreshRSS/pull/2300
2019-03-27 00:08:59 +01:00
Alexandre Alapetite
580123fdb0 Wait for mark-as-read queue before click (#2300) 2019-03-25 08:46:31 +01:00
Quentí
d3457f9ada [i18n] Update for filter actions (#2299)
Mesa a jorn pels filtres d’accion
2019-03-24 18:38:40 +01:00
Alexandre Alapetite
b2bc1f95d9 Bump to 1.14.0-dev 2019-03-24 00:01:50 +01:00
Alexandre Alapetite
ae1da83b7f Changelog
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-23 23:46:59 +01:00
Alexis Degrugillier
f2925594c7 Add header to cli (#2296)
* 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-23 23:17:22 +01:00
Alexandre Alapetite
1804c0e0bc Filter actions (#2275)
* Draft of filter actions

* Travis

* Implement UI + finish logic

* Travis
2019-03-23 22:52:47 +01:00
Alexandre Alapetite
e7a57915f9 CLI user-info fixes (#2292)
* 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-23 12:08:35 +01:00
Alexandre Alapetite
ebd8c31c02 Rework CSRF interaction with sessions (#2290)
* 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-22 19:05:38 +01:00
Alexandre Alapetite
e84a90943a Session fix when form + HTTP auth are used (#2286)
bf51c82d55
https://github.com/FreshRSS/FreshRSS/issues/2125#issuecomment-473873922
2019-03-20 17:52:31 +01:00
Alexandre Alapetite
707388c093 Docker ca-certificates missing (#2285) 2019-03-19 21:51:16 +01:00
Alexandre Alapetite
4be8a5fed5 Minor docker doc changes (#2284)
* Minor docker doc changes

Fix Træfik temp volume minor issue

* Warning for non x86-64

* Formatting

* Minor

* Wording
2019-03-19 21:48:41 +01:00
Alexis Degrugillier
71b4226dc7 Add an option validation on cli commands (#2278)
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-19 20:27:06 +01:00
Alexandre Alapetite
834ffacce2 No old ID (#2276)
* No old ID

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

* PostgreSQL insert or ignore
2019-03-19 20:14:31 +01:00
Alexandre Alapetite
cb00eafba0 Fever remove semicolomn from author (#2283)
https://github.com/FreshRSS/FreshRSS/issues/2281
2019-03-19 20:08:56 +01:00
Benjamin Bouvier
6323fe5ea0 Add Authorization header forwarding to the Nginx configuration for Docker (#2282)
* Add Authorization header forwarding to the Nginx configuration for Docker

* Comment
2019-03-19 19:52:53 +01:00
hoilc
e6888bbf23 update zh-cn (i18n) (#2280) 2019-03-18 10:55:50 +01:00
Alexis Degrugillier
bdf9aef2ac [i18n] Update some translation strings (#2277)
See #2086
2019-03-17 11:08:42 +01:00
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