github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2017-02-11 09:02 pm

[dreamwidth/dw-free] 1b9651: [#1907] also look for http when given https

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 1b9651fab1d4cd9722fc926ee2d54f49ae3bdf60
https://github.com/dreamwidth/dw-free/commit/1b9651fab1d4cd9722fc926ee2d54f49ae3bdf60
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-04 (Sat, 04 Feb 2017)

Changed paths:
M cgi-bin/LJ/User/Account.pm

Log Message:
-----------
[#1907] also look for http when given https

This works in my testing - if the OpenID account was
originally created with http, we can look up the existing
account with either http or https, instead of creating a
second account when the user switches to https.

Fixes #1907.


Commit: 7d324989296671d6e0d55f45c40b5a1fcbff4ba3
https://github.com/dreamwidth/dw-free/commit/7d324989296671d6e0d55f45c40b5a1fcbff4ba3
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-04 (Sat, 04 Feb 2017)

Changed paths:
M cgi-bin/LJ/User/Account.pm

Log Message:
-----------
eliminate redundant identitymap lookup code

I noticed that LJ::load_user_or_identity had code identical
to the previous functionality of LJ::User::load_existing_identity_user.
This updates the former to use the latter and benefit from
the improved handling of https URLs.


Commit: 24848d0c8873621a3f2c88e4f0bba5880e4be819
https://github.com/dreamwidth/dw-free/commit/24848d0c8873621a3f2c88e4f0bba5880e4be819
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-04 (Sat, 04 Feb 2017)

Changed paths:
M htdocs/inbox/compose.bml

Log Message:
-----------
[#1744] use username, not display_name, in msg_to

This allows the message to be delivered successfully
when replying to a PM from an OpenID user.

Fixes #1744.


Commit: eff1ff1fb0c7038243c1db8d54247dd92506764a
https://github.com/dreamwidth/dw-free/commit/eff1ff1fb0c7038243c1db8d54247dd92506764a
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-04 (Sat, 04 Feb 2017)

Changed paths:
M cgi-bin/DW/Controller/OpenID.pm
M views/openid/claim.tt.text

Log Message:
-----------
[#1939] return an error if trying to claim a deleted account

This does the check at the interface layer to preempt possible
problems in the backend.

Fixes #1939.


Commit: 82c9100e7c1607d1fbabb3c91eb66a04c449c27d
https://github.com/dreamwidth/dw-free/commit/82c9100e7c1607d1fbabb3c91eb66a04c449c27d
Author: Mark Smith <mark@qq.is>
Date: 2017-02-11 (Sat, 11 Feb 2017)

Changed paths:
M cgi-bin/DW/Controller/OpenID.pm
M cgi-bin/LJ/User/Account.pm
M htdocs/inbox/compose.bml
M views/openid/claim.tt.text

Log Message:
-----------
Merge pull request #1956 from kareila/openid_fixes

OpenID fixes


Compare: https://github.com/dreamwidth/dw-free/compare/4802c5ad7862...82c9100e7c16