Commits on Source (55)
-
Pavel Vyskočil authored
* Added support for pass selected IdP from SP in AuthnContextClassRef attribute.
-
Michal Procházka authored
Added support for pass selected IdP from SP
-
Dominik František Bučík authored
* LS hostel should not be displayed in the add institution
-
Pavel Vyskočil authored
Removed LS hostel from add-institution page
-
Pavel Vyskočil authored
-
Pavel Vyskočil authored
-
Dominik Baránek authored
-
Dominik Baránek authored
-
Pavel Vyskočil authored
Changed code style to PSR-2
-
-
Pavel Vyskočil authored
addInstitution URL and email in disco-tpl.php are loaded from a config file
-
-
Pavel Vyskočil authored
Templates are included from module perun
-
Pavel Vyskočil authored
-
Pavel Vyskočil authored
-
Pavel Vyskočil authored
-
Pavel Vyskočil authored
-
-
Dominik Baránek authored
-
Pavel Vyskočil authored
Removed warning template
-
-
Pavel Vyskočil authored
Using of short array syntax
-
Dominik Frantisek Bucik authored
-
Dominik Frantisek Bucik authored
-
Dominik Frantisek Bucik authored
-
Dominik Frantisek Bucik authored
-
Dominik Frantisek Bucik authored
-
Dominik Baránek authored
Semantic release preparations
-
Dominik Frantisek Bucik authored
-
Dominik František Bučík authored
Missing package.json and .gitignore
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Dominik František Bučík authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Pavel Břoušek authored
fix:
new version of logo See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-bbmri!15 -
semantic-release-bot authored
## [2.1.2](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-bbmri/compare/v2.1.1...v2.1.2) (2023-04-12) ### Bug Fixes *
new version of logo ([d4a38f24](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-bbmri/commit/d4a38f24b313417c6aad09f2cd4c96d7dda557dd))
Showing
- .gitignore 718 additions, 0 deletions.gitignore
- .gitlab-ci.yml 3 additions, 0 deletions.gitlab-ci.yml
- .prettierignore 730 additions, 0 deletions.prettierignore
- .prettierrc.json 1 addition, 0 deletions.prettierrc.json
- .releaserc.json 1 addition, 0 deletions.releaserc.json
- CHANGELOG.md 43 additions, 7 deletionsCHANGELOG.md
- LICENSE 12 additions, 9 deletionsLICENSE
- README.md 13 additions, 7 deletionsREADME.md
- composer.json 27 additions, 18 deletionscomposer.json
- composer.lock 177 additions, 0 deletionscomposer.lock
- config-templates/config-warning.php 0 additions, 27 deletionsconfig-templates/config-warning.php
- dictionaries/bbmri.definition.json 0 additions, 47 deletionsdictionaries/bbmri.definition.json
- renovate.json 4 additions, 0 deletionsrenovate.json
- themes/bbmri/consent/consentform.php 2 additions, 161 deletionsthemes/bbmri/consent/consentform.php
- themes/bbmri/consent/noconsent.php 2 additions, 43 deletionsthemes/bbmri/consent/noconsent.php
- themes/bbmri/core/loginuserpass.php 2 additions, 163 deletionsthemes/bbmri/core/loginuserpass.php
- themes/bbmri/default/error.php 2 additions, 86 deletionsthemes/bbmri/default/error.php
- themes/bbmri/default/errorreport.php 2 additions, 5 deletionsthemes/bbmri/default/errorreport.php
- themes/bbmri/default/includes/footer.php 21 additions, 17 deletionsthemes/bbmri/default/includes/footer.php
- themes/bbmri/default/includes/header.php 118 additions, 113 deletionsthemes/bbmri/default/includes/header.php
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.prettierignore
0 → 100644
.prettierrc.json
0 → 100644
.releaserc.json
0 → 100644
{ | ||
"name": "bbmri/simplesamlphp-module-bbmri", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for BBMRI-ERIC", | ||
"version": "2.2.0-dev", | ||
"type": "simplesamlphp-module", | ||
"keywords": ["BBMRI", "bbmri", "BBMRI-ERIC", "bbmri-eric", "simplesamlphp"], | ||
"license": "BSD-2-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Pavel Vyskocil", | ||
"email": "vyskocilpavel@muni.cz" | ||
}, | ||
{ | ||
"name": "Michal Prochazka", | ||
"email": "michalp@ics.muni.cz" | ||
} | ||
], | ||
"require": { | ||
"simplesamlphp/composer-module-installer": "~1.0" | ||
"name": "bbmri/simplesamlphp-module-bbmri", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for BBMRI-ERIC", | ||
"type": "simplesamlphp-module", | ||
"keywords": [ | ||
"BBMRI", | ||
"bbmri", | ||
"BBMRI-ERIC", | ||
"bbmri-eric", | ||
"simplesamlphp" | ||
], | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"simplesamlphp/composer-module-installer": "~1.0" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
}, | ||
"allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Perun proxy AAI team", | ||
"email": "proxyidp@cesnet.cz" | ||
} | ||
] | ||
} |
composer.lock
0 → 100644
config-templates/config-warning.php
deleted
100644 → 0
dictionaries/bbmri.definition.json
deleted
100644 → 0
renovate.json
0 → 100644