anhefti
|
71ccb8e63a
|
SEBSERV-256 implemented
|
2022-05-16 10:23:13 +02:00 |
|
anhefti
|
cf10ccfbff
|
SEBSERV-256 db schema change
|
2022-05-12 19:49:36 +02:00 |
|
anhefti
|
2b1a503ef5
|
SEBSERV-307 SEBSERV-305 SEBSERV-306
|
2022-05-11 13:17:26 +02:00 |
|
anhefti
|
5b56e6e1b9
|
SEBSERV-140 merged from api-docu branch.
|
2022-04-14 16:13:40 +02:00 |
|
anhefti
|
9d29a48151
|
SEBSERV-160 implemented state change batch action
|
2022-04-07 16:52:22 +02:00 |
|
anhefti
|
b323ddef83
|
SEBSERV-160 back-end implementation
|
2022-04-04 13:39:26 +02:00 |
|
anhefti
|
a35ba48844
|
SEBSERV-240 implementation
|
2022-03-23 11:34:54 +01:00 |
|
anhefti
|
eb08df6c00
|
SEBSERV-158 preparation - refactoring of LmsAPITemplate
|
2022-03-21 13:37:33 +01:00 |
|
anhefti
|
a40d6ddbca
|
removed database schema dependency
|
2022-02-22 15:17:54 +01:00 |
|
anhefti
|
a9acb1b915
|
More Unit Tests and better logging
|
2022-02-21 13:50:13 +01:00 |
|
anhefti
|
bcb4a867a5
|
fixed default value
|
2022-02-10 14:21:31 +01:00 |
|
anhefti
|
9e4ed72640
|
SEBSERV-277 new default ping indicator
|
2022-02-10 09:57:25 +01:00 |
|
anhefti
|
a01ed72d57
|
fixed GUI session timout, set default to 18000
|
2022-02-08 11:18: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
|
8985843c66
|
new migration task to set client_connection info fields to 255 chars
|
2022-01-31 12:40:59 +01:00 |
|
anhefti
|
e19e7aeb2a
|
SEBSERV-192 also improved some error handling for exam import
|
2022-01-24 17:10:58 +01:00 |
|
anhefti
|
2f8f8296d7
|
refactored downloads
|
2022-01-20 14:41:12 +01:00 |
|
anhefti
|
b735e95587
|
SEBSERV-261
|
2022-01-19 16:06:31 +01:00 |
|
anhefti
|
499c01e943
|
SEBSERV-257 fixed sorting for start date and type
|
2022-01-19 15:45:21 +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
|
bad7510a63
|
SEBSERV-232 db extension and implementation
|
2022-01-12 16:35:11 +01:00 |
|
anhefti
|
5e9f922a3f
|
SEBSERV-232
|
2022-01-12 11:03:27 +01:00 |
|
anhefti
|
8435a3a6a0
|
fixed OAuth2 JDBCTokenCache
|
2022-01-05 15:22:17 +01:00 |
|
anhefti
|
dfdd16a728
|
SEBSERV-255 separated client notifications from ordinary client event
table. New table client_notification
|
2022-01-05 08:30:08 +01:00 |
|
anhefti
|
9fbc5bdbc1
|
SEBSERV-250 service for all indicators with separated table and update
|
2021-12-15 16:16:17 +01:00 |
|
anhefti
|
bab4b95609
|
SEBSERV-250 new table client_indicator for indicator values of running
exams.
|
2021-12-06 16:08:24 +01:00 |
|
anhefti
|
3349d67d5a
|
Merge remote-tracking branch 'origin/dev-1.2' into development
Conflicts:
pom.xml
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionControlTask.java
src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamMonitoringController.java
|
2021-12-06 13:41:25 +01:00 |
|
anhefti
|
f44c82bde3
|
various fixes and improvements found by log analysis
|
2021-12-01 11:03:03 +01:00 |
|
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
|
46786af1d6
|
Merge remote-tracking branch 'origin/dev-1.2-pingCache' into dev-1.2
Conflicts:
src/main/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryService.java
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionServiceImpl.java
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/DistributedPingCache.java
src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPI_V1_Controller.java
src/main/resources/config/application-dev-ws.properties
|
2021-11-24 10:45:39 +01:00 |
|
anhefti
|
a88e308ba9
|
SEBSERV-194 better distributed ping handling (dedicated ThreadPool)
|
2021-11-24 09:59:43 +01:00 |
|
anhefti
|
3e35a7745b
|
fixes and fine-tuning for distributed setup
|
2021-11-18 08:21:03 +01:00 |
|
anhefti
|
fb0fc2aec0
|
cache and connection improvements
|
2021-11-16 10:11:29 +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
|
35905e9dad
|
Merge remote-tracking branch 'origin/dev-1.2-isolateExamQuizLoad' into
development
Conflicts:
pom.xml
src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDAOImpl.java
|
2021-11-11 17:19:45 +01:00 |
|
anhefti
|
7de512d7fe
|
synchronized running exam cache load to prevent multiple long running
transactions while loading an Exam
|
2021-11-11 16:01:35 +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
|
49dfa9e3a0
|
Merge remote-tracking branch 'origin/dev-1.2-ethz' into dev-1.2
|
2021-11-10 10:14:53 +01:00 |
|
anhefti
|
52b96647c1
|
fine tune for distributed setup
|
2021-11-10 10:00:50 +01:00 |
|
anhefti
|
3aa46b3241
|
better logging for Zoom Proctoring
|
2021-11-04 17:36:25 +01:00 |
|
anhefti
|
daeb118210
|
SEBSERV-239
|
2021-11-02 10:04:57 +01:00 |
|
anhefti
|
fa5aa6353c
|
SEBSERV-160 new db schema and back-end implementation
|
2021-10-11 09:22:23 +02:00 |
|
anhefti
|
67bd9bf647
|
SEBSERV-160 new db schema
|
2021-10-06 17:47:34 +02:00 |
|
anhefti
|
debc876da7
|
added batch_action table
|
2021-10-05 14:54:41 +02:00 |
|
anhefti
|
1a592ac606
|
SEBSERV-201 finished up
|
2021-09-30 15:45:57 +02:00 |
|
anhefti
|
d0407645d8
|
SEBSERV-175 implemented
|
2021-09-30 11:27:53 +02:00 |
|
anhefti
|
7817ed48c4
|
fixed migration
|
2021-09-29 13:37:34 +02:00 |
|
anhefti
|
7d7f458d82
|
SEBSERV-201 added migrations
|
2021-09-28 17:14:08 +02:00 |
|