6457 Commits

Author SHA1 Message Date
0cd05f8297 Removed a bunch of useless markup 2021-07-20 10:45:55 +02:00
223ad957f1 Removed style attribute from user profile picture.
Preparation for CPS compliance (2282)
2021-07-20 10:45:55 +02:00
29dcac9cf7 Remove old dangling javascript file 2021-07-20 10:45:55 +02:00
865e57abb0 2271 Fix NPE when trying to download the peer request file after the peer review has expired.
When the peer review expires but the user is still on the page clicking on the file download link will try to load up the in progress peer review of which there is none. Thus getPeerRequest() will be null and so also getFileDescription() which eventually NPE's when the IModel is unpacked and used in DownloadResource.
2021-06-15 22:39:14 +02:00
02d674f242 2281 Fix problems with authors viewing projects without a grading report template 2021-06-12 10:54:31 +02:00
7322f5f255 Removed unused/unnecessary dependencies. 2021-06-11 01:31:29 +02:00
4ffcaa6be9 2276 Better feedback when trying to replace the final seminar document with a non-PDF (or other error) 2021-06-10 15:07:04 +02:00
329eb6889d 1470 Help authors complete their project by allowing them to subscribe to notifications about new seminars to finish an opposition and active participation. 2021-06-10 14:19:50 +02:00
47005b4c0a 2269 Filter out supervisors who are no longer affiliated with DSV from the target management page 2021-06-06 19:52:47 +02:00
cacd7f199f 2266 Fix deprecated attribute 2021-05-25 11:44:23 +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
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
1d96343f90 2206 Upgrade to Wicket 9 2021-05-19 00:14:02 +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 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