Commit Graph

2233 Commits (master)

Author SHA1 Message Date
Diamantis Tziotzios 50c96ef821 Merge branch 'Development' 6 months ago
Bernaldo Mihasi 5cd1803e3a fix bug where empty input was saved in multiple auto complete fields 6 months ago
Bernaldo Mihasi 1f666a5bf9 create saml2 authentication request in backend 6 months ago
Bernaldo Mihasi ce50a72ac1 seperate tags in dataset editor using enter or comma 6 months ago
Bernaldo Mihasi f20b420c2c disable unlink action in profile section when email is the as the main profile's mail 6 months ago
Bernaldo Mihasi 730b60598a fix bug when dmp has been deposited in a repository and that repository does not exist any more. 6 months ago
Konstantina Galouni 4bac942059 co-branding.html & styles.css & section.css: #8333 - Updated splash page - added section "Accessing to ARGOS / OpenDMP source code". 6 months ago
Bernaldo Mihasi 22dc9647f3 remove unused variable 7 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. 7 months ago
Bernaldo Mihasi 5e764559cf fix typo (semantics) 7 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. 7 months ago
Konstantinos Triantafyllou 0d9b6f9622 Fix bug where on long click, blur value was added in the list of chips. 7 months ago
Bernaldo Mihasi 5d5ebe7a55 update about, glossary, terms pages when language changes. 7 months ago
Bernaldo Mihasi 7c347569fd update user guide when language changes. 7 months ago
Konstantinos Triantafyllou 50169222c7 Fix infinite loop in home page when total number of results is less than the page size 7 months ago
Konstantinos Triantafyllou e84398f667 Close autocomplete panel if a blur value is added. 7 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. 8 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.
8 months ago
Diamantis Tziotzios eb1abb1f24 more css changes 8 months ago
Diamantis Tziotzios 92f56c073c more css changes 8 months ago
Diamantis Tziotzios 6585fcf391 update lang files to make app name configurable. 8 months ago
Bernaldo Mihasi 5d7e2cb307 add seperator keycodes for schematics field 8 months ago
Konstantinos Triantafyllou 681f73b865 Dataset template editor: On multiplicity changed, reset multiplicity values including table view and placeholder. 8 months ago
Konstantinos Triantafyllou ef0816524f Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development 8 months 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. 8 months ago
Bernaldo Mihasi 7b12d7b46d temporarily endpoint for appending "rda." in schematic values of dataset profiles 8 months ago
Bernaldo Mihasi 5733796674 update i18n 8 months ago
Diamantis Tziotzios 89922eaecc Merge remote-tracking branch 'origin/semantics' into Development 8 months ago
Bernaldo Mihasi f822e06881 upload new version for dataset template from xml file 8 months ago
Konstantinos Triantafyllou fbaa175436 Finilize from dataset overview will redirect the editor and then trigger Finalize button. 8 months ago
Bernaldo Mihasi 969df0357a migrate rda properties in dataset profiles definitions in db to schematics 9 months ago
Bernaldo Mihasi c35bc2efed remove rda property from models 9 months ago
Konstantinos Triantafyllou 8c708f470d Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development 9 months ago
Konstantinos Triantafyllou 6ca77c2df2 Ticket 8391: DMP Editor: Add dialog before Discard. Dataset Editor: On Discard reset the form instead of go back in dmp editor. 9 months ago
Diamantis Tziotzios 34176bcb70 hr lang update 9 months ago
Diamantis Tziotzios 35f9bbcf56 logo change 9 months ago
Diamantis Tziotzios 7af27c73cf Merge branch 'css-config-changes' into Development 9 months ago
Diamantis Tziotzios 7185b5d117 Merge commit '180e02c829a8fb35056124d5afdbec3835a94b62' 9 months ago
Konstantinos Triantafyllou 180e02c829 Ticket 8389: Fix undo finalazation appears even finalized wasn't successful. Also fix issue where the buttons are remaining disabled when user press No in the dialog of finalization. On undo finalization do a save in order to be sync with the backend. 10 months ago
Konstantinos Triantafyllou 4c7dee3ece Ticket 8390: Remove separator key codes in the default multiple auto complete input and added in invitation-dialog. 10 months ago
Diamantis Tziotzios 806ce4f584 hr lang update 10 months ago
Konstantinos Triantafyllou 3219132e86 Merge branch 'Development' of code-repo.d4science.org:MaDgiK-CITE/argos into Development 10 months ago
Konstantinos Triantafyllou c2aba649af CHange condition of depositRepos in dmp-overview in order to chech also the length of the array. 10 months ago
Bernaldo Mihasi e2505039df cleanup unused code 10 months ago
Bernaldo Mihasi 9a8fc5e92e schematics implementation, xml import export of dataset profiles 10 months ago
Bernaldo Mihasi e22e348330 cleanup unused code 10 months ago
Diamantis Tziotzios 6c5cb97050 hr lang update 10 months ago
Diamantis Tziotzios 72daadee7e configurable list of languages 10 months ago
Diamantis Tziotzios 554eb96824 css update 10 months ago
Diamantis Tziotzios 34d63438e0 css changes to add configurability 10 months ago