grocy/controllers
2020-02-04 19:49:09 +01:00
..
BaseApiController.php Rework API to be more RESTful (references #139) 2019-01-19 14:51:51 +01:00
BaseController.php Implement custom entities / objects (closes #242) 2019-09-18 16:18:15 +02:00
BatteriesApiController.php Implemented tare weight handling (closes #132) 2019-03-05 17:51:50 +01:00
BatteriesController.php Started working on user-defined-fields for all entities (references #176) 2019-04-22 22:16:35 +02:00
CalendarApiController.php Calendar descriptions (iCal export) (#417) 2019-10-12 10:16:06 +02:00
CalendarController.php Added possibility to export the calendar in iCal format (closes #141) 2019-03-04 17:44:48 +01:00
ChoresApiController.php Implemented that chores can be assigned to users (closes #253) 2019-09-17 13:13:26 +02:00
ChoresController.php Implemented the option to automatically consume a product on tracking a chore execution (closes #279) 2019-09-18 10:02:52 +02:00
EquipmentController.php Finalize user-defined-fields (closes #176) 2019-04-23 09:06:18 +02:00
FilesApiController.php Return a Cache-Control header for files served via the API 2019-09-24 10:38:41 +02:00
GenericEntityApiController.php Don't show not listable entites in Swagger UI (fixes #510) 2020-01-23 20:05:44 +01:00
GenericEntityController.php Implement custom entities / objects (closes #242) 2019-09-18 16:18:15 +02:00
LoginController.php Fix session problem on 32 bit systems when using "stay logged in permanently" (fixes #278) 2019-06-08 16:47:45 +02:00
OpenApiController.php Optimize and refactor latest changes 2018-07-25 19:28:15 +02:00
RecipesApiController.php Slightly modified new recipe stock fulfillment API endpoints (references #289) 2019-07-06 15:28:49 +02:00
RecipesController.php Don't show nested-resolved recipe ingredients of the selected recipe 2020-02-04 19:49:09 +01:00
StockApiController.php Properly check for any boolean value query parameter 2020-01-27 22:20:20 +01:00
StockController.php Added an option to hide the calendar on the shopping list (closes #531) 2020-02-01 12:55:12 +01:00
SystemApiController.php Finished migration to use gettext (this now closes #161) 2019-05-02 20:20:18 +02:00
SystemController.php Handle demo mode via a setting instead of checking the existence of a file (closes #484) 2020-01-05 09:11:11 +01:00
TasksApiController.php Added the possibility to undo a task (closes #252) 2019-07-06 20:34:01 +02:00
TasksController.php Finalize user-defined-fields (closes #176) 2019-04-23 09:06:18 +02:00
UsersApiController.php Rework API to be more RESTful (references #139) 2019-01-19 14:51:51 +01:00
UsersController.php Optimize and refactor latest changes 2018-07-25 19:28:15 +02:00