Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: UTCT-21 Roles and Auth #40

Merged
merged 18 commits into from
Dec 11, 2023

Conversation

UTCGilligan
Copy link
Contributor

No description provided.

Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>

Package operations: 0 installs, 7 updates, 0 removals
  - Upgrading psr/log (1.1.4 => 2.0.0)
  - Upgrading composer/ca-bundle (1.3.6 => 1.3.7)
  - Upgrading rmccue/requests (v2.0.7 => v2.0.9)
  - Upgrading symfony/polyfill-php72 (v1.27.0 => v1.28.0)
  - Upgrading symfony/polyfill-intl-normalizer (v1.27.0 => v1.28.0)
  - Upgrading symfony/polyfill-intl-idn (v1.27.0 => v1.28.0)
  - Upgrading symfony/polyfill-mbstring (v1.27.0 => v1.28.0)
Copy link
Contributor

@majorschwartz majorschwartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@@ -5,3 +5,8 @@ config:
webroot: .
database: mariadb
xdebug: false
services:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added because the SAML plugin requires a web server alias.

@@ -16,7 +16,7 @@
"source": "https://github.com/YOURLS/YOURLS"
},
"require": {
"php": ">=7.4",
"php": ">=8.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

App probably will run on PHP 8.2, but needs testing in a hosted environment.

@@ -0,0 +1,54 @@
# Default Virtual Host configuration.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lando local httpd config.

@@ -0,0 +1,520 @@
#
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lando local httpd config.

@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good 'ol Dependabot... how we hate him.

@@ -0,0 +1,42 @@
# YOURLS SAML Authentication
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully you have actually read this?

Copy link
Contributor Author

@UTCGilligan UTCGilligan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All files reviewed. Looks good.

Working on the SAML auth config with Carson Coe.

@UTCGilligan UTCGilligan marked this pull request as ready for review December 11, 2023 17:53
@UTCGilligan UTCGilligan merged commit 8cd5fa0 into UTCWeb:develop Dec 11, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants