|
|
8c9455a2d5
|
Merge branch '38-admin-send-activation-password-resets-to-email' into dev
|
2022-08-28 17:49:22 +02:00 |
|
|
|
151daa8529
|
app/controllers/backend/UserController.php: typo fix.
|
2022-08-28 17:49:03 +02:00 |
|
|
|
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 |
|
|
|
1b57749a91
|
app/views/backend/user/index.volt: Show badge. for status.
|
2022-08-28 17:38:00 +02:00 |
|
|
|
c07423f600
|
app/controllers/ControllerBase.php: set namespace in _forward404()
|
2022-08-28 17:37:30 +02:00 |
|
|
|
7315885877
|
app/config/local.sample.yml: minor fix.
|
2022-08-28 17:37:26 +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 |
|
|
|
6aeaf74a2f
|
package.json: set to version 1.1.0 as npm does not like 1.1
|
2022-08-28 17:20:53 +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 |
|
|
|
fa28394a83
|
composer.json: require ext-mbstring
|
2022-08-28 16:41:41 +02:00 |
|
|
|
78c462514f
|
Version 1.1
|
2022-08-10 15:09:01 +02:00 |
|
|
|
e5212958f8
|
update npm packages.
|
2022-08-10 15:07:37 +02:00 |
|
|
|
e08e65b509
|
Update composer packages
|
2022-08-10 15:07:16 +02:00 |
|
|
|
b074a859fa
|
composer.json: update localheinz/json-printer to ergebnis/json-printer
|
2022-08-10 15:06:49 +02:00 |
|
|
|
64e80ab58b
|
composer.json: require psr >= 1.2
|
2022-08-10 15:05:42 +02:00 |
|
|
|
88318f00ba
|
Merge branch '29-make-a-logo' into 'dev'
Resolve "Make a logo"
Closes #29
See merge request pnx/httpcb!31
|
2022-08-09 19:03:13 +00: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 |
|
|
|
32e5161c66
|
Adding public/img/logo.png
|
2022-08-09 21:00:09 +02:00 |
|
|
|
012be402ed
|
app/views/_common/layout.volt: include favicons
|
2022-08-09 20:59:45 +02:00 |
|
|
|
f118d23000
|
Adding favicon
|
2022-08-09 20:59:32 +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 |
|
|
|
a29b41ae54
|
package.json: remove jquery
|
2022-08-05 15:36:41 +02:00 |
|
|
|
724a302c47
|
gulpfile.js: remove jquery
|
2022-08-05 15:34:54 +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 |
|