aboutsummaryrefslogtreecommitdiff
path: root/Database.go
AgeCommit message (Expand)Author
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 restrict...FChannel
2021-01-28quick fix for post and attachment countFChannel
2021-01-28quote bug fixFChannel
2021-01-28view individual post from urlFChannel
2021-01-28removed delete request inside DB deleteFChannel
2021-01-28delete objects local and remoteFChannel
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-26check for duplicate replies in dbFChannel
2021-01-26tombstone cache postsFChannel
2021-01-26individual post view cacheFChannel
2021-01-25removed duplicated To fieldsFChannel
2021-01-25feedback loop fix with getting actor collectionFChannel
2021-01-25follow cache syncFChannel
2021-01-24getting cached repliesFChannel
2021-01-24reply feedback loop fixFChannel
2021-01-24removed cachereplies to consolidate into replies dbFChannel
2021-01-24domain routing bugFChannel
2021-01-23caching progressFChannel
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-18too many remote requests, tried to mitigate for getting post countsFChannel
2021-01-18fix for syncing local and remote post count totalsFChannel
2021-01-18fixed sql injection vulnerabilites.FChannel
2021-01-17support for preview imagesFChannel
2021-01-17added go mod and config-initFChannel
2021-01-15fixed double post problem maybe.....FChannel
2021-01-13initial commitFChannel