summaryrefslogtreecommitdiff
path: root/bench/go.sum (unfollow)
Commit message (Expand)AuthorFilesLines
13 daysMove AGPL out of the primary appendix documentRunxi Yu3-688/+685
13 dayslatexify-source.sh: Use a function instead of copying code aroundRunxi Yu1-55/+23
2024-10-10deploy.sh: Update sed expressionRunxi Yu1-1/+1
2024-10-10student.js: Use wss://cca.runxiyu.org/wsv0.1.9Runxi Yu1-1/+1
2024-10-10README.md: Remove "(WIP)"Runxi Yu1-1/+1
2024-10-10Revert "auth.go: Set SameSite=Strict"Runxi Yu1-1/+1
2024-10-10*.html: s/IA Docs/IA/gRunxi Yu4-4/+4
2024-10-10auth.go: Set SameSite=StrictRunxi Yu1-1/+1
2024-10-10Implement course selection started/stopped statesRunxi Yu10-21/+135
2024-10-10staff.html: Add search functionalityRunxi Yu1-0/+11
2024-10-10state.go: Cancel connections when setting state 0Runxi Yu1-8/+16
2024-10-10newcourses.go: setupCourses must be run after commitRunxi Yu1-10/+11
2024-10-10wsc.go: Check newCtx.Done() when entering other event casesRunxi Yu1-12/+25
2024-10-10wsh.go: Remove old TODO about limiting connections per userRunxi Yu1-7/+0
2024-10-10wsh.go: Remove TODO about checking pgErrRunxi Yu1-1/+0
2024-10-10export.go: Remove unnecessary TODORunxi Yu1-1/+1
2024-10-10auth.go: Remove access token expiration fields and related TODORunxi Yu1-14/+5
2024-10-10auth.go: Remove TODO about implementing nonce checksRunxi Yu1-7/+0
2024-10-10auth.go: Remove TODO about using ON CONFLICTRunxi Yu1-7/+0
2024-10-10Replace tcourse.sql with an example importable CSVRunxi Yu3-14/+15
2024-10-10Validate course group and course type when importing from CSVRunxi Yu1-0/+24
2024-10-10Allow staff to upload a CSV containing coursesRunxi Yu6-39/+432
2024-10-10export.go: Remove unnecessary fields from user queryRunxi Yu1-3/+3
2024-10-10style.css: Fix file selector buttonsRunxi Yu1-1/+7
2024-10-09{wsp,wsx}.go: Move comment about RFC1459-like message formatRunxi Yu2-23/+23
2024-10-09auth.go, schema.sql: Add "confirmed" field to usersRunxi Yu2-2/+3
2024-10-09index.go, student_disabled.html: Repsect state = 0Runxi Yu3-17/+98
2024-10-09*.go, schema.sql, staff.html: Implement state settingRunxi Yu7-3/+187
2024-10-09*.go, tmpl/staff.html: Allow staff to export choicesRunxi Yu6-2/+250
2024-10-09staff.html: Update from students.html and only display link to /exportRunxi Yu1-112/+5
2024-10-09docs/fields.txt: RemoveRunxi Yu1-27/+0
2024-10-09{courses,wsc}.go: Atomic 64-bit alignmentRunxi Yu2-4/+7
2024-10-09wsc.go: Use sync.Map for cancelPool to reduce lock contentionRunxi Yu1-21/+10
2024-10-09student.html: Use separate columns for Selected and MaxRunxi Yu1-2/+9
2024-10-09eslint.sh: Call eslint directly rather than through npxRunxi Yu1-1/+1
2024-10-09*.go: Update commentsRunxi Yu8-30/+17
2024-10-09bench.go: Update number of coursesRunxi Yu1-1/+1
2024-10-09student.js: Don't N then Y the same course on selectv0.1.8Runxi Yu1-1/+1
2024-10-09student.{html,js}: Deselect courses in the same group when selectingRunxi Yu2-5/+7
2024-10-09student.html: Slightly better looks around tickboxRunxi Yu1-8/+10
2024-10-09tcourse.sql: Add more example CCAsRunxi Yu1-5/+13
2024-10-09{courses,index}.go, student.html, style.css: Group by course groupRunxi Yu4-20/+34
2024-10-09student.html: Simplify JSRunxi Yu1-2/+1
2024-10-09index.go, {login,student}.html: Use structs rather than maps for tmplRunxi Yu3-22/+28
2024-10-09*.go: Use sync.Map instead of map[int]*courseT for coursesRunxi Yu6-73/+115
2024-10-09{courses,wsc,wsp}.go: Usems should be sync.MapRunxi Yu3-19/+12
2024-10-08{courses,wsc,wsm}.go: map[courseGroupT](bool->struct{})Runxi Yu3-8/+8
2024-10-08style.css: Work around Firefox bug 217769Runxi Yu1-0/+8
2024-10-08*.go: Further wrap errorsRunxi Yu6-24/+52
2024-10-08err.go: Create, and unify some error definitionsRunxi Yu5-38/+55