diff --git a/changelog/55_2.6.0_2020-01-31.md b/changelog/55_2.6.0_2020-01-31.md index b0d8e8ee..20979d52 100644 --- a/changelog/55_2.6.0_2020-01-31.md +++ b/changelog/55_2.6.0_2020-01-31.md @@ -18,7 +18,7 @@ - To a recipe a product can be attached - This products needs a "Default best before date" - On using "Consume all ingredients needed by this recipe" and when it has a product attached, one unit of that product (per serving in purchase quantity unit) will be added to stock (with the proper price based on the recipe ingredients) -- (Thanks @kriddles for the intial work on this) +- (Thanks @kriddles for the initial work on this) ### New feature: Freeze/Thaw products - New product options "Default best before days after freezing/thawing" to set how the best before date should be changed on freezing/thawing diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index ba1e5ba2..96a3ce23 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -6,6 +6,11 @@ - Additionally, each product barcode can be assigned a different "Factor purchase to stock quantity unit" (on the product edit page), which is then automatically prefilled on the purchase page - (Thanks @kriddles) +### New feature: Reverse proxy authenticaton support +- New `config.php` settings `AUTH_CLASS` and `REVERSE_PROXY_AUTH_HEADER` +- If you set `AUTH_CLASS` to `Grocy\Middleware\ReverseProxyAuthMiddleware` and your reverse proxy sends a username in the HTTP header `REMOTE_USER` (header anme can be changed by the setting `REVERSE_PROXY_AUTH_HEADER`), the user is automatically authenticated (and will also be created, if not already present) +- (Thanks @fipwmaqzufheoxq92ebc for the initial work on this) + ### Stock improvements/fixes - When creating a quantity unit conversion it's now possible to automatically create the inverse conversion (thanks @kriddles) - Optimized/clarified what the total/unit price is on the purchase page (thanks @kriddles)