aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-03Implement auto-reload functionalitysageman_
A constant 5 second reload interval instead of increasing the reload intervals by 5 seconds every time so that the user does not miss any time sensitive posts. This also works with the invalid captcha patch.
2021-07-02removed javascript for post validation because it broke board creationFChannel
2021-07-02fix board remainder calculationknotteye
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-02Merge pull request #29 from knotteye/captchaFChannel0
Alert user to bad captcha instead of changing the page
2021-07-02Alert user to bad captcha instead of changing the pageknotteye
2021-07-02Merge branch 'master' into masterAmelia
2021-07-02Display most recents news item and create a table for boardsknotteye
2021-07-02added anchor links for index.html and public instance indexing tweakFChannel
2021-07-02Merge branch 'FChannel0:master' into masterAmelia
2021-07-01Make news list links to full page news articlesknotteye
2021-07-01Add a list of local boards and server newsknotteye
2021-07-01flushed out version of tripcode with secure trips and instancesalt added to ↵FChannel
config
2021-07-01linkify text and use imageboard name to identify itknotteye
2021-07-01fixed css to align post formFChannel
2021-07-01Merge pull request #24 from 153/patch-1FChannel0
Changed "top.html" width of board title
2021-06-30using FingerActor does not work for main instance had to fixFChannel
2021-06-30fixed federation bug with the TO field for sending activity streams. Added ↵FChannel
delay in indexing so the indexing inpoint cant be abused by non federated actors
2021-06-30Changed "top.html" width of board title153
When the width of that div is only 400px, surprise! Your board title can only be one or two words before it breaks. I do think having line breaks is sensible, so I widened it.
2021-07-01Merge pull request #22 from knotteye/masterFChannel0
return user to catalog when posting from catalog
2021-06-30return user to catalog when posting from catalogknotteye
2021-06-30added instance index in config as opt in to be more user friedlyFChannel
2021-06-29check for nil pointer referenceFChannel
2021-06-29fix for tor instances and displaying mediaFChannel
2021-06-29...... missing closing parenthesisFChannel
2021-06-29check that fails since server hasnt come online yet to check the actor need ↵FChannel
a better fix
2021-06-29added public instance tracking when instance is createdFChannel
2021-06-28tor placeholder image for catalog pageFChannel
2021-06-28null element missing id valueFChannel
2021-06-28added onion temp fix for error in null elementFChannel
2021-06-28added tor image in place of broken links. if user is using tor they just ↵FChannel
click the image to view it
2021-06-28removed creating client key fileFChannel
2021-06-28changed all time to UTC to sync better regardless of server timeformatFChannel
2021-06-28tor proxy, added server version in faq, increased verification timeFChannel
2021-06-28added proxy wrapper with tor supportFChannel
2021-06-28Merge with masterFChannel
2021-06-25corrected newline escapingFChannel
2021-06-25more cleaning up to better intergrate with plemroma standards. can verify ↵FChannel
signatures better
2021-06-25expanded header signature support to known possible values at this timeFChannel
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-17replacing quotes for hover preview because it breaks without itFChannel
2021-06-17escaping quotes to not break hover, it will probably still breakFChannel
2021-06-17added html meta data as well as basic hover effect on linksFChannel
2021-06-06nil actor variables for deleting postsFChannel
2021-06-06checks for main actor when adding boards and followingFChannel
2021-06-06basic header signature conversionFChannel