aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysstyle.css: Switch the header to a grey themeRunxi Yu1-4/+8
4 daysstyle.css: Revert back to blue themeRunxi Yu1-3/+5
4 days{ws,wsm}.go: Split message handlers into their own functionsRunxi Yu2-124/+182
4 dayslint.sh: Disable dogsled and unparamRunxi Yu1-1/+1
4 days{auth,ws}.go: Remove unnecessary TODOsRunxi Yu2-19/+2
4 daysws.go: Allow deselecting coursesRunxi Yu1-0/+34
4 dayslint.sh: Disable yet another cyclomatic complexity checkerRunxi Yu1-1/+1
4 daysws.go: Fix logic error when reaffirming a course choiceRunxi Yu1-2/+2
4 days{main,pw}.go, Makefile, index_login.html: Remove password auth stubRunxi Yu4-92/+1
4 daysws.go: protocolError instead of R on unexpected database errorsRunxi Yu1-23/+7
4 daysindex.go, ws.go: Fix race condition surrounding coursesRunxi Yu2-13/+21
4 dayscourses.go: Propagate course.Selected when setting up coursesRunxi Yu1-2/+7
4 daysws.go: Decrement course.Selected counter on commit failuresRunxi Yu1-0/+6
4 daysws.go: Reaffirm course choice when duplicate is requestedRunxi Yu1-5/+13
4 daysws.go: propagateCouldFail -> propagateIgnoreFailuresRunxi Yu1-2/+2
4 daysws.go, schema.sql: Enforce uniqueness of course choicesRunxi Yu2-43/+65
4 dayslint.sh: Disable yet another cyclomatic complexity checkerRunxi Yu1-1/+1
4 daysws.go, *.sql: Add course choices to the databaseRunxi Yu3-7/+47
4 dayspostgres_run.sh: Run in debug level 2Runxi Yu1-1/+1
4 daysws.go: propagate -> propagateCouldFailRunxi Yu1-3/+8
4 daysws.go: propagate course number updates in another goroutineRunxi Yu1-1/+1
4 daysauth.go: Add TODO about INSERTRunxi Yu1-0/+7
5 daysadmin_handbook: List configuration caveatsRunxi Yu1-3/+7
5 daysiadocs: cover_page.{html->htm}Runxi Yu2-353/+352
5 daysdocs, iadocs: RevampRunxi Yu6-352/+544
5 daysdocs: TeXinfo kinda sucks, removingRunxi Yu3-57/+0
5 daysws.go: Separate c.Write calls into writeText()Runxi Yu1-25/+17
5 daysutils.go, auth.go: Rename random to randomBytesRunxi Yu2-3/+3
5 daysmain.go: Actually repsect config.Perf.ReadHeaderTimeoutRunxi Yu1-1/+1
5 daysstyle.css: Misc enhancementsRunxi Yu1-29/+25
5 daysstyle.css: Break element specifiers onto its own line when longRunxi Yu1-6/+12
5 daysstyle.css: Rename --boxbg to --boxRunxi Yu1-13/+11
5 daysstyle.css: Add a dark themeRunxi Yu1-8/+28
5 daysstyle.css: Remove poorly-framed comment on --x-contrast colorsRunxi Yu1-5/+0
5 daysws.go, utils.go: Document some synchronization design choicesRunxi Yu2-1/+21
5 daysindex.html: Disable checkbox initially when .Selected >= MaxRunxi Yu1-0/+4
5 daysmain.js: Move connect(s) to the event listener directlyRunxi Yu1-6/+2
5 days{config,index}.go, cca.scfg.example, style.css, *.html: Link to sourceRunxi Yu6-14/+17
5 days*: Change license to AGPL-3.0-or-laterRunxi Yu13-238/+787
5 daysindex.go: Correct typoRunxi Yu1-1/+1
5 daysauth.go, config.go, cca.scfg.example: Issue expiring cookiesRunxi Yu3-2/+13
5 days{auth,index,ws}.go, schema.sql: Move session cookie into the user tableRunxi Yu4-55/+23
5 daysutils.go: Better logging for wstr()Runxi Yu1-1/+1
5 daysmain.js: Disable boxes when fullRunxi Yu1-0/+8
5 daysmain.js: Fix the IRC-style message parserRunxi Yu1-0/+4
5 daysindex.html, main.js, ws.go: Enhance course selection rejection messageRunxi Yu3-5/+9
6 daysmain.js: Handle "Y" (course selection approved)Runxi Yu1-0/+4
6 daysstyle.css: Remove styling for preformatted textRunxi Yu1-9/+0
6 daysws.go, config.go, config.scfg.example: Attempt to fix deadlockRunxi Yu3-4/+14
6 daysmain.js: Handle number updatesRunxi Yu1-0/+3