From 56d2457a83ec3b9dceb4df1e592c468b8526fd78 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 15 Aug 2022 15:03:42 +0200 Subject: [PATCH] updated readme --- README.rst | 53 +++++++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/README.rst b/README.rst index d6397ffd..b6230acc 100644 --- a/README.rst +++ b/README.rst @@ -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 -SEB Server Version 1.3.0 is out +SEB Server Version 1.4 is out ------------------------------- New features: -- Table Filter: Enter input on filter input field triggers filter action -- New: "Exam Templates" to predefine exam configurations that can be applied on exam import -- Exam Configuration: Copy exam configuration on exam configuration table view -- Exam Templates: Add an exam configuration template via exam template to automatically create an exam configuration on import -- Exam Templates: Add indicators for exam template that are automatically applied on exam import -- Monitoring: Add new filter to filter active connections (without any incidences) -- Monitoring: Add connection summary for each connection state filter to show how many connections are present per state -- Monitoring: Improved and extended connection information about user/login change and display client info like SEB version, OS Version... -- Monitoring: Improved distributed setup with Docker/Kubernetes -- Monitoring Notifications: Added Raise-Hand Notification and SEB Lock-Screen Notification +- Add possibility to archive/deactivate exams +- Added "Monitoring/Finished Exams" to be able to view already finished or archived exams within the usual monitoring view +- Improve LMS connection handling and LMS data fetch cycle +- Exam Configuration: Batch actions to change "Status" and "Update from Template" on multiple configuration at once +- Add proctoring settings to exam template +- Import of certificate-encrypted SEB configuration as Exam Configuration in SEB Server +- Added last update date and last modifying user to Connection Configuration and Exam Configuration +- Deletion possibility for all entities or documents with detailed deletion report +- Show generated client credentials of a Client Configuration. Suitable for testing purposes Bugfixes: -- Various distributed setup cache issues -- Fixed Sorting of exam in exam list -- Fixed LMS Lockup quizzes filter -- Fixed Exam proctoring settings verification -- Various proctoring issues for proctoring with Zoom +- Fixed to short default expiry time for SEB access token (1 hour --> 12 hour) +- Fixed Exam status update for running or finished exams when LMS dates changes +- Fixed Exam name and start-date filter +- Caching for SEB Exam Configuration on distributed setups +- 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: -- Overall: Extended GUI server session timeout -- User Roles: Enhanced "Exam Administrator" role to see all running exams and be able to support them as well -- LMS Lockup/Exam: Show Moodle course name together with the quiz name on LMS lockup as well as on exams -- Exam Configuration: Streamline "Exam Configuration" settings with the newest SEB versions -- Monitoring: Improved indicator and monitoring data performance for distributed setups -- Monitoring: Changed default colors for active connections and indicators (No color if no incidence) +- User Account: Improved description for change password form +- Monitoring: Search pop-up width to fit full navigation +- 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 Proctoring Settings: Make popup larger to fit all settings +- Client Configuration - Fallback Password: Improved arrangement for better TAB handling +- 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: -- Exact version: docker pull anhefti/seb-server:v1.3.0 (sha256:35692e304ab8f7d198524ff948df472e1eb362f1eb7f0b0fa358d01556011e59) -- Latest stable minor version with patches: docker pull anhefti/seb-server:v1.3-latest +- 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.4-latest