Conversation
Fix Sage theme SVG refresh
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
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".
Document all the parameters for "feed actualize". the new parameter "maxfeeds" from Pull Request #2388 is already considered.
Typo in Param maxFeeds
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..
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.
Fix filter action display
Update 06_Fever_API.md
Update 03_Main_view.md
Configurable amount of feeds that gets refreshed.
Add theme to print page
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
* Add whole PHP modules Dockerfile link * Add Dockerfile link to whole PHP modules list
* 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 #2407 (comment)
* Fix line return Better with HTML native `<br>` than with `\\` * Fix line break Replace `\\` by native HTML `<br>`
* 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
Update Docker Alpine to 3.10
Update Docker to Ubuntu 19.04
* 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
* Change to fix issues 2251 This is a proposed change to fix issue #2251 * Remove comments
Move SQLite as first option in install instead of MySQL. Lower barrier to entry.
* Add FreshRSS-Notify in Clients compatibles section * Add FreshRSS-Notify in Compatible clients section * Use language-neutral link https://addons.mozilla.org/firefox/addon/freshrss-notify-webextension/
* Fix user self registration Fix #2381 * CSRF for admin
And adjust slightly the HEALTHCHECK parameters for faster start in Træfik
|
By the way, if anybody has any idea about the following Docker Hub issues, please tell :-) :
FreshRSS/Docker/hooks/post_checkout Line 4 in 0a297ad
FreshRSS/Docker/Dockerfile-QEMU-ARM Line 59 in 0a297ad
sudo docker inspect --format='{{.Architecture}}' freshrss/freshrss:dev-arm
amd64 |
|
|
@SuperSandro2000 Yes for 1, you can see https://github.com/FreshRSS/FreshRSS/tree/master/Docker/ |
|
|
@SuperSandro2000 Yes, I also have some repositories where I push two versions and a manifest. On Docker Hub, it is also possible to run commands outside the Docker file https://docs.docker.com/docker-hub/builds/advanced/ (see the various hooks); I am just not sure which command :-) |
* [CI] Run shellcheck and shfmt Cf. #2436 (comment) * rename * no need for disable anymore * also remove leftover indentation flags even if it makes no difference to syntax checking * define colors and reset before exit for local use
|
I didn't know these hooks existed. Learning something new every day. |
|
Btw I saw you wanted to add hadolint. |
Avoid cron sending email in case of success command
Hello,
Before some more substantial changes scheduled for 1.15.0, let's release a version 1.14.3 before the summer vacations 🏖️ with a number of small improvements and bug fixes. In particular, there is now a Docker image automatically built for ARM (e.g. Raspberry Pi) testable with
freshrss/freshrss:dev-arm.Thanks to the 12 contributors, especially newcomers @rosiel , @lx-s , @Sp3r4z , @Fake4d , @SuperSandro2000, and @rnc :-)
Full changelog:
php-gmpfor API support in Ubuntu 32-bit #2450<br />tags #2437@-as valid characters in usernames (i.e. allow most e-mails) #2391?maxFeeds=10to control the max number of feeds to refresh manually #2388