updated readme

This commit is contained in:
anhefti 2022-08-15 15:03:42 +02:00
parent d5f33ed72d
commit 56d2457a83

View file

@ -66,45 +66,50 @@ a more automated and secure setup for high-stake exams.
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/seb-sebserver-lms.png :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/seb-sebserver-lms.png
SEB Server Version 1.3.0 is out SEB Server Version 1.4 is out
------------------------------- -------------------------------
New features: New features:
- Table Filter: Enter input on filter input field triggers filter action - Add possibility to archive/deactivate exams
- New: "Exam Templates" to predefine exam configurations that can be applied on exam import - Added "Monitoring/Finished Exams" to be able to view already finished or archived exams within the usual monitoring view
- Exam Configuration: Copy exam configuration on exam configuration table view - Improve LMS connection handling and LMS data fetch cycle
- Exam Templates: Add an exam configuration template via exam template to automatically create an exam configuration on import - Exam Configuration: Batch actions to change "Status" and "Update from Template" on multiple configuration at once
- Exam Templates: Add indicators for exam template that are automatically applied on exam import - Add proctoring settings to exam template
- Monitoring: Add new filter to filter active connections (without any incidences) - Import of certificate-encrypted SEB configuration as Exam Configuration in SEB Server
- Monitoring: Add connection summary for each connection state filter to show how many connections are present per state - Added last update date and last modifying user to Connection Configuration and Exam Configuration
- Monitoring: Improved and extended connection information about user/login change and display client info like SEB version, OS Version... - Deletion possibility for all entities or documents with detailed deletion report
- Monitoring: Improved distributed setup with Docker/Kubernetes - Show generated client credentials of a Client Configuration. Suitable for testing purposes
- Monitoring Notifications: Added Raise-Hand Notification and SEB Lock-Screen Notification
Bugfixes: Bugfixes:
- Various distributed setup cache issues - Fixed to short default expiry time for SEB access token (1 hour --> 12 hour)
- Fixed Sorting of exam in exam list - Fixed Exam status update for running or finished exams when LMS dates changes
- Fixed LMS Lockup quizzes filter - Fixed Exam name and start-date filter
- Fixed Exam proctoring settings verification - Caching for SEB Exam Configuration on distributed setups
- Various proctoring issues for proctoring with Zoom - Wrong SEB client missing ping logs generated by SEB Server
- Monitoring: Negative ping values
- Monitoring - Raise hand: Icon in SEB Server monitoring appears now also when SEB is connecting and not active yet
- Exam Configuration - List-Inputs: AutomaticallysSelect new added entry and select next entry after deleting previous entry
Changes: Changes:
- Overall: Extended GUI server session timeout - User Account: Improved description for change password form
- User Roles: Enhanced "Exam Administrator" role to see all running exams and be able to support them as well - Monitoring: Search pop-up width to fit full navigation
- LMS Lockup/Exam: Show Moodle course name together with the quiz name on LMS lockup as well as on exams - Exam Configuratipon: Rename option "Enable SEB with browser windows" to "Use SEB without browser window" and invert logic (same as in SEB Config Tool)
- Exam Configuration: Streamline "Exam Configuration" settings with the newest SEB versions - Exam Proctoring Settings: Make popup larger to fit all settings
- Monitoring: Improved indicator and monitoring data performance for distributed setups - Client Configuration - Fallback Password: Improved arrangement for better TAB handling
- Monitoring: Changed default colors for active connections and indicators (No color if no incidence) - Improve form validation in add indicator form
- Change order of actions in monitoring according to user-input
- Configuration Templates: Display actual configuration values in the template's attribute list
Docker-Image: Docker-Image:
- Exact version: docker pull anhefti/seb-server:v1.3.0 (sha256:35692e304ab8f7d198524ff948df472e1eb362f1eb7f0b0fa358d01556011e59) - Exact release version: docker pull anhefti/seb-server:v1.4.0 (sha256:912897391003478cc493fd470ced6f7335c24019f0064cbf3a94be3ace990f29)
- Latest stable minor version with patches: docker pull anhefti/seb-server:v1.3-latest - Latest stable minor version with patches: docker pull anhefti/seb-server:v1.4-latest