aboutsummaryrefslogtreecommitdiff
path: root/database.go
AgeCommit message (Collapse)Author
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