3972 Commits

Author SHA1 Message Date
2c0ea3c63f [1041] Made it possible to specify a link with more information about grading. 2016-09-26 15:38:25 +02:00
f25b740504 [1039] Added "literature" field to the Watson box. 2016-09-26 14:26:54 +02:00
7ffafb1029 [1033] Removed references to TurnItIn. 2016-09-26 13:55:16 +02:00
1b9e1935f3 [SCIPRO-422785] Fixed transactional problem that lead to multiple forum post read states getting created. 2016-09-26 09:21:40 +02:00
30b96a2876 [1002] Apparently there was a way to search by email address. 2016-09-22 15:57:15 +02:00
f702d78819 [1002] Receivers are paginated so for now we just loop through it all. Later we might cache the result. 2016-09-22 15:24:05 +02:00
d2891e33f3 Fixed test. 2016-09-12 11:56:16 +02:00
fd05fb25d4 Ignore test that is no longer relevant. 2016-09-12 11:40:56 +02:00
b8140ef514 [SCIPRO-264726] Fixed problem when two requests come in to the peer review page simultaneously. 2016-09-12 11:08:59 +02:00
50698ad9fa [1007] Do not deactivate the opposition milestone when an opposition is failed. Either it was never activated by a successful opposition or there is another approved opposition and thus the milestone should stay activated. 2016-09-12 10:50:06 +02:00
eceb476030 [1004] No longer send e-mails to deceased individuals. 2016-09-12 10:36:35 +02:00
50597a67e6 Made it possible to oppose/participate on final seminars that are not on your specific project type as long as they are on the same degree level. 2016-09-06 15:30:39 +02:00
63fa2a7b7c Fixed tests. 2016-09-06 10:16:22 +02:00
0b207f8fea Merge branch 'urkund' into develop
# Conflicts:
#	view/src/main/resources/META-INF/services/com.google.inject.Module
2016-09-05 16:50:39 +02:00
2eb7af77c0 Scheduled URKUND workers. 2016-09-05 16:35:31 +02:00
e9a84e5d39 Remove URKUND submission when removing the final thesis document. 2016-09-05 16:28:59 +02:00
e311b6fe81 SCIPRO-342548 Column 'emailAddress' cannot be null 4 2016-09-05 14:22:25 +02:00
a3f4e5e090 Fixed so the correct analysis address is used when polling for submission info from URKUND. 2016-09-05 13:39:28 +02:00
2f2cac9852 Added missing credentials when looking for analysis address. 2016-09-05 13:25:57 +02:00
efe55c0a57 Fetch analysis address from URKUND. 2016-09-05 13:08:18 +02:00
40c67e5600 Merge branch 'develop' into urkund
# Conflicts:
#	core/src/main/java/modules/CoreModule.java
2016-09-05 09:55:26 +02:00
28d56ca2b8 SCIPRO-342548 Column 'emailAddress' cannot be null 3a 2016-08-30 12:16:09 +02:00
2af70856f3 SCIPRO-342548 Column 'emailAddress' cannot be null 3 2016-08-29 20:53:48 +02:00
c517235284 Fixed XSD plugin. 2016-08-26 16:38:49 +02:00
1b8dee7e5e SCIPRO-342548 Column 'emailAddress' cannot be null 2 2016-08-26 15:22:58 +02:00
4f95d869d4 SCIPRO-342548 Column 'emailAddress' cannot be null 2016-08-25 10:00:40 +02:00
b261b8bbc5 Added panel to show URKUND status and allow queueing of documents for text matching. 2016-08-16 14:04:11 +02:00
f44ed9ee03 Merge branch 'develop' into urkund 2016-08-16 10:40:26 +02:00
c170132e92 fixed 272300 + 171942 +.. 2016-07-20 16:32:17 +02:00
dc16481c08 Do not disable the milestone for active participation if a participation is failed by the seminar supervisor. 2016-07-01 15:50:09 +02:00
6f8d8e9ea6 Made it a bit more readable. 2016-06-20 15:59:59 +02:00
c7ccc3f629 Look up analysis address when submitting to URKUND
The receivers e-mail is first looked up in SUKAT (LDAP) and that e-mail is
then used to look up the analysis address in URKUND.
2016-06-20 14:33:57 +02:00
7625b184bb Fixed conflicts in migration scripts. 2016-06-20 14:14:02 +02:00
3176b76b0c Merge branch 'develop' into urkund 2016-06-20 12:16:46 +02:00
24d9788038 Documented Either. 2016-06-20 12:16:19 +02:00
ac8c837f9f Merge branch 'develop' into urkund 2016-06-20 11:35:57 +02:00
40c985aba3 Authors can circumvent the conditions of opposing.
If the conditions are met on page render but not when clicking the link they conditions are not rechecked and the opposition will be allowed.
2016-06-15 12:46:25 +02:00
0042b72a2d [SCIPRO-168555] Fixed problem when double submitting reviewer requests.
Also removed some Scala.
2016-06-14 16:15:34 +02:00
6f18ff7059 SCIPRO-257179 Added cascade delete to project_file 2016-06-10 15:45:21 +02:00
65e0093527 [SCIPRO-261765] Duplicate supervisor grading reports. 2016-05-31 13:34:10 +02:00
205f7497e8 Created a transaction around the select/insert of opposition reports so there are no more duplicates. 2016-05-23 14:32:49 +02:00
Andreas Svanberg
ce25b2ac1d Scheduling the same worker twice... 2016-05-11 23:26:09 +02:00
a6894d6a73 Stop sending reminder about reviewer deadlines. 2016-05-11 15:03:46 +02:00
0c3f6a5e15 You always get a list back but since SciPro only ever submits a file once we take the first and throw away the rest. 2016-05-10 14:26:49 +02:00
876d715963 Submit files to the URKUND queue when uploading final seminar documents. 2016-05-10 13:53:10 +02:00
36ab3939b4 Added settings page for URKUND. 2016-05-09 15:50:44 +02:00
607f120281 Added database migration for URKUND submissions and the plagiarism check queue. 2016-05-09 14:48:46 +02:00
213d657cd5 Added plagiarism submission queue. 2016-05-09 14:48:23 +02:00
f689820f39 Added URKUND module. 2016-05-04 10:37:47 +02:00
9d5e9b4e16 [SCIPRO-221059] Fixed problem with sending reviewer approval for projects that do not have reviewers assigned to them. 2016-05-03 09:48:50 +02:00