aboutsummaryrefslogtreecommitdiff
path: root/wsh.go (unfollow)
Commit message (Collapse)AuthorFilesLines
3 daysMakefile: Set capabilities to listen on 443, etcRunxi Yu1-0/+1
3 daysendpoint_newcourses.go, go.mod: Go 1.23.1 -> 1.22.1Runxi Yu2-2/+5
I need to support 1.22.1 because that's what Fedora 40 has
6 daysAdd example Azure manifestRunxi Yu3-5/+181
6 daysUse groups in id_token instead of querying userinfoRunxi Yu4-161/+69
6 daysUpdate admin_handbookRunxi Yu1-5/+12
6 daysws*.go: Error handilng updateRunxi Yu9-102/+40
6 daysRemove minifier targetRunxi Yu2-8/+5
7 daysUse pandoc/markdown for production documentationRunxi Yu4-70/+50
8 daysstudent.js: Less verbose handling of ERunxi Yu1-1/+1
8 days*.go: Catch panics during requestsRunxi Yu5-2/+42
8 days*.go: Switch to log/slog for non-fatal loggingRunxi Yu5-41/+49
References: https://todo.sr.ht/~runxiyu/cca/11
8 daysstudent.js, eslint: Add semicolonsRunxi Yu2-146/+146
I don't really want to learn automatic semicolon insertion rules now
8 daysstudent.js: Note how horrible it isRunxi Yu1-0/+4
9 dayslatexify-source.sh: Make a function for \chapterRunxi Yu1-20/+24
9 dayslatexify-source.sh: Don't do the relative path stuffRunxi Yu1-22/+14
9 daysws_connection.go: Remove TODO that should be resolved elsewhereRunxi Yu1-10/+0
9 daysstyle.css: No sticky headerRunxi Yu1-9/+1
9 daysendpoint_*.go: s/http.StatusInternalServerError/-1/Runxi Yu3-28/+23
9 days.inc -> .texincRunxi Yu10-11/+11
9 dayssethandler.go: Log errors from handlersRunxi Yu1-1/+8
References: https://todo.sr.ht/~runxiyu/cca/11
9 days*.go: Return and report errors from HTTP handlersRunxi Yu10-424/+249
We still need to fix error handling from WebSockets References: https://todo.sr.ht/~runxiyu/cca/10
9 days.gitattributesRunxi Yu3-2/+3
9 days{student,staff}.html: Fix column widthsv0.1.10Runxi Yu2-2/+20
References: https://todo.sr.ht/~runxiyu/cca/14
9 daysstudent.js: Display confirmed table when HI is after YCRunxi Yu1-0/+35
9 daysAllow exporting student list with confirmed attributeRunxi Yu4-4/+147
9 daysstudent.js: ReformatRunxi Yu1-28/+29
9 daysendpoint_export.go: Strip leading s from student IDRunxi Yu1-1/+1
9 daysgo.mod, go.sum: Remove UUIDRunxi Yu2-3/+0
9 daysAdd course metadata course_id and section_id for PowerSchoolRunxi Yu5-21/+44
9 daysAdd confirmed courses table to confirmed stateRunxi Yu2-2/+36
9 dayswsmsg_{un,}confirm.go: Check course selections open stateRunxi Yu2-0/+24
9 daysAdd confirmed dialogue on the client side (table not added yet)Runxi Yu7-64/+213
9 days{wsmsg_hello,confirm}.go: Send confirmed stateRunxi Yu3-3/+51
9 dayscancelled -> canceledRunxi Yu7-13/+16
9 daysShow required course types on frontend tooRunxi Yu3-4/+74
9 daysBackend confirm course type minimum checkRunxi Yu10-48/+295
We still need to: - Implement YC and NC on the frontend - Reject Y and N when confirmed - Export list of confirmed users
9 daysDisplay allowed groups/types on csv error; course{Group,Type}T -> stringRunxi Yu8-30/+37
9 daysiadocs: Use Inconsolatazi4Runxi Yu2-2/+2
9 daysiadocs: Include iadocs's own codeRunxi Yu3-1/+7
9 daysiadocs: AGPL \texttt -> \urlRunxi Yu1-2/+2
9 daysiadocs: Appendix updateRunxi Yu3-11/+37
9 dayslatexify-source.sh: CSS is of language CSS, not JavaScriptRunxi Yu1-1/+1
9 daysendpoint_index.go: Fix bug of not returning after rendering login pageRunxi Yu1-1/+1
9 daysRemove benchmarking utilityRunxi Yu4-134/+0
9 daysReduce code repetition and remove fake authenticationRunxi Yu9-349/+157
9 days*.go: Use wrapError() for brevityRunxi Yu13-91/+53
9 daysDon't pass session ID to WebSocket routinesRunxi Yu5-13/+1
9 daysdrop.sql: DROP TABLE misc;Runxi Yu1-0/+1
9 daysRename tmpl -> templatesRunxi Yu8-10/+7
9 days*.go: Restructure backend filesRunxi Yu14-143/+161