Tim Nolte
3bbdcaef7c
Changes GrumPHP Configuration to Provide a Full PHPCS Report
4 years ago
Tim Nolte
3f6a2ca8ed
Merge pull request #217 from timnolte/feature/client-id-secret-env
...
Feature - Client Configuration w/ Environment Variables/Defined Constants
4 years ago
Tim Nolte
e5a2178b76
Fixes Localizaion on Error Output
4 years ago
Tim Nolte
4023dd0c84
Updates Changelog & README Files With Relevant Changes
4 years ago
Tim Nolte
a7bd97b674
Updates NPM Package Dependencies
4 years ago
Tim Nolte
121370f77d
Fixes NPM Package Lock File for Node v12
4 years ago
Tim Nolte
c0bb04b2d9
NPM Updates & NVM Version Lock
4 years ago
Tim Nolte
967ad419f0
Travis CI Build Composer Update Change
4 years ago
Tim Nolte
5732bd5509
Composer Dependency Updates & Travis CI Caching Fix
4 years ago
Tim Nolte
93cd5d0cc2
Plugin Settings Page Updates Using Constants
...
- Ensures that any available defined constants are loaded in place of
any database stored settings as an override.
4 years ago
Tim Nolte
ecaa06bac2
Updates GrumPHP for Required Features
...
- Bumps Composer package PHP version to 7.3.
- Updates GrumPHP configuration to new format.
4 years ago
Tim Nolte
964ce75b03
Fixes GrumPHP Bin Directory Configuration
4 years ago
Tim Nolte
1e72b5ff8e
Adds Node/NPM Environment Requirements
4 years ago
Tim Nolte
cf99f6a263
Adds Support for IDP Settings as Defined Constants
...
- Reads from defined constants on plugin bootstrap.
- Disabled plugin settings fields when defined constants are used.
_ Prevents savings plugin settings that are using defined constants.
4 years ago
Tim Nolte
f7b74892d0
Merge pull request #213 from timnolte/fix/load-save-settings
...
Fixes missing loaded settings property assignment.
4 years ago
Tim Nolte
f821db0870
Fixes missing loaded settings property assignment.
4 years ago
Jonathan Daggerhart
0d05a3ab00
Merge pull request #211 from daggerhart/feature/deployment-ignore-files
...
Gitattributes for export exclusions
4 years ago
Jonathan Daggerhart
87f9e07416
Gitattributes for export exclusions
4 years ago
Tim Nolte
3252b36e19
Merge pull request #210 from timnolte/feature/localization
...
Feature/localization
4 years ago
Tim Nolte
0a0cf58e21
Internationalization Checking & Fixes
...
* Fixes missing i18n translation in main plugin file.
* Adds update POT file.
* Enforces i18n checks on commit with GrumPHP.
* Adds i18n check step to Travis CI builds.
4 years ago
Tim Nolte
4ceff40226
Fixes Plugin Pass i18n Checks
...
* Adds i18n check to Travis CI builds.
* Adds additional i18n run scripts to package.json.
4 years ago
Tim Nolte
4ad4a6a95b
Merge pull request #209 from timnolte/feature/coding-standards-static-analysis
...
Feature/coding standards static analysis
4 years ago
Tim Nolte
8b426fe3ae
Fixes Travis CI Configuration for Static Analysis
4 years ago
Tim Nolte
78ede5dffb
Updates Code Base to Pass Level 5 Baseline
...
* Ensures PHP Code Sniffs continue to pass.
* Fixes all code base issues to pass a level 5 PHP static analysis.
* Updates PHPStan configurations to use a level 5 baseline.
4 years ago
Tim Nolte
cce7195fe1
Fixes all PHP Code Sniffer WordPress Coding Standards Issues.
4 years ago
Tim Nolte
e62b31ee87
Near Completion Update of PHP Code Sniffer Compliance Changes.
4 years ago
Tim Nolte
139791a75c
Current state of coding standards and analysis fixes.
4 years ago
Tim Nolte
ec2e37ace6
* Merges branch 'dev' into feature/coding-standards-static-analysis
4 years ago
Tim Nolte
79f45e7f89
Initial Coding Standards & Static Analysis Chanages.
...
* Adds WordPress coding standards configuration.
* Adds WordPress/PHP static analysis configuration.
* Adds Git hooks to enforce checks and ensure quality on commits.
* Adds initial local Docker development environment setup.
4 years ago
Tim Nolte
b0cfbbe5c2
Fix Plugin Version Number in Header for New Release.
4 years ago
Tim Nolte
e91e49fdc9
Merge pull request #202 from daggerhart/timnolte-patch-1
...
Fix Plugin Version in Header
4 years ago
Tim Nolte
40231daf5a
Fix Plugin Version in Header
4 years ago
Tim Nolte
bfa31bf983
Fix GitHub Deployment Action for `main` Branch Deployments.
5 years ago
Tim Nolte
5464276cd4
Prepare version 3.7.0 for release.
5 years ago
Tim Nolte
3e97a145e9
Merge pull request #200 from timnolte/feature/redirect-with-shortcode
...
Add Redirect & Override Attributes Support to Shortcodes.
5 years ago
Tim Nolte
838912a173
* Merges branch 'feature/redirect-with-shortcode' of github.com:timnolte/openid-connect-generic into feature/redirect-with-shortcode
5 years ago
Tim Nolte
107a066bd5
Add Redirect & Override Attributes Support to Shortcodes.
...
* Adds support for setting the redirect cookie when shortcodes are used.
* Adds support for overriding some attributes for authentication URLs
and login buttons when using the shortcodes.
* Fixes code formatting.
5 years ago
Tim Nolte
42a7163160
Merge pull request #199 from timnolte/feature/disable-refresh-token
...
Adds Option to Enable/Disable Token Refresh.
5 years ago
Tim Nolte
1c8a9d166c
Adds Option to Enable/Disable Token Refresh.
...
* Adds a new plugin setting.
* Adds a check and doesn't create cookie for refresh token if not
enabled.
* Fixes code formatting.
Fixes #144
5 years ago
Tim Nolte
65051b75a8
Add Redirect & Override Attributes Support to Shortcodes.
...
* Adds support for setting the redirect cookie when shortcodes are used.
* Adds support for overriding some attributes for authentication URLs
and login buttons when using the shortcodes.
* Fixes code formatting.
5 years ago
Jonathan Daggerhart
783b2108b2
github workflow for deploying to wp.org
5 years ago
Jonathan Daggerhart
bf2e517a89
removing trailing whitespace
5 years ago
Jonathan Daggerhart
a0dfa7723d
documenting new username normalization
5 years ago
Jonathan Daggerhart
3ff22090dd
Merge pull request #151 from flat235/fix-silent-iconv-failure
...
add Error messages on failed username transliteration/normalization
5 years ago
Jonathan Daggerhart
d91d6d2ea3
Merge branch 'dev' into fix-silent-iconv-failure
5 years ago
Jonathan Daggerhart
fb3a9f53c3
updating version and readme for new changes
5 years ago
Jonathan Daggerhart
f81dbcc6e5
Merge pull request #148 from benochen/contribution
...
Add a setting checkbox defining the behavior of the client if a user…
5 years ago
Jonathan Daggerhart
4a84b3c651
Merge pull request #183 from cs1m0n/increment_username_fix
...
Increment username just when link_existing_users is off
5 years ago
Jonathan Daggerhart
d39c0da990
Merge pull request #189 from dxw/feature/actions-for-error-logging
...
Increase granularity of state token errors
5 years ago
Jonathan Daggerhart
dc41454283
Merge pull request #191 from dxw/feature/login-button-url-filter
...
Add filter for login form button URL
5 years ago