Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a setup "wizard" with an artisan command #890

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

metalgrid
Copy link

@metalgrid metalgrid commented Apr 1, 2024

[NF] Provides the ixp-manager:setup-wizard artisan command for easier creation of the initial database objects - closes #889

This command provides the means to easily create the initial database objects, required to start using IXP Manager.
It also supports command-line options to provide the values from automated scripts.

In addition to the above, I have:

  • ensured all relevant template output is escaped to avoid XSS attached with <?= $t->ee( $data ) ?> or equivalent.
  • ensured appropriate checks against user privilege / resources accessed
  • API calls (particular for add/edit/delete/toggle) are not implemented with GET and use CSRF tokens to avoid CSRF attacks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup wizard for the initial database objects
1 participant