Alex Karajos

Results 13 issues of Alex Karajos

Shouldn't all forms have CSRF validation?

enhancement
question

Convert this [TODO](https://github.com/dotkernel/frontend/commit/1ddda22231f48387568e956bf670811252c3ef25#diff-0c9333350bcfc0bf5bde27b14c09779f1fa88dcd83d3e1601879e4257cf7c7f9R18) reported by @MarioRadu to an issue.

enhancement

- [ ] All forms need a hidden CSRF field - [ ] CSRF fields must be validated Related: https://github.com/dotkernel/frontend/issues/342

bug
enhancement

| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC | no |...

Add to this PR any docs updates. When the content on every page has been quality checked and approved, we can merge this and make a new API release.

enhancement

example: https://github.com/dotkernel/frontend/blob/4.0/src/Contact/src/Entity/Message.php#L13

## Note - calling `$this->created();` from all entities because Psalm complained about `$this->created` not being initialized from anywhere - role(s) must be set when super/admin creates a user (instead of...

Nothing that would break the code - it's just a small issue I've identified during reviewing #265 --- ### Issue: As explained [here](https://github.com/doctrine/annotations/issues/219#issuecomment-415354856): > Class-level traits must be on the...

This feature is mostly forgotten since it was implemented. We should promote this internally so that our developers start using it on a daily basis. Before each commit, we should...