Commit Graph

4140 Commits

Author SHA1 Message Date
Alexandre Alapetite
f5fb8e8d2a Default to SQLite (#2443)
Move SQLite as first option in install instead of MySQL. Lower barrier
to entry.
2019-07-14 14:37:46 +02:00
Uncovery
25eada5bda Change to fix issues 2251 (#2301)
* Change to fix issues 2251

This is a proposed change to fix issue https://github.com/FreshRSS/FreshRSS/issues/2251

* Remove comments
2019-07-13 21:06:18 +02:00
Alexandre Alapetite
a394d7ab10 Docker Hub readme (#2441)
* Docker Hub readme

Try to use anothe readme.
And update info for
https://alpinelinux.org/posts/Alpine-3.10.1-released.html

* Test another variant

* /tmp/ did not work
2019-07-13 15:19:39 +02:00
Alexandre Alapetite
93bef33e1f Fix ARM ca-certs (#2440)
Workaround strange bug: When building on Docker Hub with QEMU, the
symlinks for the CA certificates are not created properly, although it
is the case when building for ARM locally.
Manually calling `update-ca-certificates -f` fixes the problem.
Note for later: Maybe we should call this update in our entrypoint.sh.
2019-07-08 15:17:31 +02:00
Alexandre Alapetite
af8b39a204 Changelog, credits
https://github.com/FreshRSS/FreshRSS/issues/2429
https://github.com/FreshRSS/FreshRSS/pull/2431
https://github.com/FreshRSS/FreshRSS/issues/2437
https://github.com/FreshRSS/FreshRSS/pull/2439
2019-07-08 13:10:51 +02:00
Rosemary Le Faive
366ac2c57f Don't ignore br tags. (#2439) 2019-07-08 10:10:55 +02:00
Alexandre Alapetite
8c2cf1b4dd Docker healthcheck+ labels (#2438)
* Add Docker labels

And try to fix the platform metadata for ARM, and add health check

* Execution rights

* Remove experimental features not supported by Docker Hub

"--squash" is only supported on a Docker daemon with experimental
features enabled. build hook failed! (1)

* Fix paths
2019-07-07 20:07:01 +02:00
Alexandre Alapetite
dcb090dcd7 Docker build for ARM (Raspberry Pi) (#2436)
* Docker build for ARM (Raspberry Pi)

Inspired by https://github.com/stas-demydiuk/domoticz-docker

* Execution rights

* Readme typo

* Move QEMU higher up

* Change tar command

* Try to fix COPY error

* Fix path bug
2019-07-07 00:15:13 +02:00
Alexandre Alapetite
68cc039bc7 A few more badges
https://shields.io/
2019-07-06 14:52:50 +02:00
Sandro Jäckel
bc79359748 Don't delete lists directory, small nitpick (#2435) 2019-07-04 20:46:25 +02:00
Alexandre Alapetite
ad19b6bf2e Fix wrong mark-as-read maxId argument (#2431)
Fix https://github.com/FreshRSS/FreshRSS/issues/2429
2019-06-29 20:47:38 +02:00
Alexis Degrugillier
9720ab6a4d Add FAQ for admin section (#2427)
See #1987 and #2102
2019-06-23 21:37:30 +02:00
Alexandre Alapetite
c161d4965a Minor readme 2019-06-22 14:41:06 +02:00
Alexandre Alapetite
3a06d6d465 Changelog + credits update 2019-06-22 14:35:37 +02:00
Alexandre Alapetite
879312dbc2 jQuery 3.4.1 (#2424)
Only used for statistics graphs
2019-06-22 00:08:52 +02:00
Alexandre Alapetite
6fe9ec9f76 Allow email as admin username (#2421)
Fix https://github.com/FreshRSS/FreshRSS/issues/2418
https://github.com/FreshRSS/FreshRSS/pull/2407
2019-06-22 00:06:08 +02:00
Alexis Degrugillier
1a7a28e977 Merge pull request #2422 from Alkarex/docker_ubuntu_19.04
Update Docker to Ubuntu 19.04
2019-06-22 00:04:26 +02:00
Alexis Degrugillier
f41e088026 Merge pull request #2423 from Alkarex/docker_alpine_3.10
Update Docker Alpine to 3.10
2019-06-22 00:04:00 +02:00
Alexandre Alapetite
99e7816686 Update Docker Alpine to 3.10 2019-06-21 18:46:14 +02:00
Alexandre Alapetite
e2cf756d2f Update Docker to Ubuntu 19.04 2019-06-21 18:44:20 +02:00
Alexis Degrugillier
2decc82c3e Change category configuration (#2410)
* Change category configuration

Before, we had a drop-down list to interract on categories. It was not
working the same way as feeds.
Now, categories and feeds behave in a similar manner. At the moment,
there is no change in features but it will allow to expand them.

See #2369

* Minor whitespace
2019-06-21 08:42:06 +02:00
Patrick
6cc73d03c3 Make Aside sit on top of New Articles Popup (#2416)
Fixes #2379.
2019-06-21 08:06:22 +02:00
Sp3r4z
1a14860040 Fix line break in table (#2413)
* Fix line return 

Better with HTML native `<br>` than with `\\`

* Fix line break

Replace `\\` by native HTML `<br>`
2019-06-16 20:12:51 +02:00
Alexis Degrugillier
7f1ff77f25 Allow email as username (#2407)
* Allow email as username

Before, it was possible to register email as username on cli but not in the
interface. This was caused by a bug in the pattern which was not working as
expected. If your input was "user@example.com", the PHP verification was
catching only "user" and was acting like the whole thing was catched. But
on the interface, the catching was unsuccesful.
Now, the catching should be working properly.

I needed to add "$|^" in the pattern because without, I was catching either
the beginning of a string either the last char. This was introduced as a
workaround for IE/Edge pattern matching on April 27, 2017. See #1511 for
more information.

I tested it only on FF. Tests on other browsers wanted.

See #2391

* Relax and fix username check

Allow @ + -

* Remove + for now

https://github.com/FreshRSS/FreshRSS/pull/2407#issuecomment-502469137
2019-06-16 20:10:01 +02:00
Alexandre Alapetite
037c385947 Fix API remove category (#2412)
Fix https://github.com/FreshRSS/FreshRSS/issues/2411
2019-06-16 18:59:50 +02:00
Sp3r4z
f9d0f20dbc Add Dockerfile links for PHP modules list (#2409)
* Add whole PHP modules Dockerfile link

* Add Dockerfile link to whole PHP modules list
2019-06-16 17:16:21 +02:00
Alexis Degrugillier
4023f79c4a Fix shortcut configuration page. (#2406)
Before, first and last entry shortcuts were located under the "no-modifier"
section. But they were actually working properly with the modifiers.
Now, they are located under the "modifier" section.

See #2405
2019-06-14 10:10:35 +02:00
Alexandre Alapetite
2882752117 Merge pull request #2374 from aledeg/feature/print-css
Add theme to print page
2019-05-30 12:38:19 +02:00
Alexandre Alapetite
9f1eb482d1 Merge pull request #2388 from lx-s/patch-1
Configurable amount of feeds that gets refreshed.
2019-05-30 12:35:31 +02:00
Alexandre Alapetite
b2d5ef4842 Merge pull request #2389 from Fake4d/patch-1
Update 03_Main_view.md
2019-05-30 12:34:10 +02:00
Alexandre Alapetite
5ccbd662c5 Fix typos 2019-05-30 12:33:27 +02:00
Alexandre Alapetite
527b3ad8eb Merge pull request #2390 from Fake4d/patch-2
Update 06_Fever_API.md
2019-05-30 12:31:03 +02:00
Alexandre Alapetite
05420ef40e Remove /de/ in URL 2019-05-30 12:30:35 +02:00
Alexandre Alapetite
06a48d84b6 Merge pull request #2399 from aledeg/fix/filter-action
Fix filter action display
2019-05-30 12:26:24 +02:00
Alexis Degrugillier
e20161089e Fix filter action display
Before, there was extra white lines between search terms when displaying
the data. It was not an issue for the storage since they were discarded
during the save process. But it was confusing.
Now, extra white lines are stripped.
2019-05-30 09:01:15 +02:00
Fake4d
8df7caa0cf Update 06_Fever_API.md
Reeder-4 is new - Reeder-3 is the old version

BUT: 3 is free ;-)
And you have to pay for the new version.. So I dont know whether this should be linked here..
2019-04-29 11:03:01 +02:00
Fake4d
0cd992df37 Update 03_Main_view.md
Typo in Param maxFeeds
2019-04-29 10:40:54 +02:00
Fake4d
097d771869 Update 03_Main_view.md
Document all the parameters for "feed actualize".

the new parameter "maxfeeds" from Pull Request #2388 is already considered.
2019-04-29 10:35:28 +02:00
Alexander Steinhöfer
0904f159b3 Configurable amount of feeds that gets refreshed.
Enhanced actualizeFeed with a maxFeeds-Parameter, so that a
user can control how many feeds he wants to refresh instead
of being force to choose between "10 or all".
2019-04-29 09:59:18 +02:00
Alexis Degrugillier
d5ea3e96ef Add theme to print page
Before, the printed page didn't have any usable CSS.
Now, it uses the css files available in the application. It means that
custom CSS can be add to target printed page.

See #2149
2019-04-16 18:50:32 +02:00
Alexandre Alapetite
987d71fe9b Merge pull request #2376 from Alkarex/fix_sage_svg
Fix Sage theme SVG refresh
2019-04-16 12:15:18 +02:00
Alexandre Alapetite
c09b6c74b3 Forgotten colour 2019-04-16 12:05:07 +02:00
Alexandre Alapetite
a44f65892b More minimal patch 2019-04-16 12:04:22 +02:00
Alexandre Alapetite
ee9edae477 Fix Sage theme SVG refresh
https://github.com/FreshRSS/FreshRSS/issues/2375
2019-04-16 11:29:43 +02:00
Alexandre Alapetite
1d933dfe13 Start next version 1.14.3-dev 2019-04-08 23:35:28 +02:00
Alexandre Alapetite
744a9e8cf0 Merge pull request #2368 from FreshRSS/dev
FreshRSS 1.14.2
1.14.2
2019-04-08 23:19:50 +02:00
Alexandre Alapetite
da53cc902c Release FreshRSS 1.14.2 2019-04-08 23:05:33 +02:00
Alexandre Alapetite
1082a6b263 Merge branch 'master' into dev 2019-04-08 23:03:14 +02:00
Alexandre Alapetite
f86edd2dd6 Changelog 2359 - 2362
https://github.com/FreshRSS/FreshRSS/issues/2359
https://github.com/FreshRSS/FreshRSS/pull/2361
https://github.com/FreshRSS/FreshRSS/pull/2362
2019-04-08 22:40:16 +02:00
Frans de Jonge
1bf8ef4e32 [CI] Force php -l failure (#2363)
* [CI] Force php -l failure

By redirecting stderr to a file and checking if the filesize is greater than 0 bytes, we can also force failure for warnings.

See discussion in <https://github.com/FreshRSS/FreshRSS/pull/2362#issuecomment-480623161>.

* exclude JSON lib
2019-04-08 22:32:17 +02:00