grocy/services
fipwmaqzufheoxq92ebc b7d1b21f1d
[WIP] Implemented basic permissions (#960)
* Add permissions to Database & add "User"-classes

* Add UI & API for Permissions, protect "User"-(Api)-Controller with new permissions.

* Add some permissions.

* Add permission localization

* Add error handling.

* Error pages: only redirect on 404

* ExceptionController: return JSON-Response on api-routes

* Rename PRODUCT_ADD to PRODUCT_PURCHASE

* Move translation to new file

* Fix checkboxes stay selected on reload.

* Remove configurable User-implementation

* Remove MASTER_DATA_READ

* Disable buttons the user isn't allowed to use.

* Add default permissions for new users

* When migration to permissions, everyone starts as ADMIN

* Permission-Localization: add to transifex & LocalizationService

* Review

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-08-29 12:05:32 +02:00
..
ApiKeyService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
ApplicationService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
BaseService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
BatteriesService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
CalendarService.php Display "Track date only"-chores as all-day events on the calendar (fixes #941) 2020-08-24 18:27:40 +02:00
ChoresService.php use last Chore-Log when determining the next assigned person (#933) 2020-08-18 19:34:19 +02:00
DatabaseMigrationService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
DatabaseService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
DemoDataGeneratorService.php Fixed errors while populating demo data 2020-08-22 17:59:42 +02:00
FilesService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
LocalizationService.php [WIP] Implemented basic permissions (#960) 2020-08-29 12:05:32 +02:00
RecipesService.php Allow decimal amounts in general for the shopping list 2020-08-24 20:25:50 +02:00
SessionService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
StockService.php Handle edited stock entries in GetProductPriceHistory (fixes #913) 2020-08-25 19:09:47 +02:00
TasksService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
UserfieldsService.php Convert services to singletons and use lazy loading to improve performance (#479) 2020-03-01 17:47:47 +01:00
UsersService.php [WIP] Implemented basic permissions (#960) 2020-08-29 12:05:32 +02:00