Alex Vandiver
994806c505
migrations: Fix ownership, and re-attach, mis-owned email attachments.
...
608c787c52 fixed a bug where messages sent by the email gateway "as"
a user failed to properly attribute ownership of their attachments,
leaving the attachments orphaned and thus with nobody with permissions
to view them.
These orphaned attachments only remain longer than a few weeks if the
`delete_unclaimed_attachments` script has not been run reliably.
Since there is currently no shipped cron job for this, that is most
likely all deployments.
Add a migration to find such orphaned attachments, and re-attach them
to their original message. While theoretically the attachments
could have been later referenced in other messages -- which would be
very difficult to find and determine if they had access to the
attachment -- we only fix the original message.
In order to make this somewhat performant, we assume that the Message
rows associated with an Attachment made by the email gateway happened
within 5 minutes, since they must have been made during one HTTP
request.
This is complicated by the message potentially having been deleted; in
this case, the Attachment is moved into ArchivedAttachment, so it can
relate to the ArchivedMessage. The many-to-many
`zerver_archivedattachment_messages` relationship table cannot use its
own `id` sequence for the value, since the `id` is re-used when the
row is inserted into the `zerver_attachment_messages` table -- we
instead consume a value from the `id` sequence of the
`zerver_attachment_messages` table.
2023-01-24 10:49:46 -08:00
..
2023-01-23 11:18:36 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2023-01-09 18:23:58 -05:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2023-01-18 13:34:52 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-08-12 16:53:54 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-07-05 17:52:08 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-07-26 18:00:24 -07:00
2022-02-23 11:59:45 -08:00
2022-02-23 11:59:45 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-10-14 17:52:28 -07:00
2022-02-23 11:59:45 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-02-23 11:59:45 -08:00
2022-02-23 11:59:45 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-02-23 11:59:45 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2023-01-09 18:23:58 -05:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-02-23 11:59:45 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-11-01 08:20:47 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-07-05 17:52:08 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-07-05 17:52:08 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-10-06 15:59:07 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-07-05 17:52:08 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2023-01-03 11:09:50 -08:00
2021-02-12 13:11:19 -08:00
2022-02-23 11:59:45 -08:00
2021-02-12 13:11:19 -08:00
2021-03-03 21:46:05 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2022-02-07 18:51:06 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2022-05-30 14:18:53 -07:00
2021-02-12 13:11:19 -08:00
2021-01-29 09:35:52 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-02-12 13:11:19 -08:00
2021-03-03 21:46:05 -08:00
2021-03-11 18:09:08 -08:00
2021-03-30 09:19:03 -07:00
2022-05-30 14:18:53 -07:00
2021-04-06 18:44:08 -07:00
2021-04-07 08:20:53 +05:30
2021-04-07 09:02:33 -07:00
2022-05-30 14:18:53 -07:00
2021-04-07 09:02:33 -07:00
2021-04-14 10:29:39 -07:00
2021-04-16 15:10:39 -07:00
2021-04-27 21:36:09 -07:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-05-06 20:41:49 -07:00
2021-05-24 23:11:41 -07:00
2021-05-28 09:43:06 -07:00
2021-06-16 14:59:36 -07:00
2022-05-30 14:18:53 -07:00
2021-06-16 14:59:36 -07:00
2021-06-16 17:51:33 -07:00
2021-07-13 17:21:37 -07:00
2021-07-14 14:35:04 -07:00
2022-05-30 14:18:53 -07:00
2021-07-23 12:13:46 -07:00
2021-07-23 12:31:00 -07:00
2021-07-23 13:11:21 -07:00
2021-07-27 16:41:22 -07:00
2022-05-30 14:18:53 -07:00
2021-07-27 16:41:22 -07:00
2021-07-28 10:25:53 -07:00
2021-08-19 02:54:29 -07:00
2021-08-19 03:09:36 -07:00
2021-08-31 16:33:40 -07:00
2022-10-04 12:29:35 -07:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-09-12 07:13:04 +00:00
2021-09-17 12:14:28 -07:00
2021-09-17 12:14:28 -07:00
2021-09-17 12:14:28 -07:00
2021-09-17 12:14:28 -07:00
2022-05-30 14:18:53 -07:00
2021-09-23 10:44:42 -07:00
2022-05-30 14:18:53 -07:00
2021-09-30 14:59:31 -07:00
2022-05-30 14:18:53 -07:00
2021-09-30 14:59:31 -07:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2021-10-04 21:26:24 +00:00
2021-10-05 09:28:28 -07:00
2021-10-07 17:39:21 -07:00
2021-10-07 17:46:05 -07:00
2021-10-12 14:12:53 -07:00
2021-10-13 10:08:06 -07:00
2021-10-13 10:08:06 -07:00
2021-10-14 12:29:10 -07:00
2022-10-14 17:52:28 -07:00
2021-10-29 18:15:30 -07:00
2021-11-18 12:55:12 -08:00
2022-05-30 14:18:53 -07:00
2021-12-09 17:48:53 -08:00
2022-07-29 15:47:33 -07:00
2022-05-30 14:18:53 -07:00
2022-05-30 14:18:53 -07:00
2022-11-28 20:23:30 -08:00
2023-01-04 11:08:56 -08:00
2022-03-07 21:43:07 -08:00
2022-03-14 17:47:30 -07:00
2022-05-30 14:18:53 -07:00
2022-03-14 17:47:30 -07:00
2023-01-04 16:25:07 -08:00
2022-05-30 14:18:53 -07:00
2022-03-18 12:01:15 -07:00
2022-03-24 10:49:59 -07:00
2022-06-23 19:25:48 -07:00
2022-05-30 14:18:53 -07:00
2022-04-14 12:47:51 -07:00
2022-04-19 17:30:16 -07:00
2022-05-30 14:18:53 -07:00
2022-04-27 12:08:01 -07:00
2022-04-27 12:40:14 -07:00
2022-05-04 11:13:28 -07:00
2022-05-26 11:47:24 -07:00
2022-07-13 17:07:44 -07:00
2022-07-13 17:07:44 -07:00
2022-07-15 16:51:22 -07:00
2022-07-19 09:24:06 -07:00
2022-07-22 17:08:44 -07:00
2022-07-26 17:14:26 -07:00
2022-08-07 22:15:47 -07:00
2022-08-04 17:44:00 -07:00
2023-01-04 16:25:07 -08:00
2022-08-12 17:01:52 +05:30
2022-08-12 22:26:14 +05:30
2022-08-12 18:09:53 -07:00
2022-09-09 16:30:54 -07:00
2022-09-14 16:03:11 -07:00
2022-09-14 16:03:11 -07:00
2022-09-14 16:03:11 -07:00
2022-09-16 16:19:54 -07:00
2022-09-20 17:03:57 -07:00
2022-09-23 12:27:54 -07:00
2022-09-23 12:27:54 -07:00
2022-09-26 11:36:48 -07:00
2022-10-04 12:29:35 -07:00
2022-10-06 17:56:26 -07:00
2022-10-07 10:09:38 -07:00
2022-10-18 20:50:10 -07:00
2022-10-07 10:10:01 -07:00
2022-11-04 14:31:18 -07:00
2022-11-14 17:13:16 -08:00
2023-01-24 10:49:46 -08:00