| Age | Commit message (Collapse) | Author |
|
FreshRSS 1.14.3
|
|
|
|
See https://github.com/FreshRSS/FreshRSS/pull/2454#discussion_r306174996
|
|
https://github.com/FreshRSS/FreshRSS/pull/2454
https://github.com/FreshRSS/FreshRSS/pull/2455
https://github.com/FreshRSS/FreshRSS/pull/2456
+hadolint remove PIP warning
|
|
Avoid cron sending email in case of success command
|
|
|
|
|
|
|
|
* [CI] Run shellcheck and shfmt
Cf. https://github.com/FreshRSS/FreshRSS/pull/2436#discussion_r305640019
* 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
|
|
Closes #2453
|
|
And adjust slightly the HEALTHCHECK parameters for faster start in
Træfik
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2446
https://github.com/FreshRSS/FreshRSS/pull/2449
https://github.com/FreshRSS/FreshRSS/issues/2381
https://github.com/FreshRSS/FreshRSS/pull/2442
|
|
* Fix user self registration
Fix https://github.com/FreshRSS/FreshRSS/issues/2381
* CSRF for admin
|
|
* Issue #2446 : Fix passing authentication headers. Use CGIPassAuth is version is high enough
* Issue #2446 : Remove CGIPassAuth due to potential issues with AllowOverride rights.
* Tabs
|
|
* 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/
|
|
Move SQLite as first option in install instead of MySQL. Lower barrier
to entry.
|
|
* Change to fix issues 2251
This is a proposed change to fix issue https://github.com/FreshRSS/FreshRSS/issues/2251
* Remove comments
|
|
* 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
|
|
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.
|
|
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
|
|
|
|
* 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
|
|
* 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
|
|
https://shields.io/
|
|
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/2429
|
|
See #1987 and #2102
|
|
|
|
|
|
Only used for statistics graphs
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/2418
https://github.com/FreshRSS/FreshRSS/pull/2407
|
|
Update Docker to Ubuntu 19.04
|
|
Update Docker Alpine to 3.10
|
|
|
|
|
|
* 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
|
|
Fixes #2379.
|
|
* Fix line return
Better with HTML native `<br>` than with `\\`
* Fix line break
Replace `\\` by native HTML `<br>`
|
|
* 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
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/2411
|
|
* Add whole PHP modules Dockerfile link
* Add Dockerfile link to whole PHP modules list
|
|
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 theme to print page
|
|
Configurable amount of feeds that gets refreshed.
|
|
Update 03_Main_view.md
|
|
|
|
Update 06_Fever_API.md
|
|
|
|
Fix filter action display
|