1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 10:34:53 +09:00
vervis/migrations
fr33domlover bc4248d7ca S2S: Handle remote dep in sharerAcceptF
If sharer receives Accept on an Offer/Dep where the sharer hosts the child
ticket, it records a RemoteTicketDependency and runs inbox forwarding to ticket
followers. But this relies on a TicketDependencyOffer record already existing.
I'll take care of that in the next patches.

sharerAcceptF and sharerRejectF now use the insertToInbox from
Vervis.Federation.Util instead of their own copies of it, which were identical
anyway. Perhaps gradually all the inbox insertion in all S2S handlers will
switch to using that function.
2020-06-21 08:02:05 +00:00
..
2016_08_04.model
2016_09_01_just_workflow.model
2016_09_01_just_workflow_prepare.model
2016_09_01_rest.model
2019_01_28_project_collabs.model
2019_02_03_verifkey.model
2019_03_18_message.model
2019_03_19.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_03_30.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_03_30_follower_set.model
2019_04_11.model
2019_04_12.model
2019_04_22.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_05_03.model
2019_05_17.model
2019_05_24.model New Network.FedURI with separate URI modes for dev and for fediverse 2019-07-23 13:59:48 +00:00
2019_06_02.model
2019_06_03.model
2019_06_06.model Allow ticket author to be a remote actor 2019-06-07 04:26:32 +00:00
2019_06_06_mig.model Allow ticket author to be a remote actor 2019-06-07 04:26:32 +00:00
2019_06_07.model Add an Inbox table in DB, make inbox related tables use it instead of Person 2019-06-09 13:16:32 +00:00
2019_06_09.model Give each project an inbox in DB 2019-06-09 16:21:23 +00:00
2019_06_09_fill.model Forgot to record migration 2019-06-10 11:22:58 +00:00
2019_06_10.model Project team and followers 2019-06-11 12:19:51 +00:00
2019_06_12.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_06_15.model Decouple OutboxItem from Person via a new table named Outbox 2019-06-15 18:51:26 +00:00
2019_06_16.model Give Project an Outbox in the DB 2019-06-16 21:34:06 +00:00
2019_06_24.model Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +00:00
2019_07_11.model Implement getTicketDepR, not used anywhere else yet 2019-07-11 15:14:16 +00:00
2019_09_06.model Handle post-receive hook, publish a Push activity 2019-09-09 00:27:45 +00:00
2019_09_10.model Implement C2S Follow activity and add form on /publish page 2019-09-11 08:12:20 +00:00
2019_09_25.model Implement remote following, disable automatic following 2019-09-25 10:43:05 +00:00
2019_11_04.model DB: Use RemoteObject in UnfetchedRemoteActor, RemoteActor, RemoteCollection 2019-11-06 19:47:50 +00:00
2019_11_04_remote_activity_ident.model DB: Use RemoteObject in UnfetchedRemoteActor, RemoteActor, RemoteCollection 2019-11-06 19:47:50 +00:00
2019_11_05_remote_actor_ident.model DB: Use RemoteObject in UnfetchedRemoteActor, RemoteActor, RemoteCollection 2019-11-06 19:47:50 +00:00
2020_01_05.model Implement ticket class params 2020-01-05 14:33:10 +00:00
2020_02_05_local_ticket.model DB: Add LocalTicket table 2020-02-05 12:08:39 +00:00
2020_02_05_mig.model DB: Add LocalTicket table 2020-02-05 12:08:39 +00:00
2020_02_06_tal_point_to_lt.model DB: Add foreign key from TicketAuthorLocal to LocalTicket 2020-02-06 03:17:00 +00:00
2020_02_07_tpl.model DB: Add TicketProjectLocal table, pointing to Ticket but not in use yet 2020-02-06 04:18:19 +00:00
2020_02_07_tpl_mig.model DB: Add TicketProjectLocal table, pointing to Ticket but not in use yet 2020-02-06 04:18:19 +00:00
2020_02_08_tar_point_to_tpl.model DB: Point from TicketAuthorRemote to TicketProjectLocal 2020-02-07 19:42:02 +00:00
2020_02_09_rd_point_to_ro.model DB: Switch RemoteDiscussion to use RemoteObject instead of instance+ident 2020-02-08 10:55:19 +00:00
2020_02_09_tup.model DB: Add and populate TicketUnderProject table 2020-02-08 11:49:30 +00:00
2020_02_09_tup_mig.model DB: Add and populate TicketUnderProject table 2020-02-08 11:49:30 +00:00
2020_02_10_rm_point_to_ro.model DB: Switch RemoteMessage to use RemoteObject 2020-02-10 14:07:00 +00:00
2020_02_22_tpr.model Implement C2S Create{Ticket}, available in PublishR and in postTicketsR 2020-02-22 19:45:27 +00:00
2020_04_07_tpra.model Update S2S Accept handler to handle Accept on a Create/Ticket 2020-04-08 17:02:04 +00:00
2020_04_09_rt.model S2S: Write Create/Ticket project inbox handler: list ticket & do inbox fwding 2020-04-11 13:57:43 +00:00
2020_04_10_rt_rd.model DB: Attach a RemoteDiscussion to each RemoteTicket, for caching comments 2020-04-14 18:24:19 +00:00
2020_05_12_fwd_sender.model S2S: sharerCreateNoteF caches note and does inbox fwd if sharer is ticket owner 2020-05-13 13:06:28 +00:00
2020_05_12_fwd_sender_mig.model S2S: sharerCreateNoteF caches note and does inbox fwd if sharer is ticket owner 2020-05-13 13:06:28 +00:00
2020_05_16_tcl.model DB: Generalize TicketProjectLocal into TicketContextLocal 2020-05-18 10:28:43 +00:00
2020_05_16_tcl_mig.model DB: Generalize TicketProjectLocal into TicketContextLocal 2020-05-18 10:28:43 +00:00
2020_05_17_patch.model Add GET routes and handlers for sharer-hosted patches 2020-05-24 09:17:49 +00:00
2020_05_25_fwd_sender_repo.model Support forwarding activities from repo actors 2020-05-25 13:36:34 +00:00
2020_05_28_tda.model Prepare for ticket dependency federation 2020-06-18 10:38:04 +00:00
2020_05_28_tda_mig.model Prepare for ticket dependency federation 2020-06-18 10:38:04 +00:00
2020_06_01_tdc.model Prepare for ticket dependency federation 2020-06-18 10:38:04 +00:00
2020_06_01_tdc_mig.model Prepare for ticket dependency federation 2020-06-18 10:38:04 +00:00
2020_06_02_tdp.model Prepare for ticket dependency federation 2020-06-18 10:38:04 +00:00
2020_06_15_td_accept.model Prepare for ticket dependency federation 2020-06-18 10:38:04 +00:00
2020_06_18_tdo.model S2S: Handle remote dep in sharerAcceptF 2020-06-21 08:02:05 +00:00