Releases: fboender/scriptform
Releases · fboender/scriptform
v1.8
v1.7
v1.6
This release includes the following new features:
- Allow special 'today' value for 'date' field default values.
options_from
andfields_from
allow reading of options or fields from files or executables. This allows the creation of dynamic forms. See the User Manual for more information and theexamples/dynamic_forms
dir for examples.- Two additional elements are passed in the environment when executing scripts.
__SF__FORM
: The name of the form. E.g. clean_database.__SF__USER
: The logged in user executing the form. E.g. admin.
v1.5
v1.4
v1.3
- Allow pre-auth through REMOTE_USER header. This allows a front-end webserver such as Apache to preform basic / LDAP / SAML authentication for Scriptform.
- Passwords are now censored in the audit log.
- Most form fields now allow for a "default_value" field.
- Checkboxes weren't lined up properly.
- A systemd service unit file is now included.
- The documentation has received various updates regarding security and troubleshooting.
v1.2
- A bug was fixed in the handling of usernames causing anonymous forms to be displayed when logged in, if only one authenticated and one unauthenticated form were present.
- Changed the default listening port from 80 to 8081 and updated documentation.
- Fixed documentation regarding how to call Scriptform.
v1.1
This release features the following changes:
- Improved form configuration loading error messages.
- Passwords containing a ':' caused problems.
- When incorrect redirects were done, or if the user specified an URL starting with two slashes, Scriptform would show a 500 error.
- When stopping or restarting Scriptform, a harmless error about missing arguments to _cleanup() would be shown in the log file.
- Various updates to the documentation and examples.