Commit Graph

3611 Commits (master)
 

Author SHA1 Message Date
Bernaldo Mihasi 1715463422 fix bugs in rda json export when rda semantics don't correspond to valid dataset field input type 9 months ago
Bernaldo Mihasi a8ce14af70 #8726 - adding openaire prefilling 9 months ago
Bernaldo Mihasi 1a15e1ddde add missing logger to Prefilling Mapper 10 months ago
Bernaldo Mihasi 000882cbdb 1) fix bug when tags don't show after saving the dataset
2) save the email when user logs in with orcid
3) refactor unlink, delete credential of user to be unlinked
10 months ago
Bernaldo Mihasi 1c0562d7e7 catch error when a field's external api is not available and interrupts prefilling process 10 months ago
Bernaldo Mihasi 8fbc20c823 no message 10 months ago
Bernaldo Mihasi 469a8b4def add config properties to zenodo.json 10 months ago
Bernaldo Mihasi cb972c394c change maDmpTarget type in prefilling to semanticTarget 10 months ago
Bernaldo Mihasi d996acdcc4 #8842 - add notification templates html files to application properties 10 months ago
Bernaldo Mihasi 741179a53f #8740 - multiple configuration for a deposit repository 10 months ago
Bernaldo Mihasi 3630727fed dmp profile bug fixes: 1) dmp profile was not saved 2) if you select external autocomplete field and change it to another type, the external field was saved 10 months ago
Bernaldo Mihasi 34e4761811 bug fixes regarding tickets: #8739, #8763, #8833 10 months ago
Bernaldo Mihasi dfa2f0cd38 #8737 - make elastic fetch 100 inner hits instead of the default 3. 10 months ago
Bernaldo Mihasi 3d367b0589 #8765 - make pids coming from apis as hypelinks in export 10 months ago
Bernaldo Mihasi b6505cda4e refactor signing of saml2 authentication request 10 months ago
Diamantis Tziotzios 50c96ef821 Merge branch 'Development' 10 months ago
Konstantina Galouni 1a2a93a95f #8738 - Disable input fields in finalised DMPs/datasets.
1. dataset-editor.component.html & form-composite-field.component.html & form-field.component.html & form-section.component.html: Added [editable] parameter input in <rich-text-editor-component> or [disabled] attribute in inputs, buttons, <ngx-dropzone> and <mat-select> to disable then when form is disabled & do not add "pointer" class when form is disabled.
2. form-field.component.ts: For DatasetIdentifier and Validation view styles, when removing and re-adding control, check if form was disabled and disable it again.
3. form-section.component.ts: In method "addMultipleField()", return without doing anything when form is disabled.
10 months ago
Konstantina Galouni eb4f1d23e1 dataset-description.component.html: [Bug fix] Removed forgotten log {{form | json}} from html. 10 months ago
Konstantina Galouni 985b3de385 rich-text-editor.component.ts: Removed "backgroundColor" from toolbarHiddenButtons | Do not show (x) close to clear the input when editable is false. 10 months ago
Bernaldo Mihasi 2aa1f76aab use sha256 with rsa keys for saml2, fix bug for authentication request's id 10 months ago
Bernaldo Mihasi 5cd1803e3a fix bug where empty input was saved in multiple auto complete fields 10 months ago
Bernaldo Mihasi 1f666a5bf9 create saml2 authentication request in backend 10 months ago
Bernaldo Mihasi 4c9652abc3 saml2 metadata creation for sp 10 months ago
Bernaldo Mihasi ce50a72ac1 seperate tags in dataset editor using enter or comma 11 months ago
Bernaldo Mihasi f20b420c2c disable unlink action in profile section when email is the as the main profile's mail 11 months ago
Bernaldo Mihasi 730b60598a fix bug when dmp has been deposited in a repository and that repository does not exist any more. 11 months ago
Konstantina Galouni 4bac942059 co-branding.html & styles.css & section.css: #8333 - Updated splash page - added section "Accessing to ARGOS / OpenDMP source code". 11 months ago
Bernaldo Mihasi 22dc9647f3 remove unused variable 11 months ago
Bernaldo Mihasi b2f2a79a5d add unlink functionality in profile section, when an email is unlinked that account is starting from scratch resulting in an empty dashboard. 11 months ago
Bernaldo Mihasi 5e764559cf fix typo (semantics) 11 months ago
Bernaldo Mihasi a3ee9dccda update deposit base repository version 11 months ago
Bernaldo Mihasi 758539eaa0 add zenodo related identifiers for schematics 11 months ago
Bernaldo Mihasi af8fddb89c #7911 - read pid and pid type from external api respones so as to save those values in the dataset field 11 months ago
Konstantina Galouni b435994c51 #8148 - [Bug fix] drafts.component.ts & recent-edited-activity.component.ts & recent-edited-dataset-activity.component.ts & recent-edited-dmp-activity.component.ts: Updated check to redirect to first page, if page parameter is bigger than the latest page. 11 months ago
Konstantina Galouni 0adc7044ab h2020.docx: [Bug fix] Updated image of Argos in h2020.docx DMP template | DataManagementPlanManager.java & DatasetManager.java: Added parameter "isDataset" in fillFirstPage() | WordBuilder.java: [Bug fix] Added parameter isDataset in fillFirstPage() and added some checks in description.
(cherry picked from commit c9b4b35e39)
12 months ago
Konstantinos Triantafyllou 0d9b6f9622 Fix bug where on long click, blur value was added in the list of chips. 12 months ago
Bernaldo Mihasi 5d5ebe7a55 update about, glossary, terms pages when language changes. 12 months ago
Bernaldo Mihasi 7c347569fd update user guide when language changes. 12 months ago
Konstantinos Triantafyllou 50169222c7 Fix infinite loop in home page when total number of results is less than the page size 12 months ago
Konstantinos Triantafyllou e84398f667 Close autocomplete panel if a blur value is added. 12 months ago
Bernaldo Mihasi a1fd03a444 fix out of memory error in management endpoints. 12 months ago
Bernaldo Mihasi 8c30c558b2 User Guide, ToS, FAQ, Glossary, About html pages can now be dynamically updated so that they can be changed per installation. 12 months ago
Konstantina Galouni 2715db7365 #8148 - Added paging functionality with load more/ less buttons in home page, for the existing 4 tabs - ordering and keyword are also added in the url and they are resolved on page reload.
1. i18n/: Added properties "GENERAL.ACTIONS.LOAD-LESS" and "GENERAL.ACTIONS.NO-MORE-AVAILABLE".
2. dashboard.component.html: Added aria-label on each <mat-tab> | Added on <mat-tab-group> bindings for [selectedIndex] and (selectedTabChange), to define the active tab.
3. dashboard.component.ts: Added field currentType: string = "recent"; | Set currentType by url params | Added method get indexFromCurrentType(), to return the active tab index.
4. drafts.component.html & recent-edited-activity.component.html & recent-edited-dataset-activity.component.html & recent-edited-dmp-activity.component.html: Added button "LOAD-LESS" and message "NO-MORE-AVAILABLE" to the end of the list.
5. drafts.component.ts & recent-edited-activity.component.ts & recent-edited-dataset-activity.component.ts & recent-edited-dmp-activity.component.ts:
   a. Added fields @ViewChild("...") resultsContainer, offsetLess: number = 0, hasMoreResults:boolean = true, page: number = 1 and @Input() isActive: boolean = false.
   b. Read url params, set offsets and query filters and update url.
   c. Renamed "loadMore()" to "loadNextOrPrevious()" and added parameter more: boolean = true.
12 months ago
Diamantis Tziotzios eb1abb1f24 more css changes 12 months ago
Diamantis Tziotzios 92f56c073c more css changes 12 months ago
Diamantis Tziotzios 6585fcf391 update lang files to make app name configurable. 12 months ago
Bernaldo Mihasi 5d7e2cb307 add seperator keycodes for schematics field 1 year ago
Konstantinos Triantafyllou 681f73b865 Dataset template editor: On multiplicity changed, reset multiplicity values including table view and placeholder. 1 year ago
Konstantinos Triantafyllou ef0816524f Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development 1 year ago
Konstantinos Triantafyllou b6709bac3c Increase debounce time in multi auto complete in order to avoid addition of search value and first option from dropdown in chips'list. 1 year ago