SU-SWS / stanford_ssp

Drupal module for configuring SimpleSAMLphp in Stanford web environments
GNU General Public License v2.0
9 stars 8 forks source link

"8.x-2.x 8.2.1 #119

Closed imonroe closed 3 years ago

imonroe commented 3 years ago

READY FOR REVIEW

Summary

Review By (Date)

The following changes since commit 43474d77119ecac6a55a4af58ac9d0f3dad0f371:

8.2.0 (2021-05-07 09:00:30 -0700)

are available in the Git repository at:

./

for you to fetch changes up to 6a6ccff234ac6b3a0f7eaf9fcbcc5e90739d5852:

8.2.1 (2021-06-11 10:44:08 -0600)


Ian Monroe (1): 8.2.1

pookmish (1): D8CORE-4339 Allow restriction based on the person's affiliation to the university (#118)

sws-developers@lists.stanford.edu (1): Back to dev

.github/pull_request_template.md | 66 ++++++++++++++++++++++ CHANGELOG.md | 6 ++ config/install/stanford_ssp.settings.yml | 7 ++- config/schema/stanford_ssp.schema.yml | 34 +++++++---- src/Form/AuthorizationsForm.php | 32 +++++++++-- stanford_ssp.info.yml | 2 +- stanford_ssp.install | 14 +++++ stanford_ssp.module | 16 +++++- .../stanford_ssp_test/stanford_ssp_test.info.yml | 2 +- tests/src/Kernel/Form/AuthorizationsFormTest.php | 17 +++--- 10 files changed, 164 insertions(+), 32 deletions(-) create mode 100644 .github/pull_request_template.md"