| Age | Commit message (Collapse) | Author |
|
https://github.com/FreshRSS/FreshRSS/issues/2871
|
|
* New core-extensions to allow Docker volumes for third-party extensions
#Fix https://github.com/FreshRSS/FreshRSS/issues/2650
Split our extensions directory into two:
1) Core extensions shipped with FreshRSS in ./lib/core-extensions/
2) Third-party extensions modified by end-users in ./extensions/ which
can easily be mounted as a Docker volume
* Example of Docker Compose with extensions
* Back-compatibility + fix array merge bug
|
|
The constant was badly named. The bug was introduced in 3c49986ec,
probably because of a copy/paste.
There is no other occurrences of COPY_LOG_TO_STDERR in the code (checked
with `git grep`).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* New environment variable COPY_LOG_TO_SYSLOG
False by default.
Makes it easy to monitor all logs from Syslog or STDERR (e.g. docker
logs).
* Suggestion of native constants
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getenv() is the proper way, and $_SERVER was not working on some
configurations.
Improvement of https://github.com/FreshRSS/FreshRSS/pull/2213
|
|
|
|
|
|
Update of https://github.com/FreshRSS/FreshRSS/pull/2208
Fixes https://github.com/FreshRSS/FreshRSS/issues/2212
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2186
https://github.com/FreshRSS/FreshRSS/milestone/32
https://github.com/FreshRSS/FreshRSS/milestones/1.13.0
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2049
https://github.com/FreshRSS/FreshRSS/milestones/1.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1902
|
|
|
|
Only a Docker fix for 1.10.x
https://github.com/FreshRSS/FreshRSS/pull/1819
https://github.com/FreshRSS/FreshRSS/issues/1821
https://github.com/FreshRSS/FreshRSS/pull/1822
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1562
https://github.com/FreshRSS/FreshRSS/issues/1607
https://github.com/FreshRSS/FreshRSS/pull/1656
https://github.com/FreshRSS/FreshRSS/issues/1705
https://github.com/FreshRSS/FreshRSS/pull/1712
|
|
ADMIN_LOG, API_LOG, PSHB_LOG
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1622#issuecomment-334928486
https://github.com/FreshRSS/FreshRSS/issues/1627
https://github.com/FreshRSS/FreshRSS/issues/1607
|
|
|
|
https://github.com/FreshRSS/FreshRSS/milestone/24
|