This website requires JavaScript.
Explore
Help
Sign in
pnx
/
httpcb
Archived
Watch
1
Star
0
Fork
You've already forked httpcb
0
Code
Releases
Activity
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.
885cdbe47a
httpcb
/
app
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
885cdbe47a
app/controllers/backend/UserController.php: Adding newAction()
2022-07-24 23:04:43 +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 newAction()
2022-07-24 23:04:43 +02: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/views/backend/user: rename edit.volt to form.volt
2022-07-24 23:03:36 +02:00