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
2019-12-03 00:27:44 +01:00
..
assets app/assets/sass/components/_badge.scss: adding contextual colors. 2019-12-02 23:58:20 +01:00
config app/config/routes.yml: adding backend-user-edit route 2019-12-03 00:20:47 +01:00
controllers Adding backend/LogController::index() 2019-12-01 19:27:27 +01:00
forms app/forms/Registration.php: enable user to change email. 2018-09-25 22:25:13 +00: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/views/backend/user/index.volt: adding edit link 2019-12-03 00:27:44 +01:00