efe417dd29
Merge remote-tracking branch 'origin/develop' into develop
2021-05-06 19:33:50 +02:00
08807f30e4
2232 Only reverse the events graphically so the indexes stay stable for Wicket
2021-05-05 16:53:15 +02:00
dc715890d1
Fixed styling of reviewer breadcrumbs
2021-05-05 16:40:02 +02:00
ecc0640673
Fix problems deserializing certain errors from grading service
2021-05-05 16:20:13 +02:00
51de92b972
30/62
2021-05-04 22:56:03 +02:00
2cd12dfd8b
Merge remote-tracking branch 'origin/develop' into develop
2021-04-28 10:20:08 +02:00
371e437f48
2235 Fix autolinking in forum
release-214
2021-04-27 19:19:25 +02:00
3ded7c736c
1658 Added supervising data to the GDPR report
2021-04-27 18:43:51 +02:00
adf7ec1674
2197 Removed Lombok
2021-04-20 23:26:39 +02:00
f96c138a8a
Generate GDPR zip files in /scipro-files
...
Users with large amounts of files related to them caused /tmp to be filled up. Manual deleting is required.
2021-04-20 14:50:33 +02:00
abe35ae118
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# core/src/main/resources/db/migration/V238__activity_thread_sql_bug_fix.sql
2021-04-15 21:00:07 +02:00
51f011b5a2
2129 Update SQL for Flyway
2021-04-15 01:20:32 -07:00
a1d3b3f014
2216 Peer reviews expiring during answering
2021-04-12 11:09:13 +02:00
abee36a53e
Merge remote-tracking branch 'origin/develop' into develop
2021-04-08 10:01:13 +02:00
f5b08975bc
2212 Larger dialog when viewing idea details
...
Prevents long supervisor names from overflowing outside the dialog
2021-04-07 11:05:39 +02:00
88e78cc15b
2213 Show better final thesis status
release-213
2021-04-06 16:45:41 +02:00
nikos dimitrakas
21ad4b6e57
2210: Lade till favicon.
2021-03-31 11:15:52 +02:00
ea3eedca57
2200 IndexOutOfBoundsException in forum
...
Wicket ListView is index based which means when the user tries to download a file it is the first attachment of the second post for example. Due to the forum being in newest first order, if another user posts in the forum while the first user is looking at it the second post in now the third post. The download link, however, still points to the second post which has no attachments causing the error. The change keeps the list in the oldest first order so the second post will always be the second post since new posts gets added last. Then CSS is applied to reverse the rendering order to maintain the current newest first look.
2021-03-26 15:45:29 +01:00
7a6749d4fc
26/62
2021-03-26 00:25:43 +01:00
f8a822385e
2195 Save file before saving peer request
2021-03-24 00:21:26 +01:00
7f915b42b2
2195 Make database schema match JPA definition
...
optional=false made Hibernate do an inner join which meant peer request without a file did not get found. Missing file is most likely due to botched Tomcat 9 upgrade.
2021-03-24 00:15:38 +01:00
6c55fb45d8
2203 Do not allow admins to create/edit projects
release-212
2021-03-23 20:27:03 +01:00
b17bfa0a72
2203 Do not allow admins to create/edit projects
2021-03-23 20:18:11 +01:00
cd27de1559
Fix deprecated warning
2021-03-16 16:30:05 +01:00
a24c098368
24/62
release-211
2021-03-16 16:17:24 +01:00
d5556a853f
2193 Don't log entire stack trace
2021-03-16 15:45:31 +01:00
501d296aa5
Attempt to fix broken log file format.
...
Switches to logging via java.util.logging instead of writing to System.out
2021-03-14 20:59:56 +01:00
5cda4a4124
2061 Merge duplicated users
release-210
2021-03-13 22:15:08 +01:00
1cbc609388
2061 Speed up Daisy sync (about 15x)
2021-03-12 14:59:31 +01:00
7cfe5c69ca
Fix error handling from grading service
2021-03-11 12:33:57 +01:00
bbbe2a8252
Prepare for HTTP status code changes
2021-03-08 22:53:24 +01:00
f92544d4a7
Simplified result representation
release-209
2021-03-06 15:46:21 +01:00
b0aea7d3dc
Merge remote-tracking branch 'origin/develop' into develop
2021-03-04 09:11:37 +01:00
1814153f2c
2175 Send notification to authors when idea gets deleted
2021-03-04 01:01:59 +01:00
06e4b5a3b1
Fix Flyaway
2021-03-02 12:10:27 +01:00
87e22d716f
Fix so jobs are run on the proper threads
release-208
2021-03-02 10:47:07 +01:00
e12d0e9963
Use faster concatenation of usernames
2021-03-02 02:48:45 +01:00
a6b8d61c63
Trace the whole import user transaction to try and pinpoint the slow points
release-207
2021-03-02 02:13:47 +01:00
41b9a59297
Speed up Daisy batch jobs
...
Make use of the session cookie from Daisy API so slow reauthentication isn't required on every single request
release-206
2021-03-01 23:25:43 +01:00
a631f98a8d
2174 Prevent multiple ideas leading to one project
2021-02-25 15:46:33 +01:00
a37ed701f9
2171 TR
2021-02-25 12:20:17 +01:00
656409822b
2180 Fix warning in log
2021-02-24 22:54:35 +01:00
b69cc295f7
2182 Fix log warning
2021-02-24 22:49:45 +01:00
84593a5a8c
21/62
2021-02-24 22:47:38 +01:00
0f8a8780bd
2171 Send titles to Daisy when reporting grade
2021-02-24 21:12:15 +01:00
4252ab9688
Make system notice easier to read
release-205
2021-02-23 22:00:47 +01:00
dc4cb86aec
Refactor to improve performance
...
Before the examinations were looked up twice
2021-02-23 21:29:25 +01:00
04e07c51ea
2171 Handle title missing when reporting grade
2021-02-23 20:01:28 +01:00
9a084890b6
Fix typo in error message.
2021-02-23 13:07:25 +01:00
e17785214d
2172 Only keep active research areas
2021-02-21 16:24:55 +01:00