Skip to content

Commit

Permalink
Merge branch 'production' of github.com:CESNET/perun-web-apps into pr…
Browse files Browse the repository at this point in the history
…oduction
  • Loading branch information
HejdaJakub committed Feb 14, 2022
2 parents dc843e7 + 318104b commit d1f0143
Show file tree
Hide file tree
Showing 241 changed files with 12,597 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/apps/admin-gui/202-es2015.21b4da1032193d03d59a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/202-es5.21b4da1032193d03d59a.js

Large diffs are not rendered by default.

1,242 changes: 1,242 additions & 0 deletions dist/apps/admin-gui/3rdpartylicenses.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/427-es2015.b96b40af2684eabd5e17.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/427-es5.b96b40af2684eabd5e17.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/515-es2015.77e27303f50c4be90525.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/515-es5.77e27303f50c4be90525.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/518-es2015.dd75a0a442e8ef7229c3.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/518-es5.dd75a0a442e8ef7229c3.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/749-es2015.1c6e6337bd9eafee7ae1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/749-es5.1c6e6337bd9eafee7ae1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/781-es2015.b177b3ecce240d2c4c49.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/781-es5.b177b3ecce240d2c4c49.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/827-es2015.0e18eea6844f0fc345dc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/827-es5.0e18eea6844f0fc345dc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/917-es2015.a8dd294601a6f2de987b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/917-es5.a8dd294601a6f2de987b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/943-es2015.133e9074b3526ddcf20c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/943-es5.133e9074b3526ddcf20c.js

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions dist/apps/admin-gui/assets/config/defaultConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"config": "default",
"api_url": "http://localhost:8081/ba/rpc/",
"instance_favicon": false,
"document_title": "Perun Web Gui",
"supported_languages": [
"en"
],
"is_devel": false,
"display_warning": false,
"warning_message": "BETA version of new Perun GUI. It doesn’t contain all functionality. Please report any issues to support mail below.",
"auto_auth_redirect": true,
"oidc_client" : {
"oauth_authority": "",
"oauth_callback": "http://localhost:4200/api-callback",
"oauth_client_id": "",
"oauth_post_logout_redirect_uri": "",
"oauth_redirect_uri": "http://localhost:4200/api-callback",
"oauth_scopes": "openid profile perun_api perun_admin offline_access",
"oauth_response_type": "code",
"oauth_offline_access_consent_prompt": true
},
"login_namespace_attributes": [
"urn:perun:user:attribute-def:def:login-namespace:einfra",
"urn:perun:user:attribute-def:def:login-namespace:einfra-services",
"urn:perun:user:attribute-def:def:login-namespace:cesnet",
"urn:perun:user:attribute-def:def:login-namespace:mu"
],
"password_namespace_attributes": [
"urn:perun:user:attribute-def:def:login-namespace:einfra",
"urn:perun:user:attribute-def:def:login-namespace:einfra-services",
"urn:perun:user:attribute-def:def:login-namespace:egi-ui",
"urn:perun:user:attribute-def:def:login-namespace:sitola"
],
"allow_empty_sponsor_namespace": false,
"member_profile_attributes_friendly_names": [
"organization",
"workplace",
"researchGroup",
"mail",
"phone",
"address",
"preferredLanguage",
"preferredMail"
],
"password_requirements_help": [
"default:Please <b>avoid using accented characters</b>. It might not be supported by all backend components and services.",
"einfra:<p>Password must:</p><ul><li>contain only printable (non-accented) characters</li><li>be at least 10 characters long</li><li>consist of at least 3 of 4 character groups:<ul><li>lower-case letters</li><li>upper-case letters</li><li>digits</li><li>special characters</li></ul></li></ul>",
"vsup:<p>Password requirements:</p><ul><li>the minimum password length is 8 characters</li><li>must contain characters of at least three sets of characters</li><li>character sets are: [a-z], [A-Z], [0-9], [!#%&()[]*+,./:;<=>?@^_&#96;&#123;&#125;&#124;~-]</li><li>letters must not contain diacritics, the space is allowed</li><li>may not include your name, surname, personal number or username</li></ul>"
],
"skip_oidc": false,
"group_name_secondary_regex": "^[-a-zA-Z.0-9_ ]+$",
"group_name_error_message": "Name cannot be empty and can contain only characters a-z, A-Z, numbers, spaces, dots, '_' and '-'",
"footer": {
"columns": [
{
"title_en": "ABOUT",
"elements": [
{
"link_en": "https://perun-aai.org/",
"label_en": "Perun web"
},
{
"link_en": "https://perun-aai.org/team",
"label_en": "Perun team"
},
{
"link_en": "https://perun-aai.org/",
"label_en": "Privacy policy"
}
]
},
{
"title_en": "HELP",
"elements": [
{
"link_en": "https://perun-aai.org/documentation/users-documentation",
"label_en": "Documentation"
},
{
"link_en": "https://perun-aai.org/documentation/technical-documentation",
"label_en": "API Documentation"
},
{
"dialog": "reportIssue",
"label_en": "Report issue"
}
]
},
{
"title_en": "SUPPORT",
"elements": [
{
"icon": "mail",
"link_en": "",
"label_en": "[email protected]"
}
]
}
],
"copyright_items": [
{
"name": "CESNET",
"url": "https://www.cesnet.cz/"
},
{
"name": "CERIT-SC",
"url": "https://www.cerit-sc.cz/"
}
],
"github_releases": "https://www.github.com/CESNET/perun-web-apps/releases/"
},
"log_out_enabled": true,
"profile_label_en": "Profile",
"logo": "<svg\n xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n xmlns:cc=\"http://creativecommons.org/ns#\"\n xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n version=\"1.1\"\n id=\"Vrstva_1\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 127.33567 32\"\n xml:space=\"preserve\"\n sodipodi:docname=\"perun_logo-white.svg\"\n width=\"127.33567\"\n height=\"32\"\n inkscape:version=\"0.92.4 (f8dce91, 2019-08-02)\"><metadata\n id=\"metadata3987\"><rdf:RDF><cc:Work\n rdf:about=\"\"><dc:format>image/svg+xml</dc:format><dc:type\n rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs\n id=\"defs3985\" /><sodipodi:namedview\n pagecolor=\"#ffffff\"\n bordercolor=\"#666666\"\n borderopacity=\"1\"\n objecttolerance=\"10\"\n gridtolerance=\"10\"\n guidetolerance=\"10\"\n inkscape:pageopacity=\"0\"\n inkscape:pageshadow=\"2\"\n inkscape:window-width=\"1855\"\n inkscape:window-height=\"1012\"\n id=\"namedview3983\"\n showgrid=\"false\"\n fit-margin-top=\"0\"\n fit-margin-left=\"0\"\n fit-margin-right=\"0\"\n fit-margin-bottom=\"0\"\n inkscape:zoom=\"1.7355372\"\n inkscape:cx=\"-38.079799\"\n inkscape:cy=\"16\"\n inkscape:window-x=\"65\"\n inkscape:window-y=\"32\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"Vrstva_1\" />\n<style\n type=\"text/css\"\n id=\"style3972\">\n\t.st0{fill:#FFFFFF;}\n</style>\n<path\n class=\"st0\"\n d=\"m 127.22491,24.415225 h -5.20415 V 10.851211 l -4.81661,0.05536 v 13.508651 h -5.14879 l 0.0554,-16.775087 h 5.14879 v 0.608997 c 1.21799,-0.16609 2.38062,-0.276817 3.59861,-0.387543 1.49481,-0.16609 2.65744,-0.276817 3.65398,-0.276817 1.88235,0 2.82353,0.66436 2.82353,2.048443 z m -19.26643,0 h -5.14879 v -0.608997 c -1.16263,0.16609 -2.38062,0.276817 -3.59862,0.442907 -1.43944,0.16609 -2.65744,0.221453 -3.59861,0.221453 -1.88236,0 -2.82353,-0.66436 -2.82353,-2.103806 l 0.0554,-14.782007 h 5.09343 v 13.619377 l 4.87197,-0.05536 V 7.640138 h 5.14879 z M 90.90657,14.67128 h -5.09342 v -3.820069 l -4.09689,0.05536 v 13.508651 h -5.14879 l 0.0554,-16.775087 h 5.14879 v 0.608997 c 1.0519,-0.16609 2.1038,-0.276817 3.15571,-0.442907 1.27335,-0.16609 2.32526,-0.221453 3.21107,-0.221453 1.88235,0 2.82353,0.66436 2.82353,2.048443 z M 67.54325,14.449827 v -3.986159 h -4.81661 v 3.986159 z m 4.92734,7.861592 c 0,1.384083 -0.99654,2.048443 -2.93426,2.048443 h -8.91349 c -1.93772,0 -2.8789,-0.66436 -2.8789,-2.048443 V 9.688581 c 0,-1.384083 0.99654,-2.048443 2.93426,-2.048443 h 8.9135 c 1.93771,0 2.87889,0.66436 2.87889,2.048443 v 6.145329 l -1.43945,1.051903 h -8.35986 v 4.705883 h 4.81661 v -2.768167 h 4.92733 z M 49.0519,14.00692 V 6.089965 l -4.816606,0.05536 v 9.079584 h 3.211073 c 1.051903,0 1.605533,-0.387543 1.605533,-1.217993 z m 5.20416,0.99654 c 0,1.384083 -0.66436,2.32526 -1.99308,2.878893 -0.94118,0.387543 -2.43599,0.608996 -4.373707,0.608996 -0.442906,0 -1.107266,0 -1.882353,-0.05536 -0.830449,0 -1.384083,-0.05536 -1.771626,-0.05536 v 6.034602 h -5.148789 l 0.05536,-21.536332 h 5.148789 v 0.608996 c 1.217993,-0.110726 2.380623,-0.276816 3.598616,-0.387543 1.49481,-0.16609 2.71281,-0.276817 3.59862,-0.276817 1.88235,0 2.82353,0.66436 2.82353,2.048443 z\"\n id=\"path3974\"\n inkscape:connector-curvature=\"0\"\n style=\"fill:#ffffff;stroke-width:0.55363321\" />\n<g\n id=\"g3980\"\n transform=\"scale(0.55363322)\">\n\t<polygon\n class=\"st0\"\n points=\"31.1,36.7 41.6,34.8 22.5,54.3 29.9,57.8 53.1,46.4 58.4,20.7 42.8,1.3 32.8,17.7 43.8,15.9 \"\n id=\"polygon3976\"\n style=\"fill:#ffffff\" />\n\t<polygon\n class=\"st0\"\n points=\"18.9,20.1 26.6,0 15.8,0 0,20.6 6.2,46.4 19.4,52.7 25.3,37.6 17.7,38.9 26.2,18.9 \"\n id=\"polygon3978\"\n style=\"fill:#ffffff\" />\n</g>\n</svg>",
"theme": {
"content_bg_color": "",
"back_button_color": "#000000",
"nav_bg_color": "#102027",
"nav_text_color": "#ffffff",
"nav_icon_color": "#ffffff",
"footer_bg_color": "#263238",
"footer_headers_text_color": "#ffffff",
"footer_links_text_color": "#e0e0e0",
"footer_copyright_text_color": "#9e9e9e",
"sidemenu_divider_color": "#263238",
"sidemenu_bg_color": "#263238",
"sidemenu_border_color": "#071e24",
"sidemenu_item_links_bg_color": "#1b2428",
"sidemenu_item_icon_color": "#ffffff",
"sidemenu_hover_color": "#566268",
"sidemenu_root_active_color": "#465258",
"sidemenu-link-hover": "#566268",
"sidemenu-link-active": "#465258",
"sidemenu_text_color":"#ffffff",
"sidemenu_vo_bg_color":"#283593",
"sidemenu_member_bg_color": "#ad1457",
"sidemenu_group_bg_color":"#33691e",
"sidemenu_facility_bg_color": "#d84315",
"sidemenu_resource_bg_color":"#6a1b9a",
"sidemenu_user_bg_color": "#00796b",
"sidemenu_service_bg_color": "#561335",
"sidemenu_item_links_text_color": "#ffffff",
"sidemenu_vo_text_color": "#ffffff",
"sidemenu_member_text_color":"#ffffff",
"sidemenu_group_text_color": "#ffffff",
"sidemenu_facility_text_color":"#ffffff",
"sidemenu_resource_text_color": "#ffffff",
"sidemenu_user_text_color":"#ffffff",
"sidemenu_service_text_color": "#ffffff",
"vo_color": "#283593",
"group_color": "#33691e",
"facility_color": "#d84315",
"resource_color": "#6a1b9a",
"user_color": "#00796b",
"member_color": "#ad1457",
"admin_color": "#c62828",
"service_color": "#561335"
}
}
1 change: 1 addition & 0 deletions dist/apps/admin-gui/assets/config/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"5.2.0"}
Loading

0 comments on commit d1f0143

Please sign in to comment.