aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-28v0.0.13-releaseFChannel
2021-07-25showing post replies bug fixFChannel
2021-07-25fixed bug with escaping html less than symbol for parsing contentFChannel
2021-07-25fixed quote parsing bugFChannel
2021-07-25added modification to media banFChannel
2021-07-25fixed auto follow logic as well as out of sync followingFChannel
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-22null referenceFChannel
2021-07-22added banning media by saving hash in databaseFChannel
2021-07-22regex escape hyphens in regex for quote and repliesFChannel
2021-07-22added actor information requests to cache resets on server restartFChannel
2021-07-22removed media javascript parsing it on serverFChannel
2021-07-22fixed quote bug and moved comment parsing server side without javascriptFChannel
2021-07-17v0.0.11-releaseFChannel
2021-07-17Fixed typoFChannel
2021-07-17routing correctionsFChannel
2021-07-17bug fix for auto follow errorsFChannel
2021-07-15when using /g/followers or /g/following also follow the board gFChannel
2021-07-15can follow other boards followers or following by passing in the url you ↵FChannel
want to follow eg https://fchan.xyz/b/following and your board will follow all the boards that board is following or https://fchan.xyz/b/followers to follow all that boards followers
2021-07-15added auto follow for boardsFChannel
2021-07-13small correction to readmeFChannel
2021-07-13merge to developmentFChannel
2021-07-13Merge pull request #41 from GarfieldsPipe/masterFChannel0
Improve the README
2021-07-13replace dead remote linked media with not found pngFChannel
2021-07-13check post blacklist for caching other instances postsFChannel
2021-07-13added regex blacklist for posts in admin pageFChannel
2021-07-13Improve the READMEGarfieldsPipe
2021-07-08changed catalog image to previw image if availableFChannel
2021-07-07v0.0.8-releaseFChannel
2021-07-07fixed caching orderFChannel
2021-07-07made delete objects as thread and fixed following non-valid actor linksFChannel
2021-07-07check if onion link for media proxyFChannel
2021-07-07increased auto-refresh timerFChannel
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.