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

creating plugin uploader for admin #6646

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Dec 1, 2023

  1. Update plugins.php

    adding controller for plugin file uploader
    fre2mansur committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6e65360 View commit details
    Browse the repository at this point in the history
  2. Update class.plugin.php

    adding function to plugin file upload and do the validation to allow only .phar and reject if the phar is not a valid osticket plugin
    fre2mansur committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8a8135b View commit details
    Browse the repository at this point in the history
  3. Update plugin-add.inc.php

    Adding plugin uploader
    fre2mansur committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2382a75 View commit details
    Browse the repository at this point in the history