Skip to content
Snippets Groups Projects
Commit a16ff1a2 authored by Dominik František Bučík's avatar Dominik František Bučík
Browse files

chore: merge branch 'renovate/lock-file-maintenance' into 'main'

chore(deps): lock file maintenance

See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir!44
parents dec5850d 166fdaf3
No related branches found
No related tags found
1 merge request!44chore(deps): lock file maintenance
Pipeline #296811 passed with warnings
...@@ -105,11 +105,11 @@ ...@@ -105,11 +105,11 @@
}, },
{ {
"name": "cesnet/simplesamlphp-module-perun", "name": "cesnet/simplesamlphp-module-perun",
"version": "v9.4.0", "version": "v9.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-perun.git", "url": "https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-perun.git",
"reference": "deb1563adc41736a01a56560b42f5304b44d2501" "reference": "10c25680093b0a53963ef8592fc14ff3f679c2dc"
}, },
"require": { "require": {
"cesnet/simplesamlphp-module-authswitcher": "^10.6 || ^11.0", "cesnet/simplesamlphp-module-authswitcher": "^10.6 || ^11.0",
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
"perun", "perun",
"simplesamlphp" "simplesamlphp"
], ],
"time": "2023-06-01T09:42:39+00:00" "time": "2023-07-18T15:59:54+00:00"
}, },
{ {
"name": "cesnet/simplesamlphp-module-proxystatistics", "name": "cesnet/simplesamlphp-module-proxystatistics",
...@@ -758,16 +758,16 @@ ...@@ -758,16 +758,16 @@
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "3.0.20", "version": "3.0.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67" "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1",
"reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67", "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -848,7 +848,7 @@ ...@@ -848,7 +848,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpseclib/phpseclib/issues", "issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.20" "source": "https://github.com/phpseclib/phpseclib/tree/3.0.21"
}, },
"funding": [ "funding": [
{ {
...@@ -864,7 +864,7 @@ ...@@ -864,7 +864,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-06-13T06:30:34+00:00" "time": "2023-07-09T15:24:48+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
......
...@@ -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));
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment