1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 07:24:53 +09:00
vervis/migrations
fr33domlover 090c562553 Add an Inbox table in DB, make inbox related tables use it instead of Person
This allows the inbox system to be separate from Person, allowing other kinds
of objects to have inboxes too. Much like there's FollowerSet which works
separately from Tickets, and will allow to have follower sets for projects,
users, etc. too.

Inboxes are made independent from Person users because I'm going to give
Projects inboxes too.
2019-06-09 13:16:32 +00:00
..
2016_08_04.model Switch from persistent-parser to my own parser module 2019-05-07 00:58:44 +00:00
2016_09_01_just_workflow.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2016_09_01_just_workflow_prepare.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2016_09_01_rest.model Complete DB migration list, allowing to upgrade 2016-08-04 running instance 2018-03-27 14:28:56 +00:00
2019_01_28_project_collabs.model Default roles for repos and turn user/anon collab tables into proj/repo fields 2019-01-29 22:24:32 +00:00
2019_02_03_verifkey.model Add LocalURI type for recording shared URI host 2019-02-21 23:59:53 +00:00
2019_03_18_message.model In ticket comment tree, support mixing local and remote (federated) comments 2019-03-20 08:07:37 +00:00
2019_03_19.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2019_03_30.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2019_03_30_follower_set.model Make the DB migrations not depend on current model 2019-04-11 13:26:57 +00:00
2019_04_11.model Unfinished updated outbox handler 2019-04-11 13:44:44 +00:00
2019_04_12.model Implement outbox remote delivery, in handler and periodic, not used yet 2019-04-16 14:27:50 +00:00
2019_04_22.model Implement sharer inbox handler 2019-04-23 02:57:53 +00:00
2019_05_03.model Do inbox forwarding in project inbox handler 2019-05-03 21:04:53 +00:00
2019_05_17.model Smarter treatment of recipients that are collections 2019-05-17 22:42:01 +00:00
2019_05_24.model Rewrite the localMessageCreate migration to insert real activities 2019-05-25 12:44:09 +00:00
2019_06_02.model Render in advance and store comment content as HTML alongside Markdown source 2019-06-02 14:41:51 +00:00
2019_06_03.model Add ticketDescription DB entity field, containing pandoc-rendered HTML 2019-06-03 12:45:02 +00:00
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