- Notifications
You must be signed in to change notification settings - Fork1
Comparing changes
Open a pull request
base repository:mohe2015/AuthManagerOAuth
Uh oh!
There was an error while loading.Please reload this page.
base:v0.3.2
head repository:mohe2015/AuthManagerOAuth
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.3.3
- 20commits
- 9files changed
- 3contributors
Commits on Jun 19, 2025
Fix password reset functionality when OAuth is enabled
When MediaWiki's changePassword.php maintenance script is used,the providerChangeAuthenticationData method throws a LogicExceptionfor password change requests. This prevents administrators fromresetting user passwords via maintenance scripts.This patch makes the OAuth provider ignore non-OAuth relatedauthentication data changes (like password resets) instead ofthrowing an exception.Fixes#40
Add Dependabot configuration for automated dependency updates
Configure Dependabot to automatically check for updates to:- GitHub Actions (weekly)- Composer dependencies (weekly)This helps keep dependencies up-to-date and secure by creatingautomated pull requests when new versions are available.
- actions/checkout@v3 → v4- actions/cache@v3 → v4- actions/upload-artifact@v3 → v4These updates include various improvements and bug fixes whilemaintaining backward compatibility.
Commits on Jun 20, 2025
Merge pull request#43from Mic92/update-github-actions
Update GitHub Actions to v4
Merge pull request#42from Mic92/add-dependabot-config
Add Dependabot configuration for automated dependency updates
composer(deps-dev): update mediawiki/mediawiki-phan-config requirement
Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-tools-phan) to permit the latest version.- [Changelog](https://github.com/wikimedia/mediawiki-tools-phan/blob/master/HISTORY.md)- [Commits](wikimedia/mediawiki-tools-phan@0.13.0...0.15.1)---updated-dependencies:- dependency-name: mediawiki/mediawiki-phan-config dependency-version: 0.15.1 dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
composer(deps-dev): update php-parallel-lint/php-parallel-lint requir…
…ementUpdates the requirements on [php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint) to permit the latest version.- [Release notes](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases)- [Changelog](https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/develop/CHANGELOG.md)- [Commits](php-parallel-lint/PHP-Parallel-Lint@v1.3.2...v1.4.0)---updated-dependencies:- dependency-name: php-parallel-lint/php-parallel-lint dependency-version: 1.4.0 dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request#41from Mic92/fix-password-reset-bug
Fix password reset functionality when OAuth is enabled
Merge pull request#48from mohe2015/dependabot-composer-php-parallel…
…-lint-php-parallel-lint-1.4.0composer(deps-dev): update php-parallel-lint/php-parallel-lint requirement from 1.3.2 to 1.4.0
Merge pull request#46from mohe2015/dependabot-composer-mediawiki-me…
…diawiki-phan-config-0.15.1composer(deps-dev): update mediawiki/mediawiki-phan-config requirement from 0.13.0 to 0.15.1
composer(deps-dev): update mediawiki/minus-x requirement
Updates the requirements on [mediawiki/minus-x](https://github.com/wikimedia/mediawiki-tools-minus-x) to permit the latest version.- [Changelog](https://github.com/wikimedia/mediawiki-tools-minus-x/blob/master/HISTORY.md)- [Commits](wikimedia/mediawiki-tools-minus-x@1.1.1...1.1.3)---updated-dependencies:- dependency-name: mediawiki/minus-x dependency-version: 1.1.3 dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request#45from mohe2015/dependabot-composer-mediawiki-mi…
…nus-x-1.1.3composer(deps-dev): update mediawiki/minus-x requirement from 1.1.1 to 1.1.3
Merge pull request#49from mohe2015/update-codesniffer
Update codesniffer
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.3.2...v0.3.3
Uh oh!
There was an error while loading.Please reload this page.