anhefti
c9a1c3a019
Merge remote-tracking branch 'origin/dev-1.2' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/gui/content/ExamForm.java
src/main/java/ch/ethz/seb/sebserver/gui/content/MonitoringRunningExam.java
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java
src/test/resources/application-test.properties
2021-11-24 13:34:14 +01:00
anhefti
def31a4669
added better error notification for timeouts, and work with longer
...
request timout limits
2021-11-15 14:17:04 +01:00
anhefti
9896258afc
Merge remote-tracking branch 'origin/dev-1.2' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java
src/main/java/ch/ethz/seb/sebserver/gui/content/ProctorRoomConnectionsPopup.java
src/main/java/ch/ethz/seb/sebserver/gui/content/SEBClientEvents.java
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java
src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientEventController.java
2021-11-10 13:25:26 +01:00
anhefti
06ce72a76f
SEBSERV-191 gui implementation and download streaming
2021-11-04 16:52:48 +01:00
anhefti
81d871b521
Merge remote-tracking branch 'origin/dev-1.2' into development
...
Conflicts:
pom.xml
src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java
2021-11-01 09:49:35 +01:00
anhefti
7a05820274
SEBSERV-236 fixed
2021-10-28 14:33:51 +02:00
anhefti
1a592ac606
SEBSERV-201 finished up
2021-09-30 15:45:57 +02:00
anhefti
177d448e08
SEBSERV-160
2021-09-30 11:00:57 +02:00
anhefti
6fc54e5310
Merge remote-tracking branch 'origin/dev-1.2' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/gui/content/ExamDeletePopup.java
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java
src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/EntityController.java
2021-09-22 17:07:24 +02:00
anhefti
70358d0128
fixed session id, exam delete, ane better logs
2021-09-22 16:55:28 +02:00
anhefti
fa0715b673
SEBSERV-162 fixes and better error handling
2021-09-21 14:38:45 +02:00
anhefti
9a00e9c1ab
Merge remote-tracking branch 'origin/dev-1.2' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/gui/content/MonitoringClientConnection.java
src/main/java/ch/ethz/seb/sebserver/gui/content/MonitoringRunningExam.java
2021-09-20 16:20:54 +02:00
anhefti
7d647cc9c2
fixed notification changes in GUI
2021-09-20 15:46:20 +02:00
anhefti
25265fdb2b
SEBSERV-162 create exam from template and tests
2021-09-15 15:51:02 +02:00
anhefti
a589fd8ad4
SEBSERV-162 audit logs and deletion
2021-09-14 11:52:56 +02:00
anhefti
36f546960b
Merge remote-tracking branch 'origin/dev-1.2' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/gui/content/ExamForm.java
src/main/java/ch/ethz/seb/sebserver/gui/content/ExamProctoringSettings.java
2021-09-08 16:10:36 +02:00
anhefti
0f7ef455e8
Added Zoom Client App integration for collecting rooms
2021-09-07 11:35:20 +02:00
anhefti
152955f712
SEBSERV-153 IndicatorTemplate implementation
2021-09-06 15:58:30 +02:00
anhefti
446bb15a9c
added join URL for Zoom collecting rooms
2021-09-06 11:21:32 +02:00
anhefti
d469b30951
SEBSERV-162, SEBSERV-153 implementation
2021-09-02 17:12:19 +02:00
anhefti
c412fc3d97
Merge remote-tracking branch 'origin/dev-1.2' into development
2021-09-01 11:04:01 +02:00
anhefti
0061b27e75
update zoom web SDK to version 1.9.8, make version configurable
...
removed unused libs for zoom web SDK (jQuery)
2021-08-31 17:02:30 +02:00
anhefti
03300923c0
Merge remote-tracking branch 'origin/dev-1.2' into development
2021-08-30 13:14:16 +02:00
anhefti
40102be281
catch errors on SEB Settings value init for every single value
2021-08-26 14:54:51 +02:00
anhefti
2dea3e2285
SEBSERV-138 fixed navigation and filter. Added more input field types
2021-08-11 15:58:48 +02:00
anhefti
a6daba57a8
Merge branch 'dev-1.2' into development
2021-08-10 09:42:25 +02:00
anhefti
43ca2f6ba9
SEBSERV-219
2021-08-10 09:38:16 +02:00
anhefti
b0fecc2d7d
SEBSERV-138 more ARIA improvements
2021-08-04 12:48:35 +02:00
anhefti
9be252f333
added some tabindex fix scripts
2021-08-03 17:57:03 +02:00
anhefti
2e7fb8e8dc
fixed SEBSERV-220 and SEBSERV-221
2021-07-20 17:15:57 +02:00
anhefti
494c6a08ec
SEBSERV-216 fixed
2021-07-15 13:42:14 +02:00
anhefti
bc1e933087
SEBSERV-209 fixed exam session service for distributed setup
...
apply client connection sync check over time-interval (per exam) instead
of for every monitoring request and every client connection. So I
implemented batching for that to avoid heavy db load
2021-07-15 07:52:06 +02:00
anhefti
eb7042acf6
SEBSERV-209 fixed indicators for distributed setup
...
also fixed instructions for distributed setup
2021-07-14 13:21:19 +02:00
anhefti
c043f0460e
SEBSERV-204 removed "Audio Broadcast" button from Zoom Proc Window
2021-07-12 11:35:41 +02:00
anhefti
fe45a0357c
SEBSERV-137 fixed -->
...
"Connection requested" shall be considered as active SEB Client
2021-07-12 11:27:52 +02:00
anhefti
181fb6d95e
SEBSERV-204 added collecting room restrictions (only one open at a time)
2021-07-08 13:08:47 +02:00
anhefti
6043d752a6
SEBSERV-204 fixes and improvements
2021-07-07 17:20:51 +02:00
anhefti
c7952b32bc
SEBSERV-182
2021-07-07 13:24:38 +02:00
anhefti
03c05c7372
SEBSERV-182 updateErrors
2021-07-07 08:46:41 +02:00
anhefti
5724a750b7
Zoom improvements and accessibility additions
2021-07-07 08:29:27 +02:00
anhefti
0638bcafd6
SEBSERV-204 fixed
2021-06-30 13:18:34 +02:00
anhefti
24d5c4feea
SEBSERV-203 fixed
2021-06-29 13:26:21 +02:00
anhefti
d76f1f5ca9
SEBSERV-135 improved identity handling and error messages
2021-06-28 17:33:24 +02:00
anhefti
e49d8291d8
SEBSERV-202 implemented
2021-06-24 15:51:54 +02:00
anhefti
bb1713da3c
SEBSERV-184 fixes and migration script
2021-06-23 15:57:46 +02:00
anhefti
8381b5d621
finished up to allow pings and instructions (quit) before connection
...
is fully established (also in requested status)
2021-06-21 17:30:10 +02:00
anhefti
5c30db29b9
code cleanup
2021-06-21 10:34:46 +02:00
anhefti
73f8ab23bf
SEBSERV-197 removed enableTouchExit attribute from GUI
2021-06-17 22:07:24 +02:00
anhefti
ee0960602c
SEBSERV-137 implementation added texts and auto publish selection
2021-06-17 21:46:30 +02:00
anhefti
921e1959ce
SEBSERV-197 fixed
2021-06-17 20:45:18 +02:00