Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
  • v1.0
  • v1.1
  • v1.2
  • v1.3
  • v1.4
  • v2.0
  • v2.1
  • v2.2
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.3.0
  • v1.4.0
  • v2.0.0
  • v2.1.0
  • v2.2.0
  • v2.3.0
  • v3.0.0
  • v3.0.1
  • v4.0.0
  • v5.0.0
  • v5.0.1
  • v5.0.2
  • v5.0.3
  • v5.0.4
  • v5.1.0
  • v5.1.1
  • v5.1.2
  • v5.1.3
  • v5.1.4
  • v5.1.5
  • v6.0.0
  • v6.0.1
  • v6.0.2
  • v6.0.3
  • v6.0.4
  • v6.0.5
  • v6.0.6
  • v6.0.7
  • v6.0.8
45 results

Target

Select target project
  • perun/perun-proxyidp/v1/simplesamlphp-module-elixir
1 result
Select Git revision
  • main
  • v1.0
  • v1.1
  • v1.2
  • v1.3
  • v1.4
  • v2.0
  • v2.1
  • v2.2
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.3.0
  • v1.4.0
  • v2.0.0
  • v2.1.0
  • v2.2.0
  • v2.3.0
  • v3.0.0
  • v3.0.1
  • v4.0.0
  • v5.0.0
  • v5.0.1
  • v5.0.2
  • v5.0.3
  • v5.0.4
  • v5.1.0
  • v5.1.1
  • v5.1.2
  • v5.1.3
  • v5.1.4
  • v5.1.5
  • v6.0.0
  • v6.0.1
  • v6.0.2
  • v6.0.3
  • v6.0.4
  • v6.0.5
  • v6.0.6
  • v6.0.7
  • v6.0.8
