Fixes T5302. Allow the name @aLiNCoLN to identify user @alincoln.
Details
Details
- Reviewers
btrahan sophiebits chad - Maniphest Tasks
- T5302: Conduit phid.lookup is case sensitive
- Commits
- Restricted Diffusion Commit
rP28341307922c: Make named lookup of users case insensitive
Queried users with mixed case names.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- caselookup
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 955 Build 955: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/applications/people/phid/PhabricatorPeoplePHIDTypeUser.php | ||
---|---|---|
71 | Just to verify my understanding – this transformation isn't necessary for the query, just for matching the objects up afterwards? |
Comment Actions
Yep, that's correct. The query itself finds usernames in either case (which is how the user.query version works), but we currently discard them on the way out.