aboutsummaryrefslogtreecommitdiff
path: root/templates/sjdb-acks.html (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-03Static IPRunxi Yu1-1/+22
2024-06-03wifi.html: Disable mac-address-randomization and set cloned=permanentRunxi Yu1-0/+2
2024-06-03Use /srv/ykps/uploads for fbfpRunxi Yu1-1/+1
2024-06-02Add fbfp.nopeRunxi Yu1-4/+1
2024-06-02Add FBFPRunxi Yu3-1/+39
2024-06-01Add anchor href to captive portalRunxi Yu1-1/+1
2024-06-01Add WiFi pageRunxi Yu3-0/+82
2024-05-31Remove unnecessary Python version checkRunxi Yu1-70/+32
2024-05-31Recommend the gevent workerRunxi Yu1-1/+3
2024-05-27Use https://sj.ykps.net instead of https://ykps.runxiyu.orgRunxi Yu3-4/+5
2024-05-27Update links and READMEsRunxi Yu4-23/+18
2024-05-25Remove "." from inspiration timestampsRunxi Yu1-1/+1
2024-05-23Return 507 when there isn't enough disk spaceRunxi Yu1-5/+4
2024-05-23Always return flask.Response with a proper status codeRunxi Yu1-10/+13
2024-05-22/sjdb/submit: Make the metadata warning slightly more accurateRunxi Yu1-1/+1
2024-05-22Add /sjdb/unsub and return 501 not implementedRunxi Yu1-2/+7
2024-05-22Use basename instead of filesystem path when recording the filename into subm...Runxi Yu1-2/+2
2024-05-22Use basename instead of filesystem path when recording the filename into subm...Runxi Yu1-2/+2
2024-05-22Add license to HTML templatesRunxi Yu9-12/+42
2024-05-21replace erroneous `markdown code` with <code>HTML code</code>Runxi Yu1-1/+1
2024-05-21add guide on using cwebp to convert imagesRunxi Yu2-2/+2
2024-05-21privacy warning regarding image metadata; imagemagick usageRunxi Yu2-9/+30
2024-05-21add timestamp to submission recordsRunxi Yu1-6/+5
2024-05-21reformatRunxi Yu1-4/+1
2024-05-21parse the authorization header instead of relying on the WSGI server passing itRunxi Yu1-14/+32
2024-05-21Revert "add raw exception type for raw tracebacks"Runxi Yu1-26/+6
2024-05-21add raw exception type for raw tracebacksRunxi Yu1-6/+26
2024-05-21reading submissions or submitted files require simple token authenticationRunxi Yu3-16/+34
2024-05-21misc html/css changesRunxi Yu2-5/+5
2024-05-21decrease paddings, reorder anon radioboxesRunxi Yu2-6/+6
2024-05-21fix previous commit's missing argumentRunxi Yu1-1/+1
2024-05-21/sjdb/submit: use authentication, not some stupid fake contextRunxi Yu1-2/+1
2024-05-21/sjdb/submit: explain how the JavaScript check is usedRunxi Yu1-2/+3
2024-05-21css: make textareas and buttons look saneRunxi Yu1-10/+28
2024-05-21remember to set the nginx max request sizeRunxi Yu1-0/+2
2024-05-21friendlier "form doesn't have required arguments" and "request too large" mes...Runxi Yu1-6/+26
2024-05-21the "anon" field is unnecessary when saving jsonRunxi Yu1-2/+0
2024-05-21record the username when anon="yes"Runxi Yu1-29/+31
2024-05-21allow listing submissionsRunxi Yu1-2/+10
2024-05-21allow getting filesRunxi Yu1-6/+47
2024-05-21update DEPLOY.mdRunxi Yu1-0/+2
2024-05-21also write the submission file to a proper placeRunxi Yu1-11/+41
2024-05-21delete_on_close only for Python >= 3.12Runxi Yu1-10/+21
2024-05-21throw empty submissions into the teapotRunxi Yu1-0/+4
2024-05-21raise RunxiError when there isn't enough disk spaceRunxi Yu2-4/+12