Archived
1
0
Fork 0
Commit graph

332 commits

Author SHA1 Message Date
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
6847312778
adding app/library/Mail.php 2018-09-22 13:51:53 +02:00
d7023d5336
app/library/OAuth/Adapter/League.php: handle exception in getProviderName() 2018-09-18 00:33:49 +02:00
d241f35a19
app/library/Validation/Validator/Alpha.php: remove commented out debug code. 2018-09-18 00:33:27 +02:00
d5b657bd5b
app/library/Navigation.php: add docblock 2018-09-18 00:32:53 +02:00
6756c5c5b4
app/library/Navigation/*: fixing some phpdoc comments and add proper types to arguments. 2018-09-18 00:32:24 +02:00
751befc156 Merge branch '6-cleanup-request-list-module' into 'dev'
Resolve "cleanup request-list module."

Closes #6

See merge request pnx/httpcb!21
2018-09-05 17:46:13 +00:00
55bb8c5c72 app/views/callback/show.volt: some cleanup (fixing proper accordion behavior also) 2018-09-05 17:45:38 +00:00
fba2c1fa35 app/assets/sass/components/_request-list.scss: rewritten to extend card component 2018-09-05 17:45:38 +00:00
1e77c2650d adding app/assets/sass/components/_card.scss 2018-09-05 17:45:38 +00:00
161d5a1353 app/assets/sass/components/_list-group.scss: instead of having borders for each item (and remove buttom for last child). Set all 4 borders for .list-group and then set buttom border for all items (except last) 2018-09-05 17:45:38 +00:00
56a80ef350 scss: adding list-group component. 2018-09-05 17:45:38 +00:00
124eb1ef16 rename app/assets/sass/components/_request-item.scss to _request-list.scss 2018-09-05 17:45:38 +00:00
f7432fa4a8
remove public/img/phalcon_logo.png as we have 2. 2018-09-03 20:56:54 +02:00
7dac50c6a4
v1.0.1 2018-08-31 18:23:41 +02:00
babe5cd1e3 Merge branch '20-move-from-less-to-sass' into 'dev'
Resolve "move from LESS to SASS."

Closes #20

See merge request pnx/httpcb!18
2018-08-29 08:37:22 +00:00
7490c86f7f remove old application less source. 2018-08-29 08:37:03 +00:00
fec6b6caa5 Converting application less to sass. 2018-08-29 08:37:03 +00:00