github JATOS/JATOS v3.6.1
JATOS v3.6.1

latest releases: v3.8.6, v3.8.5, v3.8.5-alpha...
2 years ago

Changes

More control for JATOS admins: Introducing Administration page #215

  • Improved User Manager
    • Allows an admin to deactivate a user
    • Shows user's last login time
    • Shows info on each user's studies (especially disk usage)
    • Export of usernames and other user data as CSV
  • New Study Admin page gives admins an overview about all studies on this JATOS
    • Shows a table with info on each study (incl. all member users, disk usage of this study, and when was is last used)
    • Allows an admin to deactivate a study (e.g. if it uses to many resources)
  • See all logs (including the ones older than today, update.log, and loader.log)
  • See tests and system info
  • Shows info about latest users and latest study runs (gives admins an overview about what's happening right now)

Better result pages

  • Cleaner toolbar
  • New Filter Builder lets you define complex filters with logic and conditions in an intuitive way
  • New button to select all currently visible result

Misc.

  • In MySQL databases: Allow full UTF-8 by default (e.g. emojis)
  • Clear out dependencies (jQuery UI, download.js and moment.js)
  • Data streaming (e.g. exporting results, or log file download) uses less memory on server side
  • Show (better) error messages in case file downloads / exports fail
  • Allow parameters in End Redirect URL (e.g. for SONA, #224)
  • Add new settings to production.conf:
    • jatos.studyMembers.allowAddAllUsers - Prevent 'Add all' users button in study members. Usually this button adds all users that exist, which is not desirable in bigger JATOS installations.
    • jatos.idCookies.sameSite - Defines the ID cookies' 'SameSite' attribute. Can be 'None', 'Lax', or 'Strict'. Default is 'None'. 'Strict' makes the usage of external recruiting tools (like MTurk) impossible. #231
    • jatos.idCookies.secure - If true the IDCookies' 'secure' attribute is set and only HTTPS is allowed. Default is false. #231
    • jatos.resultData.export.useTmpFile - If true, result data that are fetched from the database are first stored in a temporary file and only when they are all gathered the file is sent to the browser. If false the result data are streamed directly from the database to the browser. Default is false.

Previous releases: github.com/JATOS/JATOS/releases

Which variant do I need?

  • If you have Java (at least version 8) already installed (all OS): jatos.zip
  • No Java installed: Choose according to your OS between
  • If you prefer Docker: hub.docker.com/r/jatos/jatos

Don't miss a new JATOS release

NewReleases is sending notifications on new releases.