aboutsummaryrefslogtreecommitdiff
path: root/constants.php
AgeCommit message (Collapse)Author
2020-04-09Release 1.16.01.16.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2871
2020-03-22New core-extensions to allow Docker volumes for third-party extensions (#2837)Gravatar Alexandre Alapetite
* 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
2019-12-22fix: Rename COPY_LOG_TO_STDERR in COPY_LOG_TO_SYSLOGGravatar Marien Fressinaud
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`).
2019-11-22Start 1.15.4-devGravatar Alexandre Alapetite
2019-11-21Bump to FreshRSS 1.15.3Gravatar Alexandre Alapetite
2019-11-12Start 1.15.3-devGravatar Alexandre Alapetite
2019-11-12Release FreshRSS 1.15.2Gravatar Alexandre Alapetite
2019-11-06Release 1.15.1Gravatar Alexandre Alapetite
2019-11-01Start 1.15.1-devGravatar Alexandre Alapetite
2019-10-31Release version 1.15Gravatar Alexandre Alapetite
2019-10-26New environment variable COPY_LOG_TO_SYSLOG (#2591)Gravatar Alexandre Alapetite
* 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
2019-07-25Start 1.14.4-devGravatar Alexandre Alapetite
2019-07-25Release FreshRSS 1.14.3Gravatar Alexandre Alapetite
2019-04-08Start next version 1.14.3-devGravatar Alexandre Alapetite
2019-04-08Release FreshRSS 1.14.2Gravatar Alexandre Alapetite
2019-04-07Prepare next version 1.14.2-devGravatar Alexandre Alapetite
2019-04-07Release FreshRSS 1.14.1Gravatar Alexandre Alapetite
2019-03-31Start version 1.14.1-devGravatar Alexandre Alapetite
2019-03-31Release 1.14.0Gravatar Alexandre Alapetite
2019-03-24Bump to 1.14.0-devGravatar Alexandre Alapetite
2019-03-04Use getenv instead of $_SERVER for environment variablesGravatar Alexandre Alapetite
getenv() is the proper way, and $_SERVER was not working on some configurations. Improvement of https://github.com/FreshRSS/FreshRSS/pull/2213
2019-01-26Start 1.13.2-devGravatar Alexandre Alapetite
2019-01-26Prepare release 1.13.1Gravatar Alexandre Alapetite
2019-01-08COPY_SYSLOG_TO_STDERR (#2213)Gravatar Alexandre Alapetite
Update of https://github.com/FreshRSS/FreshRSS/pull/2208 Fixes https://github.com/FreshRSS/FreshRSS/issues/2212
2018-12-23Start 1.13.1-devGravatar Alexandre Alapetite
2018-12-22Release FreshRSS 1.13.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2186 https://github.com/FreshRSS/FreshRSS/milestone/32 https://github.com/FreshRSS/FreshRSS/milestones/1.13.0
2018-10-28Prepare next version 1.12.1-devGravatar Alexandre Alapetite
2018-10-28Release FreshRSS 1.12.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2049 https://github.com/FreshRSS/FreshRSS/milestones/1.12.0
2018-09-12Towards version 1.11.3Gravatar Alexandre Alapetite
2018-09-09Prepare release 1.11.2Gravatar Alexandre Alapetite
2018-09-08Wait a bit more for 1.11.2Gravatar Alexandre Alapetite
2018-09-08Prepare release 1.11.2Gravatar Alexandre Alapetite
2018-06-16Start version 1.11.2-devGravatar Alexandre Alapetite
2018-06-16Release FreshRSS 1.11.1Gravatar Alexandre Alapetite
2018-06-03Start FreshRSS 1.11.1-devGravatar Alexandre Alapetite
2018-06-03Release FreshRSS 1.11.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1902
2018-03-09Start FreshRSS 1.10.3-devGravatar Alexandre Alapetite
2018-03-09Release FreshRSS 1.10.2Gravatar Alexandre Alapetite
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
2018-03-04Start next version 1.10.2-devGravatar Alexandre Alapetite
2018-03-04Version 1.10.1Gravatar Alexandre Alapetite
2018-02-25Start next dev version 1.10.1Gravatar Alexandre Alapetite
2018-02-24Prepare version 1.10.0Gravatar Alexandre Alapetite
2017-12-17New development version 1.9.1-devGravatar Alexandre Alapetite
2017-12-17Update FreshRSS version to 1.9.0Gravatar Alexandre Alapetite
2017-12-16Customisable constants.local.php (#1725)Gravatar Alexandre Alapetite
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
2017-12-10Log rotation, use Minz_Log, new log constantsGravatar Alexandre Alapetite
ADMIN_LOG, API_LOG, PSHB_LOG
2017-12-09incorporated code review feedbackGravatar Kevin Papst
2017-10-07Remove SimplePie name from HTTP User-Agent stringGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1622#issuecomment-334928486 https://github.com/FreshRSS/FreshRSS/issues/1627 https://github.com/FreshRSS/FreshRSS/issues/1607
2017-10-01Prepare future version 1.8.1Gravatar Alexandre Alapetite
2017-10-01Prepare release of version 1.8.0 (#1649)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/milestone/24