aboutsummaryrefslogtreecommitdiff
path: root/client.go
AgeCommit message (Collapse)Author
2021-10-03Allow instances to work without fchan.xyzanomalous69
2021-08-01fix inactive instance check and archive bugFChannel
2021-07-31added pop route for removing archived posts. removed seeing archive page ↵FChannel
when not archived posts.
2021-07-31removed javascript causing errors and updated readme with xmpp roomFChannel
2021-07-31added archive page and viewingFChannel
2021-07-30removed shortImg and convertSize javascript to serversideFChannel
2021-07-30moved parseContent to template to cut down on unnecessary loopsFChannel
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-25fixed bug with escaping html less than symbol for parsing contentFChannel
2021-07-25fixed quote parsing bugFChannel
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-22added banning media by saving hash in databaseFChannel
2021-07-22regex escape hyphens in regex for quote and repliesFChannel
2021-07-22removed media javascript parsing it on serverFChannel
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-07check if onion link for media proxyFChannel
2021-07-07added media proxy for remote linksFChannel
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-03added report reason to admin manage pageFChannel
2021-07-03add some styling to news pull requestFChannel
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-02fix board remainder calculationknotteye
2021-07-02show only the last 3 news items on index, link to a page with all news itemsknotteye
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-01Make news list links to full page news articlesknotteye
2021-07-01Add a list of local boards and server newsknotteye
2021-07-01linkify text and use imageboard name to identify itknotteye
2021-06-30return user to catalog when posting from catalogknotteye
2021-06-29check for nil pointer referenceFChannel
2021-06-29added public instance tracking when instance is createdFChannel
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-28added proxy wrapper with tor supportFChannel
2021-06-24changed activitystream formating for objects to better align with pleromas ↵FChannel
actor field
2021-06-17added html meta data as well as basic hover effect on linksFChannel
2021-06-06removed redundent functionsFChannel
2021-05-30added finger methods for getting the actorFChannel
2021-05-12admin tripcodeFChannel
2021-02-23added fix for special characters in board name, also escaped some characters ↵FChannel
for regex. might be some missing edge cases
2021-02-19cleaned up db functionsFChannel
2021-02-18changes to catalog db queriesFChannel
2021-02-18limit number of post and replies queried for page views with paginationFChannel
2021-02-16cut down catalog query to only grab opFChannel