45 results
Show changes
Commits on Source (24)
## [6.0.6](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir/compare/v6.0.5...v6.0.6) (2023-12-04)
### Bug Fixes
* 🐛 set upstream ACRs even when not requested by service ([b0797a7](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir/commit/b0797a774677c3f6d1848b6dc57aab6f65726a34))
## [6.0.5](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir/compare/v6.0.4...v6.0.5) (2023-07-04) ## [6.0.5](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir/compare/v6.0.4...v6.0.5) (2023-07-04)
......
This diff is collapsed.
...@@ -100,9 +100,9 @@ class Disco extends PowerIdPDisco ...@@ -100,9 +100,9 @@ class Disco extends PowerIdPDisco
$this->originalAuthnContextClassRef = $this->originalAuthnContextClassRef =
$state[self::SAML_REQUESTED_AUTHN_CONTEXT][self::AUTHN_CONTEXT_CLASS_REF]; $state[self::SAML_REQUESTED_AUTHN_CONTEXT][self::AUTHN_CONTEXT_CLASS_REF];
$this->removeAuthContextClassRefWithPrefixes($state); $this->removeAuthContextClassRefWithPrefixes($state);
DiscoUtils::setUpstreamRequestedAuthnContext($state);
State::saveState($state, self::SAML_SP_SSO);
} }
DiscoUtils::setUpstreamRequestedAuthnContext($state);
State::saveState($state, self::SAML_SP_SSO);
} }
} }
......
...@@ -288,7 +288,9 @@ form .remember select.amount:active { ...@@ -288,7 +288,9 @@ form .remember select.amount:active {
overflow: hidden; overflow: hidden;
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
transform: rotate(45deg); transform: rotate(45deg);
box-shadow: 0 0 0 3px #eb3814, 0px 21px 5px -18px rgba(0, 0, 0, 0.6); box-shadow:
0 0 0 3px #eb3814,
0px 21px 5px -18px rgba(0, 0, 0, 0.6);
background: #eb3814; background: #eb3814;
text-align: center; text-align: center;
} }
......
...@@ -123,9 +123,12 @@ a#registration-btn { ...@@ -123,9 +123,12 @@ a#registration-btn {
.form-control:focus { .form-control:focus {
border-color: rgb(20, 125, 250); border-color: rgb(20, 125, 250);
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), -webkit-box-shadow:
inset 0 1px 1px rgba(0, 0, 0, 0.075),
0 0 8px rgb(20, 125, 250);
box-shadow:
inset 0 1px 1px rgba(0, 0, 0, 0.075),
0 0 8px rgb(20, 125, 250); 0 0 8px rgb(20, 125, 250);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(20, 125, 250);
} }
/*-------------------------------------------------*/ /*-------------------------------------------------*/
...@@ -274,7 +277,10 @@ p { ...@@ -274,7 +277,10 @@ p {
margin: 0; margin: 0;
padding: 14px 6px; padding: 14px 6px;
border-left: 3px solid #fff; border-left: 3px solid #fff;
transition: background-color 0.2s ease, border-left 0.2s ease, color 0.2s ease; transition:
background-color 0.2s ease,
border-left 0.2s ease,
color 0.2s ease;
cursor: pointer; cursor: pointer;
} }
...@@ -298,7 +304,10 @@ p { ...@@ -298,7 +304,10 @@ p {
padding: 14px 6px; padding: 14px 6px;
border-left: none; border-left: none;
color: #147dfa; color: #147dfa;
transition: background-color 0.2s ease, border-left 0.2s ease, color 0.2s ease; transition:
background-color 0.2s ease,
border-left 0.2s ease,
color 0.2s ease;
cursor: pointer; cursor: pointer;
background-color: #f3f3f3; background-color: #f3f3f3;
} }
......
...@@ -59,7 +59,7 @@ function drawLoginsChart(getEl) { ...@@ -59,7 +59,7 @@ function drawLoginsChart(getEl) {
$(el) $(el)
.parent() .parent()
.replaceWith( .replaceWith(
'<p class="text-muted">No data has been recorded in the selected period...</p>' '<p class="text-muted">No data has been recorded in the selected period...</p>',
); );
return; return;
} }
...@@ -234,7 +234,7 @@ function drawPieChart(dataName, viewCols, url, getEl) { ...@@ -234,7 +234,7 @@ function drawPieChart(dataName, viewCols, url, getEl) {
const processedData = processDataForPieChart( const processedData = processDataForPieChart(
getStatisticsData(dataName), getStatisticsData(dataName),
viewCols viewCols,
); );
const data = processedData.data; const data = processedData.data;
...@@ -243,7 +243,7 @@ function drawPieChart(dataName, viewCols, url, getEl) { ...@@ -243,7 +243,7 @@ function drawPieChart(dataName, viewCols, url, getEl) {
.parent() .parent()
.parent() .parent()
.replaceWith( .replaceWith(
'<p class="text-muted">No data has been recorded in the selected period...</p>' '<p class="text-muted">No data has been recorded in the selected period...</p>',
); );
return; return;
} }
...@@ -302,7 +302,7 @@ function drawPieChart(dataName, viewCols, url, getEl) { ...@@ -302,7 +302,7 @@ function drawPieChart(dataName, viewCols, url, getEl) {
evt, evt,
"nearest", "nearest",
{ intersect: true }, { intersect: true },
false false,
); );
if (activePoints.length) { if (activePoints.length) {
window.location.href = window.location.href =
...@@ -317,7 +317,7 @@ function getDrawChart(side) { ...@@ -317,7 +317,7 @@ function getDrawChart(side) {
null, null,
"loginCountPer" + side, "loginCountPer" + side,
[0, 2], [0, 2],
getStatisticsData("module_url_base") + "detail.php?side=" + side + "&id=" getStatisticsData("module_url_base") + "detail.php?side=" + side + "&id=",
); );
} }
...@@ -328,7 +328,7 @@ function drawCountTable( ...@@ -328,7 +328,7 @@ function drawCountTable(
dataName, dataName,
allowHTML, allowHTML,
url, url,
getEl getEl,
) { ) {
const el = getEl(); const el = getEl();
if (!el) return; if (!el) return;
...@@ -399,7 +399,7 @@ function getDrawTable(side) { ...@@ -399,7 +399,7 @@ function getDrawTable(side) {
2, 2,
"loginCountPer" + side, "loginCountPer" + side,
false, false,
getStatisticsData("module_url_base") + "detail.php?side=" + side + "&id=" getStatisticsData("module_url_base") + "detail.php?side=" + side + "&id=",
); );
} }
...@@ -411,7 +411,7 @@ function getDrawCountTable(side) { ...@@ -411,7 +411,7 @@ function getDrawCountTable(side) {
2, 2,
"accessCounts", "accessCounts",
true, true,
null null,
); );
} }
...@@ -436,7 +436,7 @@ function chartInit() { ...@@ -436,7 +436,7 @@ function chartInit() {
idLoadCallback(side + "Table", getDrawTable(side)); idLoadCallback(side + "Table", getDrawTable(side));
idLoadCallback( idLoadCallback(
"detail" + side + "Chart", "detail" + side + "Chart",
drawPieChart.bind(null, "accessCounts", [0, 2], null) drawPieChart.bind(null, "accessCounts", [0, 2], null),
); );
idLoadCallback("detail" + side + "Table", getDrawCountTable(side)); idLoadCallback("detail" + side + "Table", getDrawCountTable(side));
}); });
......