|
|
5708effa6f
|
package.json: require natives 1.1.6
|
2022-07-24 16:15:04 +02:00 |
|
|
|
a572e6eae0
|
composer: require ext-yaml
|
2022-07-23 20:58:09 +02:00 |
|
|
|
408b1dc42f
|
app/views/main/index/about.volt: Typo fixes.
|
2022-07-23 19:36:14 +02:00 |
|
|
|
e53f0a2366
|
Update package-lock.json
|
2019-12-02 11:40:08 +01:00 |
|
|
|
5867103646
|
Merge branch '24-admin-section' into 'dev'
Resolve "Admin section"
Closes #24
See merge request pnx/httpcb!25
|
2019-12-01 23:04:48 +00:00 |
|
|
|
fcefe72c55
|
app/assets/sass/views/_backend.scss: make sure we have some margin-bottom so content below are pushed down abit.
|
2019-12-01 23:58:41 +01:00 |
|
|
|
5fb9880a1b
|
Adding backend/LogController::index()
|
2019-12-01 19:27:27 +01:00 |
|
|
|
778c7127b3
|
app/models/Data/ActivityLog.php: implement getAllPaginationList()
|
2019-12-01 19:26:31 +01:00 |
|
|
|
a01cc60266
|
app/models/Data/ActivityLog.php: Add relationship to User model.
|
2019-12-01 19:26:31 +01:00 |
|
|
|
34d2c048f5
|
app/controllers/backend/UserController.php: use the side-menu layout
|
2019-12-01 17:43:09 +01:00 |
|
|
|
bed7b36748
|
adding app/views/backend/_layouts/side-menu.volt
|
2019-12-01 17:42:38 +01:00 |
|
|
|
223d78d7d4
|
scss: adding views/_backend.scss
|
2019-12-01 15:23:26 +01:00 |
|
|
|
bdde1d9ac7
|
app/controllers/backend/UserController.php: adding listing of users.
|
2019-12-01 15:23:26 +01:00 |
|
|
|
7c458a8052
|
app/config/routes.yml: adding backend-user-list route
|
2019-12-01 15:23:26 +01:00 |
|
|
|
dfe440cda3
|
app/models/Data/User.php: adding getPagination()
|
2019-12-01 15:23:26 +01:00 |
|
|
|
3c17346e46
|
app/config/menu.yml: add admin link
|
2019-12-01 15:23:26 +01:00 |
|
|
|
89e096c4fd
|
app/library/Services.php: get role from authed user getType() method.
|
2019-12-01 15:23:26 +01:00 |
|
|
|
ca27834a56
|
app/library/Navigation/Node.php: minor change.
|
2019-12-01 15:23:26 +01:00 |
|
|
|
cc08ca1658
|
app/config/acl.yml: move the docs to docs/ACL.md
|
2019-12-01 15:23:26 +01:00 |
|
|
|
8aa1ceb2cb
|
app/config/acl.yml: add admin role and backend zone.
|
2019-12-01 15:23:29 +01:00 |
|
|
|
4e059b3c54
|
app/library/Acl.php: in fromConfig() fix so that zones can be both strings and arrays.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
2cb7ad2da8
|
app/library/Acl.php: in isAllowed() implement wildcard for controllers in modules.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
c94c0fed7b
|
app/listeners/AccessListener.php: implement modules.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
e5b0e1fcfd
|
Make the application modular to have a "main" and "backend" part.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
884f721002
|
app/config/acl.yml: add admin role.
|
2018-12-29 15:24:24 +01:00 |
|
|
|
f276ad92a8
|
app/listeners/AccessListener.php: fetch role from identity.
|
2018-12-29 15:24:24 +01:00 |
|
|
|
388b5933cb
|
app/models/Data/User.php: add type field.
|
2018-12-29 15:24:24 +01:00 |
|
|
|
ad2258607a
|
migration: 20181003134001_user_type.php
|
2018-12-29 15:24:23 +01:00 |
|
|
|
da4f7a6f79
|
Update font awesome to 5.6.3
|
2018-12-29 15:23:36 +01:00 |
|
|
|
f8890bfc3d
|
v1.0.2
|
2018-10-01 19:20:28 +02:00 |
|
|
|
52f17efed8
|
Merge branch '26-acl' into 'dev'
Resolve "Acl"
Closes #26
See merge request pnx/httpcb!24
|
2018-10-01 14:08:44 +00:00 |
|
|
|
5828e5a205
|
app/listeners/AclListener.php: rename to AccessListener
|
2018-09-30 23:54:52 +02:00 |
|
|
|
e49170eee0
|
app/listeners/AclListener.php: improve error handling when access is denied.
|
2018-09-30 23:52:57 +02:00 |
|
|
|
bd37c593e4
|
app/library/Services.php: use acl.yml
|
2018-09-30 23:51:02 +02:00 |
|
|
|
80a8cdca3f
|
Improve ACL handling.
|
2018-09-30 23:50:21 +02:00 |
|
|
|
bcd50a8453
|
adding app/config/acl.yml
|
2018-09-30 23:14:37 +02:00 |
|
|
|
7c24e2ea5e
|
app/controllers/UserController.php: move activateLinkAction() to ApiController
|
2018-09-30 23:12:08 +02:00 |
|
|
|
bd5a8402e6
|
app/controllers/CallbackController.php: move endpointAction() to ApiController.
|
2018-09-30 23:11:03 +02:00 |
|
|
|
7a81eb87e3
|
Merge branch '22-registration-enable-change-of-email' into 'dev'
Resolve "Registration - Enable change of email."
Closes #22
See merge request pnx/httpcb!22
|
2018-09-25 22:25:42 +00:00 |
|
|
|
2335c61644
|
app/controllers/UserController.php: in activateLinkAction() accept account activation also.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
2faf85359a
|
app/controllers/AuthController.php: in registerAction() send activation mail if email from oauth is changed.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
4ff298e7ea
|
app/controllers/AuthController.php: in oauthAction() redirect new users to register page even if their email is taken (they can change it now)
|
2018-09-25 22:25:13 +00:00 |
|
|
|
dde8818296
|
app/forms/Registration.php: enable user to change email.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
19fdee782c
|
adding app/templates/mail/account_activation.volt
|
2018-09-25 22:25:13 +00:00 |
|
|
|
a52fc99ded
|
app/models/Data/PasswordLink.php: rename to UserActivation
+ Confirm to the database changes.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
bdf16e6fbb
|
migration: 20180920202100_rename_password_link_to_user_activation.php
|
2018-09-25 22:25:13 +00:00 |
|
|
|
f2e9a7e899
|
Merge branch '27-di-mail-service' into 'dev'
Resolve "DI: Mail service"
Closes #27
See merge request pnx/httpcb!23
|
2018-09-25 22:24:53 +00:00 |
|
|
|
2929c640f0
|
app/controllers/UserController.php: remove usage of SendGrid and use the mail service.
|
2018-09-22 14:06:10 +02:00 |
|
|
|
9d6e17e646
|
app/library/Services.php: remove sendgrid service (defined as mail from now on).
|
2018-09-22 14:03:33 +02:00 |
|
|
|
5c7145fd9c
|
app/library/Services.php: adding Mail service.
|
2018-09-22 13:56:41 +02:00 |
|