Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:mohe2015/AuthManagerOAuth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.3.2
Choose a base ref
Loading
...
head repository:mohe2015/AuthManagerOAuth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.3.3
Choose a head ref
Loading
  • 20commits
  • 9files changed
  • 3contributors

Commits on Jun 19, 2025

  1. 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
    @Mic92
    Mic92 committedJun 19, 2025
    Configuration menu
    Copy the full SHA
    09c1c7eView commit details
    Browse the repository at this point in the history
  2. 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.
    @Mic92
    Mic92 committedJun 19, 2025
    Configuration menu
    Copy the full SHA
    91bef29View commit details
    Browse the repository at this point in the history
  3. Update GitHub Actions to v4

    - actions/checkout@v3 → v4- actions/cache@v3 → v4- actions/upload-artifact@v3 → v4These updates include various improvements and bug fixes whilemaintaining backward compatibility.
    @Mic92
    Mic92 committedJun 19, 2025
    Configuration menu
    Copy the full SHA
    bb6e396View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Merge pull request#43from Mic92/update-github-actions

    Update GitHub Actions to v4
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    0eeca73View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa5da4View commit details
    Browse the repository at this point in the history
  3. Merge pull request#42from Mic92/add-dependabot-config

    Add Dependabot configuration for automated dependency updates
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    555a586View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e86d4ccView commit details
    Browse the repository at this point in the history
  5. 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>
    @dependabot
    dependabot[bot] authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    627e1b0View commit details
    Browse the repository at this point in the history
  6. 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>
    @dependabot
    dependabot[bot] authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    0bf9ee6View commit details
    Browse the repository at this point in the history
  7. Merge pull request#41from Mic92/fix-password-reset-bug

    Fix password reset functionality when OAuth is enabled
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    e8402c7View commit details
    Browse the repository at this point in the history
  8. 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
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    e2e51d6View commit details
    Browse the repository at this point in the history
  9. 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
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    25331f0View commit details
    Browse the repository at this point in the history
  10. 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>
    @dependabot
    dependabot[bot] authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    fcb5dc2View commit details
    Browse the repository at this point in the history
  11. 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
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    5369215View commit details
    Browse the repository at this point in the history
  12. Update codesniffer

    @mohe2015
    mohe2015 committedJun 20, 2025
    Configuration menu
    Copy the full SHA
    be61813View commit details
    Browse the repository at this point in the history
  13. Merge pull request#49from mohe2015/update-codesniffer

    Update codesniffer
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    e67a378View commit details
    Browse the repository at this point in the history
  14. Some small phan fixes

    @mohe2015
    mohe2015 committedJun 20, 2025
    Configuration menu
    Copy the full SHA
    88b7d3bView commit details
    Browse the repository at this point in the history
  15. Merge pull request#50from mohe2015/fixes

    Some small phan fixes
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    f31b1c2View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    446361aView commit details
    Browse the repository at this point in the history
  17. Merge pull request#51from mohe2015/fixes

    Don't use deprecated method
    @mohe2015
    mohe2015 authoredJun 20, 2025
    Configuration menu
    Copy the full SHA
    a385a1dView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp