George Kalampokis
316d0903c8
Improve RDA mapping (contributed by M.Aldo)
2021-12-16 11:44:34 +02:00
Konstantinos Triantafyllou
feecac994d
Merge remote-tracking branch 'origin/Development' into Development
2021-12-15 16:26:21 +02:00
Konstantinos Triantafyllou
ade9b42d12
Add a placeholder field in multiplicity. (BackEnd)
...
Add a placeholder input in editor for multiplicity add new field button.
2021-12-15 16:26:06 +02:00
George Kalampokis
42c5dbb3b2
Make distribiution to parse as list
2021-12-14 18:05:10 +02:00
George Kalampokis
6964aa1d47
Fix minor typo
2021-12-14 17:07:00 +02:00
George Kalampokis
ba8bae1a88
Update some maven dependencies
2021-12-14 12:09:15 +02:00
George Kalampokis
a9e7ef1798
Rename prefilling get endpoint to generate
2021-12-10 16:07:00 +02:00
George Kalampokis
728ea9a24f
Add prefilling backend endpoints
2021-12-10 15:37:39 +02:00
George Kalampokis
78688420d2
Fix minor issue with elastic date parsing
2021-12-09 15:11:07 +02:00
George Kalampokis
17b72cde60
Fix issue with time parsing
2021-12-08 16:42:16 +02:00
George Kalampokis
0a39e64f9a
Merge remote-tracking branch 'origin/Development' into Development
2021-12-07 17:16:41 +02:00
George Kalampokis
33784f3ee2
Add missing null check up
2021-12-07 17:16:22 +02:00
Diamantis Tziotzios
2cb985c23c
bug fix
2021-12-07 16:52:49 +02:00
Diamantis Tziotzios
197de17aa5
no message
2021-12-06 15:32:38 +02:00
George Kalampokis
de4c430d91
Fix issue with related datasets on dashboard
2021-12-03 16:49:23 +02:00
George Kalampokis
b2825c8369
Fix issue with parsing some custom auto complete sources
2021-12-02 18:03:31 +02:00
George Kalampokis
e165259c81
Fix and improve remote fetcher caching
2021-11-29 17:26:29 +02:00
George Kalampokis
6ce7fec059
Fix critical issue with multiAutoComplete on autocomplete field types
2021-11-29 11:27:59 +02:00
George Kalampokis
19aa2bd411
Fix critical issue with public datasets
2021-11-25 16:45:29 +02:00
George Kalampokis
aed23a655b
When exporting DMP to xml or json get only the active/finalized datasets and not the deleted ones
2021-11-24 18:14:24 +02:00
George Kalampokis
8524bce2e0
Add support for the exported date format on wordBuilder
2021-11-24 16:41:01 +02:00
George Kalampokis
fc71e95cf3
Make dataset queries to return distinct results (avoid duplicate Id issues)
2021-11-24 16:23:02 +02:00
George Kalampokis
e546362f58
Fix issue with elasticsearch inconsistencies
2021-11-23 14:05:57 +02:00
George Kalampokis
e8d71a8f66
Add additional null check
2021-11-23 11:44:50 +02:00
George Kalampokis
53e298f66a
Fix issue with Dataset copy not working on the dataset listing
2021-11-23 11:30:08 +02:00
Konstantina Galouni
bb0c398120
#7183 : In DMP invitation, return authors whose name/ email contains the query string given by user (case insensitive).
...
1. InvitationsManager.java: Added method "getUsersWithCriteria()" to filter results according to "userInfoRequestItem.getCriteria().getLike()".
2. UserInvitationController.java: In method "getUsers()" added parameter "@RequestBody UserInfoRequestItem userInfoRequestItem" and call new method "invitationsManager.getUsersWithCriteria()" (instead of getUsers()).
2021-11-22 13:44:41 +02:00
George Kalampokis
c0599d5fed
Fix issue of reloading externalUrls
2021-11-19 11:20:47 +02:00
George Kalampokis
38cd336bc9
Add transactional to makeFinalize on DMP and remove jackson parsing when depositing to zenodo
2021-11-18 18:27:20 +02:00
George Kalampokis
4eb15da95a
Trim out hours from date picker export on xml and json(ref #7185 )
2021-11-17 11:12:34 +02:00
George Kalampokis
4da99d6d83
Trim out hours from date picker export (ref #7185 )
2021-11-17 10:30:31 +02:00
George Kalampokis
cecc59eba6
Fix issue with file imports (ref #7184 )
2021-11-16 15:55:32 +02:00
George Kalampokis
7820235258
Improve html type field exports
2021-11-09 17:44:47 +02:00
George Kalampokis
54b142000c
Merge remote-tracking branch 'origin/Development' into Development
2021-11-09 14:23:30 +02:00
George Kalampokis
1a373bc6f8
Add email notification when a user is added to a Dataset Template (ref #7148 )
2021-11-09 14:23:22 +02:00
Konstantina Galouni
71b8742b0f
LicenseManager.java & LocalFetchManager.java & TagController.java: #7135 : No case sensitivilty for licenses, managers and tags.
2021-11-09 14:17:46 +02:00
George Kalampokis
a7badfd9d5
Add nexus prometheus metrics
2021-11-09 13:05:38 +02:00
George Kalampokis
58ecadd79b
Fix issue with project creation
2021-11-09 10:19:20 +02:00
George Kalampokis
db4d1006c6
Fix various issues with word/PDF export
2021-11-02 18:06:00 +02:00
George Kalampokis
39795f177f
Fix critical issue with file exports on chromium based web browsers
2021-11-02 14:50:20 +02:00
Konstantina Galouni
7fefdd6aad
Added rich text area field type for response in dataset > chapter > section > questions.
...
1. RichTextAreaData.java: [NEW] file to extend FieldData.
2. ModelBuilder.java: Added case for richTextarea type.
3. ExportXmlBuilderDatasetProfile.java: Added case for RICH_TEXT_AREA.
4. ViewStyle.java: Define RICH_TEXT_AREA("richTextarea").
2021-11-01 15:38:16 +02:00
George Kalampokis
6ff9ea2d05
When exporting to word/PDF HTML styled text, make <br> tag to be parsed once
2021-11-01 11:49:20 +02:00
George Kalampokis
0010ad846a
When exporting to word/PDF HTML styled text, it will be preperly indented and it can read the change line character
2021-11-01 11:39:43 +02:00
George Kalampokis
5a66754cbd
Make DMP language Mandatory and set default language to English
2021-10-29 15:08:58 +03:00
George Kalampokis
fd26e2a742
Fix issue with DMP index not updating after a new user is invited
2021-10-27 18:16:44 +03:00
George Kalampokis
900a377d5f
Fix critical issue with RDA Comoon Standard text load
2021-10-26 17:54:58 +03:00
George Kalampokis
93baa4a281
Add support for more html tags on the Document/PDF exporter
2021-10-26 16:21:28 +03:00
George Kalampokis
2c29469590
Allow to configure the path of the email templates (ref #7122 )
2021-10-25 16:06:08 +03:00
George Kalampokis
8e2fea2ea0
Merge remote-tracking branch 'origin/Development' into Development
2021-10-20 12:42:21 +03:00
George Kalampokis
e66362ec38
Add prometheus metric for the number of grants used based on DMP status (ref #6462 )
2021-10-20 12:42:08 +03:00
George Kalampokis
35c4ec821e
Add a special query logic with group by and count
2021-10-20 12:40:44 +03:00
Diamantis Tziotzios
c3f28936af
Dockerfile update
2021-10-13 18:47:41 +03:00
Diamantis Tziotzios
887789d9e5
Dockerfiile update
2021-10-13 18:17:53 +03:00
George Kalampokis
942782fe3c
Use metrics predifined names instead of plain Strings
2021-10-13 17:49:32 +03:00
George Kalampokis
d0d918682b
Refactor remote fetcher and made it independent of sun libraries
2021-10-13 17:48:46 +03:00
George Kalampokis
65644c3a35
Add extra sanity checks
2021-10-13 17:47:50 +03:00
George Kalampokis
a4fef8e462
Refactor PDF conversion
2021-10-12 18:17:16 +03:00
George Kalampokis
1a821179db
Even more Fixes over dashboard's sorting
2021-10-12 18:06:14 +03:00
George Kalampokis
29919f981a
Fix issue with recent activity sorting
2021-10-12 15:41:20 +03:00
George Kalampokis
7fe84d7de5
Eliminate Duplicate user when making a new version
2021-10-08 16:52:01 +03:00
George Kalampokis
a3af8ce3a5
Merge branch 'spring-update' into Development
...
# Conflicts:
# dmp-backend/web/src/main/java/eu/eudat/controllers/Admin.java
# dmp-backend/web/src/main/java/eu/eudat/controllers/Login.java
# dmp-backend/web/src/main/java/eu/eudat/controllers/UserGuideController.java
# dmp-backend/web/src/main/java/eu/eudat/logic/managers/DataManagementPlanManager.java
# dmp-backend/web/src/main/java/eu/eudat/logic/managers/DatasetManager.java
# dmp-backend/web/src/main/java/eu/eudat/logic/managers/DatasetProfileManager.java
# dmp-backend/web/src/main/java/eu/eudat/logic/managers/MetricsManager.java
2021-10-08 16:04:52 +03:00
George Kalampokis
0e97e6c0a8
Fix issues with external sources
2021-10-08 12:14:09 +03:00
George Kalampokis
1d48ee81b9
Add additional null check for Elastic's Dmp Repository
2021-10-08 11:18:22 +03:00
George Kalampokis
9919886c26
Fix issues with dataset sorting on Dashboard with Elasticsearch
2021-10-08 11:02:56 +03:00
George Kalampokis
77d50773b8
Merge branch 'improved_queries' into Development
...
# Conflicts:
# dmp-backend/web/src/main/java/eu/eudat/logic/managers/DataManagementPlanManager.java
2021-10-07 11:05:19 +03:00
George Kalampokis
524cededb6
Fix issue when exporting to docx/pdf
2021-10-06 18:16:39 +03:00
George Kalampokis
cb1d7b5340
Replace altChunk html to docx with direct parsing (manual)
2021-10-06 15:15:41 +03:00
George Kalampokis
ef5e6a92e0
Fix critical issue with Dataset Template xml import
2021-10-06 15:02:21 +03:00
George Kalampokis
407961e137
Fix critical issue with DMP queries without elastic
2021-10-06 14:21:54 +03:00
George Kalampokis
3ec942cfa7
Add support for Html text when exporting to docx (alpha)
2021-10-05 17:58:46 +03:00
George Kalampokis
54c862ecbb
Minor metrics refactor
2021-10-05 13:09:02 +03:00
George Kalampokis
b66bde871a
Fix issue of new DMPs not showing on the user's listing with elasticsearch active ( #7010 )
2021-10-05 12:56:20 +03:00
George Kalampokis
91729bab6d
Optimize queries
2021-09-30 18:02:53 +03:00
George Kalampokis
defac6afcc
Fix issue with date formats on RDA import
2021-09-28 14:17:03 +03:00
George Kalampokis
fc7c39081a
Improve configuration loader
2021-09-28 14:15:50 +03:00
George Kalampokis
99e4d231c2
Possible patch some leaks
2021-09-27 18:14:21 +03:00
George Kalampokis
06364873ca
Fix issue with unordered multiplicity fields
2021-09-27 18:11:55 +03:00
George Kalampokis
1ae2788453
Fix various issues with spring update
2021-09-14 17:43:02 +03:00
George Kalampokis
0257ff713b
Remove the actuator from the prometheus path
2021-09-07 10:29:57 +03:00
George Kalampokis
6f92409f1e
Update Spring boot framework to version 2.5.2
2021-09-07 09:42:31 +03:00
George Kalampokis
93ba59ef5a
Fixed word parsing issue with datasetIdentifier and validation fields
2021-08-27 12:58:06 +03:00
George Kalampokis
bfbc271b56
Fix elastic dataset consistency (impacts memory)
2021-08-24 17:05:28 +03:00
George Kalampokis
c964af25b5
Fix critical issue with public dataset query
2021-08-23 11:48:29 +03:00
George Kalampokis
5de811a76d
Vastly improve and optimize DMP and Dataset Queries (and with elastic)
2021-08-04 18:38:49 +03:00
George Kalampokis
ce8b49deb0
Fix issue with DMP disappearing when editing Datasets
2021-08-03 12:15:54 +03:00
George Kalampokis
4e87bd270e
Improve error handling when user has no zenodo access token
2021-08-02 18:31:10 +03:00
George Kalampokis
6a2099c2b9
Add user role check up when it's getting dataset profiles for the manager listing
2021-07-26 10:28:58 +03:00
George Kalampokis
f01e89799b
Merge remote-tracking branch 'origin/Development' into Development
2021-07-23 18:29:40 +03:00
George Kalampokis
9da0f4e776
Allow to re insert users on Dataset profile
2021-07-23 18:27:49 +03:00
Kristian Ntavidi
59e3af2fa0
Fix adding dataset dropdown on datasets listing
...
* Get timecreated from backend
* Protect front from crashing when creationTime is not provided
2021-07-23 12:05:07 +03:00
George Kalampokis
596550d3de
Extend user token duration to 10 days
2021-07-21 11:17:32 +03:00
George Kalampokis
c91059c854
Get latest available dataset profile instead of the version that is selected on the DMP
2021-07-20 12:55:52 +03:00
George Kalampokis
75d9726bca
Fix issue with xml export of autocomplete and multiautocomplete fields
2021-07-20 12:23:55 +03:00
George Kalampokis
15af25e292
Fix issue saving array of data from dataset
2021-07-20 11:37:28 +03:00
George Kalampokis
016acaaa0f
When counting organizations for the user count only the active ones
2021-07-19 18:34:29 +03:00
George Kalampokis
4b3468d513
Fix issue when validating dataset for finalization (needs rework)
2021-07-19 18:31:16 +03:00
George Kalampokis
1512d0c424
If BooleanDecision has no value thenm return null when exporting to docx and pdf
2021-07-19 14:08:48 +03:00
Diamantis Tziotzios
ad245dde5d
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2021-07-07 20:40:24 +03:00
Diamantis Tziotzios
b8b78f6653
user guide path fix
...
(cherry picked from commit bd15b1e2c7
)
2021-07-07 20:40:00 +03:00
George Kalampokis
d603fed61f
When new version is made keep all it's contributors
2021-07-06 16:56:37 +03:00
George Kalampokis
1c22ed2321
Add extraProperties for xml export/import and restore pdf export for zenodo deposit
2021-07-06 16:33:46 +03:00
George Kalampokis
d5cd90814a
Improve error handling
2021-07-06 13:33:58 +03:00
George Kalampokis
efe177f0b1
Fix issues with xml import and issues with zenodo deposit
2021-07-06 12:58:38 +03:00
George Kalampokis
c57e10a033
Fix issue with zenodo depositions
2021-07-06 10:29:14 +03:00
George Kalampokis
244bfa5c54
Fix various critical issues
2021-07-02 14:02:32 +03:00
George Kalampokis
4e3b98f1ff
Improvements over MS Word Document export
2021-06-30 17:17:17 +03:00
George Kalampokis
d1e3aae36d
Fix critical issue with dataset's copy dropdown
2021-06-30 12:51:12 +03:00
George Kalampokis
dcd7f24cac
Fix listing issues and improve elastic query
2021-06-29 11:45:20 +03:00
George Kalampokis
03b7699973
Reduce severity
2021-06-25 19:29:51 +03:00
George Kalampokis
d1df83f689
Add query db fallback for DMPs
2021-06-25 19:27:02 +03:00
George Kalampokis
4a4042d621
Fix various library issues with postgres and elastic
2021-06-25 12:32:58 +03:00
George Kalampokis
a48ac5fa0f
When exporting external dataset fields, export and it's type
2021-06-23 17:29:45 +03:00
George Kalampokis
11b4d462cf
Add type to External Datasets Data
2021-06-22 18:29:58 +03:00
George Kalampokis
42a22b4a65
Improve external researcher support
2021-06-17 18:48:18 +03:00
George Kalampokis
885f897adc
Fix issue when updating researchers from DMP
2021-06-17 18:01:47 +03:00
George Kalampokis
e94944abb1
Merge remote-tracking branch 'origin/Development' into Development
2021-06-17 13:58:36 +03:00
George Kalampokis
78186fb96d
If the invitation is accepted then send the user to the accepted DMP if the user click again the link from the email
2021-06-17 13:58:28 +03:00
Diamantis Tziotzios
6c6cc061fc
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2021-06-15 15:43:56 +03:00
Diamantis Tziotzios
d3d6c4a6aa
prometheus fix
2021-06-15 15:43:45 +03:00
George Kalampokis
1eb9aadaea
IGNORE ME
2021-06-15 11:25:11 +03:00
George Kalampokis
c193dd2c09
Fix numbering issue with word and PDF export
2021-06-14 18:01:29 +03:00
George Kalampokis
e615c403d3
Final fix over storing array of data from Datasets
2021-06-14 18:01:04 +03:00
George Kalampokis
dcf88479bd
Allow to store and retrieve combobox multivalues with commas
2021-06-14 14:21:27 +03:00
George Kalampokis
be311f238b
Add visibility rules checkup on dataset finalize checkup
2021-06-01 12:30:01 +03:00
George Kalampokis
8a5f9d3536
Add support for nested sections
2021-05-18 13:45:41 +03:00
George Kalampokis
b76a787972
Hide grants without any active dmp
2021-05-10 17:17:08 +03:00
George Kalampokis
95f8eb15c9
Even more fixes for imports and exports
2021-05-10 16:55:44 +03:00
George Kalampokis
6f658db27f
Fix issues with import and export of dataset template
2021-05-10 16:10:18 +03:00
George Kalampokis
1d5befaf6a
Add new endpoint in order to validate datasets
2021-05-10 13:40:08 +03:00
George Kalampokis
15c3a6fcb5
Export properly the data for each field type on dataset templates
2021-05-07 14:38:21 +03:00
George Kalampokis
af432cf329
Fixed issue with multiplicity fields
2021-05-06 18:58:55 +03:00
Diamantis Tziotzios
ae2168b2d7
bug fix regarding template import
2021-05-05 11:20:43 +03:00
George Kalampokis
a155f2cbec
Allow to search organizations based on reference
2021-04-30 15:25:31 +03:00
George Kalampokis
fe8a0ff109
Fix vaious issues with organizations
2021-04-30 14:45:00 +03:00
George Kalampokis
8a7cfab3b8
Fix various issues
2021-04-30 13:10:11 +03:00
George Kalampokis
cdae5ae574
Fix minor issues when creating a researcher
2021-04-30 11:08:06 +03:00
George Kalampokis
a28e26e594
Allow to query using exact reference
2021-04-29 11:58:03 +03:00
George Kalampokis
df5281eeaa
Allow to manually add reference
2021-04-29 11:28:46 +03:00
George Kalampokis
501ca9fcc2
Put elastic search index into the configurations
2021-04-27 16:53:15 +03:00
George Kalampokis
77bcb95ad7
Fix issues when cloning dataset templates
2021-04-27 10:38:20 +03:00
George Kalampokis
e5264780c3
When finalize DMP properly finalize it's datasets first
2021-04-21 18:21:52 +03:00
Diamantis Tziotzios
ede8bbf48e
metrics update
2021-04-15 18:30:16 +03:00
George Kalampokis
961a4df270
Add total Users metric
2021-04-13 12:19:55 +03:00
George Kalampokis
3d9a2b2331
Fix various issues with various template fields
2021-04-13 10:46:06 +03:00
George Kalampokis
48730e7937
Fix issue when accessing dataset profile users when there are no users.
2021-04-12 12:12:21 +03:00
George Kalampokis
c27ff1d446
Add missing metrics counters and made the metrics init task scheduled (per Hour) (ref #294 )
2021-04-12 12:00:07 +03:00
George Kalampokis
27bf69268e
Fix issue when creating new dataset profile
2021-04-12 10:49:22 +03:00
George Kalampokis
aca31dc9da
Add prometheus integration (ref #294 )
2021-04-09 19:05:04 +03:00
George Kalampokis
c57820d6b1
Remove "External References" from docx generation
2021-04-08 16:48:14 +03:00
George Kalampokis
4156875bae
Refactor and add logic for removing users from Dataset Templates
2021-04-07 19:08:57 +03:00
George Kalampokis
bc3c8b44d2
Add option to add or remove users from Dataset Templates
2021-04-07 19:03:22 +03:00
George Kalampokis
af04e34b6f
Add new User Role Dataset Template Editor.
2021-04-06 19:03:00 +03:00
George Kalampokis
c929eb3a2b
When uploading to zenodo upload both pdf and the RDA json files
2021-04-05 14:03:14 +03:00
George Kalampokis
5b930a6870
Export and Import Dataset Template description and language
2021-04-05 11:40:25 +03:00
George Kalampokis
e88f88d97c
Fix critical issue when creating comboboxes with the multiple selection untouched
2021-02-23 17:33:55 +02:00
Diamantis Tziotzios
f30392864c
ci updates
2020-12-16 14:19:58 +02:00
apapachristou
2ed101888d
fix syntax on application-devel.properties
2020-12-14 19:37:06 +02:00
Diamantis Tziotzios
af5ab43c2e
db pool connection fix
2020-12-14 19:23:10 +02:00
Diamantis Tziotzios
ef0a40b739
export template updated
2020-12-10 17:29:34 +02:00
George Kalampokis
ca38f0b0a4
Make user guide multilingual
2020-12-10 11:34:01 +02:00
George Kalampokis
3b00b76f19
Add option to make static dataset profile fields with autocomplete to have multiple values
2020-12-09 17:51:30 +02:00
George Kalampokis
c18e3f8e3c
Add null check for additionalInfo to UserListingModel fromDataModel
2020-12-03 14:07:45 +02:00
George Kalampokis
d6970cc49a
Add avatarUrl on UserListingModel
2020-12-02 14:19:43 +02:00
George Kalampokis
fcd24fd907
Add community when depositing to zenodo (ARGOS).
2020-11-23 18:16:32 +02:00
George Kalampokis
66358acfcf
Replace the openDMP Affiliation on Zenodo with either a configurable
...
affiliation or the related organizations of the DMP
2020-11-19 18:39:25 +02:00
George Kalampokis
1e0b828a48
Prevent to check deleted Datasets when checking which Dataset Templates are in use
2020-11-16 18:31:41 +02:00
George Kalampokis
a3d662aed1
Fix minor spelling mistake
2020-11-13 18:29:16 +02:00
George Kalampokis
cbbfec2ccc
Updated RDA Mapper's Cardinality check
2020-11-13 18:26:09 +02:00
George Kalampokis
0ad797d033
Revert last commit
2020-11-12 16:39:47 +02:00
George Kalampokis
ffc140f84b
When creating or updating Datasets return also the
...
DatasetProfileDefinition
2020-11-12 15:50:34 +02:00
George Kalampokis
7973e04090
Fix minor issue with identifier validation
2020-11-12 10:14:42 +02:00
George Kalampokis
d40265544d
Add Validators external urls for both staging and production profiles
2020-11-10 17:40:55 +02:00
George Kalampokis
f5533e1b95
Prevent user to send merge request email to itself
2020-11-10 17:39:43 +02:00
George Kalampokis
8161d382ad
Fixed minor external url issue
2020-11-09 10:32:55 +02:00
George Kalampokis
cda31be0bd
Allow remote fetcher to retrieve data with POST requests and added a new
...
OpenAire repository source
2020-11-06 18:45:20 +02:00
George Kalampokis
2ff9b95fdf
Made identifier validation field to work properly
2020-11-06 16:29:33 +02:00
George Kalampokis
e061448830
Initial commit for the new Dataset Template Field (identifier
...
validation) part 2
2020-11-05 18:32:19 +02:00
George Kalampokis
da9872576e
Initial commit for the new Dataset Template Field (identifier validator)
2020-11-05 18:20:37 +02:00
George Kalampokis
70056bd0a9
Fix issue with login for new users
2020-11-04 16:52:10 +02:00
George Kalampokis
df8af6e6cd
Trim time on Dataset's modified time in order to match with the Database
2020-10-30 11:29:43 +02:00
George Kalampokis
2354d9bb5c
When calling the createOrUpdate endpoint on the Dataset Controller,
...
return a DatasetWizardModel instead of the dataset's id
2020-10-29 17:12:59 +02:00
George Kalampokis
03da1f3f7b
When merging users delete the remaining credentials of the user to be
...
merged
2020-10-29 12:08:09 +02:00
George Kalampokis
c1d473f8d4
When merging users remove the email from the user to be merged
2020-10-29 11:54:15 +02:00
George Kalampokis
4c60b2bb06
When creating a new credential assign the user's email
2020-10-27 18:08:16 +02:00
George Kalampokis
ff169ae806
Made User Merge logic functional
2020-10-27 18:06:58 +02:00
George Kalampokis
981eb48d89
Add email for Merge requests
2020-10-27 12:06:32 +02:00
George Kalampokis
2b89f646ee
Fix emails that are sent with images
2020-10-27 12:01:18 +02:00
George Kalampokis
8c2ae8cf46
Add null check on the Organisation fromMap mapper
2020-10-26 18:03:07 +02:00
George Kalampokis
9674ec2b6b
Add user merge related services and updates on existing services on the frontend
2020-10-26 10:36:20 +02:00
George Kalampokis
e1212383ff
Add expirimental logic for userMerge (+ some updates for DB)
2020-10-23 18:40:17 +03:00
George Kalampokis
56d6b12555
Add Organization and roleOrganization to the User Info. Also allow to
...
edit the user's name from the updateSettings
2020-10-23 11:48:27 +03:00
George Kalampokis
b878bf9d8f
Fix issue when importing from RDA and the predefined template(s) inside the json does not exist on the database
2020-10-13 11:05:01 +03:00
George Kalampokis
a78044920a
Fixed issues with elastic and last public version
2020-10-12 12:45:32 +03:00
George Kalampokis
78903bf930
Add the backend logic to export all users to .csv
2020-10-07 17:29:53 +03:00
George Kalampokis
7a3b4a18ca
Fixed compile issues
2020-10-07 14:22:37 +03:00
Diamantis Tziotzios
e65bce0f5a
Merge branch 'ui-redesign' into Development
...
# Conflicts:
# dmp-backend/web/src/main/java/eu/eudat/logic/proxy/fetching/RemoteFetcher.java
# dmp-backend/web/src/main/java/eu/eudat/models/data/external/ResearchersExternalSourcesModel.java
# dmp-backend/web/src/main/resources/externalUrls/ExternalUrls.xml
2020-10-06 16:43:20 +03:00
George Kalampokis
e2326e1070
Minor refactoring
2020-10-06 11:50:14 +03:00
apapachristou
a1b067071a
Backend: Fixes modified time check on save dmp without previous reload. Frontend: Adds dialog to proceed to dataset editor on "save & add dataset"
2020-10-06 11:21:15 +03:00
George Kalampokis
49cd48943a
Merge branch 'ui-redesign' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-10-05 16:27:43 +03:00
George Kalampokis
ae03077795
Fixed various issues with the new externalUrls restTemplate
2020-10-05 16:21:42 +03:00
Diamantis Tziotzios
0d408ff68a
fixes
2020-10-05 12:08:57 +03:00
George Kalampokis
c02157be8c
Replace HttpUrlConnection with RestTemplate for the external Urls
2020-10-05 11:26:35 +03:00
George Kalampokis
674ce48b8b
DMP's create or Update endpoint will return a DMP model
2020-10-01 18:54:01 +03:00
George Kalampokis
7b9ae7c91d
Add support for Zenodo license autocomplete source
2020-10-01 16:08:32 +03:00
George Kalampokis
b3be89fb88
Allow to invite others with just the email even if they don't have an
...
user
2020-09-29 12:41:47 +03:00
George Kalampokis
08271c88cb
When getting just the email for invitation, find it's user and set it's
...
id to the invited user
2020-09-28 12:36:37 +03:00
Diamantis Tziotzios
28feacc7ef
CI Update
2020-09-24 17:25:08 +03:00
Diamantis Tziotzios
fe05ac9770
jenkins files
2020-09-24 17:20:33 +03:00
George Kalampokis
9dd76a739d
If RDA Export fail show properly an error message
2020-09-24 12:37:03 +03:00
George Kalampokis
9b403bb480
Create or update dataset endpoint will return the id of the
...
created/updated dataset
2020-09-17 13:34:44 +03:00
George Kalampokis
36b380e738
Check if the grant can be edited only when the grant is internal
2020-09-16 18:37:24 +03:00
George Kalampokis
da7fc0def3
Fixed various issues with DMP imports and exports (mostly RDA)
2020-09-15 13:21:22 +03:00
George Kalampokis
4cc44814e2
Minor improvements to error checkups
2020-09-14 18:09:57 +03:00
George Kalampokis
7b800b2347
Fix multiList on xml export
2020-09-11 16:54:32 +03:00
George Kalampokis
2390a33a98
When uploading dataset template xmls delete the working directory copy of the file
2020-09-11 16:31:57 +03:00
George Kalampokis
7f83b0f19a
Fixed minor issue with template import
2020-09-11 15:57:52 +03:00
George Kalampokis
88ea24d367
Fixed issues when retrieving data from external sources
2020-09-11 14:29:12 +03:00
George Kalampokis
b66fe982f5
Update Tags field with multiple autocomplete like in the dataset editor
2020-09-11 14:27:53 +03:00
George Kalampokis
b847389b96
Add ORCID source to all the profiles and replace the content type from xml to json
2020-09-11 12:07:49 +03:00
George Kalampokis
3944191c4e
Add EOSC Services API (ref #290 )
2020-09-10 18:30:30 +03:00
George Kalampokis
aac277020a
Add support for zenodo source on autocomplete combobox
2020-09-10 18:06:37 +03:00
George Kalampokis
5be674d07e
Allow wordlist combobox type to have multiple values
2020-09-10 18:04:14 +03:00
George Kalampokis
13ac3634d6
Improve compatibility for openAire sources
2020-09-09 17:50:47 +03:00
George Kalampokis
f0502b94df
Change the tags on the dmp editor to a multiple auto select, that allow to create tags or use existing ones
2020-09-09 17:49:45 +03:00
George Kalampokis
183ce385a9
Add OpenAire source for the external Datasets
2020-09-09 17:44:08 +03:00
George Kalampokis
2a53a0aa7d
When showing researchers retrieved by ORCID source show also and their ORCID in parenthesis
2020-09-09 17:42:55 +03:00
George Kalampokis
7300e2fe85
When creating a DMP with datasets, add datasets after the DMP is created
2020-09-08 17:50:38 +03:00
George Kalampokis
a706a9c8f6
Improve the retrieval of the datasetpagedefinition from the dmp api
2020-09-08 16:42:35 +03:00
George Kalampokis
db0cee542c
When creating or updating a DMP with datasets, check the datasets template validity from the datasets of the request and not from the ones in DB
2020-09-08 10:53:10 +03:00
George Kalampokis
1dbe320706
Improve expiredAt calculation
2020-09-07 18:15:52 +03:00
George Kalampokis
7dcf2a1ef1
Minor build fix
2020-09-04 17:09:24 +03:00
George Kalampokis
d890763b41
Updated The DatasetWizardModel on the backend in order to be similar to it's front end counterpart
2020-09-04 17:00:34 +03:00
George Kalampokis
072a1c8a18
Change the filename of the exported DMP (also affects DOI generation) (ref #288 )
2020-09-03 18:08:53 +03:00
George Kalampokis
e4713d60bd
When creating a new version of a DMP return the Id of the new DMP
2020-09-03 17:57:14 +03:00
George Kalampokis
f2613c4c87
When exporting to World and PDF with world list field return it's label instead of it's value (ref #287 )
2020-09-03 10:50:28 +03:00
George Kalampokis
fc7f8d4278
When exporting to World and PDF with world list field return it's label instead of it's value (ref #287 )
2020-09-03 10:46:11 +03:00
George Kalampokis
8951b61b3b
Return the id of the cloned dmp when calling the dmp/clone endpoint
2020-09-02 18:32:12 +03:00
George Kalampokis
e1368e270a
Update Zenodo's file API
2020-08-25 17:30:29 +03:00
George Kalampokis
fa86258197
Fixed minor issue with Zenodo file names
2020-08-24 12:03:29 +03:00
George Kalampokis
4d249eeae4
Changed the file format when creating Zenodo Deposit
2020-08-24 10:49:50 +03:00
gpapavgeri
b3b9de6979
Add researchers to dmp in DatasetOverviewModel
2020-08-06 11:14:42 +03:00
George Kalampokis
edf64328d9
Fix parsing issues with auto complete
2020-08-03 17:01:06 +03:00
George Kalampokis
cd5295437b
Fix minor issue with DMP criteria
2020-08-03 16:56:36 +03:00
George Kalampokis
1c876cbcca
RecentActivity can now be sorted by finalizedAt and publishedAt
2020-07-31 17:04:18 +03:00
George Kalampokis
83bd977484
If finalized Dataset has no finalized At date then use it's DMP finalized At date
2020-07-31 14:06:16 +03:00
George Kalampokis
5d44d8bf45
Fixed issue when finalizing datasets from the DMP Overview.
2020-07-31 14:04:49 +03:00
George Kalampokis
feee5b49e9
Ditto
2020-07-31 13:34:01 +03:00
George Kalampokis
2faf1a0d78
When getting public paged Datasets, allow to set custom order
2020-07-31 13:33:32 +03:00
George Kalampokis
f97546ff38
Add finalized RecentActivity sort function
2020-07-31 13:21:01 +03:00
George Kalampokis
168b634681
Fix minor authentication issue
2020-07-31 13:16:29 +03:00
George Kalampokis
f86ba70d24
Fixed consistency issues with the public statistics
2020-07-31 12:20:29 +03:00
George Kalampokis
4b30d56d91
Fixed issue if dataset has no profile
2020-07-29 17:52:51 +03:00
George Kalampokis
dc83a3a09c
Fixed Various issues when creating or updating DMP with datasets
2020-07-28 17:35:55 +03:00
George Kalampokis
eb8e4a96e6
Reworked Recent Activity ordering and force status to be ordered in reverse of the others
2020-07-27 18:16:32 +03:00
George Kalampokis
22493569fa
Allow to create or update DMP and it's datasets with one endpoint (post full)
2020-07-27 13:09:30 +03:00
George Kalampokis
3b09bef7d5
Fixed minor issues with the elastic search on recent activity
2020-07-24 12:38:16 +03:00
George Kalampokis
9c9db0b646
Improve data integrity of recent Activity data retrieval and added elastic support to it
2020-07-24 12:12:54 +03:00
George Kalampokis
b7b8e0b0e8
Change the profile from DatasetListingModel from String to DatasetProfileOverviewModel
2020-07-24 11:46:11 +03:00
George Kalampokis
b0067f20b5
Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
2020-07-24 10:50:34 +03:00
George Kalampokis
db8debef86
RecentActivityModel will store profile as DatasetProfileOverviewModel instead of just string
2020-07-24 10:50:16 +03:00
gpapavgeri
762f873db1
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-07-23 16:24:43 +03:00
George Kalampokis
ac00b01943
Fixed various issues when creating world document and storing data to the elastic
2020-07-23 12:24:49 +03:00
George Kalampokis
d1992b37c4
Fixed various issues when creating world document and storing data to the elastic
2020-07-23 12:01:37 +03:00
gpapavgeri
3d1b0adc6e
add status to DmpOverviewModel used in DatasetOverviewModel
2020-07-22 17:46:21 +03:00
George Kalampokis
14df3a4bbe
Add dataset filter like in getPaged on DataManagementPlanManager
2020-07-22 15:40:07 +03:00
George Kalampokis
f3c1244600
Separate RecentActivityTableRequest's offset to dmp and dataset offset (backend)
2020-07-22 10:28:25 +03:00
George Kalampokis
a60151560b
Temporary removed async gets for datasets (TODO: make them async again)
2020-07-21 17:30:12 +03:00
George Kalampokis
e6da46730b
Improved Dataset error handling when retrieving data
2020-07-21 16:05:34 +03:00
George Kalampokis
5cc6a5117a
Fixed path issue with externalUrls on devel (backend)
2020-07-17 16:11:40 +03:00
George Kalampokis
ac24143c0d
Sanitize user output on frontend
2020-07-17 13:19:10 +03:00
George Kalampokis
4127a05da4
Add Email Field on Principal
2020-07-17 13:15:44 +03:00
George Kalampokis
69fc698866
Unified datasets and datasetWizard Controllers
2020-07-15 12:33:10 +03:00
George Kalampokis
aa930f097a
Fixed issue with DMPs that are having a user assigned multiple times
2020-07-10 16:30:44 +03:00
George Kalampokis
916557db0a
Minor bugfix
2020-07-10 14:28:45 +03:00
George Kalampokis
fcbb0dfdf8
Fixed invitation system and made it to check if a user is already invited to the DMP
2020-07-10 13:53:27 +03:00
George Kalampokis
9751d0fb78
Fixed issue with invitation properties
2020-07-10 12:36:47 +03:00
George Kalampokis
caec63be38
Fixed issue when saving auto complete data
2020-07-10 12:36:01 +03:00
George Kalampokis
451ed453f9
Add role to the invitation model
2020-07-10 10:11:41 +03:00
George Kalampokis
052430d97c
Minor fixes
2020-07-09 15:02:16 +03:00
George Kalampokis
b8a1ed3f07
Minor bugfix
2020-07-09 13:47:39 +03:00
George Kalampokis
4e249e4b8b
Add get All Versions Endpoint to the Backend
2020-07-09 13:11:43 +03:00
gpapavgeri
f919a8d81a
Merge branch 'ui-redesign' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-redesign
2020-07-09 10:18:19 +03:00
gpapavgeri
a4b61c2172
dmp&dataset overview_remove user & invite user update
2020-07-09 10:17:49 +03:00
George Kalampokis
e428e8a5df
When creating new DMPs pre-set the visibility (restricted) and the contact (creator). They can be changed later in the draft phase.
2020-07-08 18:26:07 +03:00
George Kalampokis
a728e7da4a
If DMP is lacking the visibility option then create a Zenodo DOI with resstricted file access and no license
2020-07-08 16:59:15 +03:00
George Kalampokis
8ffdfdba1f
If DMP is lacking the visibility option then create a Zenodo DOI with resstricted file access and no license
2020-07-08 16:56:55 +03:00
George Kalampokis
ace12c3140
Add updateusers end point for DMP
2020-07-07 12:22:45 +03:00
George Kalampokis
47d8c65814
Merge branch 'advanced_rda' into ui-redesign
...
# Conflicts:
# dmp-frontend/src/app/ui/dmp/dmp.module.ts
2020-07-06 18:20:37 +03:00
George Kalampokis
58e22926b1
Merge branch 'advanced_rda' into Development
2020-07-06 18:19:02 +03:00
George Kalampokis
f432caa584
When getting user statistics on the dashboard make sure the DMP count to be distinct
2020-07-06 14:18:42 +03:00
George Kalampokis
84bb291cd6
Make DMP total count to use distinct in order to avoid counting duplicate entries
2020-07-06 14:11:14 +03:00
George Kalampokis
d10615d13a
Replace dmp and grant form String to DataManagementOverviewMaodel and GrantOverviewModel on DatasetOverviewModel
2020-07-06 11:58:59 +03:00
George Kalampokis
7f56afad5f
Add OpenAIRE source for external Datasets
2020-07-06 11:40:00 +03:00
George Kalampokis
372c9bb074
Add support for Dataset Overview
2020-07-03 16:11:54 +03:00
George Kalampokis
d51099cedc
Further fixes and improvements over recent activity
2020-07-03 13:55:25 +03:00
George Kalampokis
acf8b58728
Fixed and improved the recent activity manager
2020-07-03 12:18:53 +03:00
George Kalampokis
7197892352
Merge remote-tracking branch 'origin/ui-redesign' into ui-redesign
2020-07-03 11:37:40 +03:00
George Kalampokis
150667350c
Further Fixes over Recent Activity model
2020-07-03 11:23:13 +03:00
Diamantis Tziotzios
1615707418
Merge branch 'Development' into ui-redesign
...
# Conflicts:
# dmp-frontend/src/app/app-routing.module.ts
# dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.scss
# dmp-frontend/src/app/ui/navbar/navbar.component.html
# dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.html
# dmp-frontend/src/assets/i18n/en.json
# dmp-frontend/src/assets/i18n/es.json
# dmp-frontend/src/assets/i18n/gr.json
2020-07-03 11:21:46 +03:00
George Kalampokis
71279a716e
Minor changes to Recent Activity Model
2020-07-03 10:43:54 +03:00
George Kalampokis
b57f6fb73c
Recent Activity controller will require a custom DataTable Request
2020-07-03 10:43:19 +03:00
George Kalampokis
6d491b5930
Rda mapper will now be able to use the new DMP fields
2020-07-02 18:36:18 +03:00
George Kalampokis
094cff06b1
Properly remove associate Collaborators from a DMP
2020-07-02 17:24:50 +03:00
George Kalampokis
1ec90d7b52
Properly remove associate Collaborators from a DMP
2020-07-02 17:09:54 +03:00
George Kalampokis
64624ca6f1
Properly remove associate Collaborators from a DMP
2020-07-02 17:08:38 +03:00
George Kalampokis
f5093a6995
Add type to the recent activity model
2020-07-02 11:59:58 +03:00
George Kalampokis
325979a896
Add criteria for the recent activity model
2020-07-02 11:57:59 +03:00
George Kalampokis
64078eb283
Add isProfileLatestVersion on DatasetListingModel
2020-06-30 18:29:06 +03:00
George Kalampokis
f821938542
Created a new Recent Activity model and backend end-point that contains more details about it's objects
2020-06-30 16:59:06 +03:00
George Kalampokis
1cec40a4da
Add isPublic on DtasetListingModel
2020-06-30 16:14:18 +03:00
George Kalampokis
3c18ed4a0c
Add users on DatasetListingModel
2020-06-30 14:37:35 +03:00
George Kalampokis
ecd7898237
Code clean up
2020-06-29 13:00:34 +03:00
George Kalampokis
e8c90e66a5
Add support for newer versions of java (11) (expirimental)
2020-06-29 12:50:35 +03:00
George Kalampokis
6e4e23e00d
Add Zenodo file visibility field for DMP (ref #274 )
2020-06-29 12:23:53 +03:00
George Kalampokis
346c731aae
Fixed issue not passing DMP Extra Properties on clones and new Versions
2020-06-26 18:57:04 +03:00
George Kalampokis
b0dddeeb51
Add DMP Zenodo license field (ref #274 )
2020-06-26 11:46:18 +03:00
George Kalampokis
d81d6e8568
Allow splash to send contact emails
2020-06-25 19:39:10 +03:00
George Kalampokis
55d3feb4e3
Fixed minor issues with RDA Mapping
2020-06-25 13:30:47 +03:00
George Kalampokis
791f2fee61
Add currency field type for dataset templates
2020-06-25 13:00:29 +03:00
George Kalampokis
a4e21003c8
Add language column on the DMP quick wizard Editor (ref #273 )
2020-06-18 15:55:15 +03:00
George Kalampokis
ac43dc8bd9
Updated application-devel.properties language.path
2020-06-17 17:32:52 +03:00
George Kalampokis
e539278d78
Fixed and improved the dataset template export/import to/from xml
2020-06-17 12:30:54 +03:00
George Kalampokis
b28fc644f6
Add additional Data Repository OpenAIRE source
2020-06-16 18:45:26 +03:00
George Kalampokis
bb8f30fa3a
Add OpenAIRE Organizations source for the ExternalUrls
2020-06-16 17:22:48 +03:00
George Kalampokis
ddd0b60d37
Load various resources from classpath instead of an actual path on Stagging and Production
2020-06-16 11:19:27 +03:00
George Kalampokis
a8015064a8
Prevent storing Tags if the elastic service is unavailable
2020-06-16 11:17:07 +03:00
George Kalampokis
4a9c589636
Fixed maven depedency issues
2020-06-16 11:07:18 +03:00
George Kalampokis
4cf46aea14
Allow rda keywords with text fields to be stored to the elastic as regular tags
2020-06-12 18:19:32 +03:00
George Kalampokis
c7892f45df
Tags created by the form by using the rda standard keyword or the tag field will be stored to the dataset's tags in elastic
2020-06-12 17:25:53 +03:00
George Kalampokis
c5f4701f97
Fixed issue when creating DMP through the wizard
2020-06-11 17:59:53 +03:00
George Kalampokis
7c9d7d7fd0
Remove unused class
2020-06-10 16:18:24 +03:00
George Kalampokis
ba091fad6c
Remove User Association Table
2020-06-10 16:09:26 +03:00
George Kalampokis
33423b92f6
Removed HTTP-Logger (deprecated)
2020-06-10 13:18:04 +03:00
George Kalampokis
7695772d55
Updated production settings
2020-06-09 18:01:26 +03:00
George Kalampokis
314c62e1aa
Prevent duplicate researchers to be added when importing from RDA json
2020-06-09 17:12:09 +03:00
George Kalampokis
12587ee865
Add rda support for researchers and tags field
2020-06-09 16:25:50 +03:00
George Kalampokis
c927e41d83
Add dmp contributors for the RDA Common Standards
2020-06-08 18:34:26 +03:00
George Kalampokis
89fb26a693
Finished the implementation of the dataset Identifier field and added mapping support for the RDA (alongside the tags field)
2020-06-08 18:31:34 +03:00
George Kalampokis
46cfc3dae6
Add new fields for the Dataset Template (incomplete but functional)
2020-06-04 18:37:30 +03:00
George Kalampokis
81c3e220e8
Fixed issue when upload dmps without set profile
2020-06-03 12:43:31 +03:00
George Kalampokis
78ee4673ee
Add ExtraProperties for DMP and language for Dataset Template
2020-06-03 12:13:31 +03:00
George Kalampokis
58a41edea7
Add new source for data repositories and updated H2020 template
2020-05-29 17:13:02 +03:00
George Kalampokis
effc3c8431
Improve support for External sources
2020-05-29 17:10:18 +03:00
George Kalampokis
0e89ec50a6
Fixed minor issue when importing RDA Distributions
2020-05-29 16:08:40 +03:00
George Kalampokis
4d91f0c7af
Even more fixes for RDA import
2020-05-29 14:42:21 +03:00
George Kalampokis
7c327949dd
Allow to set default dataset template when importing RDA json files
2020-05-29 13:39:18 +03:00
George Kalampokis
5b0a66ce06
Removed deprecated configurations and added additional RDA Common Standards for dataset Templates
2020-05-29 11:57:21 +03:00
George Kalampokis
544eb92d86
Improved Import process
2020-05-29 11:35:32 +03:00
George Kalampokis
d0952d91c5
Re-configure RDA Mappers
2020-05-28 18:38:08 +03:00
George Kalampokis
62c61a8119
Allow Dmps to un-finalize if they are not published or not having a DOI (ref #272 )
2020-05-26 14:31:47 +03:00
George Kalampokis
2b9c2ee1e7
Add support for multiple sources on dataset autocomplete templates
2020-05-25 17:14:42 +03:00
George Kalampokis
33ec8b81c0
Fixed logback paths
2020-05-20 15:37:21 +03:00
George Kalampokis
f5773589ff
When selecting profiles from DMP editor or DMP wizard. All templates will be sorted alphabetically (ref #268 )
2020-05-19 18:35:50 +03:00
George Kalampokis
da7f90eb18
When creating Zenodo DOI publish the DMP but keep the files under restricted access and don't give identifier back until it go public. Also add zenodo proxy for the identifier (ref #257 )
2020-05-15 16:19:35 +03:00
Diamantis Tziotzios
0a4cad8292
bug fix
2020-05-12 19:54:52 +03:00
George Kalampokis
af62e192ae
Improved deployment
2020-05-12 13:10:23 +03:00
George Kalampokis
50c45b7271
Show status on dataset profile listing and filter them based on status (ref #265 )
2020-05-08 18:27:16 +03:00
George Kalampokis
0eb0707fd5
Add openaire grant on DOI creation (ref #257 )
2020-05-06 18:11:33 +03:00
George Kalampokis
42b2ff67f6
Fixed issue when retrieving grants using funderId
2020-05-06 18:02:19 +03:00
George Kalampokis
7784547bea
When generating DOI it will remain unpublished until the DMP got published, add reference identifier to the DMP (public overview) and add collaborators (associated users and researchers) to DOI generation (ref #257 )
2020-05-05 18:31:32 +03:00
George Kalampokis
f397ce6c72
Fixed issue when creating new users
2020-05-04 17:19:23 +03:00
George Kalampokis
5d6fbd3e37
Improve self deployment
2020-05-04 17:15:52 +03:00
George Kalampokis
08737cbbf0
Minor bugfix
2020-05-04 16:00:23 +03:00
George Kalampokis
391a88a236
The invite pop up will show only user collaborating with DMP that the current user also is collaborating (ref #258 )
2020-05-04 15:47:30 +03:00
George Kalampokis
75fc400349
Added postgres on docker compose
2020-04-29 14:03:19 +03:00
George Kalampokis
411de18e9f
Fixed issue when creating DMP from the creation Wizard
2020-04-28 18:27:31 +03:00
George Kalampokis
d67e68d0d9
Improve self deployment
2020-04-27 16:21:03 +03:00
George Kalampokis
05e2374f97
When exporting to JSON export it with pretty text
2020-04-22 18:43:19 +03:00
George Kalampokis
4e68666089
Re organize DMP controller and manager functions and added the ability to add custom organization (not configurable yet) (ref #255 )
2020-04-22 18:40:43 +03:00
George Kalampokis
ef40c5568f
Removed unnecessary condition when retrieving DMPs
2020-04-21 17:54:00 +03:00
George Kalampokis
744acd7abf
Fixed issue when creating new Datasets
2020-04-21 12:41:37 +03:00
George Kalampokis
d0cb186ab2
Fixed issue with Zenodo DOI generation with user token
2020-04-21 12:40:50 +03:00
George Kalampokis
96576b16a8
Merge Dataset Index to the Dmp Index (ref #252 )
2020-04-17 13:01:26 +03:00
George Kalampokis
91fc1bc5b1
Made elastic dmp mapping more safe
2020-04-16 18:32:47 +03:00
George Kalampokis
2ba3f11687
Add additional editors for the remaining external references
2020-04-14 16:43:09 +03:00
George Kalampokis
80a11b2cb3
Fixed dataset indexing when finalizing DMPs
2020-04-13 16:35:32 +03:00
George Kalampokis
20466bf693
Improve and fixed zenodo account association
2020-04-13 16:33:45 +03:00
George Kalampokis
3ce7fe7595
Allow to edit user created Data Repositories
2020-04-10 18:52:14 +03:00
George Kalampokis
982aea0cbf
Improved Zenodo Account Integration
2020-04-10 17:16:37 +03:00
George Kalampokis
a63ae3045e
When selecting "login with zenodo" it will prompt and login with zenodo, and the access token will be registered to the current user instead of re-login you in with the zenodo account.
...
Also disable Zenodo user login
2020-04-08 16:36:06 +03:00
George Kalampokis
330ead8f39
Additional checkup
2020-04-07 18:42:33 +03:00
George Kalampokis
b97f08d0f4
Add zenodo DOI access token expiration check up and show proper pop up when the user has either no or expired token
2020-04-07 18:42:32 +03:00
George Kalampokis
f39c113b7b
Add Zenodo Login and the ability to use it's access token for DOI creation
2020-04-07 18:42:31 +03:00
George Kalampokis
be6227a81d
Fixed issue with dmp index when creating a new version, and some othe minor dmp index issues
2020-04-07 18:41:25 +03:00
George Kalampokis
d664d19207
Improvements and bugixes over elastic
2020-04-06 18:34:25 +03:00
George Kalampokis
4d59821b6c
Allow twitter oauth to login without email (ask when logging in)
2020-04-03 17:04:53 +03:00
George Kalampokis
194ae2ccf0
Fixed minor issues with dmp index and dmp compact listing
2020-04-03 13:37:16 +03:00
George Kalampokis
71ccd76896
Fixed and improved file export system
2020-04-02 17:22:41 +03:00
George Kalampokis
88e34e1ec1
Removed external Tags
2020-04-01 18:17:17 +03:00
George Kalampokis
dcede0b1eb
Add Dmp Index (ref #252 ), compacted Dmp Listing so now both the user and the public listing will use one component (ref #253 ) and refactor operation context
2020-04-01 18:16:06 +03:00
George Kalampokis
f8d343c128
Fixed dataset Export
2020-03-31 10:08:25 +03:00
George Kalampokis
78753404b5
Add temp folder for downloading DMP exported files
2020-03-30 18:24:19 +03:00
George Kalampokis
2c16e1c376
When exporting dataset to RDA keep ONLY the researchers as contributors
2020-03-30 16:44:49 +03:00
George Kalampokis
5a07e4f01b
Make researcher model mapper more safe
2020-03-30 15:38:10 +03:00
George Kalampokis
7cdd2082f7
Minor fix when deleting un-indexed datasets
2020-03-30 15:37:04 +03:00
George Kalampokis
4b5be15f41
When Importing from json use the given name on the DMP
2020-03-30 15:36:07 +03:00
George Kalampokis
dca8fa83a0
Removed Bad Hack
2020-03-30 15:34:56 +03:00
George Kalampokis
1b0b84a7d2
If elastic index fail to retrieve datasets for the dashboard show directly from the DB
2020-03-30 15:33:30 +03:00
George Kalampokis
af93a2ce99
Fixed RDA Import indexing
2020-03-27 16:50:20 +02:00
George Kalampokis
9de0989976
Added Host and License RDA imports & (not functional yet) dataset indexing
2020-03-27 15:42:47 +02:00
George Kalampokis
665a12f2cb
Small bugfix for RDA Import
2020-03-27 15:42:46 +02:00
George Kalampokis
b03d45661e
Add RDA Import
2020-03-27 15:42:45 +02:00
George Kalampokis
7a921ec33a
Minor bug fixes on the exporter
2020-03-27 15:42:43 +02:00
George Kalampokis
a6bd1f71ca
Improved object coupling for various objects on the dataset form
2020-03-27 15:42:42 +02:00
George Kalampokis
9e72be32d4
Add new RDA exporter
2020-03-27 15:42:40 +02:00
George Kalampokis
a23b1dd262
Allow orcid external url to retrieve more results
2020-03-27 15:39:44 +02:00
George Kalampokis
9cd7e24313
Updated orcid external search (expanded Search)
2020-03-27 14:34:11 +02:00
Diamantis Tziotzios
d5c5c9743b
conf changes
2020-03-24 17:08:03 +02:00
George Kalampokis
759016dd0b
Fixed issue when retrieving Datasets from the Database when index return no results
2020-03-20 15:55:34 +02:00
George Kalampokis
efe75b4932
Minor fixes on DMP json export
2020-03-19 18:22:47 +02:00
George Kalampokis
2dc5037afe
Fixed issue when impoting DMP with Organizations and/or researchers
2020-03-19 13:36:01 +02:00
George Kalampokis
b5877f997c
Fix and Improve Zenodo DOI creation
2020-03-19 12:50:23 +02:00
George Kalampokis
097d45dc0b
Add days on log files
2020-03-18 18:25:04 +02:00
George Kalampokis
aa1156f940
Add Form Data index for dataset
2020-03-18 18:23:34 +02:00
George Kalampokis
7082b958ac
Fix dashboard showing incorrect dmp and dataset counts
2020-03-18 11:22:10 +02:00
George Kalampokis
e68bc2a822
Improve tag unique persistence
2020-03-18 10:22:39 +02:00
George Kalampokis
d6c8803c9f
Prevent showing duplicate Tags
2020-03-17 18:03:43 +02:00
George Kalampokis
f48e4b5275
Keep tags consistent
2020-03-17 17:46:41 +02:00
George Kalampokis
aca78cac8e
When deleting DMP update dataset indexes of previous versions
2020-03-17 17:33:55 +02:00
George Kalampokis
697a8908e1
Copy Tags when cloning or making new versions
2020-03-17 17:14:16 +02:00
George Kalampokis
1d05c73745
Even more bugfixes
2020-03-17 17:10:14 +02:00
George Kalampokis
761e6ad078
Minor bugfix
2020-03-17 16:40:10 +02:00
George Kalampokis
37a1253b08
When checking for pre-existing Funders, grants and project get the last modified if found
2020-03-17 15:59:25 +02:00
George Kalampokis
89d609a46c
Minor bugfix
2020-03-17 15:29:37 +02:00
George Kalampokis
a21afab48a
Add Last Public Version on Dataset Index
2020-03-17 12:43:20 +02:00
George Kalampokis
5ec02a89de
Fixed some issues and added Dataset description on index
2020-03-17 12:41:27 +02:00
George Kalampokis
35b89edabc
Integrate Public Dataset Listing to regular Dataset Listing
2020-03-16 18:50:29 +02:00
George Kalampokis
d34d8a692c
Minor bugfix
2020-03-16 11:11:34 +02:00
George Kalampokis
f480ee6986
Prevent deleted datasets to be shown on th dataset List
2020-03-16 11:09:24 +02:00
George Kalampokis
33539788f9
Fixed and Improved Dataset indexing
2020-03-13 18:33:58 +02:00
George Kalampokis
1a06bb98c6
Fixed issue with ORCID Research search queries
2020-03-13 12:05:34 +02:00
George Kalampokis
dbf94eb4b4
Add support for Research Organization Registry API
2020-03-13 12:04:20 +02:00
George Kalampokis
286c5d8900
When new DMP Version is made create also Dataset description index for the new version
2020-03-13 12:02:19 +02:00
Diamantis Tziotzios
ce8f838537
profile changes
2020-03-11 12:26:51 +02:00
George Kalampokis
0067ecef26
More bugfixes
2020-03-11 11:42:38 +02:00
George Kalampokis
818c6378c2
Add index management for admins
2020-03-11 11:06:43 +02:00
George Kalampokis
9071faba38
Add dmp ids, organization, tags and last version (incomplete) to the elastic index
2020-03-11 11:04:49 +02:00
George Kalampokis
2329ad8bed
Fix issue when creating new DMPs
2020-03-10 18:15:42 +02:00
George Kalampokis
4a7a947b66
Minor Dependency bugfix
2020-03-10 15:50:12 +02:00
George Kalampokis
c807d28c29
Updated Elastic stack in order to store log files and add (expirimental) dataset index
2020-03-09 16:47:32 +02:00
George Kalampokis
ce4056b42f
Update logback version
2020-03-06 10:19:58 +02:00
George Kalampokis
8a4afade34
Improve Xml export styling and ignore null DMP's on Dataset model mapping
2020-03-03 11:19:08 +02:00
George Kalampokis
e243126bf9
Fixed DMP import(xml) and move the import button to a better place
2020-03-03 11:16:02 +02:00
George Kalampokis
bf60e661ab
Refactor backend resources and added logback configurations
2020-03-03 11:09:27 +02:00
George Kalampokis
e26db8e4c4
Improved null value Handling on WordBuilder
2020-02-26 13:37:54 +02:00
George Kalampokis
2b30d4e2d2
Fixed security issues with Dataset Description access
2020-02-26 13:36:42 +02:00
George Kalampokis
03619a65fc
Minor refactoring
2020-02-26 10:51:47 +02:00
George Kalampokis
d00b4d5e59
Fixed issue with Zenodo API and empty descriptions
2020-02-26 10:41:49 +02:00
George Kalampokis
524b1d68be
When creating a zenodo DOI handle more properly empty DMP description
2020-02-24 12:13:50 +02:00
George Kalampokis
be97645bf0
When creating a new zenodo version keep only the latest version file (ref #221 )
2020-02-24 12:12:53 +02:00
George Kalampokis
acca3bf411
When creating a new version on zenodo update also it's metadata in order to corespond to the current DMP version (ref #221 )
2020-02-24 11:37:54 +02:00
George Kalampokis
0d59cce33c
Allow zenodo deposits to keep more than one files when creating a new version (ref #221 )
2020-02-24 09:59:03 +02:00
George Kalampokis
d522bd7c2f
Add Zenodo versioning support (ref #221 )
2020-02-21 14:04:14 +02:00
George Kalampokis
95d1da10bb
Removed unused role CREATOR
2020-02-18 18:25:41 +02:00
George Kalampokis
694d7f04b8
Updated logback version in order to prevent close Context errors
2020-02-18 18:05:35 +02:00
George Kalampokis
a648466b45
Improved Notifications async process (ref #244 )
2020-02-18 13:22:17 +02:00
George Kalampokis
7b5ae98add
Small refactor
2020-02-17 12:58:17 +02:00
George Kalampokis
aa74f810e5
Add additional Notifications when the DMP/Dataset gets finalised and when the DMP gets public (ref #243 & #244 )
2020-02-17 12:41:01 +02:00
George Kalampokis
25988ab272
Add Email Notifications when one of the collaborators is editing either a DMP or a Dataset (ref #244 )
2020-02-14 18:40:34 +02:00
George Kalampokis
f4cd087672
Removed unused settings on devel
2020-02-14 18:33:19 +02:00
George Kalampokis
ec0901e791
Further improvements over multiple lock handling
2020-02-14 11:08:26 +02:00
George Kalampokis
c50cae7f6c
Small refactor
2020-02-14 10:37:24 +02:00
George Kalampokis
a8fa0312d1
Fix issue when multiple locks are in DB
2020-02-14 10:35:19 +02:00
George Kalampokis
2b41ca582f
Add User Guide resources (ref #239 )
2020-02-13 18:37:13 +02:00
George Kalampokis
9018795e6e
Add User Guide Editor (ref #239 )
2020-02-13 18:15:34 +02:00
George Kalampokis
85689db9aa
Add user guide on the sidebar footer (ref #239 )
2020-02-12 18:24:42 +02:00
George Kalampokis
8098b8bafd
Fix issue that prevented the creation of DMPs and Datasets
2020-02-11 18:29:40 +02:00
George Kalampokis
b62c0f7ff5
Add a new Lock Table that will prevent two or more users to edit simultaneously a single DMP or Dataset (ref #240 )
2020-02-11 18:27:54 +02:00
George Kalampokis
ccea83b4d4
Removed target file
2020-02-11 18:14:34 +02:00
George Kalampokis
f22cd0617a
Small fix
2020-02-10 18:29:54 +02:00
George Kalampokis
5f0bd15d7c
Add new researchers external Source from ORCID
2020-02-10 18:27:38 +02:00
George Kalampokis
2116838c45
Add support for RemoteFetcher redirection and xml content types
2020-02-10 18:24:15 +02:00
George Kalampokis
4e5a48e6c4
Add additional checkups when editing DMPs and Datasets in order to ensure that no other user has edit them. (ref #240 )
2020-02-10 18:21:06 +02:00
George Kalampokis
c515d3ddf6
When disabling the "from All Versions" option show the Datasets of the latest non-deleted DMPs
2020-02-06 13:50:56 +02:00
George Kalampokis
a9b87a5b9f
On user profile show only non-deleted and latest versions of associated DMPs
2020-02-06 13:06:47 +02:00
George Kalampokis
4da5f54362
When deleting a DMP that has more than one versions then show the previous version of that DMP on the list (no ghost Datasets)
2020-02-06 10:56:03 +02:00
George Kalampokis
6c73ed5131
Fixed issue when trying to retrieve non-existing user during e-mail confirmation and when the e-mail is confirmed it will show proper message on the frontend (ref #233 )
2020-01-30 11:34:59 +02:00
George Kalampokis
69fde5f353
Even more Replacements of the HttpRemoteLogger with the sl4j Logger (ref #223 )
2020-01-28 18:33:50 +02:00
George Kalampokis
781be46031
Nav Bar Language selector can properly be stored to the user's settings and is hidden on the User's profile page (ref #228 )
2020-01-28 18:31:21 +02:00
George Kalampokis
cb9509ee4f
Added a functional Language Editor
2020-01-27 18:38:24 +02:00
George Kalampokis
d119a723f3
Add Translations for the Language names and the Language Controller will retrieve it's files from a path instead of the classpath (ref #228 )
2020-01-24 18:03:05 +02:00
George Kalampokis
63ac6df2ab
Vastly improved Internationalization support (ref #228 )
2020-01-23 18:35:11 +02:00
George Kalampokis
88f0d80b1e
Removed Unnecessary time counters
2020-01-21 12:48:19 +02:00
George Kalampokis
4c02fc4c97
Prevent to map associated Profiles to DMPs when they are loaded ONLY for autocomplete (ref #226 )
2020-01-21 12:40:15 +02:00
George Kalampokis
cd1d81c3dd
Only Dataset Description Templates listing will show non-finalized templates (ref #227 )
2020-01-20 18:11:35 +02:00
George Kalampokis
4e7e269130
When cloning Datasets with external references properly get the DataRepository id and the ExternalDatatset id and copy the data from the original (ref #226 )
2020-01-20 11:00:05 +02:00
George Kalampokis
de4d704929
On "My Dataset Descriptions" the Dataset descriptions will also show their DMP Version and can be filtered to show from all DMP Versions or the latest one
2020-01-17 13:36:00 +02:00
George Kalampokis
0eff4ed6a3
Merge remote-tracking branch 'origin/Development' into Development
2020-01-16 17:49:37 +02:00
George Kalampokis
ae84be5844
Replaced System.out.println, System.err.println and printStackTrace with a logger (ref #223 )
2020-01-16 17:46:24 +02:00
gkolokythas
0596f75817
Merge branch 'Development' of gitlab.eudat.eu:dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2020-01-16 17:15:04 +02:00
gkolokythas
691508aa0c
Fixes bug on being able to fetch deleted DMPs on "DMP overview" view.
2020-01-16 17:14:50 +02:00
George Kalampokis
476915b23c
The DMPs on Dataset Editor (+ wizard) will have creation time subtitle and are ordered by creation time descended
2020-01-16 16:00:58 +02:00
gkolokythas
116aa365c5
Refactors Organisation external fetching and fixes how reference prefix is added in respect of the that change.
2020-01-16 13:34:12 +02:00
gkolokythas
a88f423864
Refactors file parsing on Config loader function.
2020-01-15 14:09:32 +02:00
George Kalampokis
2d56ff0676
Devel Configuration Loader will use the classpath to get additional configuration files instead of absolute paths
2020-01-15 12:48:41 +02:00
gkolokythas
df07884cbe
Adds fist part of "Distribution" on RDA export model.
2020-01-14 14:18:14 +02:00
gkolokythas
2958cab113
Refactors how "External Resources" are saved on Dataset.
2020-01-14 13:36:48 +02:00
gkolokythas
1b7d118861
Fixes bug on exposing private Datasets on published DMP listing due to some old Datasets not being "Canceled".
2020-01-14 13:29:11 +02:00
gkolokythas
3aa7dc0481
Refactors Funder, Grant and Project external fetching by adding distinct values for key, indicating the source it was fetched, and it's respected display value.
2020-01-14 13:00:02 +02:00
gkolokythas
ff9aa14047
Refactors how researchers are fetched from external sources and saved in general.
2020-01-14 12:33:48 +02:00
gkolokythas
9d627a11da
Adds functionality to create a map of keys and their respected display values of every external endpoint used in the configuration xml.
2020-01-14 12:26:36 +02:00
gkolokythas
009bd68f71
Fixes bug on setting "Creation User" on a external fetched Grant.
2020-01-13 10:59:48 +02:00
gkolokythas
18c785cd93
Fixes how DMP versions are fetched when published and adds UI elemets on listings corresponding to that change.
2020-01-10 12:44:00 +02:00
gkolokythas
2798fa3a39
Fixes query on published DMPs now fetching the latest version that is published.
2020-01-09 17:19:47 +02:00
gkolokythas
1c58007a9f
Fixes setting the status of a new version of a published DMP to "published" too.
2020-01-09 15:43:57 +02:00
gkolokythas
eba3ee137d
Adds missing properties when creating a new version of a published DMP.
2020-01-09 14:36:56 +02:00
gkolokythas
9d8de0c2fb
Adds authorization check when creating new version of a DMP.
2020-01-09 14:34:23 +02:00
gkolokythas
aaae4ec3fa
Fixes "published DMPs" listing now fetching latest version of every DMP.
2020-01-09 14:32:03 +02:00
gkolokythas
fa22017d48
Fixes clone functionality not working on published DMPs.
2020-01-07 18:17:21 +02:00
gkolokythas
0f6583ca4b
Fixes bug on "Search bar" not fetching published DMP and published Dataset Descriptions.
2020-01-03 16:52:27 +02:00
gkolokythas
290aa5260c
Adds "if file exists" check functionality on setting configurable providers and fixes bug not closing input stream when error occures. (Issue #183 )
2020-01-03 12:55:12 +02:00
gkolokythas
655f2a4456
Fixes bug of duplicating "role"criteria on Dataset listing query.
2019-12-19 15:26:53 +02:00
gkolokythas
3a58234282
Fixes bug on Dataset Description listing, fetching extra wrong items when "Member" criteria was selected.
2019-12-19 13:08:20 +02:00
gkolokythas
9aed05d574
Adds backend validation so that only creator can edit one DMP.
2019-12-18 12:38:04 +02:00
gkolokythas
e50bef555f
Adds missing properties "Funder" and "Project" from DMP xml export.
2019-12-18 10:55:08 +02:00
gkolokythas
4e3a3b573a
Fixes bug on fetching Datasets.
2019-12-17 18:17:21 +02:00
gkolokythas
6cedc40339
Refactors Dataset "Field" from String to Object.
2019-12-17 13:08:01 +02:00
gkolokythas
816ed4dd65
Fixes bug not filter out deleted items of DMP and Dataset. Refactors redirect when selecting Grant from Search bar. (Issue #215 )
2019-12-16 12:18:49 +02:00
gkolokythas
43134fa959
Fixes bug not saving properly new External References on Dataset Description.
2019-12-13 17:10:21 +02:00
gkolokythas
e96c927f94
Increases page size when fetching from external Urls. (Issue #208 )
2019-12-13 13:08:32 +02:00
gkolokythas
52334aec6a
Fixes bug on not creating new "External Datasets" and "Data Repositories". (Issue #212 )
2019-12-13 13:05:58 +02:00
gkolokythas
a80a935ff3
Fixes bug on not fetching internal saved Grants.
2019-12-12 18:29:56 +02:00
gkolokythas
9dbf57be03
Fixes bug at DMP Wizard on creating new Grant, Funder and Project.
2019-12-12 14:02:52 +02:00
gkolokythas
7d6790b225
Fixes bug missing Project id on default creating Project entity on DMP.
2019-12-12 13:04:00 +02:00
gkolokythas
01d6782ec7
Refactors how reference is created on Funder, Grant and Projcect now using their unique id as a part of it instead of label.
2019-12-12 12:27:47 +02:00
Diamantis Tziotzios
e85c0cc68f
minor fixes
2019-12-12 11:26:19 +02:00
gkolokythas
b3422f83ef
Adds missing changes for RDA refactor.
2019-12-11 12:55:40 +02:00
gkolokythas
3765d7cc9f
Refactors RDA export for DMP.
2019-12-11 12:48:13 +02:00
gkolokythas
5585baa951
Fixes bug replacing "funder url" when fetching from remote APIs.
2019-12-10 11:58:15 +02:00
gkolokythas
bccb4460a7
Fixes bug not having validators on adding new Researcher on a DMP. (Issue #207 )
2019-12-09 18:23:21 +02:00
gkolokythas
3dd520fea3
Refactors RDA export model.
2019-11-28 13:13:33 +02:00
gkolokythas
247aac72fe
Fixes how "Reference" is created on Grand, Funder and Project.
2019-11-25 11:48:59 +02:00
gkolokythas
8cb993433c
Refactors the prefix saved as reference from external sources to always be in lower case letters.
2019-11-21 18:25:43 +02:00
gkolokythas
2b62cdbe4e
Adds remote fetching on "External Dataset" and fixes bug on "external references" not saving the correct "reference" property.
2019-11-19 11:01:02 +02:00
gkolokythas
80a569b667
Adds "ExternalUrls" file for production environment.
2019-11-15 17:58:44 +02:00
Diamantis Tziotzios
632659c256
fixes
2019-11-15 16:30:43 +02:00
gkolokythas
5fd587839d
Adds "ExternalUrls" file for staging environment.
2019-11-15 14:29:54 +02:00
gkolokythas
d5b6329510
Fixed bug on rendering extra space when no configurable providers exist.
2019-11-15 10:26:56 +02:00
gkolokythas
0a27835367
Fixes bug on rda common standards fetching.
2019-11-14 18:26:57 +02:00
gkolokythas
893547aee3
Fixes bug on fetching user of Configurable Provider. (Issue #183 )
2019-11-14 13:33:53 +02:00
gkolokythas
5285c1a3a6
Fixes bug on "Dataset Specification" criteria of "Published DMPs".
2019-11-14 12:23:53 +02:00
gkolokythas
0a920fa17e
Disables mock configurable provider.
2019-11-14 10:39:51 +02:00
gkolokythas
dee20d50ed
Fixes bug on missing configuration on OpenAIRE login.
2019-11-13 17:34:39 +02:00
gkolokythas
e63eb8f205
Adds configurable login providers
2019-11-13 17:32:55 +02:00
gkolokythas
1c6d58a47b
Fixes various code missteps on application's login logic.
2019-11-11 12:34:28 +02:00
gkolokythas
967d4bfe40
Refactors the parsing of the template document used on DMP and Dataset docx and pdf export.
2019-11-11 10:40:12 +02:00
gkolokythas
2a6f6b3923
Refactors rda file parsing logic.
2019-11-08 17:49:33 +02:00
gkolokythas
e81ffa2825
Fixes bug on configuration setting and refactors logic on file parsing due to that fix.
2019-11-08 15:53:46 +02:00
apapachristou
de5dcb7d4c
Improves usability of Copy Dataset Description dialog
2019-11-07 16:37:07 +02:00
gkolokythas
276c7d6719
Fixes bug of missing properties on ExternalUrl.
2019-11-06 12:07:18 +02:00
gkolokythas
8567bcea91
Fixes source information and refactors "Reference" property of External References to meet the standards of the Application. (Issue #187 )
2019-11-06 12:05:40 +02:00
gkolokythas
39a81e1d28
Enriches Oragnisation and Researcher references with source prefix. (Issue #187 )
2019-11-04 13:22:58 +02:00
gkolokythas
2a232b3071
Fixes bug on fetching external Oragnisation and Researchers.
2019-10-31 13:55:52 +02:00
gkolokythas
9d284e8060
Enriches Grant, Funder and Project references with source prefix. (Issue #187 )
2019-10-31 12:59:40 +02:00
gkolokythas
e24a030a52
Adds more information on RDA export model.
2019-10-31 12:21:18 +02:00
gkolokythas
1693518bc8
Commends out DMP's not supported functionality.
2019-10-31 12:16:12 +02:00
gkolokythas
2a745ad334
Moves DMP information under element "Data Management information" on DMP docx export.
2019-10-31 12:07:28 +02:00
gkolokythas
5cd8b391a7
Adds "External References" on DMP and Dataset docx export and "Funder" and "Grand" on DMP docx export.
2019-10-31 11:16:29 +02:00
gkolokythas
e0c5e4a955
Fixes bug on DMP and Dataset docx export, removing the upper empty element.
2019-10-30 18:21:04 +02:00
gkolokythas
70008f3c22
Fixes Dataset's export navigation pane.
2019-10-30 17:13:03 +02:00
gkolokythas
36ce246f0b
Refactors DMP docx export by adding navigation pane and using Header styles from "template" document.
2019-10-30 14:30:31 +02:00
gkolokythas
b8058f17f6
Removes not needed properties from the "template" document used for docx exports.
2019-10-29 18:02:04 +02:00
gkolokythas
b670ccc751
Removes creator from the "template" document used for docx exports.
2019-10-29 16:28:23 +02:00
gkolokythas
d279cb65be
Refactors DMP's pdf, xml, document and rda-json export security.
2019-10-29 13:30:44 +02:00
gkolokythas
2d35a3d665
Refactors ListHelper's method not to be static.
2019-10-25 13:57:51 +03:00
gkolokythas
1438f6bdca
Refactors RDA export to accept more than one metadata values and fixes bug on exporting deleted and canceled Datasets.
2019-10-25 13:53:14 +03:00
gkolokythas
c513596554
Adds functionality: if confirmation email already exists, merge new provider under the same old user.
2019-10-24 11:30:05 +03:00
gkolokythas
7d070a339c
Implements OpenAIRE login provider. (Issue #200 )
2019-10-23 13:38:27 +03:00
gkolokythas
66b3b0bd86
Fixes bug on not fetching Funder from "eestore" external source.
2019-10-17 14:22:16 +03:00
gkolokythas
9d3f0ec1a2
Implements the logic that maps Dataset Description values to RDA export json file.
2019-10-17 13:11:13 +03:00
gkolokythas
ca3f5f267d
Refactors "RDA Common Standards" property moving it from FieldSet to Field.
2019-10-15 18:29:34 +03:00
gkolokythas
3c6bd9685b
Enriches RDA export model with more detailed descriptions.
2019-10-15 13:46:49 +03:00
gkolokythas
31b21289a0
Fixes bug not importing model
2019-10-15 13:44:45 +03:00
gkolokythas
ae6db14ac6
Adds "RDA Common Standard" as a property of Dataset Template's Field.
2019-10-15 13:38:51 +03:00
gkolokythas
f5aeb56133
Fixes various code missteps, moves mock data and readds eestore on external source.
2019-10-14 14:14:09 +03:00
gkolokythas
cc2bb9afd2
Fixes bug when creating a new Dataset Template. (Issue #194 )
2019-10-14 11:54:11 +03:00
gkolokythas
06f43ef1a6
Adds new properties on RDA export model.
2019-10-11 16:39:29 +03:00
gkolokythas
e0c0f4ec09
Fixes bug on not assigning the right "external source provider" on fetched Funders.
2019-10-08 12:21:10 +03:00
gkolokythas
f59881d7aa
Makes Funder a mandatory entity. (Issue #182 )
2019-10-08 10:58:02 +03:00
gkolokythas
9d6469cd7c
Refactors external references fetching internal created entites when "All" filter is selected.
2019-10-04 14:34:59 +03:00
gkolokythas
4d1f64088c
Fixes bug on external urls on not setting the first page properly. Configures external urls with official data.
2019-10-04 14:33:38 +03:00
gkolokythas
cf16779010
Removes obsolete services Grant direct create or update and Grant delete.
2019-10-04 11:57:43 +03:00
gkolokythas
1b36ad6c1a
Fixes Security issues, where user could create DMP template.
2019-10-03 18:08:47 +03:00
gkolokythas
dc7f05ffd2
Refactors external url fetching to support more complex APIs and adds requested external url on "Grant". (Issue #179 )
2019-10-03 14:06:44 +03:00
gkolokythas
61a1ea9274
Adds external sources on Funder. (Issue #179 )
2019-10-01 13:19:39 +03:00
gkolokythas
47c2940517
Adds "creationUser" on Researcher entity. (Issue #168 )
2019-09-30 17:42:01 +03:00
gkolokythas
09d4241df5
Implements login provider LinkedIn. (Issue #163 )
2019-09-30 10:27:42 +03:00
gkolokythas
f00633ea71
Adds "Role" filter on Published DMPs and Published Dataset Description on backend. (Issue #175 )
2019-09-26 18:33:41 +03:00
gkolokythas
c886b9ec07
Fixes Dataset Description's listing filter "Role" not fetching all Datasets when "Any" was selected.
2019-09-26 13:59:47 +03:00
gkolokythas
ccb96aeb13
Fixes bug on DMP's filter Role.
2019-09-26 12:44:39 +03:00
gkolokythas
ebd53e9513
External References fetching now also include entities created by user. (Issue #168 )
2019-09-25 18:31:41 +03:00
gkolokythas
446717da97
Adds "Creation User" on DataRepository, ExternalDataset, Registry, Service. (Issue #168 )
2019-09-25 13:43:17 +03:00
gkolokythas
dac440b140
Fixes bug not creating new Data Repository on Dataset Description's tab "External References".
2019-09-25 12:11:02 +03:00
gkolokythas
aaa1e9d1c7
Adds "Creation User" on Funder entity and fixes bug showing Funder created by user to other users. (Issue #167 )
2019-09-24 17:40:53 +03:00
gkolokythas
f93b6103e9
Adds ordering on Published Dataset Descriptions listing (descending by published date). (Issue #174 )
2019-09-24 12:28:13 +03:00
gkolokythas
812891fed1
Fixes bug of Published DMP and Published Dataet Descriptions on filter "Dataset Specification" not searching properly.
2019-09-24 11:25:16 +03:00
gkolokythas
d0c464cb31
Fixes various code missteps.
2019-09-23 12:11:00 +03:00
gkolokythas
68cb9846bb
Fixes bug on External References not updating values.
2019-09-20 17:51:13 +03:00
gkolokythas
860801bb89
Fixes bug on Dataset Description creation caused by Data Repository External Reference. (Issue #160 )
2019-09-19 13:59:25 +03:00
gkolokythas
2008986daf
Fixes bug on public dashboard counting non public entities. (Issue #157 )
2019-09-18 16:16:14 +03:00
gkolokythas
26f27f3d6d
Fixes DMP export bug including Dataset Descriptions with Canceled or Deleted status. (Issue #159 )
2019-09-18 13:28:02 +03:00
gkolokythas
6a4602a45e
Fixes bug on updating Tags on Dataset Description.
2019-09-17 14:04:41 +03:00
gkolokythas
e884153bf2
Fixes bug on fetching multiple instances of the same Organisations.
2019-09-17 11:45:09 +03:00
gkolokythas
f851c138d3
Enables Tag functionality on Dataset Description.
2019-09-17 10:11:17 +03:00
gkolokythas
3164ee4144
Fixes Dataset Description not updating two External References (Registries, Services) when harvesting from external url.
2019-09-16 18:26:18 +03:00
gkolokythas
6921d819a5
Configuration settings for email.
2019-09-16 11:34:47 +03:00
gkolokythas
7e78cfdff0
Adds mock up files for external sources.
2019-09-13 16:45:02 +03:00
gkolokythas
c9ca55fd76
Fixes bug on setting Dynamic configuration of a DMP.
2019-09-13 13:08:37 +03:00
gkolokythas
7fe71ed560
Removes obsolete configuration settings.
2019-09-11 11:22:07 +03:00
gkolokythas
bd6170f711
Adds "source" property on external autocomplete field of Dataset Description Template.
2019-09-10 18:30:46 +03:00
gkolokythas
0db79b9498
Removes obsolete service "Language" from backend and frontend.
2019-09-06 13:00:01 +03:00
gkolokythas
1f79c9d3e5
Optimizes the number of database calls when fetching a Dataset Description.
2019-09-06 12:20:32 +03:00
gkolokythas
7fe3962be4
Fixes bug not saving or updating the "Uri" value on a Dataset Description.
2019-09-06 12:15:05 +03:00
gkolokythas
b5bf65413c
Removes redundant code on OrcId custom provider.
2019-09-05 17:48:23 +03:00
gkolokythas
9a90e3f8af
Implements the functionality of being able to add static data when using external services, and refactors Funder, Grant and Project to be configured by "ExternalUrs". (Issue #147 )
2019-09-05 17:44:25 +03:00
gkolokythas
da374f3f8e
Adds missing elements on staging and production properties.
2019-09-05 10:54:11 +03:00
gkolokythas
cab0d68fc2
Fixes bug on fetching Funder using wrong url
2019-09-04 12:00:40 +03:00
gkolokythas
bb32b4c6f4
Fixes bug not fetching mockup Tags.
2019-09-03 16:12:38 +03:00
gkolokythas
44edc298d8
Fixes bug on fetching Dataset Description Tags.
2019-08-30 18:35:37 +03:00
gkolokythas
eb48edfb2d
Adds "source" property to Funders and Projects fetched from external sources.
2019-08-30 17:47:23 +03:00
gkolokythas
8ebe2961b7
Refactors DMP "clone" and "new version" functionality to support DMP's new entities "Funder" and "Project".
2019-08-29 17:45:47 +03:00
gkolokythas
2d36450e55
Fixes bug not setting Creation user on Grant.
2019-08-29 12:35:02 +03:00
gkolokythas
3140cf62bd
Adds logic on DMP quick wizard for saving new entities "Funder" and "Project".
2019-08-29 11:30:17 +03:00
gkolokythas
5c1df31d88
Adds logic and models for DMP's quick wizard Funder and Project, on backend.
2019-08-28 18:17:16 +03:00
gkolokythas
27e9e2ac97
Fixes bug not adding Creation User on new Grant.
2019-08-28 16:20:55 +03:00
gkolokythas
71aea010a9
Fixes DMP editor's Funder updating mechanics.
2019-08-28 11:52:07 +03:00
gkolokythas
3d3963f5c1
Fixes bug on DMP editor model initializing Funder with null values.
2019-08-28 11:51:02 +03:00
gkolokythas
d5970126d2
Fixes bug on DMP update not being ableto remove Funder.
2019-08-27 18:02:44 +03:00
gkolokythas
bca715d52b
Fixes bug on not storing Funder Id on Grant table.
2019-08-27 17:00:09 +03:00
gkolokythas
b13bfb4527
Fixes bug on fetching Grant with Funder reference.
2019-08-27 16:59:21 +03:00
gkolokythas
1c9d631fcd
Fixes bug on Remote Fetcher when "source" field is null.
2019-08-27 14:24:55 +03:00
gkolokythas
098c2270fb
Adds value "Internal" for Grants fetched localy.
2019-08-27 13:11:25 +03:00
gkolokythas
9281864a70
Adds "source" property to Grants fetched from external sources.
2019-08-27 12:52:21 +03:00
gkolokythas
1bd789b924
Fixes bug on Grant's query with criteria.
2019-08-26 17:56:16 +03:00
gkolokythas
535ca2ed5a
Adds "create if don't exist" for Funder entity and refactors the existing ones.
2019-08-26 16:55:30 +03:00
gkolokythas
44973ef3a9
Disables Grant's "Funder" property edit by other than creation user.
2019-08-26 16:52:05 +03:00
gkolokythas
efde5fe5a3
Enriches models with Funder entity.
2019-08-26 16:43:30 +03:00
gkolokythas
0d74177d6b
Adds filter on Funder, Grant and Project to expose only the entities created for on application and not the ones saved by external sources.
2019-08-26 16:16:50 +03:00
gkolokythas
b6c9727b6c
Adds funder criteria on Grand model.
2019-08-26 16:05:38 +03:00
gkolokythas
6ac737e68d
Adds Funder overview model on backend.
2019-08-23 16:23:23 +03:00
gkolokythas
dca2b7fe84
Attaches Funder on Grant model according to requirements. (Issue #145 )
2019-08-23 12:15:41 +03:00
gkolokythas
8ad6a8f158
Fixes bug on not checking validation rules of a new Finalized DMP. (Issue #131 )
2019-08-22 17:15:16 +03:00
gkolokythas
2881ac5dd9
Adds backend validation on DMP finalization. (Issue #131 )
2019-08-22 16:48:18 +03:00
gkolokythas
f5866107ad
Fixes bug on not populating the Project entity with Grant when Project is not selected, on DMP creation.
2019-08-22 14:29:33 +03:00
gkolokythas
230e7481b1
Fixes bug on Funder like criteria. (Issue #145 )
2019-08-22 12:23:04 +03:00
gkolokythas
1f97eaf349
Adds backend email validation for contact email. (Issue #128 )
2019-08-22 10:36:53 +03:00
gkolokythas
934702a734
Fixes bug not containing user mail on Contact mail. (Issue #128 )
2019-08-22 10:17:53 +03:00
gkolokythas
05c4039dbe
Fixes bug on Zenodo DOI's property "creator name".
2019-08-21 17:31:33 +03:00
gkolokythas
99f9776e54
Creates backend Controller for Contact mail and adds it's respected configuration. (Issue #128 )
2019-08-21 11:37:47 +03:00
gkolokythas
9f1eafa4c6
Adds missing configuration setting of Funder. (Issue #145 )
2019-08-20 18:26:56 +03:00
gkolokythas
66a17db67a
Fixes Project's external fetching various code missteps.
2019-08-20 18:25:32 +03:00
gkolokythas
43fbacc39f
Adds Funder's entity its respected needed properties for external fetching. (Issue #145 )
2019-08-20 18:22:53 +03:00
gkolokythas
5489a18c75
Fixes bug on Project remote fetching, not including it in ResponsesCache. (Issue #145 )
2019-08-20 12:46:00 +03:00
gkolokythas
beb7744e43
Adds Project external dynamic configuration properties.
2019-08-02 18:25:39 +03:00
gkolokythas
5dcf8397df
Adds Funder entity on backend.
2019-08-02 18:24:43 +03:00
gkolokythas
e8efe54479
Fixes bug on updating Project entity and various code missteps.
2019-08-02 18:21:00 +03:00
gkolokythas
01c5166bb9
Adds "Project" entity and its respected needed properties for external fetching. (Issue #145 )
2019-08-02 11:27:12 +03:00
gkolokythas
184b28e8ea
Fixes bug ,due to rename, on fetching external Grants.
2019-08-01 12:12:06 +03:00
gkolokythas
feaec87b82
Renames "Project" to "Grant on backend. (Issue #145 )
2019-07-31 17:57:34 +03:00
gkolokythas
4aa0febc39
Adds "Description" field on Dataset Template and make it visible on autocomplete dropdowns. (Issue #137 )
2019-07-30 18:30:47 +03:00
gkolokythas
47fd02934c
Adds new field on Dataset Template that link back to Open DMP entities (DMPs) (Issue #129 ).
2019-07-30 14:31:41 +03:00
gkolokythas
ff8ab5ad3e
Adds new field on Dataset Template that link back to Open DMP entities (Dataset Descriptions) (Issue #129 ).
2019-07-30 13:35:06 +03:00
Diamantis Tziotzios
68c2f19143
email config
2019-07-29 13:33:53 +03:00
Diamantis Tziotzios
dc719682c6
config changes
2019-07-29 13:33:10 +03:00
Diamantis Tziotzios
4eb1c184c1
minor changes
2019-07-29 13:15:52 +03:00
gkolokythas
65ba88f544
Adds subtitle to external dropdown on Dataset Description editor. (Issue #139 )
2019-07-29 12:26:08 +03:00
gkolokythas
d1c04289ce
Adds subtitles to external dropdowns (Researchers, Organisations). (Issue #139 )
2019-07-29 12:04:19 +03:00
gkolokythas
39b0ca0140
Fixes bug on showing deleted Dataset Descriptions and fixes language on Dataset Description Template version update.
2019-07-26 11:37:26 +03:00
gkolokythas
ee367b3032
Adds backend controller for DMP Template (profile) External Autocomplete field and refactors DMP edit to show DMP Template (profile). (Issue #134 )
2019-07-24 18:29:29 +03:00
gkolokythas
81c5a492c1
Adds "external autocomplete" field on DMP profile editor. (Issue #134 )
2019-07-23 18:01:51 +03:00
gkolokythas
f31435de94
Fixes bug on updating DMP when not containing the Dataset Templates of its Dataset Descriptions.
2019-07-19 11:55:08 +03:00
gkolokythas
7b4490a723
Adds new field on Dataset Template that link back to Open DMP entities (Researchers) (Issue #129 ).
2019-07-16 16:41:12 +03:00
gkolokythas
23116d9a99
Adds OrcId login. (Issue #103 )
2019-07-12 17:22:57 +03:00
gkolokythas
f8310b2362
Adds email confirmation logic and view.
2019-07-12 17:12:16 +03:00
gkolokythas
b691084d73
Adds backend handler for NullEmail and it's respected custom HttpCode.
2019-07-12 17:01:00 +03:00
gkolokythas
25da5e97e5
Refactors authentication principal to handle users with and without confirmed email.
2019-07-12 16:58:17 +03:00
gkolokythas
cc7534e24d
Refactors MailService's method to be more generic.
2019-07-09 14:01:58 +03:00
gkolokythas
de56a1acc4
Fixes bug on DOI creation not saving the value on respected DMP.
2019-07-05 14:21:33 +03:00
gkolokythas
e36863e132
Adds exist DOI validation when creating new DOI for DMP.
2019-07-05 14:19:43 +03:00
gkolokythas
7d68f93ecd
Adds DOI variable to DMP models.
2019-07-05 14:08:24 +03:00
gkolokythas
41319ee320
Adds create DOI backend service for DMP, using Zenodo (Issue #111 )
2019-07-04 17:30:15 +03:00
gkolokythas
8b1f1d834e
Adds the "Dataset Template" information on Dataset export document.
2019-07-04 17:10:30 +03:00
gkolokythas
f5458de003
Fixes bug on DMP and Dataset export name.
2019-07-04 12:43:48 +03:00
gkolokythas
281080e8e2
Adds backend validation on Dataset finalization. (Issue #131 )
2019-07-02 16:34:12 +03:00
gkolokythas
6596b3f953
Refactors DMP create or update and adds the dmp id on payload response.
2019-07-02 12:36:25 +03:00
gkolokythas
427f8f0595
Fixes bug on Dataset create.
2019-06-28 18:48:05 +03:00
gkolokythas
92486b9363
Creates new back end service that finalizes a DMP.
2019-06-28 15:58:25 +03:00
gkolokythas
326757f2c3
Adds "isPublic", "publishedAt" and "finalizedAt" properties on DMP overview model.
2019-06-28 11:25:27 +03:00
gkolokythas
349dffb137
Refactors Dataset update so it cannot be edited if DMP is finalized.
2019-06-27 11:48:39 +03:00
gkolokythas
ad6371ed1e
Fixes bug on exposing Canceled Dataset on Dataset listing.
2019-06-27 11:40:12 +03:00
gkolokythas
6607714e4c
Fixes bug on not assigning finalize Date on Datasets and DMPs.
2019-06-26 16:34:33 +03:00
gkolokythas
868e6886b3
Clarifies DMP's finalize filter to not include published ones.
2019-06-25 12:40:01 +03:00
gkolokythas
f07384ed42
Fixes bug on DMP finalize when no Datasets where to be Canceled.
2019-06-24 17:59:51 +03:00
gkolokythas
744942032e
Adds finalizedAt and publicAt dates on DMP models.
2019-06-24 17:06:54 +03:00
gkolokythas
b8977669c6
Renames DMP and Dataset columns.
2019-06-24 17:01:24 +03:00
gkolokythas
425a64e60a
Refactors Dataset update so it cannot be edited if it's DMP is public.
2019-06-24 13:00:59 +03:00
gkolokythas
4aedfdd7f6
Fixes bug on not creating finalized DMP.
2019-06-24 11:01:28 +03:00
gkolokythas
b2a407d90e
Fixes bug where one could edit Finalized DMP.
2019-06-21 17:47:06 +03:00
gkolokythas
ab63ea34d1
Fixes bug on create DMP created by the refactor.
2019-06-21 17:16:45 +03:00
gkolokythas
55407fd053
Refactos DMP update when set to "Finalized", now sets it's Datasets status of not "Finalized" to "Canceled".
2019-06-21 14:04:29 +03:00
gkolokythas
590d85b355
Fixes DMP models to not expose Datasets with "Canceled" status.
2019-06-21 13:58:20 +03:00
gkolokythas
c5d00b9ba1
Fixes bug on enabling a Finalized DMP to be made Draft again.
2019-06-21 12:31:15 +03:00
gkolokythas
499149ea93
Adds "make public DMP" service on backend.
2019-06-20 16:25:49 +03:00
gkolokythas
9d77f7e0ab
Refactors public DMPs listing and public Datasets listing to expose public items and not just finalized.
2019-06-20 14:45:47 +03:00
gkolokythas
8e0bafcbfa
Adds criteria "Public" on DMP listing.
2019-06-20 14:31:29 +03:00
gkolokythas
4d9ae93cf2
Fixes bug on DMP editor model exposing deleted Datasets.
2019-06-20 13:33:10 +03:00
gkolokythas
a40def3162
Adds "isPublic" and "PublishedDat" properties on DMP.
2019-06-19 17:32:54 +03:00
gkolokythas
f9292ee839
Adds "Canceled" Status on Datasets and fixes bug with Dataset isPublic leftovers.
2019-06-19 17:16:05 +03:00
gkolokythas
47262a9a99
Removes obsolete property "IsPublic" from Datasets.
2019-06-19 17:13:34 +03:00
gkolokythas
09a2ac48b0
Fixes bug on DMP overview model not filtering the deleted Datsets.
2019-06-18 18:10:28 +03:00
gkolokythas
63c0341d28
Refactors Project listing model now not exposing DMPs.
2019-06-14 11:07:57 +03:00
gkolokythas
f0de34bcd3
Fixes bug on creating a new DMP on Project tab.
2019-06-13 12:17:40 +03:00
gkolokythas
173ff16602
Fixes bug on DMP not creating new Project when needed.
2019-06-13 10:32:45 +03:00
gkolokythas
aee4010d4d
Refactors endpoint's url on Dataset Template criteria used by DMP listing.
2019-06-12 12:13:50 +03:00
gkolokythas
61a64a1c5b
Adds Dataset Template criteria on Dataset listing.
2019-06-12 12:10:46 +03:00
gkolokythas
3db3456eb8
Fixes typo on Project authentication criteria. (Issue #90 )
2019-06-10 18:03:54 +03:00
gkolokythas
399c2630af
Fixes bug on Project listing not authenticating properly. (Issue #90 )
2019-06-10 17:19:35 +03:00
gkolokythas
7b4a809f3d
Fixes bug on public Dataset criteria not checking for empty array of dmpIds.
2019-06-10 17:02:38 +03:00
gkolokythas
00661483ab
Adds backend DMP filter on public Dataset listing.
2019-06-10 14:25:42 +03:00
gkolokythas
014b6158d3
Refactors public paged DMPs now supporting autocomplete.
2019-06-10 14:02:16 +03:00
gkolokythas
d4832731af
Adds new endpoint to get overview single public DMP.
2019-06-10 12:27:16 +03:00
gkolokythas
3d7e31e145
Fixes bug on Public DMP editing exposing not "Finalized" Datasets.
2019-06-07 16:35:49 +03:00
gkolokythas
fe69154353
Fixes bug not printing "multiple autocomplete" properties on Dataset export.
2019-06-07 11:37:16 +03:00
gkolokythas
6818eaf8bf
Fixes Dataset export doc and pdf not deleting the in memory files.
2019-06-06 13:41:52 +03:00
gkolokythas
fb1dd376fc
Fixes bug on DMP doc and pdf export not exporting the "combobox" property when its type is "wordlist".
2019-06-05 16:57:05 +03:00
gkolokythas
2276a875ec
Fixes bug on DMP pdf and doc export not deleting the documents created in memory.
2019-06-05 16:40:47 +03:00
gkolokythas
b8e08869e5
Removes some unused imports and formats DatasetManager.
2019-06-04 17:16:12 +03:00
gkolokythas
4532313623
Fixes bug on Dataset createOrUpdate not saving associated DMP properly.
2019-06-04 17:05:47 +03:00
gkolokythas
9911dcdac5
Adds DMP export to JSON file (RDA template, not finished).
2019-06-04 17:04:04 +03:00
gkolokythas
147eb2ce44
Adds finalized date on Datasets and DMPs on backend.
2019-06-04 12:00:50 +03:00
gkolokythas
2f139471dc
Fixes bug on not updating Dataset's DMP.
2019-06-03 16:09:38 +03:00
gkolokythas
2e467f8277
Fixes bug on not properly saving the Creator of a DMP.
2019-05-31 16:43:14 +03:00
gkolokythas
2db15fc713
Fixes performace on DMP autocomplete.
2019-05-31 14:07:12 +03:00
gkolokythas
175a1e0747
Refactors DMP creator to use the intermediate table from database and not the column.
2019-05-31 11:38:04 +03:00
gkolokythas
8705f916b2
Fixes bug on DMP updating modified date.
2019-05-30 15:41:23 +03:00
gkolokythas
56ff4f3fb9
Fixes bug on DMPdao.
2019-05-30 11:31:08 +03:00
gkolokythas
2f045e6a52
Makes DMP owner to only have the permision to delete members.
2019-05-29 18:04:20 +03:00
gkolokythas
58137d18dd
Adds the functionality to delete members of a DMP.
2019-05-29 17:58:23 +03:00
ikalyvas
840943d7fc
Temporarily rolls back from Hibernate's latest version
2019-05-29 17:21:45 +03:00
ikalyvas
5f6224210b
Adds json deserialization ignore for missing properties
2019-05-29 13:55:13 +03:00
gkolokythas
2453cde47f
Fixes bug and efficiency on fetching DMPs.
2019-05-29 12:02:47 +03:00
gkolokythas
7bac52267a
Temporarily disables json ignore on empty values.
2019-05-29 11:54:07 +03:00
ikalyvas
3924176ce4
Merge branch Development
2019-05-29 11:22:18 +03:00
gkolokythas
e2347b9b50
Fixes the efficiency on fetching DMPs' associated Dataset Templates.
2019-05-28 11:10:42 +03:00
gkolokythas
a212ad1962
Fixes bug importing deleted file.
2019-05-28 10:28:00 +03:00
gkolokythas
f9b12f99a4
Refactors the the connection between DMP and Dataset Template (Profile) and adds Dataset Template criteria on DMP listing.
2019-05-28 10:22:58 +03:00
ikalyvas
120e16f714
Adds Criteria Serialization
2019-05-28 10:16:34 +03:00
gkolokythas
10e76e6d2b
Adds email information on UserInfo listing model.
2019-05-28 10:12:23 +03:00
gkolokythas
dd0b23580c
Adds datasets and dmp roles on DMP edit model.
2019-05-27 18:26:03 +03:00
ikalyvas
93f69979ba
Updates Queryablelist to support Queries and Criteria
2019-05-23 18:03:44 +03:00
gkolokythas
7844c33b7c
Various improvements on DMP document export. (Issue #71 )
2019-05-22 11:53:30 +03:00
ikalyvas
159dfd35ba
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into backend-refactoring
2019-05-21 18:51:32 +03:00
ikalyvas
fd30cc9a94
Refactors the way queries are generated
2019-05-21 18:17:41 +03:00
gkolokythas
e49d7afc54
Fixes bug on Project editor.
2019-05-21 17:20:11 +03:00
gkolokythas
d15cbd6d9e
Adds uri property to ProjectOverview model.
2019-05-21 13:36:55 +03:00
gkolokythas
7de3e34a6d
Fixes Collaborators' autocomplete search query not working properly.
2019-05-21 10:52:32 +03:00
ikalyvas
c09685c501
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2019-05-20 14:25:04 +03:00
ikalyvas
37ced95cff
Fixes bug with Colaborator Query
2019-05-20 14:24:15 +03:00
gkolokythas
c28ec47537
Adds new models for exposing the Dataset and Dataset Template informations.
2019-05-20 14:20:06 +03:00
ikalyvas
8a2f6b3c28
Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into Development
2019-05-20 13:34:19 +03:00
gkolokythas
f0c99e33af
Adds description on ProjectOverview model.
2019-05-20 13:19:10 +03:00
ikalyvas
ea66da7cff
Updates Colaborators fetch algorithm
2019-05-20 13:15:28 +03:00
gkolokythas
b67614afd0
Refactor the DMP listing model and adding to it more information about Project.
2019-05-20 13:13:48 +03:00
gkolokythas
392eb0d36e
Adds researchers to DMP overview model.
2019-05-20 10:27:32 +03:00
gkolokythas
dd973d4b78
Adds endpoint for the new model DataManagmentPlanOverview.
2019-05-17 18:21:56 +03:00
gkolokythas
4b47ce75e1
Fixes bugs on creating and updating DMPs releated to the user refactor.
2019-05-17 13:19:30 +03:00
gkolokythas
6b13f191b0
Adds the missing information to User Dashboard (Ticket #83 )
2019-05-17 11:42:30 +03:00
Diamantis Tziotzios
151656386a
merging changes
2019-05-17 10:44:16 +03:00
Diamantis Tziotzios
6714ba99ee
Merge branch 'ui-refactoring' into Development
...
# Conflicts:
# dmp-backend/web/src/main/java/eu/eudat/logic/managers/DatasetProfileManager.java
# dmp-frontend/src/app/dataset-profile-form/form/form.component.html
# dmp-frontend/src/app/dataset-profile-form/form/form.component.ts
# dmp-frontend/src/app/services/datasetProfileAdmin/datasetProfileAfmin.service.ts
2019-05-17 10:34:37 +03:00
gkolokythas
f26b3200e3
Polishes the Tag functionality by adding the mockup data into a json file (Ticket #76 )
2019-05-16 14:16:24 +03:00
gkolokythas
f71d02613a
Adds Tags functionality on Dataset listing with mockup data. (Ticket #76 )
2019-05-16 13:54:29 +03:00
gkolokythas
4a1b9984c7
Implemets Collaborators filter to Dataset and DMP listing. (Ticket #77 )
2019-05-16 13:10:28 +03:00
gkolokythas
3914c456d3
Adds project Id on Dataset listing model.
2019-05-16 10:10:54 +03:00
gkolokythas
d5c1469a98
Adds the Organisations statistics on public Dashboard.
2019-05-15 18:39:05 +03:00
gkolokythas
25ce03b962
Adds project Abbreviation on Dataset listing model.
2019-05-15 18:24:31 +03:00
gkolokythas
bb3fb91ba8
Fixes bug on Dataset listing when user not creator.
2019-05-15 17:43:53 +03:00
gkolokythas
99fc3df7fa
Fixes bug when fetching the Organisations.
2019-05-15 09:36:05 +03:00
gkolokythas
0ee3299d79
Fixes DMP invitation bug not properly saving the information.
2019-05-14 16:40:25 +03:00
gkolokythas
62d681d022
Project filter on "Public DMPs" now exposes only the ones associated with public DMPs (Ticket #79 )
2019-05-14 16:08:49 +03:00
gkolokythas
b8559f9f52
Organisations filter on "Public DMPs" now exposes only the ones associated with public DMPs. (Ticket #79 )
2019-05-14 14:12:31 +03:00
gkolokythas
3905f68121
Adds the project Id on DMP listing model.
2019-05-14 14:04:43 +03:00
gkolokythas
ebfde3e992
Fixes bug on create Dmp not saving the role on the Database.
2019-05-13 13:30:35 +03:00
gkolokythas
1747e62a58
Fixes bug on DMP listing backend logic that exposes deleted Datasets.
2019-05-13 12:20:59 +03:00
gkolokythas
f3fbf012f9
Fixes bug on Dataset Criteria.
2019-05-10 16:05:01 +03:00
gkolokythas
4829151355
Fixes search criteria on Dataset listing.
2019-05-10 15:36:23 +03:00
gkolokythas
11c1ac33cf
Adds the criteria on DMP listing and refactors the backend userInfo.
2019-05-10 11:33:48 +03:00
gkolokythas
f0a73cf355
Adds description and project abbreviation on Dmp listing model.
2019-05-09 12:42:51 +03:00
gkolokythas
c0a780086c
Fixes Visibility Criteria on DMP listing.
2019-05-07 12:30:03 +03:00
gkolokythas
1edd38c09e
Adds user information on DMP listing.
2019-05-06 12:41:13 +03:00
gkolokythas
e138b18dc1
Adds Templates (Dataset Profiles) on DMP listing.
2019-04-26 17:08:41 +03:00
gkolokythas
e591e47736
Adds the published DMPs view.
2019-04-26 17:05:15 +03:00
gkolokythas
9d4c3fca60
Adds the property of last modified on Dmps and Datasets.
2019-04-25 18:12:08 +03:00
gkolokythas
5557111e93
Makes the code of Dataset Profile version checking on a Dataset more maintainable. (Ticket #59 )
2019-04-23 12:01:49 +03:00
gkolokythas
b52225308d
Adds the number of Organisation on Dashboard statistcs.
2019-04-22 17:19:08 +03:00
gkolokythas
3e7747455c
Adds dmpId on Dataset Response.
2019-04-22 13:45:36 +03:00
gkolokythas
aed9d831e9
Adds Dataset Profile versioning functionality (Ticket #59 )
2019-04-22 12:11:21 +03:00
gkolokythas
018024d6f7
Fixes bug with Dataset Profile create.
2019-04-16 16:42:24 +03:00
gkolokythas
534d37668b
Fixes file not working because of refactor.
2019-04-16 15:35:16 +03:00
gkolokythas
7ca5568437
Fixes various missteps in code.
2019-04-15 13:35:26 +03:00
gkolokythas
c577d6f53b
Adds Dataset import functionality (Ticket #70 )
2019-04-15 12:34:12 +03:00
gkolokythas
30c84de19a
Fixes Pdf export for DMP and Dataset.
2019-04-05 12:20:06 +03:00
gkolokythas
c1449bd333
Fixes the Project filter in ExploreDmp to have the same functionality when user is logged in or not.
2019-04-03 16:25:52 +03:00
Diamantis Tziotzios
3da8557389
Fixes bug on public Dataset export created by refactoring.
2019-04-02 10:53:38 +03:00
Diamantis Tziotzios
aadc212002
Adds title to dataset export document.
2019-04-02 10:51:22 +03:00
Diamantis Tziotzios
0d73fb2a8b
Fixes the functionality to see finalized Datasets when not signed in.
2019-04-01 13:42:46 +03:00
Diamantis Tziotzios
29f9c0992f
Missing uncommited file.
2019-03-28 17:07:51 +02:00
Diamantis Tziotzios
3976722d47
Adds Dmp export file related.
2019-03-26 18:11:26 +02:00
Diamantis Tziotzios
ed03abd254
Adds the multiple autocomplete functionality on Combo Box Autocomplete.
2019-03-26 17:09:02 +02:00
Diamantis Tziotzios
02a42d22ba
Fixes Dmp Versioning functionality letting user editing and saving over an old version.
2019-03-26 16:52:19 +02:00
Diamantis Tziotzios
1f643cda9a
Adds export as Docx functionality on Datsets
2019-03-26 16:45:27 +02:00
Diamantis Tziotzios
1157a90d79
Extra files to DatasetProfile Versioning.
2019-03-26 16:41:50 +02:00
Diamantis Tziotzios
2c51468dfe
Adds Dataset Profile Versioning.
2019-03-26 16:30:33 +02:00
Diamantis Tziotzios
a7f138c1ea
Fixes Project listing on Dashboard.
2019-03-15 18:06:55 +02:00
Diamantis Tziotzios
460aa7d1e7
Fixes "Save and Finalize" on Quick wizard.
2019-03-14 20:00:02 +02:00
Diamantis Tziotzios
c8bea58d89
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-03-07 12:05:06 +02:00
Diamantis Tziotzios
5c608c11e8
ADDITIONAL-INFORMATION On CompositeFields
...
Fix Import Dataset Profiles Desc Extendet And Additional
2019-03-07 12:04:54 +02:00
Diamantis Tziotzios
ec6b50dc22
Fixes Dmp upload issues
2019-03-06 17:35:56 +02:00
ikalyvas
90aace8e68
Fixes bug with QuickWizard Profile name on backend model
2019-03-05 18:08:38 +02:00
ikalyvas
5ae18beb5d
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
...
# Conflicts:
# dmp-backend/web/src/main/java/eu/eudat/controllers/QuickWizardController.java
# dmp-backend/web/src/main/java/eu/eudat/logic/managers/QuickWizardManager.java
2019-03-05 17:46:18 +02:00
ikalyvas
0d16d694fa
Refactors dependency injection on backend services
2019-03-05 17:33:59 +02:00
Diamantis Tziotzios
6ab752b99c
Adds Dmp Import functionality.
2019-03-05 13:59:34 +02:00
Diamantis Tziotzios
ab8022d133
QuickWizard Fix Merge Component And Fix Thi InitSteper
2019-03-05 13:21:04 +02:00
Diamantis Tziotzios
edbed239db
Adds Quick dataset create functionality.
2019-03-05 12:20:10 +02:00
Diamantis Tziotzios
ae5fce7bf3
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-03-01 17:16:40 +02:00
Diamantis Tziotzios
da8d929d9e
quickWizard Create project
...
quickWizard Create Dmp
quickWizard Create Datasets
2019-03-01 17:16:21 +02:00
ikalyvas
f6cc76a360
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-26 10:07:41 +02:00
Diamantis Tziotzios
832b08e715
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-25 18:56:10 +02:00
Diamantis Tziotzios
cd44392d9a
Dmp Profile ImportDownload XML
2019-02-25 18:53:36 +02:00
Diamantis Tziotzios
4de17d5453
back End throw Exception For Delete Profiles With Datasets
2019-02-25 18:50:43 +02:00
Diamantis Tziotzios
b6c09565c8
Delete Dataset Profile + Status +Error Code
2019-02-25 18:49:26 +02:00
Diamantis Tziotzios
5302024a0b
Dataset Profile Download Xml And Import FromXml
2019-02-25 18:46:16 +02:00
ikalyvas
d54f4d8540
Adds Principal Authentication for datasetProfile/paged endpoint
2019-02-25 16:23:48 +02:00
Diamantis Tziotzios
87d2d131bd
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-15 18:36:29 +02:00
Diamantis Tziotzios
c4058efa8b
conf changes
2019-02-15 18:36:06 +02:00
Diamantis Tziotzios
f6ef760e99
Fix Delete DMP If hasn't Dataset
2019-02-15 17:11:38 +02:00
Diamantis Tziotzios
3f97ab9f41
Delete SnackBar Dmp Error
2019-02-15 16:19:07 +02:00
Diamantis Tziotzios
6d8c251e63
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-15 13:12:44 +02:00
Diamantis Tziotzios
900d2c8bb1
Fixes Available Dataset profiles, not excluding the deleted ones.
2019-02-15 13:12:20 +02:00
Diamantis Tziotzios
cdec34cc1e
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-15 13:11:24 +02:00
Diamantis Tziotzios
19d16072cd
Fix Dataset Profile Delete
2019-02-15 13:11:11 +02:00
Diamantis Tziotzios
f6f28d6058
Fixes bug on Researchers autocomplete with case sensitivity.
2019-02-15 13:03:59 +02:00
Diamantis Tziotzios
80570787d0
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-15 12:26:37 +02:00
Diamantis Tziotzios
0f964cddd0
Dataset + Dataset Profile Date Picker Option For Fields
...
Frond And Back End
2019-02-15 12:26:14 +02:00
Diamantis Tziotzios
da2c6f7ee5
Fixes Dmp invitation Url.
2019-02-15 09:55:14 +02:00
Diamantis Tziotzios
9d2a77cf5d
Fixes Dmp download file, as Document and Xml, to exclude compositeFields without visible children..
2019-02-15 09:52:44 +02:00
Diamantis Tziotzios
9a64c91aca
Fixes Project autocomplete now filtering also with user info.
2019-02-14 10:23:09 +02:00
Diamantis Tziotzios
8a67f0c7f1
Dmp-Profile Delete + Enum
2019-02-13 17:51:16 +02:00
Diamantis Tziotzios
89e13b2e03
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-13 15:50:18 +02:00
Diamantis Tziotzios
44dcc77bec
Fix query For Reasearcher dao Impl
2019-02-13 15:46:17 +02:00
Diamantis Tziotzios
83e3c7a69d
Fixes login functionality for Facebook, Twitter, LinkedIn, B2Access.
2019-02-13 14:36:07 +02:00
Diamantis Tziotzios
61d8fa1181
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-11 15:46:39 +02:00
Diamantis Tziotzios
9af0fed9fe
Fix Endpoind For Researchers get
2019-02-11 15:46:29 +02:00
Diamantis Tziotzios
cd1bd66d2c
Reaserchers Fix Url
...
diasable Finalize And Delete and Create External Res buttons on Finalized dataset
2019-02-11 15:44:03 +02:00
Diamantis Tziotzios
22592cfe75
Adds finalize functionality on Dataset Profiles and refactors frontend and backend to suit that change.
2019-02-11 14:04:45 +02:00
Diamantis Tziotzios
17ce0ef455
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-08 11:04:26 +02:00
Diamantis Tziotzios
5fa776bb39
Listing Css Link colore
...
Fix Text Area Peace Holder
Default Value Requierd
Finalize Button On Dmp Fix
Fix Nav Button Colors
2019-02-08 11:04:12 +02:00
Diamantis Tziotzios
ff437132ed
Fixes autocomplete for Project endpoint.
2019-02-07 17:00:42 +02:00
Diamantis Tziotzios
0039da7c3c
end Poind Try Catch to Delete DatasetProfile
2019-02-06 13:33:30 +02:00
Diamantis Tziotzios
ad84ff8235
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-06 13:14:48 +02:00
Diamantis Tziotzios
f3e8d20e37
Create Delete EndPoind And Button ForDataset Profiles
2019-02-06 13:10:44 +02:00
Diamantis Tziotzios
03bfbdf8ad
Refactors Single Dataset Enpoint to support different formats (JSON, XML, DOCX)
2019-02-06 12:48:05 +02:00
Diamantis Tziotzios
2ebd3f1cb8
Refactors Single DMP Enpoint to support different formats (JSON, XML, DOCX)
2019-02-06 12:46:14 +02:00
Diamantis Tziotzios
86ae8e5eda
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-04 18:10:30 +02:00
Diamantis Tziotzios
cf88f5019e
Rollback fix on this file.
2019-02-04 17:20:23 +02:00
Diamantis Tziotzios
8a07e98d9e
Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
2019-02-04 15:42:08 +02:00
Diamantis Tziotzios
8e0b869a80
Fix Multiplicity Back And Ftrond New Ids
...
Create DeleteButon To RadioBox AndWordList
Try To fix ProgressBar
2019-02-04 15:41:54 +02:00
Diamantis Tziotzios
ab460fe5c4
Fixes bug when ElasticSearch is down.
2019-02-04 11:37:42 +02:00
Diamantis Tziotzios
632577b171
Removes obsolete methods and changes url names on frontend services and backend controllers.
2019-02-01 18:56:55 +02:00
Diamantis Tziotzios
a6a7b2bdce
Refactor the Datasets endpoint
2019-01-31 17:53:37 +02:00
Diamantis Tziotzios
8b77ab759a
Small fixes on Project's endpoint listing.
2019-01-31 16:06:43 +02:00
Diamantis Tziotzios
e829c5e6f0
Parameterizes DMPs query endpoint for more efficient listing
2019-01-31 15:56:53 +02:00
Diamantis Tziotzios
6a7c1b6e9d
Parameterizes Project's query endpoint for more efficient listing.
2019-01-31 13:24:11 +02:00
Diamantis Tziotzios
0552870362
Removes and refactors endpoints from Project.
2019-01-30 18:37:49 +02:00
Diamantis Tziotzios
d5740a560c
Removes and refactors endpoints from DMPs
2019-01-29 18:25:40 +02:00
Diamantis Tziotzios
339f65f499
Dependency injection applied on DMPs and some API route name changes.
2019-01-29 13:05:36 +02:00
Ioannis Kalyvas
9467d2b9ee
Deletes unused module
2019-01-29 10:52:01 +02:00
Diamantis Tziotzios
7a60c3a435
dataset profile editor fix delete section in section
...
dataset profile fix validation for save
2019-01-28 14:18:48 +02:00
Diamantis Tziotzios
8c5c57375a
validator to external datases tipe requierd, Space in to Dataset Fields Titles, AutoComplete Fix option selection
2019-01-25 15:54:14 +02:00
Ioannis Kalyvas
b7f010393c
Changes transaction management in development environment
2019-01-23 14:42:26 +02:00
Ioannis Kalyvas
3c629a9c70
Adds delete operation on UI and backend
2019-01-23 14:38:03 +02:00
Diamantis Tziotzios
9d11adbcbd
error models and profile pages bug fixes
2019-01-21 13:14:20 +02:00
Diamantis Tziotzios
41fb94eee9
ui resrtucturing
2019-01-18 19:03:45 +02:00
Ioannis Kalyvas
4845ba84a7
Added Delete action on Projects , Datasets and Datamanagement Plans
2018-11-30 16:57:20 +02:00
Diamantis Tziotzios
05a6ddd90f
conf refactor
2018-11-27 16:13:56 +02:00
Ioannis Kalyvas
01afdabb21
Added Navigation to next question by pressing on a button. Introduces MarkForConsideration Component
2018-11-01 18:02:15 +02:00
Ioannis Kalyvas
ab8367cd56
no message
2018-10-26 10:11:03 +03:00
Ioannis Kalyvas
889a2ae262
Ficxed Issues with Document Generation
2018-10-22 13:34:39 +03:00
Ioannis Kalyvas
7cc9854f11
Fixed Issues With Progress Bar inflicted by changes in visibility service
2018-10-22 10:48:56 +03:00
Ioannis Kalyvas
2c2133bb28
Changes to support better data extraction from answers when generating OpenXML document
2018-10-19 12:59:54 +03:00
Ioannis Kalyvas
b7193d2dda
Implemented Preview Step in Admin Dataset Profile Definition
2018-10-19 10:35:35 +03:00
Ioannis Kalyvas
5094dca494
Fixed Dataset Entity Graph to Join ExternalDatasets and not fetch them lazy loaded
2018-10-18 16:33:37 +03:00
Ioannis Kalyvas
12b37738b7
no message
2018-10-18 15:36:43 +03:00
Ioannis Kalyvas
ed46666a4f
Implemented Fixed Dataset Description Field Numbering
2018-10-18 12:34:11 +03:00
Ioannis Kalyvas
8955172fec
Implemented Backend Api's For Downloading DMP as Docx (Ticket #37 - Export DMP as a whole)
2018-10-18 12:33:13 +03:00
Ioannis Kalyvas
c7115f752a
Refactoring Elastic Search Loggers for Logging and Auditing
2018-10-16 18:13:02 +03:00
Ioannis Kalyvas
01de2754e5
Implemented Frontend Editor And Action Listing For Cloning Dataset Profiles (Ticket #50 - Cloning dataset profiles)
2018-10-16 14:11:15 +03:00
Ioannis Kalyvas
6128ede341
Implemented Backend Api For Cloning a Dataset Profile (Ticket #50 - Cloning dataset profiles)
2018-10-16 10:09:54 +03:00
Ioannis Kalyvas
f1ff0ebf0b
Implemented Publishing Datasets in finalised DMP's (Ticket #47 - Publishing Datasets - DMP Finalisation)
2018-10-15 15:50:01 +03:00
Ioannis Kalyvas
6a52950e1d
Changed Published dataset descriptions page to include Datatable Criteria in Facet Search Component
2018-10-15 13:17:54 +03:00
Ioannis Kalyvas
099a839e80
Enhanced the behaviour of finalising DMP's with Dataset withdrawal
2018-10-15 12:04:20 +03:00
Ioannis Kalyvas
31fd9b8b14
Completed Dataset Editing/Viewing alongside DMP finalisation (Ticket #45 - Dataset editing / viewing modes)
2018-10-12 11:22:23 +03:00