aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
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
2021-01-28max length for input fieldsFChannel
2021-01-28need to verify remote post auth to save to cacheFChannel
2021-01-28reporting requires captchaFChannel
2021-01-28dont write to cache if local actorFChannel
2021-01-28added red board layoutFChannel
2021-01-26tombstone cache postsFChannel
2021-01-26fixed nokoFChannel
2021-01-26individual post view cacheFChannel
2021-01-25if following add actor To fieldFChannel
2021-01-25activity To logic for followers to send toFChannel
2021-01-25dont add activity actor to To listFChannel
2021-01-25send activity to all followers of To fieldFChannel
2021-01-25removed duplicated To fieldsFChannel
2021-01-25feedback loop fix with getting actor collectionFChannel
2021-01-25follow cache syncFChannel
2021-01-24removed cachereplies to consolidate into replies dbFChannel
2021-01-24local actibity checkFChannel
2021-01-24more caching progressFChannel
2021-01-24domain routing bugFChannel
2021-01-23caching progressFChannel
2021-01-23foundation for cache retrievalFChannel
2021-01-22client to server conversionFChannel
2021-01-20cleaned up if else routing statmentFChannel
2021-01-20added actor object to context jsonFChannel
2021-01-19function to make preview image of attachment imageFChannel
2021-01-19cache system and follow/follower connectionsFChannel
2021-01-18fix for syncing local and remote post count totalsFChannel
2021-01-18removed test board from mainFChannel
2021-01-18fixed sql injection vulnerabilites.FChannel