Fixed issue preventing auth form scopes from being stored

I forgot that PHP’s POST body parsing strips the required trailing [] from
names.
This commit is contained in:
Barnaby Walters
2021-06-18 16:44:10 +02:00
parent 87bfe33443
commit d6594beebe
23 changed files with 716 additions and 678 deletions

View File

@@ -43,23 +43,23 @@
</thead>
<tbody>
<tr>
<td class="success">Total</td>
<td class="success big"> <div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="92.31" aria-valuemin="0" aria-valuemax="100" style="width: 92.31%">
<span class="sr-only">92.31% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">92.31%</div></td>
<td class="success small"><div align="right">96&nbsp;/&nbsp;104</div></td>
<td class="warning">Total</td>
<td class="warning big"> <div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="53.85" aria-valuemin="0" aria-valuemax="100" style="width: 53.85%">
<span class="sr-only">53.85% covered (warning)</span>
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="84.87" aria-valuemin="0" aria-valuemax="100" style="width: 84.87%">
<span class="sr-only">84.87% covered (warning)</span>
</div>
</div>
</td>
<td class="warning small"><div align="right">53.85%</div></td>
<td class="warning small"><div align="right">7&nbsp;/&nbsp;13</div></td>
<td class="warning small"><div align="right">84.87%</div></td>
<td class="warning small"><div align="right">101&nbsp;/&nbsp;119</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="46.15" aria-valuemin="0" aria-valuemax="100" style="width: 46.15%">
<span class="sr-only">46.15% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">46.15%</div></td>
<td class="danger small"><div align="right">6&nbsp;/&nbsp;13</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
@@ -71,23 +71,23 @@
</tr>
<tr>
<td class="success"><img src="../phpunit_icons/file-code.svg" class="octicon" /><a href="FilesystemJsonStorage.php.html">FilesystemJsonStorage.php</a></td>
<td class="success big"> <div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="92.31" aria-valuemin="0" aria-valuemax="100" style="width: 92.31%">
<span class="sr-only">92.31% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">92.31%</div></td>
<td class="success small"><div align="right">96&nbsp;/&nbsp;104</div></td>
<td class="warning"><img src="../phpunit_icons/file-code.svg" class="octicon" /><a href="FilesystemJsonStorage.php.html">FilesystemJsonStorage.php</a></td>
<td class="warning big"> <div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="53.85" aria-valuemin="0" aria-valuemax="100" style="width: 53.85%">
<span class="sr-only">53.85% covered (warning)</span>
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="84.87" aria-valuemin="0" aria-valuemax="100" style="width: 84.87%">
<span class="sr-only">84.87% covered (warning)</span>
</div>
</div>
</td>
<td class="warning small"><div align="right">53.85%</div></td>
<td class="warning small"><div align="right">7&nbsp;/&nbsp;13</div></td>
<td class="warning small"><div align="right">84.87%</div></td>
<td class="warning small"><div align="right">101&nbsp;/&nbsp;119</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="46.15" aria-valuemin="0" aria-valuemax="100" style="width: 46.15%">
<span class="sr-only">46.15% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">46.15%</div></td>
<td class="danger small"><div align="right">6&nbsp;/&nbsp;13</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
@@ -137,7 +137,7 @@
<span class="success"><strong>High</strong>: 90% to 100%</span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.19</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.5</a> at Fri Jun 18 14:09:49 UTC 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.19</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.5</a> at Fri Jun 18 14:43:22 UTC 2021.</small>
</p>
</footer>
</div>