Commit graph

739 commits

Author SHA1 Message Date
anhefti
774b52f93b synchronized Olat resttemplate interception, add more debug-logging 2022-06-09 12:05:00 +02:00
anhefti
3e6efd3ccf fixed SEB client access token expire. 2022-05-18 10:29:55 +02:00
Carol Alexandru
ef407eab8d OlatLmsRestTemplate: also refresh auth token when receiving 403 FORBIDDEN 2022-05-12 14:56:40 +02:00
anhefti
0f8910bb3f SEBSERV-300 fixed by check the last follow-up id of the config from
cache. If not the same, reolad the cache.
2022-04-27 13:40:25 +02:00
anhefti
bc1026a6b7 SEBSERV-299 fixed for null end-time and added Mockup test quiz11 2022-04-27 11:40:54 +02:00
anhefti
9ed1d96183 SEBSERV-292 fixed and also added unique name check for indicators 2022-04-13 10:53:26 +02:00
anhefti
9956f1a122 SEBSERV-296 fixed 2022-04-12 17:01:42 +02:00
anhefti
6fe11287f4 better zoom proctoring error handling 2022-03-30 12:55:42 +02:00
anhefti
dc330c0eed fixed distributed indicator value cache handling (patch-fix 1.3.2) 2022-03-30 10:10:47 +02:00
anhefti
a7b587a8f2 Merge branch 'dev-lms-ans' into dev-1.3 2022-03-28 09:11:35 +02:00
anhefti
75eb9d9c04 fixed distributed cache for finished exams 2022-03-24 16:46:27 +01:00
anhefti
9cc020712a added some cleanup after exam finished 2022-03-23 12:31:56 +01:00
anhefti
41f0fe0f2b apply patch (from Carol Alexandru <alexandru@ifi.uzh.ch>) 2022-03-23 08:31:00 +01:00
anhefti
6f320a489d integration tests 2022-03-10 16:04:41 +01:00
anhefti
4758b8c6c6 more integration tests 2022-03-09 10:49:45 +01:00
anhefti
95669ec576 SEBSERV-286 fixed wrong indicator PK (connectionId) on some saves
and also mitigated the possibility of getting negative ping times.
2022-03-03 15:59:11 +01:00
anhefti
c21f0ef463 # WARNING: head commit changed in the meantime
Merge remote-tracking branch 'origin/master' into dev-1.3
plus more unit tests
plus CircuitBreaker fix
2022-03-02 17:09:37 +01:00
anhefti
ed28bb7c5d SEBSERV-270 fixed 2022-02-28 14:30:20 +01:00
anhefti
1d6bd86b57 SEBSERV-270 fixed and service test and validation improvements 2022-02-28 13:44:46 +01:00
anhefti
a9acb1b915 More Unit Tests and better logging 2022-02-21 13:50:13 +01:00
anhefti
b6a77b89ba SEBSERV-147 show notifications also on handshake procedure 2022-02-09 16:23:57 +01:00
anhefti
02dadca67b SEBSERV-228 fixed both re-establishment; with new user id and without 2022-02-09 10:24:00 +01:00
anhefti
3ea728f725 minor fix for SEBSERV-153, set config status to "In Use" 2022-02-08 13:54:50 +01:00
anhefti
a01ed72d57 fixed GUI session timout, set default to 18000 2022-02-08 11:18:01 +01:00
anhefti
d6c000b513 SEBSERV-175 fixed 2022-02-08 08:43:10 +01:00
anhefti
94c04805e0 SEBSERV-155 removed mandatory supporter application and check 2022-02-07 17:08:01 +01:00
anhefti
15e0ab59fd fixed init with migration (no schema) and duplicated missing ping 2022-02-07 16:36:50 +01:00
anhefti
c3a4e78218 fixed distributed setup with distributed indicator value init 2022-02-07 14:58:22 +01:00
anhefti
a8291aaa16 SEBSERV-265 2022-02-02 14:22:44 +01:00
anhefti
aea16bfc99 SEBSERV-270 2022-02-02 14:13:32 +01:00
anhefti
270d7a2282 fixed flatMap bug 2022-02-02 12:29:01 +01:00
anhefti
5ed368181b SEBSERV-266 2022-02-01 16:09:26 +01:00
anhefti
8355e93d36 SEBSERV-266 2022-02-01 10:56:53 +01:00
anhefti
a732b0c871 fix generic config and loging 2022-01-31 15:48:57 +01:00
anhefti
f179a4b25e fixed hidden ping issue and battery/wifi indicator issues 2022-01-31 14:33:30 +01:00
anhefti
8985843c66 new migration task to set client_connection info fields to 255 chars 2022-01-31 12:40:59 +01:00
anhefti
45322deea0 Merge branch 'SEBSERV-262' into development 2022-01-27 11:42:50 +01:00
anhefti
0ab61c876d SEBSERV-262 2022-01-27 11:39:57 +01:00
anhefti
facbef66ca Merge branch 'dev-1.2-SEBSERV-234' into development
Conflicts:
	src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDAOImpl.java
	src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionServiceImpl.java
2022-01-26 15:11:58 +01:00
anhefti
f9eb0b2535 SEBSERV-260 new ARCHIVED state for exam configurations 2022-01-26 12:05:38 +01:00
anhefti
f63fd6ed2a fixed for Java 8 2022-01-25 15:08:11 +01:00
anhefti
34fe5ba43f SEBSERV-260 Delete exam config 2022-01-25 14:40:16 +01:00
anhefti
ecc5398147 code cleanup 2022-01-25 10:04:20 +01:00
anhefti
e19e7aeb2a SEBSERV-192 also improved some error handling for exam import 2022-01-24 17:10:58 +01:00
anhefti
499c01e943 SEBSERV-257 fixed sorting for start date and type 2022-01-19 15:45:21 +01:00
Damian Büchel
8c6ffee2a9 SEBSERV-262: Implemented default settings for Zoom user. 2022-01-19 12:01:12 +01:00
anhefti
95c3f31cb9 - SEBSERV-250 fixed exam and access token cache
- SEBSERV-188 implemented
- SEBSERV-165 code cleanup un monitoring
2022-01-19 09:46:11 +01:00
anhefti
917f55da6f fixed some finde-bugs issues 2022-01-18 14:31:57 +01:00
anhefti
b1b582028f SEBSERV-188 implementation 2022-01-18 13:33:23 +01:00
anhefti
fc398d3ff9 SEBSERV-188 added new Active connection filter 2022-01-17 11:07:01 +01:00