aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2021-06-06basic header signature conversionFChannel
2021-06-06verifying outbox activity requests with signature integrationFChannel
2021-06-06better handling when delete or deleteattachment when cannot connect to ↵FChannel
origin instance
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-04added exif removal from jpeg, png imagesFChannel
2021-06-04added verfication based on signature header with pem keysFChannel
2021-06-04added activity sign and verify with pem keysFChannel
2021-06-03cleaned up file namesFChannel
2021-06-03deleteing objects and cache objects put into single db commandsFChannel
2021-06-03cleaning up removing postsFChannel
2021-06-01changed actor to type Group and other clean upFChannel
2021-05-31you should not be able to see verify page without modkeyFChannel
2021-05-31missed the countFChannel
2021-05-31Merge pull request #13 from knotteye/masterFChannel0
Better accept header parsing
2021-05-30added finger methods for getting the actorFChannel
2021-05-30more route redirection cleanupFChannel
2021-05-30Better accept header parsingknotteye
2021-05-30added publickeypem to actor activity requestsFChannel
2021-05-30added pem keys to users accountsFChannel
2021-05-30added webfinger discovery for boardsFChannel
2021-05-30removed Header Referer for re routing since it does not work for all ↵FChannel
browsers ie IceCat
2021-05-14tripcode empty fixFChannel
2021-05-13improved tripcodesFChannel
2021-05-13moved creating database schema into main programFChannel
2021-05-12admin tripcodeFChannel
2021-04-26close reported fixFChannel
2021-04-26noko fixFChannel
2021-04-26new line after quoteFChannel
2021-02-23added fix for special characters in board name, also escaped some characters ↵FChannel
for regex. might be some missing edge cases
2021-02-19cleaned up db functionsFChannel
2021-02-18limit number of post and replies queried for page views with paginationFChannel
2021-02-16cut down catalog query to only grab opFChannel
2021-02-04when merging boards into a feed show the board color based on posts ↵FChannel
restrictions
2021-02-03sorted board listFChannel
2021-02-01changed to base 36 for post idsFChannel
2021-01-31preload metadata of video to see first frameFChannel
2021-01-30regex fix for pagnationFChannel
2021-01-30removed get captcha urlFChannel
2021-01-30fix for pagnationFChannel
2021-01-30trip code name supportFChannel
2021-01-28view individual post from urlFChannel
2021-01-28removed delete request inside DB deleteFChannel
2021-01-28delete objects local and remoteFChannel
2021-01-28nil pointers .........FChannel
2021-01-28if OP, send to OP followersFChannel
2021-01-28sending post to followers of To adjustmentFChannel
2021-01-28auth for all activity reqFChannel
2021-01-28removed \n from tripcodeFChannel
2021-01-28added reason to report dbFChannel