anhefti
|
8b856edb70
|
SEBSERV-160 adapt activation actions
|
2022-04-11 14:33:56 +02:00 |
|
anhefti
|
9d29a48151
|
SEBSERV-160 implemented state change batch action
|
2022-04-07 16:52:22 +02:00 |
|
anhefti
|
1c48526fce
|
SEBSERV-240 finished
|
2022-03-29 11:32:02 +02:00 |
|
anhefti
|
085ec45fb1
|
separated clientConnection and clientConnectionData page filter and sort
|
2022-03-28 17:29:26 +02:00 |
|
anhefti
|
3744e10406
|
fixed filter
|
2022-03-28 16:37:13 +02:00 |
|
anhefti
|
a35ba48844
|
SEBSERV-240 implementation
|
2022-03-23 11:34:54 +01:00 |
|
anhefti
|
6d56e71dbe
|
SEBSERV-240 implementation
|
2022-03-23 08:06:25 +01:00 |
|
anhefti
|
4758b8c6c6
|
more integration tests
|
2022-03-09 10:49:45 +01:00 |
|
anhefti
|
6146f2e4ce
|
more tests
|
2022-03-07 08:46:27 +01:00 |
|
anhefti
|
1d6bd86b57
|
SEBSERV-270 fixed and service test and validation improvements
|
2022-02-28 13:44:46 +01:00 |
|
anhefti
|
4cb6c6d7d8
|
SEBSERV-153 fixes
|
2022-02-21 16:51:08 +01:00 |
|
anhefti
|
a9acb1b915
|
More Unit Tests and better logging
|
2022-02-21 13:50:13 +01:00 |
|
anhefti
|
a01ed72d57
|
fixed GUI session timout, set default to 18000
|
2022-02-08 11:18:01 +01:00 |
|
anhefti
|
aea16bfc99
|
SEBSERV-270
|
2022-02-02 14:13:32 +01:00 |
|
anhefti
|
f9eb0b2535
|
SEBSERV-260 new ARCHIVED state for exam configurations
|
2022-01-26 12:05:38 +01:00 |
|
anhefti
|
34fe5ba43f
|
SEBSERV-260 Delete exam config
|
2022-01-25 14:40:16 +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
|
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
|
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 |
|
anhefti
|
bad7510a63
|
SEBSERV-232 db extension and implementation
|
2022-01-12 16:35:11 +01:00 |
|
anhefti
|
d7c71ea930
|
SEBSERV-250 made disableConnection call asynchronous when there are more
then one connection involved. This result in immediately response on UI
side.
|
2022-01-10 09:19:43 +01:00 |
|
anhefti
|
f0afa473fd
|
fixed date formatting with CSV Export
|
2022-01-06 16:11:59 +01:00 |
|
anhefti
|
fda22b5b7e
|
Made monitoring instruction propagation async to not block the request
|
2022-01-06 09:28:41 +01:00 |
|
anhefti
|
8435a3a6a0
|
fixed OAuth2 JDBCTokenCache
|
2022-01-05 15:22:17 +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
|
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
|
f1dc16b5ef
|
Merge remote-tracking branch 'origin/SEBSERV-191' into dev-1.2
Conflicts:
src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java
|
2021-11-08 13:13:10 +01:00 |
|
anhefti
|
06ce72a76f
|
SEBSERV-191 gui implementation and download streaming
|
2021-11-04 16:52:48 +01:00 |
|
anhefti
|
c414586fec
|
SEBSERV-191 finished back-end implementation
|
2021-11-03 13:18:40 +01:00 |
|
anhefti
|
2f2a3670b7
|
SEBSERV-191 backend implementation
|
2021-11-03 10:31:15 +01:00 |
|
anhefti
|
daeb118210
|
SEBSERV-239
|
2021-11-02 10:04:57 +01:00 |
|
anhefti
|
69c9de6d64
|
SEBSERV-155 implementation
|
2021-09-29 16:06:35 +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
|
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
|
f794ab5e7d
|
SEBSERV-162 implementations and test
|
2021-09-09 17:16:56 +02:00 |
|
anhefti
|
ef3a633ce1
|
SEBSERV-162 added institutional default flag
|
2021-09-09 10:21:36 +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
|
87e12a998e
|
Correct some minor exam supporter rights
|
2021-09-07 13:27:07 +02:00 |
|