summaryrefslogtreecommitdiff
path: root/utils.go (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysindex.go, ws.go: Fix race condition surrounding coursesRunxi Yu2-13/+21
6 dayscourses.go: Propagate course.Selected when setting up coursesRunxi Yu1-2/+7
6 daysws.go: Decrement course.Selected counter on commit failuresRunxi Yu1-0/+6
6 daysws.go: Reaffirm course choice when duplicate is requestedRunxi Yu1-5/+13
6 daysws.go: propagateCouldFail -> propagateIgnoreFailuresRunxi Yu1-2/+2
6 daysws.go, schema.sql: Enforce uniqueness of course choicesRunxi Yu2-43/+65
6 dayslint.sh: Disable yet another cyclomatic complexity checkerRunxi Yu1-1/+1
6 daysws.go, *.sql: Add course choices to the databaseRunxi Yu3-7/+47
6 dayspostgres_run.sh: Run in debug level 2Runxi Yu1-1/+1
7 daysws.go: propagate -> propagateCouldFailRunxi Yu1-3/+8
7 daysws.go: propagate course number updates in another goroutineRunxi Yu1-1/+1
7 daysauth.go: Add TODO about INSERTRunxi Yu1-0/+7
8 daysadmin_handbook: List configuration caveatsRunxi Yu1-3/+7
8 daysiadocs: cover_page.{html->htm}Runxi Yu2-353/+352
8 daysdocs, iadocs: RevampRunxi Yu6-352/+544
8 daysdocs: TeXinfo kinda sucks, removingRunxi Yu3-57/+0
8 daysws.go: Separate c.Write calls into writeText()Runxi Yu1-25/+17
8 daysutils.go, auth.go: Rename random to randomBytesRunxi Yu2-3/+3
8 daysmain.go: Actually repsect config.Perf.ReadHeaderTimeoutRunxi Yu1-1/+1
8 daysstyle.css: Misc enhancementsRunxi Yu1-29/+25
8 daysstyle.css: Break element specifiers onto its own line when longRunxi Yu1-6/+12
8 daysstyle.css: Rename --boxbg to --boxRunxi Yu1-13/+11
8 daysstyle.css: Add a dark themeRunxi Yu1-8/+28
8 daysstyle.css: Remove poorly-framed comment on --x-contrast colorsRunxi Yu1-5/+0
8 daysws.go, utils.go: Document some synchronization design choicesRunxi Yu2-1/+21
8 daysindex.html: Disable checkbox initially when .Selected >= MaxRunxi Yu1-0/+4
8 daysmain.js: Move connect(s) to the event listener directlyRunxi Yu1-6/+2
8 days{config,index}.go, cca.scfg.example, style.css, *.html: Link to sourceRunxi Yu6-14/+17
8 days*: Change license to AGPL-3.0-or-laterRunxi Yu13-238/+787
8 daysindex.go: Correct typoRunxi Yu1-1/+1
8 daysauth.go, config.go, cca.scfg.example: Issue expiring cookiesRunxi Yu3-2/+13
8 days{auth,index,ws}.go, schema.sql: Move session cookie into the user tableRunxi Yu4-55/+23
8 daysutils.go: Better logging for wstr()Runxi Yu1-1/+1
8 daysmain.js: Disable boxes when fullRunxi Yu1-0/+8
8 daysmain.js: Fix the IRC-style message parserRunxi Yu1-0/+4
8 daysindex.html, main.js, ws.go: Enhance course selection rejection messageRunxi Yu3-5/+9
9 daysmain.js: Handle "Y" (course selection approved)Runxi Yu1-0/+4
9 daysstyle.css: Remove styling for preformatted textRunxi Yu1-9/+0
8 daysws.go, config.go, config.scfg.example: Attempt to fix deadlockRunxi Yu3-4/+14
8 daysmain.js: Handle number updatesRunxi Yu1-0/+3
8 daysmain.js: Relocate a comment and remove a blank lineRunxi Yu1-2/+1
8 daysws.go: Attempt to propagate messagesRunxi Yu1-1/+11
8 daysws.go: Implement course choice limitsRunxi Yu1-0/+31
8 dayspre-commit hook: Use && to chain lint.sh and eslint.shRunxi Yu1-2/+1
8 daysmain.js: Add stub case "R" for course selection rejectedRunxi Yu1-0/+5
8 daysmain.js: Comments should be /* */ rather than //Runxi Yu1-2/+2
8 daysmain.js: Remove command "A" (authentication)Runxi Yu1-3/+0
8 daysauth.go: Document why we use a hybrid auth flowRunxi Yu1-1/+12
8 daysws.go: protocolError is now its own functionRunxi Yu1-28/+15
8 daysindex.html: Remind user to report connection closed errorsRunxi Yu1-0/+3