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
40102be281
catch errors on SEB Settings value init for every single value
2021-08-26 14:54:51 +02:00
anhefti
2a5054906a
Merge remote-tracking branch 'origin/dev-1.2' into development
2021-08-25 17:10:17 +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
6dacca72c3
Merge branch 'dev-1.2' into development
2021-08-12 16:49:11 +02:00
anhefti
aeb614082c
Merge branch 'proctoring_sdkkey' into dev-1.2
2021-08-12 13:34:52 +02:00
anhefti
ebf0fab2f0
added OLAT LMS for selection
2021-08-12 13:29:53 +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
ff7cc5b020
fixed nullpointer
2021-08-12 10:30:37 +02:00
anhefti
107b3beb35
fix build
2021-08-11 16:01:58 +02:00
anhefti
2dea3e2285
SEBSERV-138 fixed navigation and filter. Added more input field types
2021-08-11 15:58:48 +02:00
anhefti
c3b999fc4c
Merge remote-tracking branch 'origin/dev-1.2' into development
2021-08-11 08:15:34 +02:00
anhefti
52013752ea
fixed tests code cleanup
2021-08-10 09:50:28 +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
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
b0fecc2d7d
SEBSERV-138 more ARIA improvements
2021-08-04 12:48:35 +02:00
anhefti
9a9ad6e840
code cleanup
2021-08-04 10:08:28 +02:00
anhefti
643c565b73
fixed time current millis
2021-08-03 18:26:19 +02:00
anhefti
9be252f333
added some tabindex fix scripts
2021-08-03 17:57:03 +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
a9810e3864
Merge remote-tracking branch 'origin/distributed-ping-cache' into
...
dev-1.2
Conflicts:
pom.xml
2021-07-28 14:33:00 +02:00
anhefti
ed7ae28a0d
fixed distributed ping cache
2021-07-28 14:29:21 +02:00
anhefti
cb6a3c5c08
SEBSERV-219 fixed logo
2021-07-26 10:10:26 +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
2e7fb8e8dc
fixed SEBSERV-220 and SEBSERV-221
2021-07-20 17:15:57 +02:00
anhefti
06bb48590b
test commit
2021-07-20 10:20:05 +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
anhefti
ef72400656
fixed setup for kuberneetes
2021-07-12 17:00:19 +02:00
anhefti
ce270f3057
SEBSERV-208 fixed migration strategy for prod and distributed setup
2021-07-12 13:40:12 +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
e42336aa6a
logging
2021-07-08 13:50:53 +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
e88f5146ab
SEBSERV-135 fix
2021-07-07 17:36:27 +02:00
anhefti
bcdd8b87bd
SEBSERV-202 fix
2021-07-07 17:30:56 +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
c217d4d854
SEBSERV-182
2021-07-07 09:01:22 +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
c8932e9ce8
removed Open OLAT and Ans again
2021-07-05 09:41:05 +02:00
anhefti
1e8ecd94ec
SEBSERV-204 fix join instruction
2021-06-30 16:12:19 +02:00
anhefti
cbbff94a75
Merge remote-tracking branch 'origin/dev-lms-open-olat' into dev-1.2
2021-06-30 14:25:31 +02:00
anhefti
57dc15f64d
Merge remote-tracking branch 'origin/dev-lms-ans' into dev-1.2
2021-06-30 14:25:14 +02:00
anhefti
03036ec8ee
suppress warnings
2021-06-30 14:22:47 +02:00
anhefti
65d9957fae
suppress warnings
2021-06-30 14:21:45 +02:00
anhefti
ec5d57e1c3
code cleanup
2021-06-30 14:16:58 +02:00
anhefti
80ff396383
removed ARIA Plugin
2021-06-30 14:10:34 +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
3f6bc5098d
SEBSERV-58 point 6
2021-06-24 13:45:12 +02:00
anhefti
40b83111cb
SEBSERV-58 fixed point 3
2021-06-24 11:57:03 +02:00
anhefti
2ad04e848a
SEBSERV-58 fixed point 1
2021-06-24 10:58:51 +02:00
anhefti
bb1713da3c
SEBSERV-184 fixes and migration script
2021-06-23 15:57:46 +02:00
anhefti
d2036a8598
disallow proctoring service change if there are existing proctoring
...
rooms
2021-06-22 14:26:08 +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
b61166674c
SEBSERV-137 fixed texts
2021-06-21 10:58:55 +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
anhefti
e88d2d9edd
Jitsi integration: new access token creation for JaaS integration
2021-06-17 14:07:17 +02:00
anhefti
7360d8b99b
code cleanup and docu
2021-06-17 08:49:51 +02:00
anhefti
31fbfa373c
Merge remote-tracking branch 'origin/dev-1.1-patch-1' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientNotificationServiceImpl.java
2021-06-16 21:11:42 +02:00
anhefti
8e08351770
fixed notification performance
2021-06-16 21:06:12 +02:00
anhefti
5327d13502
todo
2021-06-16 17:30:23 +02:00
anhefti
bcb21da221
SEBSERV-138 ARIA plugin integration
...
+ Database integrity checks
2021-06-16 13:27:58 +02:00
anhefti
9a788cc495
fixed Zoom proctoring send meeting_id instead of roomName
2021-06-16 13:26:15 +02:00
anhefti
31809634f4
code cleanup
2021-06-16 12:11:25 +02:00
anhefti
4dcb29e107
binding preparation
2021-05-20 13:10:12 +02:00
anhefti
cd4852b732
olat integration preparation
2021-05-20 12:52:56 +02:00
anhefti
58064de2e8
Ans integration preparation
2021-05-20 12:52:18 +02:00
anhefti
a0dbe72a1b
some more preparation
2021-05-19 15:17:09 +02:00
anhefti
054a4f9e31
preparing
2021-05-19 14:59:10 +02:00
anhefti
a7d3b51005
OpenOLAT LMS binding preparation
2021-05-19 13:51:23 +02:00
anhefti
51078d11bb
client instruction service improvements
2021-05-19 13:19:16 +02:00
anhefti
39e8846f64
Merge remote-tracking branch 'origin/dev-1.1-patch-1' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamJITSIProctoringService.java
2021-05-19 11:56:20 +02:00
anhefti
2ac17108d6
fixed caching issues evict only in distributed env
2021-05-19 11:31:39 +02:00
anhefti
8daf39a177
fixed cache issue
...
do not evict the cache before get exams for institution otherwise
connecting SEB clients will always reload all running exams form
institution
2021-05-19 11:06:50 +02:00
anhefti
b2a0016a9c
fixed action activation
2021-05-18 15:41:32 +02:00
anhefti
a172326fa5
SEBSERV-180 fixes
2021-05-18 15:16:36 +02:00
anhefti
7a686c0e6e
fixed cache cleanup
2021-05-18 12:02:27 +02:00
anhefti
a9fef7d136
Merge remote-tracking branch 'origin/dev-1.1-patch-1' into development
2021-05-18 09:35:07 +02:00
anhefti
3a06f9937f
fixed paging
2021-05-18 09:30:20 +02:00
anhefti
c411fe5e7e
caching fixes
2021-05-18 09:24:28 +02:00
anhefti
2809acc432
Merge remote-tracking branch 'origin/dev-lms-open-olat' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplate.java
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplateFactory.java
2021-05-18 09:02:23 +02:00
anhefti
4cd05d5e2e
code cleanup
2021-05-18 09:01:23 +02:00
anhefti
d111fd4f49
preparation for Ans Delft LMS binding implementation
2021-05-18 08:57:31 +02:00
anhefti
2e74ea1b7b
code cleanup
2021-05-18 08:46:31 +02:00
anhefti
1839d28df9
fixed for java 8
2021-05-17 22:48:41 +02:00
anhefti
89c306e35a
added OlatLmsAPITemplate skeleton ready to be implemented
2021-05-17 22:43:42 +02:00
anhefti
213cf443e1
simplified LMS API
2021-05-17 21:19:01 +02:00
anhefti
0b00995aa7
simplified LMS API
2021-05-17 19:26:26 +02:00
anhefti
0d8fb4b880
code cleanup
2021-05-17 14:36:50 +02:00
anhefti
d4aa25a736
added update_time for lms-setup table and check cache for distributed
...
setup
2021-05-17 14:28:39 +02:00
anhefti
ec6bfaa9b9
code cleanup fixed tests
2021-05-17 12:19:50 +02:00
anhefti
aee94a761e
fixed tests
2021-05-17 12:08:07 +02:00
anhefti
c73fd355a4
test build
2021-05-17 11:14:42 +02:00
anhefti
6cb2f78759
fixing tests
2021-05-17 10:34:21 +02:00
anhefti
d182d7da87
fixed tests
2021-05-17 10:04:44 +02:00
anhefti
276fff7006
tests
2021-05-17 09:24:57 +02:00
anhefti
bb9d0b068d
caching and local tests working
2021-05-17 09:03:22 +02:00
anhefti
9214719642
refactoring of LMS API service with overall eh-caching
2021-05-15 17:43:26 +02:00
anhefti
dd6150ec2a
refactoring and improvement of LMS binding API
2021-05-14 17:08:29 +02:00
anhefti
0bda2cb292
Merge remote-tracking branch 'origin/dev-1.1-patch-1' into development
...
Conflicts:
src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstruction.java
src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamProctoringController.java
2021-05-12 17:37:08 +02:00
anhefti
d7e52efac9
added userid to pin for Jitsi broadcasting instruction
2021-05-12 13:39:09 +02:00
anhefti
c9be24197d
SEBSERV-135 finished up decryption
2021-05-12 11:15:24 +02:00
anhefti
a4cb075f42
fix for java 8
2021-05-12 09:55:17 +02:00
anhefti
a853c02947
SEBSERV-135 finished implementation
2021-05-12 09:50:58 +02:00
anhefti
a46e2c0b27
made CircuitBreaker thread safe
2021-05-12 08:11:41 +02:00
anhefti
5e4404c1b5
docu
2021-05-11 22:44:44 +02:00
anhefti
636c51a6f3
docu
2021-05-11 21:58:42 +02:00
anhefti
100c5820a2
code cleanup and docu
2021-05-11 21:55:51 +02:00
anhefti
70fcbead41
API documentation
2021-05-11 21:07:57 +02:00
anhefti
10fd2f408d
added missing active columns
2021-05-07 12:54:29 +02:00
anhefti
8be642c31c
SEBSERV-108 addes sort and default sort for all except lms lookup
2021-05-07 12:13:13 +02:00
anhefti
c222f4216e
SEBSERV-135 try to encrypt config but still fails
2021-05-06 17:10:42 +02:00
anhefti
6bf1551028
certs impl
2021-05-04 21:59:04 +02:00
anhefti
1a67ec773d
Merge remote-tracking branch 'origin/dev-1.1-patch-1' into development
2021-04-30 16:07:59 +02:00
anhefti
eaf555ae11
fixed working with context path for webservice and guiservice
2021-04-30 15:59:15 +02:00
anhefti
3872e0f725
SEBSERV-135 gui
2021-04-30 13:32:22 +02:00
anhefti
4750a96032
fixed compile errors
2021-04-28 17:27:09 +02:00
anhefti
6966c520c5
fixes
2021-04-28 17:22:14 +02:00
anhefti
0bd7383bd2
Merge remote-tracking branch 'origin/dev-1.1-patch-1' into development
2021-04-28 17:20:12 +02:00
anhefti
8daeceeffa
added fav icon
2021-04-28 17:18:30 +02:00
anhefti
89bb29ed4f
SEBSERV-135 gui implementation and fixes
2021-04-28 17:12:17 +02:00
anhefti
8b025d17af
certificates
2021-04-27 15:17:29 +02:00