aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-19theme news, fix mod pageKushBlazingJudah
2021-08-19hack fix mod pagesKushBlazingJudah
2021-08-19data-utcKushBlazingJudah
2021-08-18catalog styleKushBlazingJudah
2021-08-18experimental type change for times: string to time.TimeKushBlazingJudah
idk what i was doing before this but i wanted to use time.Time to get something similar to how 4chan's timestamps work, it would've also been easier for scripts to interface with it, since we have data we can work with much easier than a string i am not sure what this means for federation yet, so i'll test it out before i do anything.
2021-08-18themeable popupKushBlazingJudah
2021-08-18theme newpost at top of pageKushBlazingJudah
2021-08-18it worksKushBlazingJudah
2021-08-18rudimentary theme switchingKushBlazingJudah
2021-08-17Merge pull request #1 from KushBlazingJudah/darkmodeWeedSmokingJew
merge in darkmode
2021-08-17Merge pull request #51 from KushBlazingJudah/developmentFChannel0
go fmt and docker configuration
2021-08-16= -> ==KushBlazingJudah
2021-08-16extremely basic themes supportKushBlazingJudah
2021-08-16devchan why the hell did you use style attributesKushBlazingJudah
2021-08-16move main css to its own fileKushBlazingJudah
2021-08-15reword docker section on readmeKushBlazingJudah
2021-08-15default value argument for GetConfigValueKushBlazingJudah
2021-08-15dockerKushBlazingJudah
2021-08-15imagemagick should output to stderr if we failKushBlazingJudah
2021-08-15redis configKushBlazingJudah
2021-08-15go fmtKushBlazingJudah
2021-08-02unarchive when remote deleteFChannel
2021-08-01changed inactive time limit to 48hrs checks every 24FChannel
2021-08-01fix inactive instance check and archive bugFChannel
2021-07-31changed timeout time for requestsFChannel
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-30can post with javascript disabledFChannel
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-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