User Details
- User Since
- Jan 27 2015, 1:45 PM (434 w, 6 d)
- Availability
- Available
- IRC Nick
- devunt
- LDAP User
- devunt
- MediaWiki User
- *devunt [ Global Accounts ]
Aug 5 2017
Aug 4 2017
I withdraw this request.
Nov 14 2015
Oct 9 2015
@Tgr I'm not much familiar with SQL. Is SELECT * FROM user WHERE user_email COLLATE utf8_unicode_ci = '<email>'; work without problem? Adding new index that based on function such as CREATE INDEX user_email_lowercase on user(lower(user_email)); is not supported in MySQL. Adding a new field that stores lowercased email addresses could be one way to solve it but I think it might be too overkill.
Oct 5 2015
@Tgr Then keeping old email addresses as same as now and only saving new email addresses as lowercase would be ideal?
Oct 4 2015
Oct 3 2015
I'd like to get comments about normalising email addresses. A current implementation will turn every email addresses in the user table into equivalent lowercase characters, and will also save new email addresses in lowercase.
Oct 1 2015
Sep 30 2015
@RobLa-WMF yes. It would be okay to me.
Sep 23 2015
Sep 22 2015
Sep 18 2015
@tstarling I'm afraid I'm not able at every Wednesday 21 o'clock UTC. On Wednesday, I'm able to meet at after midnight or before 14 o'clock in UTC.
Sep 16 2015
Account selector can be one solution for email address duplication, but it still requires us to deal with time attacks and may result in longer login processing time for all users. I believe there is no way to prevent time attacks completely. We have to choose between security and convenience.
Sep 13 2015
Sep 11 2015
Sep 10 2015
Sep 9 2015
Arch Linux users are also affected. They use 7.1 currently.
Sep 5 2015
Aug 7 2015
Aug 4 2015
Jun 12 2015
Jun 6 2015
Jun 3 2015
Jun 2 2015
May 18 2015
May 17 2015
May 16 2015
May 15 2015
May 14 2015
May 11 2015
Finally, 7-year-old child bug has been fixed.
Apr 21 2015
Any progress on this issue?
Apr 17 2015
@aude Okay. That's a problem. Can you change the description and title of the issue to match with current circumstances?
Apr 13 2015
Apr 11 2015
Josa extension had finished its security review.
Mar 26 2015
Mar 25 2015
Mar 17 2015
Mar 14 2015
Mar 13 2015
Mar 12 2015
I'm interested at this project and I'm willing to apply GSoC as a candidate with this. Anyway, and unfortunately, I don't have a much experience with CodeSniffer. But I have a some experience with MediaWiki code conventions, creating some testsuite in other languages (like python's unittest) and modifying existing linters (flake8/scss linters etc). Am I suitable for this project?
Mar 11 2015
@Qgil Is there any plan to make this as a GSoC project?
Mar 4 2015
Mar 3 2015
Feb 24 2015
Have you installed the all external vendor libraries and kept it up-to-date?
Feb 23 2015
Closing 6 year olds bug finally.
Feb 20 2015
Feb 14 2015
@Qgil I'll upload a new patch soon. And current priority seems correct.