aboutsummaryrefslogtreecommitdiff
path: root/outboxPost.go
AgeCommit message (Collapse)Author
2022-06-19first steps in posting connected. can make reply with no quote or quote OPFChannel
do not recommend working on this branch for the time being since things are being moved around a lot
2022-06-19restructured code base to prevent circular dependiciesFChannel
2022-06-19it compiles nowKushBlazingJudah
2022-06-19last commit of the nightKushBlazingJudah
2022-06-19restructuring part 5KushBlazingJudah
2022-06-19goimportsKushBlazingJudah
2022-06-19restructuring, part 1 of manyKushBlazingJudah
2022-06-19remove unnecessary reflect usageKushBlazingJudah
2022-06-19needs furthur testingFChannel
2022-06-19fix for federating issue when everyone is not following each other and ↵FChannel
comments are lost.
2021-10-04fix for faking post IDsFChannel
2021-08-15go fmtKushBlazingJudah
2021-08-02unarchive when remote deleteFChannel
2021-07-31added archive page and viewingFChannel
2021-07-30added removal of inactive instances from following/followers after 24hrsFChannel
2021-07-25added modification to media banFChannel
2021-07-25fixed auto follow logic as well as out of sync followingFChannel
2021-07-23added cross post support. could blow up if referencing a link that is not ↵FChannel
local to the database or cache.
2021-07-22null referenceFChannel
2021-07-22added banning media by saving hash in databaseFChannel
2021-07-17bug fix for auto follow errorsFChannel
2021-07-15added auto follow for boardsFChannel
2021-06-30fixed federation bug with the TO field for sending activity streams. Added ↵FChannel
delay in indexing so the indexing inpoint cant be abused by non federated actors
2021-06-28added proxy wrapper with tor supportFChannel
2021-06-25more cleaning up to better intergrate with plemroma standards. can verify ↵FChannel
signatures better
2021-06-24changed activitystream formating for objects to better align with pleromas ↵FChannel
actor field
2021-06-19added sensitive content checkbox for uploadFChannel
2021-06-06nil actor variables for deleting postsFChannel
2021-06-06verifying outbox activity requests with signature integrationFChannel
2021-06-06signature verify arguments mixed up fixFChannel
2021-06-06better handling of follow when instance is offlineFChannel
2021-06-06changed naming to reflect more of what is being done for deleting or ↵FChannel
tombstone of an object
2021-06-06correct post ordering when following instanceFChannel
2021-06-04added exif removal from jpeg, png imagesFChannel
2021-06-04added verfication based on signature header with pem keysFChannel
2021-06-03cleaned up file namesFChannel