summaryrefslogtreecommitdiff
path: root/tmpl/staff.html (unfollow)
Commit message (Expand)AuthorFilesLines
13 days{config,ws}.go, cca.scfg.example: Remove chanPool/SendQRunxi Yu3-59/+0
13 daysws.go: &usemT{} //exhaustruct:ignoreRunxi Yu1-1/+1
13 daysws.go: Check error of populateUserCourseGroupsRunxi Yu1-1/+4
13 dayswsm.go: Omit comparison to bool constantRunxi Yu1-1/+1
13 dayswsm.go: Report error when course doesn't existRunxi Yu1-0/+8
13 days{courses,sem,ws,wsm}.go: Second step towards an efficient state propagatorRunxi Yu4-16/+24
13 days{courses,sem,ws}.go: First step towards an efficient state propagatorRunxi Yu3-6/+110
13 daysgo.sum: go mod tidy (removing old checksums)Runxi Yu1-6/+0
13 daysws.go: Index chanPool by userID, rather than session cookieRunxi Yu1-5/+2
13 days{main,utils,ws}.go: Initialize cancelPool directly tooRunxi Yu3-25/+1
13 daysBump dependenciesRunxi Yu2-3/+9
13 days{main,ws}.go: Initialize chanPool directly instead of setupChanPool()Runxi Yu2-22/+1
13 dayscourses.go: ReformatRunxi Yu1-1/+1
13 days{courses,wsm}.go: Add getCourseByIDRunxi Yu2-10/+8
13 days{courses,wsm}.go: Add (*courseT).decrementSelectedAndPropagateRunxi Yu2-24/+15
13 days{courses,ws,wsm}.go: Update userCourseGroups during choose/unchooseRunxi Yu3-12/+51
13 daysconfig.go: Emit warning when fake auth is enabledRunxi Yu1-0/+2
13 daysbench.go: Don't close request bodyRunxi Yu1-6/+0
13 days{courses,ws}.go: Populate userCourseGroups in a separate functionRunxi Yu2-32/+35
13 days{courses,ws}.go: Populate userCourseGroups for each connectionRunxi Yu2-5/+63
13 dayscourses.go, schema.sql: Validate course{Type,Group} in server, not SQLRunxi Yu4-30/+45
13 days*.sql: New schema with ctypes and cgroupsRunxi Yu3-18/+39