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

Initial production release #13

Merged
merged 16 commits into from
Sep 29, 2020
Merged

Initial production release #13

merged 16 commits into from
Sep 29, 2020

Commits on Sep 18, 2020

  1. Adding overwritten version of system.inc that will allow NGINX to pas…

    …s PUT and DELETE requests to PHP without requiring the .php extension
    Jared Hendrickson committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    aabf97d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Added support for PUT and DELETE requests, updated endpoint URLs to m…

    …atch REST principals, added embedded documentation, created unit test framework and additional unit tests, updated developer docs, added endpoint framework to dynamically generate endpoint files
    Jared Hendrickson committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    e03ada3 View commit details
    Browse the repository at this point in the history
  2. Added query_get_data function to APIEndpoint class to allow clients t…

    …o query specific data from GET requests, minor updates to APIModel class to allow nested API calls, updated APIServicesUnboundHostOverride models to follow REST principals, updated documentation
    jaredhendrickson13 committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    6b5de7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfbd73f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dfe454 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    331a169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    675d740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d52044a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    34ad7c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Minor documentation adjustments, minor adjustments to unit test frame…

    …work, added legal and copyright details, fixed bug that prevented client username from showing in change logs, bug fixes for use on pfSense 2.5
    Jared Hendrickson committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e14aeb8 View commit details
    Browse the repository at this point in the history
  2. Created query framework to speed up and extend query functionality, a…

    …dded dhcp configuration endpoints, updated documentation, staged for merge
    jaredhendrickson13 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    22a917f View commit details
    Browse the repository at this point in the history
  3. Created query framework to speed up and extend query functionality, a…

    …dded dhcp configuration endpoints, updated documentation, staged for merge
    jaredhendrickson13 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    9248914 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fc157a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6898aa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    651c82e View commit details
    Browse the repository at this point in the history
  7. Minor unit test adjustments, staged for v1.0.0

    Jared Hendrickson committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    52ea261 View commit details
    Browse the repository at this point in the history