grocy/services
Mark Garratt 6b833d178d Begin refactoring WebhookRunner into WebhookService
The plan is to enable multiple webhooks to be called for different
events which will allow integration with other services without having
to poll for changes.
2025-01-17 19:27:43 +00:00
..
ApiKeyService.php Upgraded PHP-CS-Fixer / applied optimized rules 2023-08-02 18:44:30 +02:00
ApplicationService.php Upgraded PHP-CS-Fixer / applied optimized rules 2023-08-02 18:44:30 +02:00
BaseService.php Begin refactoring WebhookRunner into WebhookService 2025-01-17 19:27:43 +00:00
BatteriesService.php Return the battery object in endpoint /batteries (closes #2045) 2022-11-19 19:33:50 +01:00
CalendarService.php Reload calendar after color config changed (references #2368) 2023-11-04 14:18:51 +01:00
ChoresService.php Optimized chore on-time tracking (closes #2385) 2025-01-14 20:39:07 +01:00
DatabaseMigrationService.php Fixed produces product amount handling when consuming meal plan shadow recipes (references #2160) 2023-03-12 22:45:04 +01:00
DatabaseService.php Use bind params when copying a recipe (fixes #2337) 2023-09-15 13:58:57 +02:00
DemoDataGeneratorService.php Finalized frontend external barcode lookup implementation (references #158) 2025-01-12 13:58:47 +01:00
FilesService.php Optimized Userfield save event handling (fixes #2458) 2025-01-13 21:00:06 +01:00
LocalizationService.php Optimized performance of GetProductDetails 2023-09-01 17:03:22 +02:00
PrintService.php Added the possibility to log executed SQL statements (DEV mode only) 2023-07-31 17:08:55 +02:00
RecipesService.php Optimized only_check_single_unit_in_stock recipe ingredient shopping list item handling related to QU conversions (closes #2545) 2025-01-13 23:01:42 +01:00
SessionService.php Optimized imports 2023-05-13 14:43:51 +02:00
StockService.php Begin refactoring WebhookRunner into WebhookService 2025-01-17 19:27:43 +00:00
TasksService.php fix syntax error (#2230) 2023-05-17 21:04:39 +02:00
UserfieldsService.php Added new Userfield type "Number (currency)" (closes #2276) 2023-09-01 17:48:46 +02:00
UsersService.php Cache multiple single-key user setting queries (closes #2323) 2023-09-01 17:02:36 +02:00
WebhookService.php Begin refactoring WebhookRunner into WebhookService 2025-01-17 19:27:43 +00:00