aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-07added media proxy for remote linksFChannel
2021-07-04minor corrections to faqFChannel
2021-07-04Merge pull request #33 from the-sageman/faq-and-rulesFChannel0
Improve the static pages a bit
2021-07-04Oops, forgot that the description was relocatedsageman_
On another note, it would be nice if the description was in one place
2021-07-04Merge branch 'development' of https://github.com/FChannel0/FChannel-Server ↵sageman_
into faq-and-rules # Conflicts: # client.go # static/faq.html
2021-07-03formating changes for local board grid when there is only 1 or 2 boardsFChannel
2021-07-03new development version for trackingFChannel
2021-07-03added report reason to admin manage pageFChannel
2021-07-03fixed bug with reply/report box not closing when submitting postFChannel
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-03Merge pull request #32 from the-sageman/autoreloadFChannel0
Implement auto-reload
2021-07-03Merge pull request #27 from knotteye/masterFChannel0
Home page improvements and news system
2021-07-03Improve the static pages a bitsageman_
They were *begging* for grammar corrections after all. The FAQ should now be a bit more newbie-friendly now.
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-03Preserve reply and report window statessageman_
Especially important since auto-reload gets rid of what you wrote without this patch except for those who use the classic reply form. However, this introduces a lot of bloat to the code and a lot of data kept on the client-side. Perhaps we could implement a no JavaScript version? Also semicolons because apparently JavaScript is *this* forgiving.
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