Project 'perun-proxy-aai/simplesamlphp/simplesamlphp-module-proxystatistics' was moved to 'perun/perun-proxyidp/v1/simplesamlphp-module-proxystatistics'. Please update any links and bookmarks that may still have the old path.
Commits on Source (25)
-
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
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-proxystatistics!86
-
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
-
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
-
Pavel Vyskočil authored
feat:
AuthProc filter ApiStatistics to write via API See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-proxystatistics!88 -
semantic-release-bot authored
# [8.2.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-proxystatistics/compare/v8.1.1...v8.2.0) (2023-06-01) ### Features *
AuthProc filter ApiStatistics to write via API ([409a41c8](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-proxystatistics/commit/409a41c8716d69e33cbf767ff6acd2dcf495b4ec))
Showing
- .github/workflows/build_and_check.yml 0 additions, 51 deletions.github/workflows/build_and_check.yml
- .gitignore 714 additions, 4 deletions.gitignore
- .gitlab-ci.yml 3 additions, 0 deletions.gitlab-ci.yml
- .prettierignore 721 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 11 additions, 8 deletionsLICENSE
- README.md 28 additions, 15 deletionsREADME.md
- composer.json 12 additions, 16 deletionscomposer.json
- composer.lock 236 additions, 342 deletionscomposer.lock
- config-templates/module_proxystatistics.php 3 additions, 2 deletionsconfig-templates/module_proxystatistics.php
- ecs.php 0 additions, 49 deletionsecs.php
- lib/Auth/Process/ApiStatistics.php 139 additions, 0 deletionslib/Auth/Process/ApiStatistics.php
- lib/DatabaseCommand.php 8 additions, 2 deletionslib/DatabaseCommand.php
- lib/Templates.php 4 additions, 2 deletionslib/Templates.php
- package-lock.json 0 additions, 10307 deletionspackage-lock.json
- package.json 0 additions, 9 deletionspackage.json
.gitlab-ci.yml
0 → 100644
.prettierignore
0 → 100644
.prettierrc.json
0 → 100644
.releaserc
deleted
100644 → 0
.releaserc.json
0 → 100644
CODEOWNERS
deleted
100644 → 0
... | ... | @@ -2,18 +2,11 @@ |
"name": "cesnet/simplesamlphp-module-proxystatistics", | ||
"description": "A SimpleSAMLPHP module for statistics", | ||
"type": "simplesamlphp-module", | ||
"keywords": ["statistics","simplesamlphp"], | ||
"license": "BSD-2-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Pavel Vyskocil", | ||
"email": "vyskocilpavel@muni.cz" | ||
}, | ||
{ | ||
"name": "Pavel Brousek", | ||
"email": "brousek@ics.muni.cz" | ||
} | ||
"keywords": [ | ||
"statistics", | ||
"simplesamlphp" | ||
], | ||
"license": "BSD-3-Clause", | ||
"config": { | ||
"platform": { | ||
"php": "7.4" | ||
... | ... | @@ -28,15 +21,18 @@ |
"ext-filter": "*", | ||
"ext-json": "*", | ||
"ext-PDO": "*", | ||
"ext-curl": "*", | ||
"simplesamlphp/simplesamlphp": "^1.19.2" | ||
}, | ||
"suggest": { | ||
"cesnet/simplesamlphp-module-perun" : "for logging that a user accessed a service", | ||
"cesnet/simplesamlphp-module-perun": "for logging that a user accessed a service", | ||
"ext-pdo_mysql": "for MySQL database", | ||
"ext-pdo_pgsql": "for PostgreSQL database" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "*", | ||
"symplify/easy-coding-standard": "^11.0" | ||
} | ||
"authors": [ | ||
{ | ||
"name": "Perun proxy AAI team", | ||
"email": "proxyidp@cesnet.cz" | ||
} | ||
] | ||
} |
This diff is collapsed.
ecs.php
deleted
100644 → 0
lib/Auth/Process/ApiStatistics.php
0 → 100644
package-lock.json
deleted
100644 → 0
This diff is collapsed.
package.json
deleted
100644 → 0
{ | ||
"name": "simplesamlphp-module-proxystatistics", | ||
"private": true, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"semantic-release": "19.0.5" | ||
} | ||
} |