| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2021-09-01 | moving stuff around | 1 | ||
| 2021-08-25 | Pg to bun (#148) | 1 | ||
| * start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes | ||||
| 2021-06-27 | Remote instance dereferencing (#70) | 1 | ||
| Remote instances are now dereferenced when they post to an inbox on a GtS instance. Dereferencing will be done first by checking the /api/v1/instance endpoint of an instance. If that doesn't work, /.well-known/nodeinfo will be checked. If that doesn't work, only a minimal representation of the instance will be stored. A new field was added to the Instance database model. To create it: alter table instances add column contact_account_username text; | ||||
