Project 'perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir' was moved to 'perun/perun-proxyidp/v1/simplesamlphp-module-elixir'. Please update any links and bookmarks that may still have the old path.
Commits on Source (11)
-
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
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir!33
-
Jednotné přihlášení test authored
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir!34
-
Dominik František Bučík authored
BREAKING CHANGE: needs its own config file module_elixir.php
-
Dominik František Bučík authored
feat:
Refactored disco, use own config file See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir!37 -
semantic-release-bot authored
# [6.0.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir/compare/v5.1.5...v6.0.0) (2022-11-28) ### Features *
Refactored disco, use own config file ([b81cf801](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir/commit/b81cf801eb5470c6ea5700638f4f372fe9ea9543)) ### BREAKING CHANGES * needs its own config file module_elixir.php
Showing
- .github/workflows/build_and_check.yml 0 additions, 51 deletions.github/workflows/build_and_check.yml
- .gitignore 717 additions, 6 deletions.gitignore
- .gitlab-ci.yml 3 additions, 0 deletions.gitlab-ci.yml
- .prettierignore 731 additions, 0 deletions.prettierignore
- .prettierrc.json 1 addition, 0 deletions.prettierrc.json
- .releaserc 0 additions, 14 deletions.releaserc
- .releaserc.json 1 addition, 0 deletions.releaserc.json
- CHANGELOG.md 12 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 0 additions, 15 deletionsCODEOWNERS
- LICENSE 12 additions, 9 deletionsLICENSE
- README.md 5 additions, 5 deletionsREADME.md
- composer.json 30 additions, 34 deletionscomposer.json
- composer.lock 224 additions, 332 deletionscomposer.lock
- config-templates/module_elixir.php 22 additions, 22 deletionsconfig-templates/module_elixir.php
- dictionaries/disco.definition.json 8 additions, 0 deletionsdictionaries/disco.definition.json
- ecs.php 0 additions, 44 deletionsecs.php
- lib/ConsentHelper.php 27 additions, 16 deletionslib/ConsentHelper.php
- lib/Disco.php 36 additions, 149 deletionslib/Disco.php
- lib/DiscoTemplate.php 0 additions, 1 deletionlib/DiscoTemplate.php
- lib/discowarning/WarningConfiguration.php 79 additions, 0 deletionslib/discowarning/WarningConfiguration.php
.gitlab-ci.yml
0 → 100644
.prettierignore
0 → 100644
.prettierrc.json
0 → 100644
.releaserc
deleted
100644 → 0
.releaserc.json
0 → 100644
CODEOWNERS
deleted
100644 → 0
{ | ||
"name": "elixir/simplesamlphp-module-elixir", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR", | ||
"type": "simplesamlphp-module", | ||
"keywords": ["ELIXIR", "elixir", "simplesamlphp"], | ||
"license": "BSD-2-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Pavel Vyskocil", | ||
"email": "vyskocilpavel@muni.cz" | ||
}, | ||
{ | ||
"name": "Michal Prochazka", | ||
"email": "michalp@ics.muni.cz" | ||
}, | ||
{ | ||
"name": "Dominik Frantisek Bucik", | ||
"email": "bucik@ics.muni.cz" | ||
} | ||
], | ||
"require": { | ||
"simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "~v1.19.0", | ||
"cesnet/simplesamlphp-module-perun": "^v9.0.0", | ||
"cesnet/simplesamlphp-module-proxystatistics": "^v8.0.0", | ||
"ext-json": "*", | ||
"ext-curl": "*", | ||
"ext-pdo": "*" | ||
"name": "elixir/simplesamlphp-module-elixir", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR", | ||
"type": "simplesamlphp-module", | ||
"keywords": [ | ||
"ELIXIR", | ||
"elixir", | ||
"simplesamlphp" | ||
], | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "~v1.19.0", | ||
"cesnet/simplesamlphp-module-perun": "^v9.0.0", | ||
"cesnet/simplesamlphp-module-proxystatistics": "^v8.0.0", | ||
"ext-json": "*", | ||
"ext-curl": "*", | ||
"ext-pdo": "*" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
}, | ||
"require-dev": { | ||
"symplify/easy-coding-standard": "^9.4" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | ||
} | ||
"allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Perun proxy AAI team", | ||
"email": "proxyidp@cesnet.cz" | ||
} | ||
] | ||
} |
This diff is collapsed.
dictionaries/disco.definition.json
0 → 100644
ecs.php
deleted
100644 → 0
lib/discowarning/WarningConfiguration.php
0 → 100644