Vervis/migrations
fr33domlover 8fc5c80dd6 New Network.FedURI with separate URI modes for dev and for fediverse
FedURIs, until now, have been requiring HTTPS, and no port number, and DNS
internet domain names. This works just fine on the forge fediverse, but it
makes local dev builds much less useful.

This patch introduces URI types that have a type tag specifying one of 2 modes:

- `Dev`: Works with URIs like `http://localhost:3000/s/fr33`
- `Fed`: Works with URIs like `https://dev.community/s/fr33`

This should allow even to run multiple federating instances for development,
without needing TLS or reverse proxies or editing the hosts files or anything
like that.
2019-07-23 13:59:48 +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 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 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 Switch OutboxItem's Activity from plain BL to an upgraded PersistJSONObject 2019-06-29 03:19:00 +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 New Network.FedURI with separate URI modes for dev and for fediverse 2019-07-23 13:59:48 +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
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