Page MenuHomePhabricator

Remove weird integration between Legalpad and the ExternalAccount table
ClosedPublic

Authored by epriestley on Feb 6 2019, 6:49 PM.
Tags
None
Referenced Files
F13078391: D20108.diff
Tue, Apr 23, 3:33 PM
Unknown Object (File)
Sat, Apr 20, 4:32 PM
Unknown Object (File)
Fri, Apr 19, 5:14 PM
Unknown Object (File)
Thu, Apr 11, 8:30 AM
Unknown Object (File)
Mar 5 2024, 6:45 AM
Unknown Object (File)
Feb 8 2024, 12:06 AM
Unknown Object (File)
Feb 7 2024, 9:20 AM
Unknown Object (File)
Feb 3 2024, 9:12 PM
Subscribers
Restricted Owners Package

Details

Summary

Depends on D20107. Ref T6703. Legalpad currently inserts "email" records into the external account table, but they're never used for anything and nothing else references them.

They also aren't necessary for anything important to work, and the only effect they have is making the UI say "External Account" instead of "None" under the "Account" column. In particular, the signatures still record the actual email address.

Stop doing this, remove all the references, and destroy all the rows.

(Long ago, Maniphest may also have done this, but no longer does. Nuance/Gatekeeper use a more modern and more suitable "ExternalObject" thing that I initially started adapting here before realizing that Legalpad doesn't actually care about this data.)

Test Plan

Signed documents with an email address, saw signature reflected properly in UI. Grepped for other callsites.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Feb 6 2019, 6:49 PM

As a general sanity check on DELETE being safe here, we have 59 of these accounts on this install (since July 2014) and all of them appear to be signatures on L28. Many of them, like Test@example.org, are also most likely not authentic.

This revision is now accepted and ready to land.Feb 7 2019, 6:32 PM
This revision was automatically updated to reflect the committed changes.