Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app
2022-07-24 22:30:36 +02:00
..
assets app/assets/sass/components/_badge.scss: adding contextual colors. 2019-12-02 23:58:20 +01:00
config app/config/routes.yml: make "page" an optional variable for backend-user-list route. 2022-07-24 17:13:30 +02:00
controllers app/controllers/backend/UserController.php: adding edit action. 2019-12-03 11:04:23 +01:00
forms app/forms/UserSettings.php: Show "Save" or "Create" based on if there is a entity id or not. 2022-07-24 22:30:36 +02:00
library app/library/Services.php: get role from authed user getType() method. 2019-12-01 15:23:26 +01:00
listeners app/listeners/AccessListener.php: implement modules. 2018-12-29 15:24:25 +01:00
migrations migration: 20181003134001_user_type.php 2018-12-29 15:24:23 +01:00
models/Data app/models/Data/User.php: adding isActive() method. 2019-12-03 00:03:32 +01:00
modules Make the application modular to have a "main" and "backend" part. 2018-12-29 15:24:25 +01:00
templates/mail adding app/templates/mail/account_activation.volt 2018-09-25 22:25:13 +00:00
views app/controllers/backend/UserController.php: adding edit action. 2019-12-03 11:04:23 +01:00