Project 'perun-proxy-aai/simplesamlphp/simplesamlphp-module-cesnet' was moved to 'perun/perun-proxyidp/v1/simplesamlphp-module-cesnet'. Please update any links and bookmarks that may still have the old path.
Commits on Source (7)
-
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
-
semantic-release-bot authored
## [4.0.3](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-cesnet/compare/v4.0.2...v4.0.3) (2022-09-24) ### Bug Fixes * correct syntax in disco CSS ([54c181ee](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-cesnet/commit/54c181ee47afb57fb3445a0258bb540fc50fb052))
Showing
- .github/workflows/build_and_check.yml 0 additions, 50 deletions.github/workflows/build_and_check.yml
- .gitignore 718 additions, 9 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 7 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 0 additions, 15 deletionsCODEOWNERS
- LICENSE 12 additions, 9 deletionsLICENSE
- README.md 6 additions, 4 deletionsREADME.md
- composer.json 32 additions, 26 deletionscomposer.json
- composer.lock 6280 additions, 0 deletionscomposer.lock
- config-templates/processFilterConfigurations-example.md 20 additions, 19 deletionsconfig-templates/processFilterConfigurations-example.md
- dictionaries/einfra.definition.json 2 additions, 2 deletionsdictionaries/einfra.definition.json
- ecs.php 0 additions, 35 deletionsecs.php
- package-lock.json 11659 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 7 deletionspackage.json
- phpcs.xml 0 additions, 207 deletionsphpcs.xml
- www/res/css/cesnet.css 352 additions, 206 deletionswww/res/css/cesnet.css
.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": "cesnet/simplesamlphp-module-cesnet", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CESNET eInfra", | ||
"type": "simplesamlphp-module", | ||
"keywords": ["CESNET", "cesnet", "simplesamlphp", "template"], | ||
"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", | ||
"simplesamlphp/simplesamlphp": "~1.17", | ||
"cesnet/simplesamlphp-module-perun": ">=8.0", | ||
"ext-json": "*", | ||
"ext-curl": "*" | ||
"name": "cesnet/simplesamlphp-module-cesnet", | ||
"description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CESNET eInfra", | ||
"type": "simplesamlphp-module", | ||
"keywords": [ | ||
"CESNET", | ||
"cesnet", | ||
"simplesamlphp", | ||
"template" | ||
], | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"simplesamlphp/composer-module-installer": "~1.0", | ||
"simplesamlphp/simplesamlphp": "~1.17", | ||
"cesnet/simplesamlphp-module-perun": "^8.0 || ^9.0", | ||
"ext-json": "*", | ||
"ext-curl": "*" | ||
}, | ||
"suggest": { | ||
"cesnet/simplesamlphp-module-privacyidea": "included privacyIDEA template is for this module" | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
}, | ||
"require-dev": { | ||
"symplify/easy-coding-standard": "^10.0" | ||
}, | ||
"suggest": { | ||
"cesnet/simplesamlphp-module-privacyidea": "included privacyIDEA template is for this module" | ||
"allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Perun proxy AAI team", | ||
"email": "proxyidp@cesnet.cz" | ||
} | ||
] | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
ecs.php
deleted
100644 → 0
package-lock.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "simplesamlphp-module-europdx", | ||
"private": true, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"semantic-release": "^17.4.2" | ||
"dependencies": { | ||
"@perun-proxy-aai/semantic-release-proxy-config": "^1.0.0" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
phpcs.xml
deleted
100644 → 0