grocy/controllers
Katharina Bogad 2471e78188
Grocycode, label printing (#1500)
* Grocycode: Productpicker, StockService

* Grocycode: Datamatrix generation

* Grocycode: Display in UI, make Images downloadable

* Grocycode: Do not show on product card

* Grocycode: Stockentry Label view

* Grocycode: Webhooks & Labelprinter Feature

* Grocycode: Manual Label printing

* Grocycode: Print Label from product form

* Quagga2: use zxing for DataMatrix recognition

* Grocycode: Default settings for label printing

* Prepare merge of master

* Grocycode: docs

* Docs: label printing webhook

* Review

- "grocy" is currently written lower-case everywhere, so let's do this also for "grocycode"
- Unified phrases / capitalization
- Minor UI adjustments (mainly context menu item ordering / ordering/spacing on product edit page)
- Documented API changes for Swagger UI (grocy.openapi.json)
- Reverted German localizations (those are managed via Transifex; would cause conflicts when manually edited - will import them later there)
- Reverted a somehow messed up localization string (productform/help text for `cumulate_min_stock_amount_of_sub_products`)
- Suppress deprecation warnings when generating Datamatrix PNG (otherwise the PNG is invalid, https://github.com/jucksearm/php-barcode/issues/3)
- Default `FEATURE_FLAG_LABELPRINTER` to disabled

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2021-06-12 17:21:12 +02:00
..
Users Squashed commit 2020-12-07 19:48:33 +01:00
BaseApiController.php Fixed API equals/not equals filter comparison (fixes #1182) 2020-12-16 21:52:24 +01:00
BaseController.php Fixed PHP warning (fixes #1267) 2021-01-12 10:40:14 +01:00
BatteriesApiController.php Sanitize user input on all API routes (references #996) 2020-10-14 22:49:29 +02:00
BatteriesController.php Make it possible to hide chores/batteries (closes #1069) 2020-12-20 10:19:44 +01:00
CalendarApiController.php Applied PHP-CS-Fixer rules 2020-09-01 21:29:47 +02:00
CalendarController.php Applied PHP formatting rules 2020-08-31 20:40:31 +02:00
ChoresApiController.php Fixed constant typo (fixes #1260) 2021-01-06 09:31:36 +01:00
ChoresController.php Make it possible to hide chores/batteries (closes #1069) 2020-12-20 10:19:44 +01:00
EquipmentController.php Squashed commit 2020-11-17 19:11:02 +01:00
ExceptionController.php Fixed database migration error handling 2020-12-20 16:52:13 +01:00
FilesApiController.php Applied PHP-CS-Fixer rules 2020-09-01 21:29:47 +02:00
GenericEntityApiController.php Fixed API key deletion was not possible (fixes #1203) 2020-12-21 16:20:12 +01:00
GenericEntityController.php Squashed commit 2020-11-17 19:11:02 +01:00
LoginController.php More authentication refactoring to also provide "plugable" credentials handling (references #921, needed for #305) 2020-10-19 18:38:12 +02:00
OpenApiController.php Fixed API key deletion was not possible (fixes #1203) 2020-12-21 16:20:12 +01:00
RecipesApiController.php Sanitize user input on all API routes (references #996) 2020-10-14 22:49:29 +02:00
RecipesController.php Typo 2021-01-03 22:42:16 +01:00
StockApiController.php Grocycode, label printing (#1500) 2021-06-12 17:21:12 +02:00
StockController.php Grocycode, label printing (#1500) 2021-06-12 17:21:12 +02:00
SystemApiController.php Optimized filter_var checks 2020-12-28 22:14:59 +01:00
SystemController.php Applied PHP-CS-Fixer rules 2020-09-01 21:29:47 +02:00
TasksApiController.php Sanitize user input on all API routes (references #996) 2020-10-14 22:49:29 +02:00
TasksController.php Squashed commit 2020-11-17 19:11:02 +01:00
UsersApiController.php Implemented user pictures (closes #1158) 2020-12-20 22:08:50 +01:00
UsersController.php Implemented Userfields for users (closes #1159) 2020-12-20 22:16:58 +01:00