Archive of SEB windows client source-code (2024-09-16)
Find a file
2020-03-01 11:13:41 +01:00
Libraries SEBWIN-110: Switched to custom build of SimpleWifi which incorporates the RadioState for Wi-Fi interfaces. 2017-11-14 09:10:06 +01:00
SafeExamBrowser.Applications SEBWIN-361: Fixed concurrency issue when terminating external applications and ensured termination operation continues even with failure. 2020-02-26 08:49:16 +01:00
SafeExamBrowser.Applications.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Browser SEBWIN-363, SEBWIN-357: Ensured session is retained when loading a configuration from a server which requires authentication and introduced new flag to determine whether a reconfiguration is allowed or not. Also fixed session persistence when using delete cookies settings. 2020-02-25 10:41:55 +01:00
SafeExamBrowser.Browser.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Browser.UnitTests Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
SafeExamBrowser.Client SEBWIN-363, SEBWIN-357: Ensured session is retained when loading a configuration from a server which requires authentication and introduced new flag to determine whether a reconfiguration is allowed or not. Also fixed session persistence when using delete cookies settings. 2020-02-25 10:41:55 +01:00
SafeExamBrowser.Client.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Client.UnitTests SEBWIN-363, SEBWIN-357: Ensured session is retained when loading a configuration from a server which requires authentication and introduced new flag to determine whether a reconfiguration is allowed or not. Also fixed session persistence when using delete cookies settings. 2020-02-25 10:41:55 +01:00
SafeExamBrowser.Communication Fixed issue with splash screen not being closed on client side if reconfiguration was aborted. 2020-02-10 16:47:50 +01:00
SafeExamBrowser.Communication.Contracts Fixed issue with splash screen not being closed on client side if reconfiguration was aborted. 2020-02-10 16:47:50 +01:00
SafeExamBrowser.Communication.UnitTests Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
SafeExamBrowser.Configuration SEBWIN-367: Implemented mapping for service configuration values and added new options in configuration tool. 2020-02-28 15:00:17 +01:00
SafeExamBrowser.Configuration.Contracts SEBWIN-309: Implemented draft of browser exam key. 2020-02-10 12:19:25 +01:00
SafeExamBrowser.Configuration.UnitTests SEBWIN-363, SEBWIN-357: Ensured session is retained when loading a configuration from a server which requires authentication and introduced new flag to determine whether a reconfiguration is allowed or not. Also fixed session persistence when using delete cookies settings. 2020-02-25 10:41:55 +01:00
SafeExamBrowser.Core Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Core.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Core.UnitTests Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
SafeExamBrowser.I18n Fixed issue with splash screen not being closed on client side if reconfiguration was aborted. 2020-02-10 16:47:50 +01:00
SafeExamBrowser.I18n.Contracts SEBWIN-308: Implemented basic download overview for browser. 2020-01-22 15:16:11 +01:00
SafeExamBrowser.I18n.UnitTests Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
SafeExamBrowser.Lockdown Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Lockdown.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Lockdown.UnitTests Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
SafeExamBrowser.Logging Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Logging.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Logging.UnitTests Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
SafeExamBrowser.Monitoring Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Monitoring.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.ResetUtility Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Runtime SEBWIN-373: Turns out that it isn't necessary to terminate the Windows shell for kiosk mode Create New Desktop, at least with version 1909. Version 1803 did not allow SEB to set its own working area, now it appears to work even while the Windows shell is running. Amazing. 2020-03-01 11:13:41 +01:00
SafeExamBrowser.Runtime.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Runtime.UnitTests SEBWIN-373: Turns out that it isn't necessary to terminate the Windows shell for kiosk mode Create New Desktop, at least with version 1909. Version 1803 did not allow SEB to set its own working area, now it appears to work even while the Windows shell is running. Amazing. 2020-03-01 11:13:41 +01:00
SafeExamBrowser.Service Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Service.Contracts Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
SafeExamBrowser.Service.UnitTests Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
SafeExamBrowser.Settings SEBWIN-363, SEBWIN-357: Ensured session is retained when loading a configuration from a server which requires authentication and introduced new flag to determine whether a reconfiguration is allowed or not. Also fixed session persistence when using delete cookies settings. 2020-02-25 10:41:55 +01:00
SafeExamBrowser.SystemComponents SEBWIN-373: Fixed system freeze caused by kiosk mode Create New Desktop due to it freezing the Windows shell. Thus, the Windows shell will henceforth be terminated for both kiosk modes. Furthermore ensured that processes started by SEB do not retain handles to the SEB directory. 2020-02-28 18:59:46 +01:00
SafeExamBrowser.SystemComponents.Contracts SEBWIN-308: Ensured temporary configuration file is deleted after reconfiguration. 2020-01-29 10:07:28 +01:00
SafeExamBrowser.UserInterface.Contracts Ensured naming consistency for parent window of file system dialog. 2020-01-24 11:07:52 +01:00
SafeExamBrowser.UserInterface.Desktop Ensured naming consistency for parent window of file system dialog. 2020-01-24 11:07:52 +01:00
SafeExamBrowser.UserInterface.Mobile Ensured naming consistency for parent window of file system dialog. 2020-01-24 11:07:52 +01:00
SafeExamBrowser.UserInterface.Shared SEBWIN-308: Implemented basic file system dialog and download configuration for browser. 2020-01-20 16:13:08 +01:00
SafeExamBrowser.WindowsApi SEBWIN-373: Fixed system freeze caused by kiosk mode Create New Desktop due to it freezing the Windows shell. Thus, the Windows shell will henceforth be terminated for both kiosk modes. Furthermore ensured that processes started by SEB do not retain handles to the SEB directory. 2020-02-28 18:59:46 +01:00
SafeExamBrowser.WindowsApi.Contracts SEBWIN-373: Fixed system freeze caused by kiosk mode Create New Desktop due to it freezing the Windows shell. Thus, the Windows shell will henceforth be terminated for both kiosk modes. Furthermore ensured that processes started by SEB do not retain handles to the SEB directory. 2020-02-28 18:59:46 +01:00
SebWindowsConfig Marked private clipboard as macOS feature for 3.0.0. 2020-03-01 10:59:02 +01:00
Setup Unified license information in about windows. 2020-01-21 09:43:25 +01:00
SetupBundle SEBWIN-344: Updated setup bundle to automatically install the correct setup and C++ runtime for a specific platform. 2019-11-07 10:05:59 +01:00
.editorconfig SEBWIN-220: Scaffolding for new (re-)configuration procedure. 2018-06-21 07:56:25 +02:00
.gitattributes Add .gitignore and .gitattributes. 2017-07-05 10:50:00 +02:00
.gitignore Add .gitignore and .gitattributes. 2017-07-05 10:50:00 +02:00
appveyor-release.yml Removed "Base" from informational version. 2019-12-09 14:19:29 +01:00
appveyor-test.yml SEBWIN-344: Updated setup bundle to automatically install the correct setup and C++ runtime for a specific platform. 2019-11-07 10:05:59 +01:00
codecov.yml Added configuration file for codecov. 2018-03-15 13:32:06 +01:00
LICENSE.txt Added core library and license. 2017-07-05 11:41:19 +02:00
README.md Corrected readme regarding prerequisites. 2020-02-17 15:12:42 +01:00
SafeExamBrowser.sln Excluded unit tests from release build configuration. 2019-12-09 09:27:10 +01:00

Safe Exam Browser, Version 3.x

Refactored version of Safe Exam Browser for Windows with Chromium as integrated browser engine.

Requirements

SEB 3.x requires the prerequisites listed below in order to work correctly. These are automatically installed with the setup bundle and need only be manually installed when using the MSI packages.

Project Status

DISCLAIMER
The builds linked below are for testing purposes only. They may be unstable and should thus never be used in a production environment! Always use the latest, official release version of SEB.

Aspect Status Details
Release Build Release Build Status https://sebdev-let.ethz.ch/project/appveyor/seb-win-refactoring
Test Build Test Build Status https://ci.appveyor.com/project/dbuechel/seb-win-refactoring
Test Run AppVeyor Tests https://ci.appveyor.com/project/dbuechel/seb-win-refactoring
Code Coverage Code Coverage https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring
Issue Status GitHub Issues https://github.com/SafeExamBrowser/seb-win-refactoring/issues
Downloads GitHub All Releases https://github.com/SafeExamBrowser/seb-win-refactoring/releases
Development GitHub Last Commit n/a
Repository Size GitHub Repo Size n/a