Skip to content

Commit

Permalink
Merge branch 'main' into keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
john-gom authored Feb 5, 2025
2 parents a39aa4c + 71c9dfa commit ecb5489
Show file tree
Hide file tree
Showing 123 changed files with 10,376 additions and 3,015 deletions.
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ Checkbot:
- any-glob-to-any-file: 'scripts/checkbot.pl'

# https://openfoodfacts.github.io/openfoodfacts-server/dev/ref-perl-pod/ProductOpener/APIProductRevert.html
# Also points to https://nutripatrol.openfoodfacts.org/
# Tracking issue:
👮 Moderation:
- changed-files:
Expand All @@ -1253,7 +1254,7 @@ Checkbot:
- any-glob-to-any-file: 'lib/ProductOpener/APIProductRevert.pm'
- any-glob-to-any-file: 'scripts/make_user_moderator.pl'
- any-glob-to-any-file: 'tests/integration/delete_user.t'

- any-glob-to-any-file: 'templates/api/knowledge-panels/report_problem/incomplete_or_incorrect_data.tt.json'

# Enabling users to delete account while preserving accountability for edits
# By default we don't delete products belonging to the user. It only happens for potential spam accounts.
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.57.0](https://github.com/openfoodfacts/openfoodfacts-server/compare/v2.56.0...v2.57.0) (2025-02-04)


### Features

* Add security.txt ([#11290](https://github.com/openfoodfacts/openfoodfacts-server/issues/11290)) ([2ce94d8](https://github.com/openfoodfacts/openfoodfacts-server/commit/2ce94d83eb17753bd2913fbc78a30199861cf85b))
* enable nutripatrol panel on mobile ([#11323](https://github.com/openfoodfacts/openfoodfacts-server/issues/11323)) ([741d414](https://github.com/openfoodfacts/openfoodfacts-server/commit/741d4147d2840f22e2f7fd9a692827b5dd9dbd7f))
* ingredients knowledge panels ([#10904](https://github.com/openfoodfacts/openfoodfacts-server/issues/10904)) ([2443694](https://github.com/openfoodfacts/openfoodfacts-server/commit/2443694327699ffce0a81fd0609e2cd2db1bce34))


### Bug Fixes

* better analysis of "oil (rapeseed, something unrecognized)" + separation of additive class + additive ([#11251](https://github.com/openfoodfacts/openfoodfacts-server/issues/11251)) ([fde3287](https://github.com/openfoodfacts/openfoodfacts-server/commit/fde3287deb1b778440240e29a82a46055023b64e))
* FLAVOR_NAME is openproductsfacts ([#11312](https://github.com/openfoodfacts/openfoodfacts-server/issues/11312)) ([c4fa828](https://github.com/openfoodfacts/openfoodfacts-server/commit/c4fa8289c722af5cad5811e93d67cd4a01826803))
* Import format_subdomain ([#11288](https://github.com/openfoodfacts/openfoodfacts-server/issues/11288)) ([930dc47](https://github.com/openfoodfacts/openfoodfacts-server/commit/930dc476ffe553bcd480fd39903cf8def85fa408))
* Open Beauty Facts string fixes ([92de3be](https://github.com/openfoodfacts/openfoodfacts-server/commit/92de3be090f3618017d14dbdd4bdda2b0aab8399))
* Open Beauty Facts string fixes ([#11286](https://github.com/openfoodfacts/openfoodfacts-server/issues/11286)) ([92de3be](https://github.com/openfoodfacts/openfoodfacts-server/commit/92de3be090f3618017d14dbdd4bdda2b0aab8399))
* Open Products Facts lang fixes ([b8651b8](https://github.com/openfoodfacts/openfoodfacts-server/commit/b8651b8626ead252b4957e4d674208449eb72ade))
* Open Products Facts lang fixes ([#11285](https://github.com/openfoodfacts/openfoodfacts-server/issues/11285)) ([b8651b8](https://github.com/openfoodfacts/openfoodfacts-server/commit/b8651b8626ead252b4957e4d674208449eb72ade))
* separate granulated sugars from white sugars ([#11325](https://github.com/openfoodfacts/openfoodfacts-server/issues/11325)) ([cfb5fd5](https://github.com/openfoodfacts/openfoodfacts-server/commit/cfb5fd5b3d300d80a2b681f4fd932199146cb052))
* set APACHE_ENVVARS=/etc/apache2/off-envvars + doc precision ([#11279](https://github.com/openfoodfacts/openfoodfacts-server/issues/11279)) ([da7185a](https://github.com/openfoodfacts/openfoodfacts-server/commit/da7185a8974c89b012be65a74e32a43c4ef2a2e7))
* Update `green-score-f.svg` (white background) ([#11314](https://github.com/openfoodfacts/openfoodfacts-server/issues/11314)) ([d57e2de](https://github.com/openfoodfacts/openfoodfacts-server/commit/d57e2de9b63bb7a69499653ce946062e01addaf4))

## [2.56.0](https://github.com/openfoodfacts/openfoodfacts-server/compare/v2.55.0...v2.56.0) (2025-01-22)


Expand Down
4 changes: 2 additions & 2 deletions env/env.opf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ COMPOSE_PROJECT_NAME=po_opf
APACHE_ENVVARS=/etc/apache2/off-envvars

# app configuration
PRODUCT_OPENER_FLAVOR=openproductfacts
PRODUCT_OPENER_FLAVOR=openproductsfacts
PRODUCT_OPENER_FLAVOR_SHORT=opf
NUTRIPATROL_URL=https://nutripatrol.openfoodfacts.org/
NUTRIPATROL_URL=https://nutripatrol.openfoodfacts.org/
2 changes: 2 additions & 0 deletions html/.well-known/security.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Contact: mailto:[email protected]
Policy: https://github.com/openfoodfacts/openfoodfacts-server/security/policy
152 changes: 28 additions & 124 deletions html/images/attributes/src/green-score-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed html/images/lang/de/labels/austria-bio.90x90.png
Binary file not shown.
1 change: 0 additions & 1 deletion html/images/lang/de/labels/austria-bio.90x90.svg

This file was deleted.

Loading

0 comments on commit ecb5489

Please sign in to comment.