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

[dreamwidth/dw-free] f41dcc: [#2833] fix postevent error in mobile/post

Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: f41dcc472c352a3509dc7c2cf4aa033687139e6c https://github.com/dreamwidth/dw-free/commit/f41dcc472c352a3509dc7c2cf4aa033687139e6c Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M htdocs/mobile/post.bml

Log Message:


[#2833] fix postevent error in mobile/post

This follows the structure of do_request as used elsewhere on the site, bypassing the obsolete password lookup by telling the protocol layer that the user's authentication was already checked earlier on the page.

Commit: 052fd74074f3198333280c678b85eb7cb48ed6f3 https://github.com/dreamwidth/dw-free/commit/052fd74074f3198333280c678b85eb7cb48ed6f3 Author: Kareila kareila@dreamwidth.org Date: 2020-12-06 (Sun, 06 Dec 2020)

Changed paths: M htdocs/mobile/index.bml M htdocs/mobile/login.bml

Log Message:


other minor mobile page fixes

  • If the user is logged in, the index link to /mobile/login says "log out" but clicking it did not actually log the user out. Now it does.

  • Fixes a missing space in the "logged in as [username]" text.

Compare: https://github.com/dreamwidth/dw-free/compare/caf70f3ff5fc...052fd74074f3