aboutsummaryrefslogtreecommitdiff
path: root/static/js
AgeCommit message (Collapse)Author
2021-08-20fix a couple problemsKushBlazingJudah
2021-08-18themeable popupKushBlazingJudah
2021-08-18theme newpost at top of pageKushBlazingJudah
2021-08-18it worksKushBlazingJudah
2021-08-18rudimentary theme switchingKushBlazingJudah
2021-08-16= -> ==KushBlazingJudah
2021-08-16extremely basic themes supportKushBlazingJudah
2021-07-31removed javascript causing errors and updated readme with xmpp roomFChannel
2021-07-30removed shortImg and convertSize javascript to serversideFChannel
2021-07-07increased auto-refresh timerFChannel
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-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-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-03cleaning up removing postsFChannel
2021-06-01changed actor to type Group and other clean upFChannel
2021-05-12adjusted reply-box clippingFChannel
2021-05-12cleaned up manage page styleFChannel
2021-04-26new line after quoteFChannel
2021-02-23added fix for special characters in board name, also escaped some characters ↵FChannel
for regex. might be some missing edge cases
2021-01-28reply popup box bottom htmlFChannel
2021-01-28reporting requires captchaFChannel
2021-01-28dont write to cache if local actorFChannel
2021-01-28added red board layoutFChannel
2021-01-26fixed nokoFChannel
2021-01-26individual post view cacheFChannel
2021-01-22client to server conversionFChannel