47005b4c0a
2269 Filter out supervisors who are no longer affiliated with DSV from the target management page
release-219
2021-06-06 19:52:47 +02:00
4518ca60b5
2270 Remove non-ASCII from publication filenames when sending to Daisy
...
The RFC https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.4 states that header values should limit themselves to ASCII.
Daisy API rejects headers whose values are non-ASCII.
release-218
2021-06-01 14:18:24 +02:00
fbe7d495a0
2250 Kör arbetet som ställer in slutseminarier oftare
release-217
2021-05-25 13:27:21 +02:00
cacd7f199f
2266 Fix deprecated attribute
2021-05-25 11:44:23 +02:00
b260c85244
2225 Changed some JPA annotations to switch to property mode instead of field to mark methods as used
2021-05-25 00:56:40 +02:00
1f42f8024d
2225 Removed unused code
2021-05-25 00:39:45 +02:00
eb04f81879
2225 Replaced ChoiceRenderer with a lambda based implementation
2021-05-24 18:38:30 +02:00
cce8061276
2225 Replaced PropertyListView
2021-05-24 17:01:46 +02:00
247c9c3338
2225 Replaced CompoundPropertyModel with LambdaModel
2021-05-24 14:51:18 +02:00
cd885746df
2225 Removed warning suppression of unused code
2021-05-20 15:45:32 +02:00
d0514ad5b8
2225 Replaced PropertyColumn with LambdaColumn
2021-05-20 15:30:12 +02:00
28d77928bd
2225 Replaced PropertyModel with LambdaModel
...
33/62
2021-05-20 12:33:58 +02:00
bc118062c8
2250 Stop cancelling seminars with document uploaded if the deadline moves
release-216
2021-05-20 11:34:39 +02:00
da70367f1f
Visual improvements for application period administration.
2021-05-20 11:07:48 +02:00
89fdc4b5bc
Converted non work day periods to Java Time.
2021-05-19 14:56:48 +02:00
34214feacb
Fix duplicated dependency.
2021-05-19 13:22:10 +02:00
1d96343f90
2206 Upgrade to Wicket 9
2021-05-19 00:14:02 +02:00
58b03c0882
2206 Upgrade to JUnit 5 platform
2021-05-18 23:22:10 +02:00
1b70720054
1703 Inform supervisors that it takes time to get a reviewer assigned
2021-05-18 22:13:33 +02:00
25ed8d7c88
2248 Supervisor can specify extra info on seminar
2021-05-12 12:51:12 +02:00
d6dd7cf4fe
Turn off autocomplete on date/time picker since the suggestions hide the pickers
2021-05-12 11:31:01 +02:00
f420966cb4
31/62
2021-05-12 11:23:22 +02:00
2e42981d53
2248 Max length on room when scheduling seminar
2021-05-12 10:23:12 +02:00
427139ed22
2206 Textual breakdown of the different answers
2021-05-11 17:39:11 +02:00
eb73f5fd6f
2206 Removed the graphical charts
release-215
2021-05-11 17:18:22 +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
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
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
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