-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature: UTCT-21 Roles and Auth #40
Conversation
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]> - joshp23/YOURLS-AuthMgrPlus#56
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)
…cess. Signed-off-by: Chris Gilligan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
@@ -5,3 +5,8 @@ config: | |||
webroot: . | |||
database: mariadb | |||
xdebug: false | |||
services: |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 @@ | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lando local httpd config.
Signed-off-by: Chris Gilligan <[email protected]>
@@ -0,0 +1,11 @@ | |||
# To get started with Dependabot version updates, you'll need to specify which |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this 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.
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
Signed-off-by: Chris Gilligan <[email protected]>
No description provided.