• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
skip "-url" in "export_vars -url" since it is the default

  1. … 11 more files in changeset.
Fix prepared statement syntax

  1. … 2 more files in changeset.
Replace api

  1. … 1 more file in changeset.
improve spelling

  1. … 4 more files in changeset.
Centralize retrieval of the test URL

  1. … 5 more files in changeset.
Add missing test data

file test.png was initially added on branch oacs-5-10.

    • binary
    ./test/data/test.png
Documentation changes

Use a microseconds resolution to store the proctoring artifacts

  1. … 1 more file in changeset.
Replace private with public api

Basic test of the proctoring upload endpoint

Implement a pre-selection filter for timeframes, which can be extended using downstream specific logics

  1. … 6 more files in changeset.
Improve upgrade:

- make output more visible when executed in the apm

- when atjobs are available, schedule the upgrade to run in the background at the next restart

Provide an api to delete proctoring artifacts together with their folder in order to reduce duplication

    • -21
    • +78
    ./test/proctoring-test-procs.tcl
  1. … 2 more files in changeset.
Fix typo in doc

Fix typo in doc

Provide an api to store proctoring artifacts, and a callback hook for postprocessing

    • -0
    • +124
    ./test/proctoring-test-procs.tcl
  1. … 2 more files in changeset.
file apm-callback-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./apm-callback-procs.tcl
Introduce a data model for "proctoring artifacts", aka the pictures

and audios, which so far have only lived as files in the filesystem

named after a convention

The new datamodel allows to quickly and reliably retrieve the pictures

collected by proctoring and also provides for a technical space, in

form of a JSON metadata column, to store additional information coming

from e.g. postprocessing phases.

The idea is to use this feature to provide reviewing tools of proctoring results and allow for flexile downstream postprocessing.

The file naming convention has not been changed for the time being, so this would be

retro-compatible. However, integrators should start relying on the new

data model to retrieve pictures.

  1. … 8 more files in changeset.
Merge if conditions

Improve doc

Fix typical last minute mistake

Proctoring enforcing reform:

so far, to proctor applications that do not have a "single point of entry", such as e.g. dotlrn communities, we have integrated the lib/proctoring-enforce include into the website master template. Now we improve from this by introducing a callback mechanism that allows the single packages to decide if a request is "theirs to be proctored" or not.

  1. … 3 more files in changeset.
file proctoring-callback-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./proctoring-callback-procs.tcl
Fix typo

improve spelling

  1. … 42 more files in changeset.
Update doc

Prefer returning forbidden, unauthorized actually asks for authentication

Fix typo

Safe Exam Browser support reform:

- capture both RequestHash and ConfigKeyHash from the request headers and use both to validate the request. This enables to choose to just enforce the plain conf, instead of the whole conf+binaries combination, which is platform-specific

- support storing multiple keys, required e.g. to support multiple platform-specific keys

- make suppling of the config file optional

- extend automated tests to cover new features

- clanup redundant index

- return config file using its stored filename

  1. … 3 more files in changeset.