aboutsummaryrefslogtreecommitdiff
path: root/static/bottom.html
AgeCommit message (Collapse)Author
2021-10-04fix for reply box offset off screenFChannel
2021-08-18themeable popupKushBlazingJudah
2021-07-03fixed bug with reply/report box not closing when submitting postFChannel
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-06-30return user to catalog when posting from catalogknotteye
2021-06-19admin can mark objects as senstiveFChannel
2021-06-19added sensitive content checkbox for uploadFChannel
2021-05-30more route redirection cleanupFChannel
2021-01-28max length for input fieldsFChannel
2021-01-28reporting requires captchaFChannel
2021-01-22client to server conversionFChannel