* enhancement: allow ocis to provide custom web applications
* enhancement: add an option to disable web apps
* test: add default logger tests
* test: add app loading tests
* test: add asset server tests
* enhancement: make use of dedicated app conf file and app asset paths
* enhancement: adjust asset locations and deprecate WEB_ASSET_PATH
* enhancement: get rid of default logger and use the service level logger instead
* Apply suggestions from code review
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
Co-authored-by: kobergj <juliankoberg@googlemail.com>
* enhancement: use basename as app id
* Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at>
* enhancement: use afero as fs abstraction
* enhancement: simplify logo upload
* enhancement: make use of introductionVersion field annotations
---------
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
Co-authored-by: kobergj <juliankoberg@googlemail.com>
Co-authored-by: Martin <github@diemattels.at>
* enhancement: enable icap preview mode and use a forked icap client which fixes tcp socket keepalive
* enhancement: make use of human time for the icap timout config option
* enhancement: update icap-client
* enhancement: bump icap client library and deprecate ANTIVIRUS_ICAP_TIMEOUT env
* chore: vendor icap library
* enhancement: set preview size only if greater than 0
* Update services/antivirus/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
* enhancement: add changelog
---------
Co-authored-by: Martin <github@diemattels.at>
To allow tracing propagation via events, we need to pass the context
to the `Publish` function of reva events. This adds the context
everywhere where events are published. If there was no context to pass,
we started a new one with `context.Background()`.