|
|
d3e52269cd
|
app/views/backend/user/form.volt: only show "Send activation email" button for suspended users.
|
2022-08-28 17:48:25 +02:00 |
|
|
|
8048b3fda8
|
app/controllers/backend/UserController.php: in activationEmailAction() only send activation email to suspended users.
|
2022-08-28 17:47:56 +02:00 |
|
|
|
4ff351d39d
|
app/models/Data/User.php: Adding isSuspended()
|
2022-08-28 17:46:16 +02:00 |
|
|
|
ff15ee697c
|
app/config/routes.yml: Add "status" to the url for backend-user-status route.
|
2022-08-28 17:36:50 +02:00 |
|
|
|
2e98191d56
|
app/controllers/ApiController.php: need to include App\Model\Data\User
|
2022-08-28 17:36:50 +02:00 |
|
|
|
0f5f42ca92
|
app/views/backend/user/form.volt: Add button for sending activation email.
# Conflicts:
# app/views/backend/user/form.volt
|
2022-08-28 17:36:31 +02:00 |
|
|
|
14eb4a9137
|
app/controllers/backend/UserController.php: Adding activationEmailAction()
|
2022-08-28 17:36:31 +02:00 |
|
|
|
e47aa5188e
|
app/library/Services.php: Attach AuthEmailListener to listen to auth events.
|
2022-08-28 17:35:58 +02:00 |
|
|
|
5b9d64c09e
|
app/config/routes.yml: Add backend-user-activation-email route
|
2022-08-28 17:35:58 +02:00 |
|
|
|
ad2952f9fc
|
app/listeners/ActivityLog.php: Adding onSentActivation
|
2022-08-28 17:35:58 +02:00 |
|
|
|
8d74cb2f06
|
Adding app/listeners/AuthEmailListener.php
|
2022-08-28 17:35:58 +02:00 |
|
|
|
e56c8f37ea
|
app/library/Services.php: in _initSharedModelsMetadata() must pass a factory to adapter in phalcon 4
|
2022-08-28 17:14:04 +02:00 |
|
|
|
d7af32a1d7
|
app/library/Services.php: in _initSession() must pass a factory to adapter in phalcon 4
|
2022-08-28 17:13:19 +02:00 |
|
|
|
ee5c7719cb
|
app/listeners/ActivityLog.php: pass true to getClientAddress() so it looks for X-Forwarded-For header.
|
2022-08-28 16:41:41 +02:00 |
|
|
|
78c462514f
|
Version 1.1
|
2022-08-10 15:09:01 +02:00 |
|
|
|
b4b13b5682
|
app/views/_common/layout-front.volt: Add logo div.
|
2022-08-09 21:00:34 +02:00 |
|
|
|
7cbed511be
|
app/assets/sass/layout/_masthead.scss: Adding logo to masthead.
|
2022-08-09 21:00:24 +02:00 |
|
|
|
012be402ed
|
app/views/_common/layout.volt: include favicons
|
2022-08-09 20:59:45 +02:00 |
|
|
|
3edb12817a
|
Merge branch '31-admin-user-management' into dev
|
2022-08-09 13:54:08 +02:00 |
|
|
|
727badedd6
|
app/library/Form.php: update error classes for bootstrap 5.2.0
|
2022-08-09 00:05:31 +02:00 |
|
|
|
b2e54d4030
|
app/views/backend/user/form.volt: use new bootstrap classes
|
2022-08-08 23:51:05 +02:00 |
|
|
|
79e947f8eb
|
app/views/backend/user/index.volt: use new bootstrap classes
|
2022-08-08 23:50:51 +02:00 |
|
|
|
513517032f
|
app/assets/sass/components/_badge.scss: convert to new bootstrap variables.
|
2022-08-08 23:50:32 +02:00 |
|
|
|
4b750f0f37
|
Merge branch 'dev' into 31-admin-user-management
# Conflicts:
# app/forms/UserSettings.php
|
2022-08-08 23:37:44 +02:00 |
|
|
|
638d318a17
|
Merge branch '28-update-bootstrap' into dev
|
2022-08-07 13:24:26 +02:00 |
|
|
|
50d6ca7bfe
|
app/views/main/callback/new.volt: update css.
|
2022-08-06 20:32:57 +02:00 |
|
|
|
c3897730fa
|
Remove app/assets/js/bootstrap
|
2022-08-05 11:23:29 +02:00 |
|
|
|
fc573d4565
|
app/assets/sass/views/_landingpage.scss: center steps.
|
2022-08-04 19:47:26 +02:00 |
|
|
|
a822f00a7f
|
app/assets/sass/_bootstrap-config.scss: convert hsl color values to hex.
|
2022-08-04 19:41:28 +02:00 |
|
|
|
a83225e9c5
|
app/assets/sass/_bootstrap-config.scss: use default bootstrap gray colors.
|
2022-08-04 19:38:37 +02:00 |
|
|
|
90b8ed31ab
|
app/assets/sass/_bootstrap-config.scss: disable reduce-motion
|
2022-08-04 19:27:57 +02:00 |
|
|
|
36aaf75239
|
app/views/_common/_components/footer.volt: Update copyright year.
|
2022-08-02 15:06:01 +02:00 |
|
|
|
589fd89344
|
app/assets/sass/application.scss: include bootstrap's transition component.
|
2022-08-02 15:04:23 +02:00 |
|
|
|
df922dd1e9
|
app/forms/UserSettings.php: need to add allowEmpty to id and email validator as the input elements are disabled.
|
2022-08-02 15:03:07 +02:00 |
|
|
|
2f7c07c025
|
app/views/main/user/settings.volt: fix form.
|
2022-08-02 14:53:26 +02:00 |
|
|
|
93c226aef6
|
app/views/main/callback/show.volt: fix collapse
|
2022-08-02 14:52:37 +02:00 |
|
|
|
604d696089
|
app/views/main/callback/show.volt: use code class for request body.
|
2022-08-02 14:52:22 +02:00 |
|
|
|
7bb6ccb6ba
|
app/assets/sass/base/_typography.scss: Adding code class
|
2022-08-02 14:52:01 +02:00 |
|
|
|
b79ea0ef15
|
app/views/main/callback/show.volt: fix heading sizes.
|
2022-08-02 14:51:33 +02:00 |
|
|
|
3d94f8cc96
|
app/views/_common/_components/navigation.volt: fix divider.
|
2022-08-02 13:31:06 +02:00 |
|
|
|
d75b54bf82
|
app/assets/sass/layout/_navigation.scss: usermenu dropdown should extend .dropdown-menu-end to have it aligned to the right.
|
2022-08-02 13:31:06 +02:00 |
|
|
|
4793190b2c
|
app/assets/sass/layout/_navigation.scss: fix usermenu dropdown items.
|
2022-08-02 13:26:17 +02:00 |
|
|
|
59f76add96
|
app/views/main/index/about.volt: change img-responsive to img-fluid
|
2022-08-02 13:03:31 +02:00 |
|
|
|
36e6034c33
|
app/assets/sass/application.scss: import image component from bootstrap.
|
2022-08-02 13:03:14 +02:00 |
|
|
|
9ad9221de0
|
app/library/Form.php: Update classes to bootstrap 5.2.0
|
2022-08-02 12:52:22 +02:00 |
|
|
|
a73f9501f3
|
app/forms/UserSettings.php: Adding disabled attribute to readonly inputs.
|
2022-08-02 12:51:52 +02:00 |
|
|
|
10956443e6
|
app/assets/sass/_bootstrap-config.scss: Fix form input background and label font weigth.
|
2022-08-02 12:51:18 +02:00 |
|
|
|
04dcc61a85
|
Merge branch 'dev' into 28-update-bootstrap
|
2022-08-02 12:39:16 +02:00 |
|
|
|
8ff5b5cd1e
|
app/forms/UserSettings.php: extend Httpcb\Form instead of Phalcon\Forms\Form and delete renderDecorated() and _render() as they exists in Httpcb\Form
|
2022-08-02 12:37:56 +02:00 |
|
|
|
9cd10581d8
|
app/library/Form.php: Phalcon\Forms\Element is renamed to Phalcon\Forms\Element\AbstractElement
|
2022-08-02 12:36:45 +02:00 |
|