Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-12-01 | 1.4 kB | |
sciNote 1.5.1.tar.gz | 2016-12-01 | 5.5 MB | |
sciNote 1.5.1.zip | 2016-12-01 | 5.9 MB | |
Totals: 3 Items | 11.4 MB | 0 |
New features
Google reCaptcha integration
Google reCaptcha can now be used for sign-up & invitation confirmation pages. Specify the following environmental variables:
:::yaml
ENABLE_RECAPTCHA: "true"
RECAPTCHA_SITE_KEY: "..."
RECAPTCHA_SECRET_KEY: "..."
Toggle email confirmations switch
Email confirmations for various sciNote tasks (e.g. confirm signed-up user, confirm changed email) can now be enabled/disabled via the following environmental variable:
:::yaml
ENABLE_EMAIL_CONFIRMATIONS: "false"
Automatic sign-in via token
Allows automatic sign-in into sciNote if you provide a correct authentication token by submitting a GET
request to the following URL:
<scinote_root>/users/auth_token_sign_in?user_email=<user_email>&user_token=<user_token>
This is currently only meant for extending sciNote.
Improvements
- Add full name input field to confirm invitation page,
- Add environmental variable (
NAVBAR_SHOW_VERSION
) to toggle version display in navbar.
Bug fixes
- Allow upload of
.tiff
and.bmp
files, - Fix task comments not properly showing in reports,
- Fix intro tutorial text.