aboutsummaryrefslogtreecommitdiff
path: root/database.go
AgeCommit message (Expand)Author
2021-08-18experimental type change for times: string to time.TimeKushBlazingJudah
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 when...FChannel
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 loc...FChannel
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
2021-07-03In case the PEM key is missing, do not fail too hard.sageman_
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 ac...FChannel
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 tombston...FChannel
2021-06-06correct post ordering when following instanceFChannel
2021-06-03cleaned up file namesFChannel