-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Full beta v0.0.1 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nd Makefile to reflect changes accordingly
…ound), updated pkg-plist and Makefile
…vailable services and their current status
…Updated pkg-plist and Makefile.
…art, /services/stop, /services/restart), changed format of individual start, stop, restart service enpoints to self identify the service and action being requested. Updated pkg-plist and Makefile
…ions and processes, all endpoints will simply call these functions in the future. Completed /interfaces/add/index.php with all IPv6 interface configuration options.
…/portforwards/delete/, added UI/config control to only allow read access from API, fixed permissions issue where read only permissions allowed services to start and stop
… and modify existing sshd configurations, added endpoints for /system/hostname/ and /system/hostname/modify/ to read and modify the existing system hostname, added pre-run check to ensure a supported version of pfSense is running before making any changes, updated Makefile and pkg-plist accordingly
- Added endpoint for /system/certificates/ to read all system SSL certificates - Added endpoint for /system/certifciates/add to import a new SSL certificate - Added endpoint for /system/certificates/delete to delete an existing SSL certificate - Added endpoint for /users/authservers/ to read all LDAP and RADIUS authentication server configurations - Added endpoint for /users/authservers/ldap/ to read LDAP authentication server configurations - Added endpoint for /users/authservers/radius/ to read RADIUS authentication server configurations - Changed default API token hash algorithm to SHA256 - Added SHA512 to allow API token hash algorithms - Added snippet to check if a user is disabled before allowing API access
- Added API call to add LDAP authentication server - Added API call to delete LDAP authentication server - Added API call to delete RADIUS authentication server - Added API call to delete any authentication server - Update pkg-plist and Makefile
…. This allows functions to pull the error message from a centralized location using it's unique error code - Add function and API call to read the error code library as JSON. This allows third-party scripts/software to directly integrate with the APIs error reporting. - Changed API configuration location from /pfsense/config/installedpackages/package/id to /pfsense/config/installedpackages/package/id/conf for better readability - Added API call to read API configuration - Update pkg-plist and Makefile
…ix bug hindering development
- Updated README.md and prepped for merge to master
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.