Project 'perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai' was moved to 'perun/perun-proxyidp/v1/simplesamlphp-module-lsaai'. Please update any links and bookmarks that may still have the old path.
Commits on Source (37)
-
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-lsaai!4
-
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
-
Pavel Břoušek authored
chore: merge branch 'renovate/lock-file-maintenance' into 'main' chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai!6
-
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
-
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
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Dominik Frantisek Bucik authored
Remove unused old instance of LS Hostel BREAKING CHANGE:
Removed LS Hostel old -
Dominik Frantisek Bucik authored
Also update all references BREAKING CHANGE:
modified config options - see example config. Also renamed directory under "themes" -
Dominik Frantisek Bucik authored
removed unused obsolete code from module BREAKING CHANGE:
Removed LoginModify AuthProc filter -
Dominik František Bučík authored
refactor:
remove old hostel, rename references to LS Username Login See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai!10 -
semantic-release-bot authored
# [4.0.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai/compare/v3.1.1...v4.0.0) (2023-07-19) ### Code Refactoring *
Remove old LS Hostel ([13b8dbf1](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai/commit/13b8dbf11457932c93fc8dfbc313d85df0123b4b)) * Removed obsolete code ([f9b8ac37](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai/commit/f9b8ac3725352fe56e2cafcd1eda2cdfe7b07f98)) * Rename LS Hostel to LS Username Login ([2ef33bd8](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai/commit/2ef33bd87eaf41be57548e9efa52af8bd384d3d1)) ### BREAKING CHANGES * Removed LoginModify AuthProc filter * modified config options - see example config. Also renamed directory under "themes" * Removed LS Hostel old
Showing
- .github/workflows/build_and_check.yml 0 additions, 52 deletions.github/workflows/build_and_check.yml
- .gitignore 717 additions, 7 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, 13 deletions.releaserc
- .releaserc.json 1 addition, 0 deletions.releaserc.json
- CHANGELOG.md 17 additions, 0 deletionsCHANGELOG.md
- LICENSE 12 additions, 9 deletionsLICENSE
- README.md 3 additions, 2 deletionsREADME.md
- composer.json 27 additions, 26 deletionscomposer.json
- composer.lock 386 additions, 446 deletionscomposer.lock
- config-templates/module_lsaai.php 23 additions, 0 deletionsconfig-templates/module_lsaai.php
- dictionaries/lsaai.definition.json 3 additions, 3 deletionsdictionaries/lsaai.definition.json
- dictionaries/lshostel.definition.json 0 additions, 26 deletionsdictionaries/lshostel.definition.json
- dictionaries/pwd_reset.definition.json 1 addition, 1 deletiondictionaries/pwd_reset.definition.json
- ecs.php 0 additions, 47 deletionsecs.php
- lib/Auth/Process/LoginModify.php 0 additions, 47 deletionslib/Auth/Process/LoginModify.php
- lib/TemplateHelper.php 190 additions, 0 deletionslib/TemplateHelper.php
- package-lock.json 115 additions, 11350 deletionspackage-lock.json
.gitlab-ci.yml
0 → 100644
.prettierignore
0 → 100644
.prettierrc.json
0 → 100644
.releaserc
deleted
100644 → 0
.releaserc.json
0 → 100644
{ | ||
"name": "lsaai/simplesamlphp-module-lsaai", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for LifeScience Hostel", | ||
"type": "simplesamlphp-module", | ||
"keywords": ["bbmri", "bbmri-eric", "lifescience hostel","simplesamlphp"], | ||
"license": "BSD-2-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Pavel Vyskocil", | ||
"email": "Pavel.Vyskocil@cesnet.cz" | ||
}, | ||
{ | ||
"name": "Dominik Frantisek Bucik", | ||
"email": "bucik@ics.muni.cz" | ||
} | ||
], | ||
"require": { | ||
"simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "~1.17", | ||
"cesnet/simplesamlphp-module-perun": ">=6.0" | ||
"name": "lsaai/simplesamlphp-module-lsaai", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for LifeScience Hostel", | ||
"type": "simplesamlphp-module", | ||
"keywords": [ | ||
"bbmri", | ||
"bbmri-eric", | ||
"lifescience hostel", | ||
"simplesamlphp" | ||
], | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "~1.17", | ||
"cesnet/simplesamlphp-module-perun": "^6.0 || ^7.0 || ^8.0 || ^9.0" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
}, | ||
"require-dev": { | ||
"symplify/easy-coding-standard": "^10.0" | ||
}, | ||
"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.
ecs.php
deleted
100644 → 0
lib/Auth/Process/LoginModify.php
deleted
100644 → 0
lib/TemplateHelper.php
0 → 100644
This diff is collapsed.