| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | {courses,ws}.go: Populate userCourseGroups for each connection | Runxi Yu | 2024-10-04 | 2 | -5/+63 |
* | courses.go, schema.sql: Validate course{Type,Group} in server, not SQL | Runxi Yu | 2024-10-04 | 4 | -30/+45 |
* | *.sql: New schema with ctypes and cgroups | Runxi Yu | 2024-10-04 | 3 | -18/+39 |
* | drop.sql: New SQL script to drop all tables | Runxi Yu | 2024-10-04 | 1 | -0/+3 |
* | auth.go: Improve display of OAuth 2.0 errors | Runxi Yu | 2024-10-04 | 1 | -4/+17 |
* | config.go: Return errors instead of panicing on auth.fake issues | Runxi Yu | 2024-10-04 | 1 | -3/+11 |
* | {config,main}.go, cca.scfg.example: Settable static path | Runxi Yu | 2024-10-04 | 3 | -13/+8 |
* | staff.html: Initial staff page | Runxi Yu | 2024-10-04 | 1 | -0/+149 |
* | student.html, *.js: {main->student}.js | Runxi Yu | 2024-10-04 | 2 | -1/+1 |
* | student.html: {{ .user.Name }} instead of Home in title | Runxi Yu | 2024-10-04 | 1 | -1/+1 |
* | bench.go, main.js: Use an HTTPS URL | Runxi Yu | 2024-10-04 | 2 | -2/+2 |
* | {config,main}.go, cca.scfg.example: Support TLS | Runxi Yu | 2024-10-04 | 3 | -8/+65 |
* | main.go, cca.scfg.example: Remove FastCGI support | Runxi Yu | 2024-10-04 | 2 | -9/+5 |
* | bench.go: Use more realistic connection numbers for now | Runxi Yu | 2024-10-04 | 1 | -4/+4 |
* | postgres_shell.sh: Delete as unnecessary | Runxi Yu | 2024-10-04 | 1 | -3/+0 |
* | bench: Add a bit more stress (30000 connections, 30s wait)v0.1.2 | Runxi Yu | 2024-10-03 | 1 | -2/+2 |
* | README.md, iadocs/{cover*, crita*}: Update documentation | Runxi Yu | 2024-10-03 | 3 | -39/+67 |
* | cca.scfg.example: Listen on 127.0.0.1:5555 only by default | Runxi Yu | 2024-10-03 | 1 | -3/+3 |
* | style.css: Update color scheme | Runxi Yu | 2024-10-03 | 1 | -22/+20 |
* | {config,ws}.go, cca.scfg.example: Allow same-user fake auth | Runxi Yu | 2024-10-03 | 3 | -15/+30 |
* | ws.go: Don't log chanPool changes | Runxi Yu | 2024-10-03 | 1 | -2/+0 |
* | schema.sql: users.expr should be BIGINT | Runxi Yu | 2024-10-03 | 1 | -1/+1 |
* | {ws,wsm}.go: Handle context cancellations | Runxi Yu | 2024-10-03 | 2 | -5/+94 |
* | student.html: Connection closed could be cause by a login elsewhere | Runxi Yu | 2024-10-03 | 1 | -0/+3 |
* | lint.sh: Disable nonamedreturns | Runxi Yu | 2024-10-03 | 1 | -1/+1 |
* | ws.go: Fix memory leak introduced in last commit | Runxi Yu | 2024-10-03 | 1 | -0/+7 |
* | ws.go: Fix first race condition in cancelPool management | Runxi Yu | 2024-10-03 | 1 | -13/+2 |
* | {main,ws,wsm}.go: Attempt to cancel old sessions | Runxi Yu | 2024-10-03 | 3 | -23/+87 |
* | README.md, student.html: Correct spelling | Runxi Yu | 2024-10-03 | 2 | -2/+2 |
* | README.md: Remove CI badges | Runxi Yu | 2024-10-03 | 1 | -6/+0 |
* | ws.go: Update comment on disallowed characters | Runxi Yu | 2024-10-02 | 1 | -5/+4 |
* | student.html: Update error messages to be a bit more friendly | Runxi Yu | 2024-10-02 | 1 | -6/+15 |
* | index.go, *.html: index->student, index_login->login | Runxi Yu | 2024-10-02 | 3 | -5/+5 |
* | index{,_login}.html: Improve accessibility | Runxi Yu | 2024-10-02 | 2 | -2/+4 |
* | main.js: Un-disable already-chosen courses during HELLO/HI | Runxi Yu | 2024-10-02 | 1 | -0/+1 |
* | index.html, style.css: Remove ID column because nobody cares | Runxi Yu | 2024-10-02 | 2 | -5/+3 |
* | main.js: Unset indeterminate when receiving N | Runxi Yu | 2024-10-02 | 1 | -0/+1 |
* | main.js: Set checkbox.indeterminate = true when unchecking | Runxi Yu | 2024-10-02 | 1 | -1/+1 |
* | tcourse.sql: Add 1000 of each course for testing | Runxi Yu | 2024-10-02 | 1 | -5/+5 |
* | bench: Don't log errors for now | Runxi Yu | 2024-10-02 | 1 | -3/+3 |
* | wsm.go, main.js: Use M for number, N for deselect | Runxi Yu | 2024-10-02 | 2 | -3/+6 |
* | Makefile: Add wsm.go to the source file list | Runxi Yu | 2024-10-02 | 1 | -1/+1 |
* | bench: Attempt to choose random courses | Runxi Yu | 2024-10-02 | 1 | -4/+18 |
* | bench: Add initial benchmarking suite | Runxi Yu | 2024-10-02 | 5 | -0/+106 |
* | {auth,utils,ws}.go: randomBytes -> randomString | Runxi Yu | 2024-10-02 | 3 | -4/+4 |
* | {config,ws}.go, cca.scfg.example: Add fake auth support | Runxi Yu | 2024-10-02 | 5 | -16/+72 |
* | style.css: message-box border 1px | Runxi Yu | 2024-10-02 | 1 | -1/+1 |
* | {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 |