rcpp_framework/modules/rbac
2021-11-09 23:03:17 +01:00
..
detect.py Make the rbac module depend on the admin_panel module. 2021-10-31 23:12:05 +01:00
rbac_controller.cpp Also implemented base permissions, and small improvements to the ui. 2021-11-09 23:03:17 +01:00
rbac_controller.h Implemented permission registration into the rbac controller. Also implemented rendering checkboxes from them and handling them during a post request. 2021-11-09 22:55:53 +01:00
rbac_default_permissions.h Default permissions enums for RBAC. 2021-11-09 22:54:34 +01:00
rbac_model.cpp Implemented permission registration into the rbac controller. Also implemented rendering checkboxes from them and handling them during a post request. 2021-11-09 22:55:53 +01:00
rbac_model.h Implemented permission registration into the rbac controller. Also implemented rendering checkboxes from them and handling them during a post request. 2021-11-09 22:55:53 +01:00
rbac_permission.cpp Removed revoke parameter from RBACPermission. 2021-11-02 16:43:09 +01:00
rbac_permission.h Removed revoke parameter from RBACPermission. 2021-11-02 16:43:09 +01:00
rbac_rank.cpp Added base permissions int to rbac rank. 2021-11-09 19:58:56 +01:00
rbac_rank.h Added base permissions int to rbac rank. 2021-11-09 19:58:56 +01:00
SCsub Make the rbac module depend on the admin_panel module. 2021-10-31 23:12:05 +01:00