3985 Commits

Author SHA1 Message Date
5424be6f1d Fix problems resubmitting documents to URKUND 2022-06-09 10:11:12 +02:00
96eaff9066 Fix problem deleting attachment to opposition report 2022-06-09 00:33:00 +02:00
a8570eef53 Sync the error codes from grading service. 2022-06-01 10:05:24 +02:00
6a1b37b3e5 2553 Resolve database migration version conflict 2022-05-20 18:42:09 +02:00
f44aed23f9 Merge branch 'develop' into 2553-fix-file-deletion
# Conflicts:
#	core/src/main/java/se/su/dsv/scipro/phd/StudyPlanServiceImpl.java
#	view/src/test/java/se/su/dsv/scipro/repository/panels/ProjectFilePanelTest.java
2022-05-20 18:39:35 +02:00
26f81ae5fe 2562 Use the new endpoint for adding authors 2022-05-19 17:38:02 +02:00
942070a147 2562 Update Daisy API XSD 2022-05-19 12:35:38 +02:00
a267d20693 2583 Removed PhD specific parts 2022-05-11 12:30:33 +02:00
72b8b7d17d Switch to XML when fetching projects. 2022-05-09 13:55:18 +02:00
ddc28cc598 2515 Sync theses' research area to Daisy 2022-05-09 13:49:25 +02:00
f5535c36ef 2515 Update Daisy API XSD 2022-05-09 10:22:59 +02:00
a9b699fcfd 2553 Fix problems in GDPR report 2022-05-09 09:30:32 +02:00
957f899834 2553 Migrate peer review to file references 2022-05-07 15:56:40 +02:00
7afbb75caa 2553 Migrate peer request 2022-05-05 17:33:05 +02:00
f6e84c88d1 2553 Migrate reviewer decisions 2022-05-05 16:50:44 +02:00
9ad4e2e711 2553 Migrate opposition report attachments 2022-05-04 16:27:49 +02:00
2dbba72af8 2553 Migrate mail attachments 2022-05-04 15:47:19 +02:00
3898bb5077 2553 Migrate old seminar opposition reports 2022-05-04 14:46:22 +02:00
71acbe8e64 2553 Migrate final thesis text matching document to file reference 2022-05-04 13:44:37 +02:00
e387e83152 2553 Migrate final thesis document to file reference 2022-05-04 13:01:02 +02:00
323c3a622d 2553 Stream data to URKUND instead of buffering 2022-05-04 11:09:04 +02:00
cd9693c325 2553 Fix problems submitting documents to URKUND 2022-05-03 20:36:38 +02:00
3114f9d79f 2553 Migrate seminar and text matching to references 2022-05-02 16:57:41 +02:00
bb18c364c1 2553 Migrate activity plan to use file references 2022-04-28 16:05:29 +02:00
cd22c3fcd4 2553 Migrate forum to use file references 2022-04-28 10:58:57 +02:00
7a455b7db3 2553 Migrate project files to use file references 2022-04-27 11:39:02 +02:00
c50851423f 2553 Add file references so multiple places can reference the same file 2022-04-25 10:50:24 +02:00
189d79da9b 2553 Rename FileDescriptionService to FileService
Better names for the file handling since it deals with files, not the implementation specific FileDescription @Entity used to store metadata.
2022-04-25 10:06:41 +02:00
nikos dimitrakas
597b753fc1 Merge remote-tracking branch 'origin/develop' into develop 2022-04-22 14:56:50 +02:00
nikos dimitrakas
85219dc151 Harmoniserade interface 2022-04-22 14:56:35 +02:00
b7c42aa13e 2484 TR 2022-04-13 12:36:28 +02:00
71ab3ab4eb 1684 Sync all research areas 2022-03-31 12:15:08 +02:00
nikos dimitrakas
1996d12ffd Uppgraderade xsd för daisy api 2022-03-29 12:09:05 +02:00
27c0bac987 Fix displaying of old ideas
2523 2519
2022-03-16 13:10:25 +01:00
0d87b1eda7 2446 Allow all supervisors to see available ideas even if they have no target for the application period 2022-03-10 15:45:38 +01:00
4cc67a1457 2528 Fixed sync job getting stuck running
Added proper logging when jobs fail
Always reschedule jobs even when they fail
2022-03-09 11:00:57 +01:00
nikos dimitrakas
0972c592ce 2528 Exkluderade avslutade och avbrutna projekt från synkningen som görs inom varje handledare. Verkar onödigt och tog tid. Refaktoriseringar enligt intellij. Harmoniserade @Transactional på de publika metoderna och tog bort en från en privat metod. Självaste problemet med att jobbets workerdata inte sparas kvarstår och beror på något med transaktionshanteringen i metoden UserImportWorker.importPotentialNewStudentsAndUpdatePrograms. Det är em.refresh(wd) på rad 88 i AbstractWorker som kastar en Exception. 2022-03-07 11:16:40 +01:00
1ad4325530 2446 Make application periods and student ideas available for viewing by supervisors in the matching period (end->course start) 2022-03-03 13:37:14 +01:00
7b35cd3177 2446 Validating and matching is now done together rather than separately 2022-03-03 13:37:14 +01:00
a5422158cc 2446 Prevent supervisors from taking ideas during the matching period 2022-03-03 13:37:14 +01:00
cc77b9b785 Fix warnings 2022-03-03 13:37:14 +01:00
c8dacd6520 2446 Allow supervisors to keep selecting student ideas during matching 2022-02-16 09:32:14 +01:00
750fac828f 2402 Allow students to remove their own partner ad 2022-02-11 12:14:57 +01:00
1d73ce5feb 2402 Remove partner ads that have been fulfilled 2022-02-11 12:02:03 +01:00
db854ef3f6 2404 Student can change partners on accepted supervisor idea 2022-02-09 20:23:27 +01:00
7819e7b80c 2449 2474 Research area changes
* Research area follows from idea to project phase
* Research area can be edited by supervisors
* Research area must be confirmed by supervisor when they request reviewer
2022-01-27 10:52:28 +01:00
37ca3d5f06 2424 TR 2022-01-17 15:47:51 +01:00
211a9da259 2173 Prevent supervisors from creating ideas if they have no research areas.
Provide a way for them to easily sync over their research areas from Daisy.
2022-01-16 21:22:06 +01:00
c238f82a85 Update Daisy XSD 2021-12-19 17:20:15 +01:00
48f596d4af Fix (some) dependencies with known security holes 2021-12-13 15:57:32 +01:00