aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix previous commit's missing argumentRunxi Yu2024-05-211-1/+1
|
* /sjdb/submit: use authentication, not some stupid fake contextRunxi Yu2024-05-211-2/+1
| | | | error introduced in 9d0d0ac48a7f208696629f216b53ca4019446a2e
* /sjdb/submit: explain how the JavaScript check is usedRunxi Yu2024-05-211-2/+3
|
* css: make textareas and buttons look saneRunxi Yu2024-05-211-10/+28
|
* remember to set the nginx max request sizeRunxi Yu2024-05-211-0/+2
|
* friendlier "form doesn't have required arguments" and "request too large" ↵Runxi Yu2024-05-211-6/+26
| | | | messages
* the "anon" field is unnecessary when saving jsonRunxi Yu2024-05-211-2/+0
|
* record the username when anon="yes"Runxi Yu2024-05-211-29/+31
|
* allow listing submissionsRunxi Yu2024-05-211-2/+10
|
* allow getting filesRunxi Yu2024-05-211-6/+47
|
* update DEPLOY.mdRunxi Yu2024-05-211-0/+2
|
* also write the submission file to a proper placeRunxi Yu2024-05-211-11/+41
|
* delete_on_close only for Python >= 3.12Runxi Yu2024-05-211-10/+21
|
* throw empty submissions into the teapotRunxi Yu2024-05-211-0/+4
|
* raise RunxiError when there isn't enough disk spaceRunxi Yu2024-05-212-4/+12
|
* add silly dev.sh script to run in dev modeRunxi Yu2024-05-211-0/+5
|
* save temporary files correctlyRunxi Yu2024-05-211-6/+20
|
* implement basic file upload savingRunxi Yu2024-05-211-16/+20
|
* remove the debugging "if a or True"Runxi Yu2024-05-211-1/+1
|
* case-insensitive development environment testRunxi Yu2024-05-211-1/+1
|
* update the error/teapot system againRunxi Yu2024-05-215-60/+32
|
* add typing to the error handling functionsRunxi Yu2024-05-211-7/+7
|
* reformat pythonRunxi Yu2024-05-211-2/+10
|
* add missing </article> in oops and teapotRunxi Yu2024-05-212-0/+2
|
* Add teapot and axolotlRunxi Yu2024-05-213-12/+76
|
* Global error handler + basic form handlingRunxi Yu2024-05-213-17/+68
|
* further rant about microsoft formsRunxi Yu2024-05-211-1/+1
|
* Add a section on why we don't use Microsoft FormsRunxi Yu2024-05-211-0/+1
|
* proxy_fixRunxi Yu2024-05-211-0/+4
|
* Fix last commit's silly typoRunxi Yu2024-05-211-1/+1
|
* ms auth: fix production redirect URLRunxi Yu2024-05-211-1/+6
|
* Add basic authentication for sjdb-submit; add error pageRunxi Yu2024-05-205-7/+147
|
* correct typingRunxi Yu2024-05-202-22/+33
|
* /sjdb/submit: Basic form handling (uh... echoing)Runxi Yu2024-05-202-13/+39
|
* add WSGI/gohttp site info into sjdb-index.htmlRunxi Yu2024-05-201-0/+2
|
* split sjdb into index and aboutRunxi Yu2024-05-204-11/+42
|
* Acknowledge the Go rewriteRunxi Yu2024-05-202-0/+2
|
* Add sr.ht project hub linkRunxi Yu2024-05-192-0/+2
|
* Acknowledge the new sjdb-build.git repoRunxi Yu2024-05-194-1/+6
|
* Remove Azure VerificationRunxi Yu2024-05-181-4/+0
|
* Another Azure VerificationRunxi Yu2024-05-181-1/+1
|
* Another Azure VerificationRunxi Yu2024-05-181-1/+1
|
* Another Azure VerificationRunxi Yu2024-05-181-1/+1
|
* Add Microsoft Publisher Domain verificationRunxi Yu2024-05-181-0/+4
|
* README.md: clarify that this README comes from ykps-wsgiRunxi Yu2024-05-171-2/+3
|
* Update the index links, againRunxi Yu2024-05-171-8/+17
|
* Update linksRunxi Yu2024-05-172-5/+18
|
* Add primitive sjdb/submit pageRunxi Yu2024-05-175-8/+97
|
* Replace README.md, make DEPLOY.mdRunxi Yu2024-05-172-96/+110
|
* Add /versionRunxi Yu2024-05-171-0/+4
|