| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | {auth,db,wsm}.go: Make 23505 (uniqueness violation) a constant | Runxi Yu | 2024-10-01 | 3 | -2/+4 |
* | main.js: Only try to mark courses as checked if mar[1] !== ""v0.1.1 | Runxi Yu | 2024-10-01 | 1 | -3/+5 |
* | main.js: Everything should be after DOMContentLoaded | Runxi Yu | 2024-10-01 | 1 | -99/+101 |
* | style.css: Make light header background lighter | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
* | style.css: Remove thick table border | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
* | wsm.go, main.js: Display the user's selected courses on first runv0.1.0 | Runxi Yu | 2024-10-01 | 2 | -2/+22 |
* | style.css: Switch the header to a grey theme | Runxi Yu | 2024-10-01 | 1 | -4/+8 |
* | style.css: Revert back to blue theme | Runxi Yu | 2024-10-01 | 1 | -3/+5 |
* | {ws,wsm}.go: Split message handlers into their own functions | Runxi Yu | 2024-10-01 | 2 | -124/+182 |
* | lint.sh: Disable dogsled and unparam | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
* | {auth,ws}.go: Remove unnecessary TODOs | Runxi Yu | 2024-10-01 | 2 | -19/+2 |
* | ws.go: Allow deselecting courses | Runxi Yu | 2024-10-01 | 1 | -0/+34 |
* | lint.sh: Disable yet another cyclomatic complexity checker | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
* | ws.go: Fix logic error when reaffirming a course choice | Runxi Yu | 2024-10-01 | 1 | -2/+2 |
* | {main,pw}.go, Makefile, index_login.html: Remove password auth stub | Runxi Yu | 2024-10-01 | 4 | -92/+1 |
* | ws.go: protocolError instead of R on unexpected database errors | Runxi Yu | 2024-10-01 | 1 | -23/+7 |
* | index.go, ws.go: Fix race condition surrounding courses | Runxi Yu | 2024-10-01 | 2 | -13/+21 |
* | courses.go: Propagate course.Selected when setting up courses | Runxi Yu | 2024-10-01 | 1 | -2/+7 |
* | ws.go: Decrement course.Selected counter on commit failures | Runxi Yu | 2024-10-01 | 1 | -0/+6 |
* | ws.go: Reaffirm course choice when duplicate is requested | Runxi Yu | 2024-10-01 | 1 | -5/+13 |
* | ws.go: propagateCouldFail -> propagateIgnoreFailures | Runxi Yu | 2024-10-01 | 1 | -2/+2 |
* | ws.go, schema.sql: Enforce uniqueness of course choices | Runxi Yu | 2024-10-01 | 2 | -43/+65 |
* | lint.sh: Disable yet another cyclomatic complexity checker | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
* | ws.go, *.sql: Add course choices to the database | Runxi Yu | 2024-10-01 | 3 | -7/+47 |
* | postgres_run.sh: Run in debug level 2 | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
* | ws.go: propagate -> propagateCouldFail | Runxi Yu | 2024-10-01 | 1 | -3/+8 |
* | ws.go: propagate course number updates in another goroutine | Runxi Yu | 2024-10-01 | 1 | -1/+1 |
* | auth.go: Add TODO about INSERT | Runxi Yu | 2024-10-01 | 1 | -0/+7 |
* | admin_handbook: List configuration caveats | Runxi Yu | 2024-09-30 | 1 | -3/+7 |
* | iadocs: cover_page.{html->htm} | Runxi Yu | 2024-09-30 | 2 | -353/+352 |
* | docs, iadocs: Revamp | Runxi Yu | 2024-09-30 | 6 | -352/+544 |
* | docs: TeXinfo kinda sucks, removing | Runxi Yu | 2024-09-30 | 3 | -57/+0 |
* | ws.go: Separate c.Write calls into writeText() | Runxi Yu | 2024-09-30 | 1 | -25/+17 |
* | utils.go, auth.go: Rename random to randomBytes | Runxi Yu | 2024-09-30 | 2 | -3/+3 |
* | main.go: Actually repsect config.Perf.ReadHeaderTimeout | Runxi Yu | 2024-09-30 | 1 | -1/+1 |
* | style.css: Misc enhancements | Runxi Yu | 2024-09-30 | 1 | -29/+25 |
* | style.css: Break element specifiers onto its own line when long | Runxi Yu | 2024-09-30 | 1 | -6/+12 |
* | style.css: Rename --boxbg to --box | Runxi Yu | 2024-09-30 | 1 | -13/+11 |
* | style.css: Add a dark theme | Runxi Yu | 2024-09-30 | 1 | -8/+28 |
* | style.css: Remove poorly-framed comment on --x-contrast colors | Runxi Yu | 2024-09-30 | 1 | -5/+0 |
* | ws.go, utils.go: Document some synchronization design choices | Runxi Yu | 2024-09-30 | 2 | -1/+21 |
* | index.html: Disable checkbox initially when .Selected >= Max | Runxi Yu | 2024-09-30 | 1 | -0/+4 |
* | main.js: Move connect(s) to the event listener directly | Runxi Yu | 2024-09-30 | 1 | -6/+2 |
* | {config,index}.go, cca.scfg.example, style.css, *.html: Link to source | Runxi Yu | 2024-09-30 | 6 | -14/+17 |
* | *: Change license to AGPL-3.0-or-later | Runxi Yu | 2024-09-30 | 13 | -238/+787 |
* | index.go: Correct typo | Runxi Yu | 2024-09-30 | 1 | -1/+1 |
* | auth.go, config.go, cca.scfg.example: Issue expiring cookies | Runxi Yu | 2024-09-30 | 3 | -2/+13 |
* | {auth,index,ws}.go, schema.sql: Move session cookie into the user table | Runxi Yu | 2024-09-30 | 4 | -55/+23 |
* | utils.go: Better logging for wstr() | Runxi Yu | 2024-09-30 | 1 | -1/+1 |
* | main.js: Disable boxes when full | Runxi Yu | 2024-09-30 | 1 | -0/+8 |