Konstantina Galouni
b1515cd395
[Library & Connect Admin | new-theme]: edit-community.component.ts & portals.component.ts & pages.component.ts & page-help-content-form.component.ts & page-help-contents.component.ts & entities.component.ts & divIds.component.ts & class-help-content-form.component.ts & class-help-contents.component.ts: On save/update/delete/toggle community/page/entity/divId/helptext/divHelptext , call clearCache() to immediately get changes in the dashboards.
2022-07-12 16:50:56 +03:00
Konstantinos Triantafyllou
6d68e753c6
Update library
2022-07-12 16:25:01 +03:00
Konstantina Galouni
b7751d297b
[Connect Admin | new-theme]: Updated messages when no results in affiliations, data sources, projects, subjects, zenodo communities | [Bug fix] In add projects, show selected filter if exists (even when no results).
...
1. affiliations.component.html: Updated "no organizations found" message to "no organizations for {{community}}".
2. add-content-providers.component.html: When no data sources, show info message for missing data sources too.
3. add-content-providers.component.ts: Created get method infoMessage() to return info message for missing data sources.
4. manage-content-providers.component.ts: In <add-content-providers> renamed hash to #addContentProvidersModal.
5. remove-content-providers.component.html & remove-projects.component.html & subjects-edit-form.component.html & manage-zenodo-communities.component.html: Show proper messages if no results at all or if filters return no results.
6. add-projects.component.ts: Created get method infoMessage() to return info message for missing projects | Added field selectedFunder and in getSelectedValues() return selectedFunder if no values from search query.
7. add-projects.component.html: When no projects, show info message for missing funders too | Do not show filters column when no results | Show selectedFunder in selected filters.
8. manage-projects.component.ts: In <fs-modal> renamed hash to #fsModalProjects and in <add-projects> renamed hash to #addProjects.
9. remove-projects.component.ts: Removed old Session.isLoggedIn() checks.
2022-07-11 18:48:24 +03:00
Konstantina Galouni
b429819cb6
[Library | new-theme]: full-screen-modal.component.ts & alert.ts: [Bug fix] Added private static counter field to increase on each modal creation and set id according to the counter, to delete from DOM in "modal-container" the destroyed modal.
2022-07-11 17:27:44 +03:00
Alex-Coded4
1d8a551d83
update openaireLibrary repo
2022-07-11 10:25:22 +03:00
Konstantinos Triantafyllou
264f5ca30b
Fix manage user notifications buttons status
2022-07-08 21:59:17 +03:00
argirok
803dc0a2d9
Merge remote-tracking branch 'origin/new-theme' into new-theme
2022-07-05 16:43:32 +03:00
argirok
0c9242d9de
customization: fixes layout + preview background and sizes
2022-07-05 16:43:18 +03:00
Konstantina Galouni
b18e2f75a0
[Connect Admin | new-theme]: remove-projects.component.html: Added uk-width-small in sorting input.
2022-07-05 12:07:43 +03:00
Konstantina Galouni
4c08b4dad3
[Connect Admin | Library | new-theme]: Redesign of remove/add projects and zenodo communities pages according to the new mocks.
...
1. searchProjects.service.ts: Added "params" parameter in "getFunders()" method.
2. resultsAndPagesNum.component.ts: Do not show number of results and pages when no results.
3. manage-communities.module.ts: Remove "group" and "lock" icons from registerIcons call.
4. add-projects.component & communityProjects.module.ts & manage-projects.component.ts & remove-projects.component: Redesign of remove/add projects pages according to the new mocks.
5. add-zenodo-communities.component & manage-zenodo-communities.component & preview-z-community.component.ts & zenodo-communities.component.ts & zenodo-communities.module.ts: Redesign of remove/add zenodo communities pages according to the new mocks.
2022-07-05 01:31:56 +03:00
Konstantinos Triantafyllou
7c9d0936b3
Finish UI of Content Providers and their Criteria. Fix search width in subjects
2022-07-04 21:45:20 +03:00
argirok
eaebaded60
customization: fix some margins, add overflow
2022-07-04 15:47:07 +03:00
argirok
8aa38a1646
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect-admin into new-theme
2022-07-04 15:19:44 +03:00
Alex Martzios
25c8cc29a6
finish admin - subjects page
2022-07-04 15:13:33 +03:00
argirok
ecbfed13fe
customization: add alert for unsaved changes
2022-07-04 14:29:47 +03:00
argirok
dc2aa3b764
Customization: more changes for the new mocks
2022-07-04 14:12:55 +03:00
argirok
048f159f5d
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect-admin into new-theme
2022-07-04 12:59:38 +03:00
Konstantinos Triantafyllou
9c75d63171
Add contente providers modal with new UI
2022-07-04 11:53:55 +03:00
Konstantinos Triantafyllou
4160f837c1
Add icons in menu items. Fix initialization of menus. Finish content providers base page
2022-07-02 14:45:34 +03:00
Konstantina Galouni
1e71eafa45
[Connect Admin | Library | new-theme]: Match menu for communities in admin & dashboard | Added missing property "adminPortalURL".
...
1. environments/: [Bug fix] Added missing property "adminPortalURL".
2. community-routing.module.ts: Added "user-info" path for each community.
3. app.routing.ts: Set "hasSidebar" to true for "user-info" path.
4. app.component.ts:
a. Set "user-info" path in userMenuItems under community if any selected.
b. In menuHeader for community set logoUrl and logoSmallUrl to headerLogoUrl (community logo).
c. When community is selected, added in menu all items of dashboard too (menu same in admin and dashboard).
5. app.component.html: In <navbar> added input parameter "communityId".
6. navigationBar.component.ts: On "initialize()" method, clear "showEntity" and "showPage" fields before filling them again and subscribe to communityInformationState if there is a community and adminToolsAPIURL OR if adminToolsPortalType is community (admin & dashboard).
7. community.service.ts: On getCommunityAsync() method, after await call clearSubscriptions().
2022-07-01 11:27:47 +03:00
argirok
d81b34d041
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect-admin into new-theme
2022-07-01 10:50:50 +03:00
Konstantinos Triantafyllou
cf95075ae4
Make some page alignments in all pages
2022-06-30 18:23:14 +03:00
argirok
60c4e712f9
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/connect-admin into new-theme
2022-06-30 14:26:44 +03:00
Konstantinos Triantafyllou
eef84e9fe5
Edit community: Add small buttons for edit delete logo. Page alignments fro manage notification and personal info.
2022-06-30 13:41:36 +03:00
argirok
4c85d883a6
fix file names
2022-06-30 13:36:12 +03:00
argirok
98e16ab975
Customization: add ipad pro svg
2022-06-29 17:34:18 +03:00
argirok
f900fe32d8
Customization: initial implementation of the new design
2022-06-29 17:30:53 +03:00
Konstantina Galouni
58a3fdc40b
[Connect Admin | new-theme]: Redesign of community profile form.
...
1. profile.component.ts: Added sticky header and removed uk-card from form according to redesign mocks.
2. edit-community.component.ts: Updated inputs of form | Updated styling and structure of form according to redesign mocks.
2022-06-29 13:19:29 +03:00
Konstantinos Triantafyllou
82c8c7f5ea
Finish UI of subscribers, managers, notification settings and personal info. Change claims property to dl170 for development
2022-06-28 21:15:05 +03:00
Konstantinos Triantafyllou
27c85f102e
Finish UI of Manage communities and manage managers
2022-06-26 23:33:02 +03:00
Konstantinos Triantafyllou
2b4193e200
Change admin to less. Fix manage communities page. Fix sidebar admin items. Remove deleted properties.
2022-06-23 19:48:02 +03:00
Konstantinos Triantafyllou
b1b6fe002d
Add openaire-theme and change all submodules to new-theme
2022-06-03 15:54:51 +03:00
Konstantinos Triantafyllou
a7380549d5
Update library before new theme
2022-06-03 15:49:41 +03:00
Alex Martzios
2a9a665d1a
update openaireLibrary repo
2022-03-02 12:26:48 +02:00
Alex Martzios
dc1c4e8ecd
update openaireLibrary repo
2022-01-14 15:55:42 +02:00
Konstantinos Triantafyllou
1c616a2a5b
Update library
2022-01-13 15:47:38 +02:00
Alex Martzios
ff0a2cd9cb
update openaireLibrary repo
2022-01-13 11:23:38 +02:00
Alex Martzios
16d2d69a77
update openaireLibrary repo
2022-01-11 17:20:17 +02:00
Alex Martzios
b7f602bee8
update openaireLibrary
2022-01-11 13:15:50 +02:00
Alex Martzios
3d07cd7fd9
update openaireLibrary repo
2022-01-11 12:05:53 +02:00
Alex Martzios
f4b31bcf86
update openaireLibrary
2022-01-05 16:42:08 +02:00
Alex Martzios
cff92c18a1
Update openaireLibrary
2021-12-23 16:13:01 +02:00
Alex Martzios
91f6c83ad3
Update openaireLibrary
2021-12-23 09:22:23 +02:00
argirok
27b070445e
add single login properties in prod
2021-12-21 11:15:00 +02:00
Alex Martzios
e477144fee
Update openaireLibrary
2021-12-17 15:36:52 +02:00
argirok
49ca30d0da
in method getAllpages() add again optional parameter pid to get all pages of portaltype community and the specific pid
2021-12-17 14:06:05 +02:00
Alex Martzios
e761a0427b
Update openaireLibrary
2021-12-17 09:22:44 +02:00
Alex Martzios
abd92a6347
Start on dynamic menus for connect-admin - dev only
2021-12-09 15:53:13 +02:00
argirok
1bf4755828
add sinlge login properties in beta, minor change in customization - background
2021-12-09 10:20:49 +02:00
Alex Martzios
9d9fee0b95
Add search input for research communities and initiatives
2021-11-30 12:51:48 +02:00
Alex Martzios
fffd6e1afc
Add search input for communites and RIS - development only - work in progress
2021-11-29 18:02:01 +02:00
argirok
eaed74b858
Updates in customization: upload an image as background for the search form
2021-11-26 14:45:12 +02:00
Konstantinos Triantafyllou
66f9320d9e
Use new upload methods for edit community profile form. Update library and assets
2021-11-26 11:51:24 +02:00
Konstantinos Triantafyllou
318e7a2c63
Use logoUrl pipe and stringUtils getLogoUrl for communities LogoUrl
2021-11-12 14:22:44 +02:00
Konstantinos Triantafyllou
26ea5cc265
Fix community logo url upload. Update library
2021-11-12 12:37:01 +02:00
Konstantinos Triantafyllou
e0df508fff
Update library, assets, dashboard theme. Add new login/logout/userinfo in development properties
2021-11-08 18:36:43 +02:00
Konstantinos Triantafyllou
08993a9c92
Update library and assets
2021-09-17 20:15:17 +03:00
Konstantinos Triantafyllou
0eb63c9fb3
Update submodules of library and common-assets
2021-08-03 12:56:34 +03:00
kostis30fyllou
38c3f3dc2b
Update library
2021-07-19 18:26:38 +03:00
kostis30fyllou
5737e6f8bb
[Connect-Admin]: Remove clean-library. Add gitignore. Add gitmodules
2021-07-19 18:10:04 +03:00
k.triantafyllou
62ce7ee7df
[Admin | Trunk]: Update to Angular 11
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@61384 d315682c-612b-4755-9ff5-7f18f6832af3
2021-07-14 12:04:42 +00:00
argiro.kokogiannaki
7673c8d53b
[Admin | Trunk]
...
- update rcd mailing list
- remove deploy folder and old json properties
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@61038 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-24 10:54:00 +00:00
argiro.kokogiannaki
a380fadd77
[Admin |Trunk ]
...
- reinstall library
- Update properties: correct https for indexInfoAPI
-Customization: fix reseting the preview url after click reset button
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@61034 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-21 10:10:34 +00:00
k.triantafyllou
9362e91aa3
[Admin | Trunk]: Merge from NewUI branch
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@61027 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-19 11:40:29 +00:00
argiro.kokogiannaki
d543670b19
[Admin-tool|Trunk]
...
update login/logout properties beta - prod
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@60153 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-16 15:37:32 +00:00
k.triantafyllou
f139b3205b
[Admin | Trunk]: Remove managers page
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@60029 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-03 16:05:59 +00:00
k.triantafyllou
e110e87cb4
[Admin | Trunk]: Check if header is initialized before show Nav bar
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59590 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-14 10:15:10 +00:00
k.triantafyllou
71c269879a
[Admin | Trunk]: Remove homeUrl from app.component.html
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59587 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-14 09:57:40 +00:00
k.triantafyllou
e518c99b53
[Admin | Trunk]: Create header for navigation bar
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59586 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-14 09:54:49 +00:00
k.triantafyllou
02f4f7d59a
[Admin | trunk]: Change headings
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59583 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-13 20:49:21 +00:00
k.triantafyllou
c928d18eed
[Admin | Trunk]: Change registry service methods name
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59506 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-05 13:17:53 +00:00
k.triantafyllou
d493170cfd
[Admin | Trunk]: Managers add / on verification link
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59499 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-01 11:34:58 +00:00
k.triantafyllou
ada1b125c4
[Admin | Trunk]: Personal info add getCurators function to avoid duplicate code
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59485 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-28 12:12:27 +00:00
k.triantafyllou
316bdbbaf6
[Admin | Trunk]: Fix upload/delete photo of curator bug
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59484 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-28 12:00:20 +00:00
konstantina.galouni
d1fba2997f
[Trunk | Admin]: Merging branch 'use-UoaAdminToolsLibrary' into trunk for revisions 58405:59467
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59468 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-24 11:48:17 +00:00
argiro.kokogiannaki
4fee54d705
[Admin tool|Trunk]
...
update property values for domain + baseLink
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59440 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-21 07:35:42 +00:00
k.triantafyllou
baa2ce62df
[Admin | Trunk]: Fix external link
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59356 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-09 13:03:11 +00:00
k.triantafyllou
e0b2d8454e
[Admin | Trunk]: change send invitation on managers component to get name of community and link of portal
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59349 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-08 14:33:59 +00:00
k.triantafyllou
d6e119ebb9
[Admin | Trunk]: Add managers page, the only thing is missing is to send email
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59316 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-31 11:34:22 +00:00
k.triantafyllou
c41fd071fe
[Admin | Trunk]: Change cdeditor library
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59270 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-14 09:49:53 +00:00
k.triantafyllou
49a49ba358
[Admin | Trunk]: Change affiliation functions
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59247 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-11 12:28:23 +00:00
k.triantafyllou
d6488bbfb7
[Admin | Trunk]: Community edit form: Remove show show loading if form is invalid
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59229 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-06 13:24:02 +00:00
k.triantafyllou
5731b3c952
[Admin | Trunk]: Community edit form: Add function for valid email
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59226 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-06 11:00:33 +00:00
k.triantafyllou
4cf0211995
[Admin | Trunk]: Move css files on styles css
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59222 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-05 13:27:49 +00:00
argiro.kokogiannaki
0681ad95ec
[Admin tool|Trunk]
...
update properties
use new stats tool for charts
package.json: add clean up after build
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@59025 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-30 10:32:32 +00:00
k.triantafyllou
92cf0265e2
[Admin | Trunk]: Add properties on enviroment
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58885 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-11 15:36:38 +00:00
k.triantafyllou
aa3bc34869
[Admin | Trunk]: Composer: email for managers, add param email.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58658 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-08 15:07:51 +00:00
k.triantafyllou
30bee28f3e
[Admin | Trunk]: Fix a bug with communities number on wellcome page
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58584 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-30 13:50:41 +00:00
k.triantafyllou
e52500730b
[Admin | Trunk]: Add message when no statistics exist. Disable customization route.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58583 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-30 13:09:07 +00:00
konstantina.galouni
8beb18c32b
[Trunk | Admin]:
...
1. community-edit-form.component.ts: Use renamed method "subscribeToCommunityByEmail()" (insted of "subscribeToCommunity()") - subscribe.service.
2. manage-subscribers.component.ts: Use renamed method "unSubscribeToCommunityByEmail()" (instead of "unSubscribeToCommunity()") - subscribe.service.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58479 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-10 14:34:47 +00:00
konstantina.galouni
856025a795
[Trunk | Admin]:
...
1. community-edit-form.component.ts & manage-subscribers.component.ts &curator.component.ts & customization.component.ts & manage-user-notifications.component.ts & manage-user-notifications.service.ts:
create request path in service and "properties" as first parameter in methods (curator.service.ts, layout.service.ts, subscribe.service.ts).
2. manageContentProviders.service.ts & manageProjects.service.ts & manageZenodoCommunities.service.ts: Rename "communityId" to "pid".
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58444 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-08 11:59:20 +00:00
konstantina.galouni
79654f5e8f
[Trunk | Admin]: community-edit-form.component.ts: create request path in service (email.service.ts) | Use [NEW] method "notifyForNewManagers()" when more appropriate than "sendEmail()".
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58426 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-07 17:29:12 +00:00
k.triantafyllou
fd780ad708
[Admin | Trunk]: 1. Add statistics overall toggle. 2. Remove conditions if there are resutls on statistics. 3. Add titles in all pages.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58371 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-01 13:40:48 +00:00
konstantina.galouni
69541b882b
[Trunk | Admin]:
...
1. beta-properties.json & production-properties.json & test-properties.json & env-properties.json: values for "openDoarURL", "r3DataURL", "sherpaURL" and "helpdeskEmail" added.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@58211 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-09 15:17:07 +00:00
argiro.kokogiannaki
bcbc0c7b19
[Admin tool| Trunk]
...
Customization:
lattest changes in customization
include upload/download options
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57995 d315682c-612b-4755-9ff5-7f18f6832af3
2020-01-20 14:33:36 +00:00
k.triantafyllou
81c6123d53
[Admin | Trunk]: Remove url from get user info.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57947 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-23 15:57:56 +00:00
k.triantafyllou
a8135cbb43
[Admin]: add ng-recaptcha on package.json
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57799 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-03 14:18:23 +00:00
k.triantafyllou
aa3aea466b
[Admin]: Datasource criteria has been added to beta
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57526 d315682c-612b-4755-9ff5-7f18f6832af3
2019-11-06 09:10:32 +00:00
k.triantafyllou
248b7a4400
[Admin]: Fix datasource criteria base on communities API
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57516 d315682c-612b-4755-9ff5-7f18f6832af3
2019-11-05 15:18:54 +00:00
k.triantafyllou
9f9e35b805
[Admin]: Add save on datasource criteria
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57355 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-13 20:09:41 +00:00
k.triantafyllou
b3c18cb020
[Admin]: Color picker button version.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57343 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-10 22:40:15 +00:00
argiro.kokogiannaki
85b6b8c386
[Admin|Trunk]
...
Deploy: update script
Customization:
keep 3 status of customizationOptions published, applied, draft - change the variable used accordingly
enable check for comunity
add back and exit warning modals
put reset actions in functions
add more previews
add route, menu/ dashboard links
hide side menu
update color picker css
Delete unused files
src/app/pages/subjects/subjects-edit-form/subjects-edit-form.service.ts
src/app/pages/subscribers/remove-subscriber.component.html
src/app/pages/subscribers/remove-subscriber.component.ts
apply
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57338 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-10 15:17:43 +00:00
k.triantafyllou
6a83f3683c
Remove old layout route. Add get and save Layout on customization componenent.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57318 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-08 14:18:38 +00:00
k.triantafyllou
b1fd9d91e6
[Admin]: Remove unused layout module from app routing.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57312 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-08 13:39:12 +00:00
k.triantafyllou
2909a9e421
[Admin]: Delete old community layout.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57306 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-08 10:55:14 +00:00
argiro.kokogiannaki
aef5531945
[Admin tool|Trunk]
...
Customization: initial customzation form, preview, actions - no api calls yet
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57298 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-07 14:36:53 +00:00
k.triantafyllou
76b825c0a2
[Admin]: Add criteria on content providers.(Available only for development).
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57262 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-04 08:47:16 +00:00
k.triantafyllou
9d76c3bd99
Wellcome page: Fix loading-gif. Remove upload service property
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57090 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-18 10:23:12 +00:00
k.triantafyllou
0b46787551
[Admin]: Change check of user info from user management.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57073 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-13 09:39:18 +00:00
k.triantafyllou
07b827f6e9
[Admin]: Fix bug when you just logged in and no commutnities appeared on wellcome page. Add mining profiles order by date on mining tool
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@57020 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-10 12:27:29 +00:00
k.triantafyllou
88b15cb19b
[Admin]: Wellcome component: Add condition if communities is null exit from subscribe
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56942 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-30 14:59:49 +00:00
k.triantafyllou
c273aa361f
Curators Page add privacy policy statement.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56897 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-27 09:23:40 +00:00
k.triantafyllou
79813a774e
[Admin]: Remove unused properties.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56827 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-01 11:54:44 +00:00
argiro.kokogiannaki
9a1e6911f5
[admin|trunk]
...
Deploy:
update properties, clean up some properties (logoutOpenaireUrl, helperPageUrl)
Index.html: update css files versions
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56823 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-01 10:55:58 +00:00
konstantina.galouni
f8f59218bb
[Trunk | Admin]: affiliations.component.html: Bug fix: Link to add more info about Related Organizations changed to '/pageContents'.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56793 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-29 10:49:44 +00:00
konstantina.galouni
e5601a28b5
[Trunk | Admin]: app.component.ts: Remove HTML category of pages from left menu.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56792 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-29 10:22:29 +00:00
konstantina.galouni
f707d6f00e
[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Search by keyword in content and class name or page name accordingly | Add regexp missing in page-help-contents.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56786 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-26 14:55:00 +00:00
konstantina.galouni
4098e68852
[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Add regex to replace multiple spaces, new lines and tabs with one space.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56784 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-26 14:12:52 +00:00
konstantina.galouni
80ec909e4d
[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Bug fix: Show contents properly. Iterate from end to start and unshift in checkboxes at first parsing to show them in correct order.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56780 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-26 11:31:06 +00:00
k.triantafyllou
3ce70831aa
Admin: Create external folder connect-assets from connect.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56779 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-26 11:22:57 +00:00
konstantina.galouni
ac0306d4de
[Trunk | Admin]: div-help-contents.component & page-help-contents.component: Bug fix: Cut content when saving and filtering active/inactive too.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56775 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-26 10:08:18 +00:00
konstantina.galouni
0a22c81cfe
[Trunk | Admin]: Bug fix in 'Bulk Actions' dropdown: links are now white.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56771 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-25 14:54:35 +00:00
konstantina.galouni
7b74f83bf8
[Trunk | Admin]:
...
1. dashboard.component.html: Show class help texts link only when community is 'openaire' or 'connect'.
2. div-help-contents.component & page-help-contents.component: As preview of content, strip html tags and show 200 first characters | show help texts by increasing order.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56767 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-25 14:09:29 +00:00
k.triantafyllou
7ea1d168b1
[Trunk|Admin]: Wellcome page change texts base on connect home page.'
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56754 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-24 13:17:37 +00:00
k.triantafyllou
3f6975b71f
[Trunk|Admin]: Wellcome page: Change view of cards base on connect home page.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56753 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-24 13:04:27 +00:00
konstantina.galouni
f6f86634ce
[Trunk | Admin]:
...
1. pages.component: Show link to add pageHelpContents only when at least one posiiton is enabled.
2. help-content.service:
Add 'pid' parameter in 'getDivIdsFull()' method to be able to get divIds that are enabled in a community.
Add 'with_positions' parameter in 'getPages()' method to be able to get pages that have at least one position or no positions enabled.
3. app.component: Hide '/classContents' route for communities (currently no divIds for communities).
4. div-help-content-form.component: Get divIds that are enabled for the community.
5. div-help-contents.component: When a page is pre-selected ('pageId' url param exists), check if page is enabled in the community, otherwise redirect.
6. edit-div-help-content.component & new-div-help-content.component:
Add 'getPage()' method, to get page (if disabled in community, redirect - if pageId is pre-selected) and show it in the page title.
7. edit-div-help-content.component: If there is no 'divContentId' url param, redirect
8. edit-page-help-content.component:
If there is no 'pageContentId' url param, redirect
Add 'getPage()' method, to get page (if disabled in community, redirect - if pageId is pre-selected or use pageHelpContent.page - if pageId != pageHelpContent.page, redirect) and show it in the p$
9. new-page-help-content.component: Add 'getPage()' method, to get page (if disabled in community, redirect - if pageId is pre-selected) and show it in the page title.
10. page-help-content-form.component: Do not perform a query to get page when it is pre-selected (new & edit do the query now) | Get pages with at least one posiiton enabled.
11. page-help-contents.component: When a page is pre-selected ('pageId' url param exists), check if page is enabled in the community, otherwise redirect | Get pages with at least one posiiton enabled.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56740 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-24 09:16:42 +00:00
argiro.kokogiannaki
25ceec0d6a
[Admin|Trunk]
...
merging branch newlinking into trunk 56306:56718
adding margins after theme update
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56723 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-23 12:51:41 +00:00
k.triantafyllou
01b24acdff
[Trunk|Admin]: Remove undeline from sidebar
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56706 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-23 09:55:17 +00:00
k.triantafyllou
6dfcb881ec
[Trunk|Admin]: Fix layout after theme update.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56698 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-23 09:34:34 +00:00
k.triantafyllou
0b0baece09
[Trunk|Admin]: Remove getTine from affiliations logo and website urls.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56671 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-22 13:46:55 +00:00
k.triantafyllou
e714c7543d
[Trunk|Admin]: Add get PageFull to get entities full.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56670 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-22 13:32:05 +00:00
k.triantafyllou
82c6deede8
[Trunk|Admin]: Page form: Add warning message about disable a community.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56625 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-18 14:33:45 +00:00
k.triantafyllou
4fb1aacd4b
[Trunk|Admin]: 1. Personal Info: Change Edit to Manage and Remove email. 2. Stats: change information panel base on new overview and graph analysis. 3. Community edit-from: Change Edit to Manage.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56624 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-18 13:21:44 +00:00
k.triantafyllou
7ebc46f6cf
Remove is Prior to option from edit and add page form.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56583 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-17 09:56:47 +00:00
k.triantafyllou
842f33f9fb
[Admin|Trunk]: 1. Remove Html Contents column from pages table. 2. Add enable/disable option at page edit form for positions. 3. Check from api available placements of a page. 4. Placements option hide when no page has benn selected.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56578 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-16 13:22:46 +00:00
k.triantafyllou
e7e539183a
[Admin|Trunk]: Fix menu issus like connect.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56550 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-15 12:32:41 +00:00
k.triantafyllou
391bdf290b
[Admin|Trunk]: Add entities and pages on admin Tools.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56514 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-12 13:15:37 +00:00
k.triantafyllou
d72989f3db
[Trunk|Admin]: Update ngx-color-picker. Add Admin Tools on home page too.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56501 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-12 09:11:38 +00:00
k.triantafyllou
95a664287e
[Trunk|Admin]: Fix some responsive issues on home page.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56490 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-11 12:06:41 +00:00
k.triantafyllou
3616991444
[Trunk|Admin]: Curators page: some changes on the view.'
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56489 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-11 11:15:46 +00:00
k.triantafyllou
12297f28bc
[Trunk|Admin]: Curators edit personal info page: Change view to be more responsive.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56485 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-11 09:12:32 +00:00
argiro.kokogiannaki
c1ffb065e4
[Admin|Trunk]
...
package json: build add flag --prod
make corrections for the build to succeed.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56471 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-10 12:55:16 +00:00
argiro.kokogiannaki
f171414020
[Connect|Trunk]
...
Index.html:increase css version
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56460 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-10 09:46:03 +00:00
k.triantafyllou
36967572a8
Remove menu
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56457 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-10 09:16:37 +00:00
k.triantafyllou
3364939e1d
[Trunk|Admin]: Add scrollbar on menu.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56447 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-09 14:54:20 +00:00
k.triantafyllou
6d967d4fcf
[Trunk|Admin]: Add Message on Curators and Organizations if page is disabled.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56437 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-09 09:43:19 +00:00
konstantina.galouni
3ae34beee5
[Trunk | Admin]:
...
1. help-content.service: Add "getPageByRoute()" method (used by affiliations.component).
2. affiliations.component.ts: Call "getPageByRoute()" to get id of "/organizations" page.
3. affiliations.component.html: In "Related Organizations" page, add link to "/classContents" page for organizations.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56403 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-08 13:09:45 +00:00
k.triantafyllou
2621817e70
[Trunk|Admin]: Use RoutesRecognized event to read query params.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56396 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-08 12:20:39 +00:00
k.triantafyllou
63a8efe503
[Admin|Trunk]: Add Organizations functionallity.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56345 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-04 14:24:01 +00:00
k.triantafyllou
1a26a55797
[Trunk|Admin]: Replace assets path to relative.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56333 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-03 10:50:15 +00:00