Known issue
#34: Do not install extra themes and plugins in *.local/
folders
- #31 provides the mercury plugin within the image but it does not work for users which already have
plugins.local/
folder persisted as a docker volume or bind mounted. I will refactor the image to make extra themes and plugins part ofplugins/
andthemes/
folders instead so*.local/
are completely in the control of users.
Changes
- #31: Provides mercury_fulltext plugin (disabled by default)
Upstream changes
- remove docker-on-docker hacks from Jenkinsfile
- Merge branch 'master' of git.tt-rss.org:fox/tt-rss
- add Jenkinsfile to enable separate CI for pull requests
- Merge pull request 'Fix handling of suppressed errors' (#85) from mechnich/tt-rss:master into master
- Merge pull request 'Fix PHP8 strtime warning if argument is null (addendum)' (#86) from mechnich/tt-rss:more-strtotime-fixes into master
- Fix PHP8 strtime warning if argument is null (addendum)
- Fix handling of suppressed errors
- make phpstan happy
- Update 'CONTRIBUTING.md'
- Merge pull request 'Added support for api plugins virtual feeds' (#84) from Shemi/tt-rss:master into master
- Merge branch 'master' into master
- Added support for api plugins virtual feeds
- Merge pull request 'Fix PHP8 strtime warning if argument is null' (#83) from mechnich/tt-rss:master into master
- Fix PHP8 strtime warning if argument is null