Commits
User selector
Commit History
Commits on Nov 4, 2021
Coding Standards: Add visibility to methods in `tests/phpunit/tests/`.
Show description for 40ac5decommitted
Commits on Aug 7, 2021
Build/Test Tools: Implement use of the `void` solution.
Show description for ddb409ecommitted
Commits on Feb 27, 2021
Build/Test Tools: Fix and standardise calls to the `tearDown()` method in the test suite.
Show description for 055deeacommitted
Commits on Feb 10, 2021
Tests: Use `assertSame()` in some newly introduced tests.
Show description for 3d259c2committed
Commits on Jan 29, 2021
App Passwords: Introduce introspection endpoint.
Show description for e290a9bcommitted
Commits on Jan 2, 2021
App Passwords: Only attempt auth if the username and password are set.
Show description for 902e3f6committed
Commits on Dec 4, 2020
App Passwords: Prevent conflicts when Basic Auth is already used by the site.
Show description for 38361becommitted
Commits on Nov 16, 2020
App Passwords: Unify availability language.
Show description for ba8de96committed
Commits on Nov 15, 2020
Build/Test Tools: Standardise the name, signature, and usage of the `wpSetUpBeforeClass()` method that's used in test classes.
Show description for e843508committed
Commits on Nov 9, 2020
Tests: Use `assertSame()` in some newly introduced tests.
Show description for 4eee0d2committed
Commits on Oct 8, 2020
REST API: Introduce Application Passwords for API authentication.
Show description for 1856d0fauthored andcommitted

Commits on Sep 2, 2020
Tests: First pass at using `assertSame()` instead of `assertEquals()` in most of the unit tests.
Show description for 164b22ccommitted
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57committed
Commits on Nov 4, 2019
Login and Registration: Simplify the test for `wp_signon()` added in [46640].
Show description for 20165c2committed
Commits on Oct 14, 2019
Administration: Ensure that admin referer nonce is valid.
Show description for 778bf0ccommittedAdministration: Ensure that admin referer nonce is valid.
Show description for f53a78fcommitted
Commits on Aug 1, 2019
Users: Clean user cache in `check_password_reset_key()` tests.
Show description for 6c78848committedUsers: Use `wp_update_user()` in `get_password_reset_key()`.
Show description for f912470committed
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Nov 27, 2016
Commits on Aug 28, 2016
Commits on Aug 27, 2016
Unit Tests:
Show description for 02319efcommitted
Commits on Feb 22, 2016
Authentication: Allow users to log in using their email address.
Show description for 12cf07ccommitted
Commits on Oct 16, 2015
Unit Tests: since [32953], we can just use `self::delete_user()` instead of using `if` logic for Multisite.
Show description for 84272ffcommitted
Commits on Oct 15, 2015
Unit Tests: implement `setUpBeforeClass()` and `tearDownAfterClass()` on `WP_UnitTestCase`. Use late static binding (plus a gross fallback for PHP 5.2) to check if `wpSetUpBeforeClass()` or `wpTear…
Show description for 16d98ebcommittedUnit Tests: `Tests_Auth` needs a `tearDownAfterClass` impl to avoid spillage.
Show description for 9d5c705committedUnit Tests: call `commit_transaction()` in `Tests_Auth` set up.
Show description for 5fc04e0committedUnit Tests: wrestle performance out of `Tests_Auth` by cloning the same user for a majority of the tests.
Show description for c1b2a03committed
Commits on Aug 26, 2015
Add `'wp_verify_nonce_failed'` action that fires when nonce verification fails.
Show description for b935049committed
Commits on Jul 1, 2015
Expire password reset links after 24 hours (by default). This causes existing password reset links to become invalid.
Show description for 5b58664committed
Commits on Jun 16, 2015
Set `$_SERVER['REQUEST_METHOD']` for unit tests.
Show description for 2860548committed
Commits on Nov 26, 2014
Type cast `$nonce` to string in `wp_verify_nonce()`.
Show description for ebfa390committed
ocean90
Commits on Nov 20, 2014
More tests for [30466]. props xknown.
Show description for 95dbca9committedPrevent high resource usage when hashing large passwords. props mdawaffe, pento
Show description for aec2f26committed