Ferry Boender
25286fbdc1
Script execution environment documentation.
5 years ago
Ferry Boender
c78bb1bb6c
Pass additional info to script environment.
5 years ago
Ferry Boender
9fc0c6dab2
Implemented 'fields_from' for dynamic loading of form fields.
5 years ago
Ferry Boender
dddd7223da
Implemented options_from form value for select and radio, allowing dynamic options
5 years ago
Ferry Boender
8c640b33a6
Allow 'today' for 'date' field values.
5 years ago
Ferry Boender
adf3f627ce
Mention cause and solution for "permission denied" when running from init service.
8 years ago
Ferry Boender
a8425a57a6
Unset REMOTE_USER header before setting. Shouldn't be needed but just in case.
8 years ago
Ferry Boender
a359ba548a
Mention authentication exception for static file serving.
8 years ago
Ferry Boender
2ea31d98ff
Implemented "default_value" form option.
8 years ago
Ferry Boender
25a64b7949
Censor password values in audit logging.
8 years ago
Ferry Boender
803420289a
Additional security considerations mentioned in user manual.
8 years ago
Ferry Boender
c00d308fef
Allow pre-auth through REMOTE_USER header
...
Pre-auth looks at the REMOTE_USER header and if it is set, Scriptform
performs no validation of the password and just assumes the username is
correct. This allows pre-authentication from a front-end such as Apache
for HTAUTH, LDAP, OpenID / SSO, etc.
8 years ago
Ferry Boender
cb3abe7213
Fix binary locations in documentation.
8 years ago
Ferry Boender
9c3fde01c6
Listen on port 8081 by default instead of 80
8 years ago
Ferry Boender
7aa494c365
Move 'terminology' chapter to the correct chapter.
9 years ago
Ferry Boender
84352bae86
Documented exit code handling in `raw` output mode.
9 years ago
Ferry Boender
fef4ee1f62
Documentation updates.
9 years ago
Ferry Boender
bec94437c1
Tutorial.
9 years ago
Ferry Boender
6cbc731844
Tutorial.
9 years ago
Ferry Boender
03f655b6e6
If Scriptform is running as root, drop privileges to 'nobody' by default. Otherwise, don't drop privileges before executing scripts.
9 years ago
Ferry Boender
ddfdf3c053
Additions to the manual
9 years ago
Ferry Boender
7ad325828d
Document additional field types.
9 years ago
Ferry Boender
f8e96de85a
Documentation updates.
9 years ago
Ferry Boender
1551163846
User manual: added Terminology section.
9 years ago
Ferry Boender
83fb983307
User manual: spelling corrections.
9 years ago
Ferry Boender
386af020a2
Added abilitity to add custom CSS classes to field definitions.
9 years ago
Ferry Boender
75a767f362
Document HTML5 validation.
10 years ago
Ferry Boender
c1a029a996
Allow inclusion of application-wide custom CSS.
10 years ago
Ferry Boender
61c858dad2
Minor User manual improvements.
10 years ago
Ferry Boender
64e2afeeda
Implemented field styles that lets the user specify inline CSS style for a form field.
10 years ago
Ferry Boender
1080b50696
Added a 'size' option for string input fields that controls the width in characters of the input box.
10 years ago
Ferry Boender
e623c45da6
Allow serving of static files through 'static_dir' directive.
10 years ago
Ferry Boender
1a3d10cdee
Renamed 'callbacks' chapter in User manual to 'Script execution'.
10 years ago
Ferry Boender
06d1ead881
Moved some things around in the User manual.
10 years ago
Ferry Boender
9c0a5a4978
Rename 'hide' property to 'hidden' for consistency.
10 years ago
Ferry Boender
6214b2681e
Allow hidden form fields.
10 years ago
Ferry Boender
69989957d6
User manual update.
10 years ago
Ferry Boender
d88aad1f45
Typo.
10 years ago
Ferry Boender
2ce4602808
Security documentation.
10 years ago
Ferry Boender
2dfa35a29b
Checkbox field type added.
10 years ago
Ferry Boender
db03f7cb49
Minor cosmetic reformatting of User Manual.
10 years ago
Ferry Boender
df1b173d2a
Added a 'hide' option to form definitions which lets you hide the form in the list. You can still refer to it in other ways, if you know its name.
10 years ago
Ferry Boender
34c9cac1a7
Form definitions are now specified in a list instead of a dict. This preserves their order when listing the forms.
10 years ago
Ferry Boender
117438375e
Support for --version.
10 years ago
Ferry Boender
23fea8f605
User manual updates.
10 years ago
Ferry Boender
ea762d7534
Manual updates.
10 years ago
Ferry Boender
b15b80f00f
User manual updates.
10 years ago
Ferry Boender
330e8be4e5
Decode output of scripts from utf8 to unicode.
10 years ago
Ferry Boender
936d2d9cb0
User manual updates.
10 years ago
Ferry Boender
9c41bfa51b
Separate form configuration to its own class, so it can be dynamically loaded in the future.
10 years ago