aboutsummaryrefslogtreecommitdiff
path: root/database.go
AgeCommit message (Collapse)Author
2022-06-19check for double replies in dbFChannel
2021-08-18experimental type change for times: string to time.TimeKushBlazingJudah
idk what i was doing before this but i wanted to use time.Time to get something similar to how 4chan's timestamps work, it would've also been easier for scripts to interface with it, since we have data we can work with much easier than a string i am not sure what this means for federation yet, so i'll test it out before i do anything.
2021-08-15go fmtKushBlazingJudah
2021-08-01changed inactive time limit to 48hrs checks every 24FChannel
2021-08-01fix inactive instance check and archive bugFChannel
2021-07-31added pop route for removing archived posts. removed seeing archive page ↵FChannel
when not archived posts.
2021-07-31added archive page and viewingFChannel
2021-07-30added removal of inactive instances from following/followers after 24hrsFChannel
2021-07-28added soft thread limits. they are not physically archived yetFChannel
2021-07-25showing post replies bug fixFChannel
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-22fixed quote bug and moved comment parsing server side without javascriptFChannel
2021-07-15added auto follow for boardsFChannel
2021-07-13added regex blacklist for posts in admin pageFChannel
2021-07-03added report reason to admin manage pageFChannel
2021-07-03fixed error with CreatePublicKeyFromPrivate with empty actorFChannel
2021-07-03add some styling to news pull requestFChannel
2021-07-03Merge pull request #35 from the-sageman/pem-failsafeFChannel0
In case the PEM key is missing, do not fail too hard.
2021-07-03In case the PEM key is missing, do not fail too hard.sageman_
Tell the administrator in a friendly matter that they are an idiot and they should seek assistance in generating a new keypair and telling everyone about it.
2021-07-02add deletion of news itemsknotteye
2021-07-02show only the last 3 news items on index, link to a page with all news itemsknotteye
2021-07-02select a specific number of news items from the databaseknotteye
2021-07-01Make news list links to full page news articlesknotteye
2021-07-01Add a list of local boards and server newsknotteye
2021-06-28changed all time to UTC to sync better regardless of server timeformatFChannel
2021-06-24changed activitystream formating for objects to better align with pleromas ↵FChannel
actor field
2021-06-19admin can mark objects as senstiveFChannel
2021-06-19added sensitive content checkbox for uploadFChannel
2021-06-06verifying outbox activity requests with signature integrationFChannel
2021-06-06sql typosFChannel
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-03cleaned up file namesFChannel