anhefti
a88e308ba9
SEBSERV-194 better distributed ping handling (dedicated ThreadPool)
2021-11-24 09:59:43 +01:00
anhefti
52b96647c1
fine tune for distributed setup
2021-11-10 10:00:50 +01:00
anhefti
780a17834c
more fixes to prevent DB deadlocks
2021-11-09 09:39:11 +01:00
anhefti
2447009f99
fixed potential DB deadlock cause
2021-11-09 09:02:01 +01:00
anhefti
d763da6a79
fixed exam update task for finished exams
...
finished exams where opened-up and immediately closed agian and again
on every task run.
2021-10-27 12:45:51 +02:00
anhefti
020a885c1b
fix: Zoom meetings created by ad-hoc users-accounts are now lizensed
...
fix: Cleanup zoom rooms, meetings and ad-hoc users-accounts on exam
deletion and prevent SQL foreign constraint error on deletion process
when there are still living Zoom rooms for the exam.
2021-10-07 09:30:00 +02:00
anhefti
42993e3c97
fixed SEB session integrity check (allow multiple establish requests
...
from same SEB client. This is usful when the SEB sends the userSessionId
multiple times)
2021-09-23 09:30:40 +02:00
anhefti
70358d0128
fixed session id, exam delete, ane better logs
2021-09-22 16:55:28 +02:00
anhefti
349303c168
fixed monitoring with no indicators
2021-09-21 14:43:41 +02:00
anhefti
7d647cc9c2
fixed notification changes in GUI
2021-09-20 15:46:20 +02:00
anhefti
dffb0e61f8
fixed notification confirm for SEB also for delete
2021-09-16 11:55:36 +02:00
anhefti
0546b97b0a
fixed notification confirm from SEB client
2021-09-16 11:33:25 +02:00
anhefti
c126056959
fixed notification confirmation form SEB side
2021-09-16 10:57:04 +02:00
anhefti
cea62d5fa4
fixed instructions creation with attributes
2021-09-15 16:53:42 +02:00
anhefti
f54b769388
better logging
2021-09-09 11:34:59 +02:00
anhefti
c3eda2b81d
Fixed Exam update task to not brake on single exam update error
2021-09-08 16:02:58 +02:00
anhefti
291a0e3532
code cleanup
2021-09-07 15:38:50 +02:00
anhefti
0f7ef455e8
Added Zoom Client App integration for collecting rooms
2021-09-07 11:35:20 +02:00
anhefti
5c12b86b55
fixed unique name message
2021-08-31 11:16:28 +02:00
anhefti
ac214401e1
Merge remote-tracking branch 'origin/dev-lms-ans' into dev-1.2
2021-08-30 11:12:44 +02:00
anhefti
6122331d6d
fixed for Java 8 (replaced Map.of --> new HashMap<>())
2021-08-30 11:03:27 +02:00
anhefti
8a72cf1fcd
code review and cleanup (eclipse code formatting)
2021-08-30 10:55:59 +02:00
Carol Alexandru
6e31ad5e0e
Retrieve start_url from Ans Assignment
2021-08-30 03:54:31 +02:00
anhefti
88b2311e08
SEBSERV-227 fixed sdkKey override
2021-08-25 15:44:55 +02:00
Carol Alexandru
b767178d75
Implement AnsLms integration
2021-08-17 06:06:58 +02:00
anhefti
aeb614082c
Merge branch 'proctoring_sdkkey' into dev-1.2
2021-08-12 13:34:52 +02:00
anhefti
c743947912
Merge remote-tracking branch 'origin/dev-lms-open-olat' into dev-1.2
2021-08-12 11:13:37 +02:00
anhefti
dea65b70d2
more code cleaup
2021-08-12 11:10:58 +02:00
anhefti
1df182fae6
Merge remote-tracking branch 'origin/dev-lms-open-olat' into dev-1.2
2021-08-12 11:09:13 +02:00
anhefti
d1685f4675
some code cleanup
2021-08-12 10:55:28 +02:00
anhefti
eb45dcf0f3
added missing @Transactional to prevent committing without
...
needs-confirmation attribute
2021-08-09 11:11:49 +02:00
anhefti
76a1676b69
added update task to release aged exam record locks
2021-08-05 10:54:28 +02:00
anhefti
9d27dbfbcf
Implement SDKToken for Zoom proctoring with SEB client for iOS and MacOS
2021-08-05 09:37:14 +02:00
anhefti
9a9ad6e840
code cleanup
2021-08-04 10:08:28 +02:00
Carol Alexandru
d627bb7edb
fix silly beginner mistake
2021-08-03 09:52:02 +02:00
Carol Alexandru
8376a1c3fd
minor cleanups
2021-08-03 07:27:57 +02:00
Carol Alexandru
0029cd4ec3
get OLAT token lazily when first needed, not upon instantiation
2021-07-30 14:19:53 +02:00
Carol Alexandru
59da4bcf4e
minor improvements, re-use OlatLmsRestTemplate with existing token
2021-07-30 13:23:25 +02:00
Carol Alexandru
ae5149226a
generate proper exam url using updated OLAT api
2021-07-28 22:47:49 +02:00
Carol Alexandru
cdd393aecd
Implement OlatLms integration
2021-07-28 15:21:22 +02:00
anhefti
ed7ae28a0d
fixed distributed ping cache
2021-07-28 14:29:21 +02:00
anhefti
64536fd909
distributed ping cache
2021-07-22 13:27:44 +02:00
anhefti
d96816311b
SEBSERV-195 fixed ping caching
2021-07-21 11:32:04 +02:00
anhefti
a59f5bd375
SEBSERV-212 fixed quizz mapping bug
2021-07-19 12:11:05 +02:00
anhefti
3296b7c004
SEBSERV-195 improved ping indicator for distributed setups
2021-07-15 14:50:06 +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
885e39d1cc
SEBSERV-210 fixed
2021-07-14 17:31:04 +02:00
anhefti
086bc5ef3b
SEBSERV-212 prevent double-creation of exam for a quiz on the same
...
institution. Do also not forward and load the existing one. This seems
to cause some trouble when be done sometimes.
2021-07-14 16:33:33 +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