grocy/controllers
Bernd Bestel d9667b4534
Removed type conversions where no longer needed
PHP 8.1 PDO SQLite now returns native data types
2023-02-06 20:22:10 +01:00
..
Users Fixed granular user permission checking in GenericEntityApiController (fixes #2025) 2022-10-17 21:00:10 +02:00
BaseApiController.php Support OFFSET without LIMIT in API query filters (closes #2105) 2023-01-12 13:32:12 +01:00
BaseController.php Removed type conversions where no longer needed 2023-02-06 20:22:10 +01:00
BatteriesApiController.php Squashed commit 2021-07-16 17:32:08 +02:00
BatteriesController.php Fixed typos 2022-11-19 19:35:10 +01:00
CalendarApiController.php Exclude tasks without an due date from the iCal export (fixes #1745) 2022-01-11 20:54:23 +01:00
CalendarController.php Squashed commit 2021-07-16 17:32:08 +02:00
ChoresApiController.php Squashed commit 2022-02-08 18:08:26 +01:00
ChoresController.php Make it possible to manually re-assign chores (closes #1492, references #1830) 2022-04-03 13:56:14 +02:00
EquipmentController.php Squashed commit 2021-07-16 17:32:08 +02:00
ExceptionController.php Include OS and client information in easy error info copy/paste and on the about dialog 2021-09-20 20:16:41 +02:00
FilesApiController.php Squashed commit 2021-07-16 17:32:08 +02:00
GenericEntityApiController.php Removed type conversions where no longer needed 2023-02-06 20:22:10 +01:00
GenericEntityController.php Squashed commit 2021-07-16 17:32:08 +02:00
GrocycodeTrait.php Squashed commit 2021-07-16 17:32:08 +02:00
LoginController.php Squashed commit 2021-07-16 17:32:08 +02:00
OpenApiController.php Fixed /userfields/{entity}* endpoints OpenAPI definition (fixes #1967) 2022-08-14 23:09:27 +02:00
PrintApiController.php Squashed commit 2021-07-16 17:32:08 +02:00
RecipesApiController.php Added grocycode for recipes (closes #1562) 2022-02-11 17:49:30 +01:00
RecipesController.php Make it possible to add recipes from /recipes to the meal plan (closes #2003) 2022-12-26 14:25:33 +01:00
StockApiController.php Fixed default consume rule ORDER BY handling related to stock_next_use (fixes #1979) 2022-08-26 11:15:15 +02:00
StockController.php Implemented "Default quantity unit consume" (closes #1845) 2022-12-26 11:11:55 +01:00
SystemApiController.php Squashed commit 2021-07-16 17:32:08 +02:00
SystemController.php Add Sub feature flag FEATURE_FLAG_RECIPES_MEALPLAN (#2118) 2023-02-05 15:06:59 +01:00
TasksApiController.php Squashed commit 2021-07-16 17:32:08 +02:00
TasksController.php Fixed that tasks without a due date were highlighted in red (fixes #1833) 2022-03-23 19:35:48 +01:00
UsersApiController.php Squashed commit 2021-07-16 17:32:08 +02:00
UsersController.php Implemented Userfields for users (closes #1159) 2020-12-20 22:16:58 +01:00