6307 Commits

Author SHA1 Message Date
eb73f5fd6f 2206 Removed the graphical charts 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
51de92b972 30/62 2021-05-04 22:56:03 +02:00
371e437f48 2235 Fix autolinking in forum 2021-04-27 19:19:25 +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
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 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
6c55fb45d8 2203 Do not allow admins to create/edit projects 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 2021-03-16 16:17:24 +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
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
2021-03-01 23:25:43 +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 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
225caa0dd6 2116 Confirmation when deleting idea 2021-02-17 17:14:49 +01:00
20207aabb3 1707 Separate the questions on the survey better 2021-02-17 17:12:33 +01:00
1be478d044 2116 Fix notification link for the removed partner 2021-02-17 16:52:21 +01:00
c809a2ff42 2118 E-mail address configurable 2021-02-16 15:25:28 +01:00
4af3dfdd38 Fix double date picker icons 2021-02-16 14:41:32 +01:00
2a8846323f 2055 mail all exceptions to scipro-admin@dsv.su.se 2021-02-16 14:35:18 +01:00
df7a8cdc83 Revert "2055 No longer mail exceptions to JIRA"
This reverts commit 97575581
2021-02-16 14:33:15 +01:00
7ab9d7d65f Merge remote-tracking branch 'origin/develop' into develop 2021-02-16 12:33:58 +01:00
cbe1e6db7f 2125 TR Small improvement 2021-02-16 12:31:29 +01:00
8fa9c61604 1976 Supervisors can change expected end date 2021-02-16 12:21:36 +01:00
d0b2e04224 1976 show expected end date 2021-02-16 12:12:03 +01:00
c4b00b3eb9 Fix annoying IntelliJ error 2021-02-16 11:38:14 +01:00
2e2195849c 1976 GUI to set end date on application periods 2021-02-16 10:32:51 +01:00
6f3e4c0872 2132 TR test fixes 2021-02-16 10:12:49 +01:00
36d0a5e04f 2143 TR 2021-02-16 10:01:06 +01:00
eb0e31d015 2132 TR Hide replacement link after seminar has happened and only show it for authors 2021-02-16 09:59:23 +01:00
cb38d10cf8 18/62 2021-02-15 15:03:25 +01:00
bf2a3ad22e Fix icon for time picker 2021-02-15 12:49:30 +01:00
2750abe694 Test fixes 2021-02-10 20:20:59 +01:00
1901d22e92 2143 Grading report available to students
When supervisors have submitted the grading report students can view it
2021-02-10 20:08:45 +01:00
473b467696 Shutdown MySQL driver to prevent memory leaks 2021-02-10 12:32:51 +01:00
975755816d 2055 No longer mail exceptions to JIRA
Switching logging implementation to java.util.Logging instead of log4j
2021-02-10 12:18:56 +01:00
5b50250c09 Fix annoying IntelliJ problem 2021-02-10 11:53:40 +01:00