index
:
cca.git
master
[WIP] Co-curricular activities selection site (computer science internal assessment)
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
fields.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-12
student.js: Display confirmed table when HI is after YC
Runxi Yu
1
-0
/
+35
2024-10-12
Allow exporting student list with confirmed attribute
Runxi Yu
4
-4
/
+147
2024-10-12
student.js: Reformat
Runxi Yu
1
-28
/
+29
2024-10-12
endpoint_export.go: Strip leading s from student ID
Runxi Yu
1
-1
/
+1
2024-10-12
go.mod, go.sum: Remove UUID
Runxi Yu
2
-3
/
+0
2024-10-12
Add course metadata course_id and section_id for PowerSchool
Runxi Yu
5
-21
/
+44
2024-10-12
Add confirmed courses table to confirmed state
Runxi Yu
2
-2
/
+36
2024-10-12
wsmsg_{un,}confirm.go: Check course selections open state
Runxi Yu
2
-0
/
+24
2024-10-12
Add confirmed dialogue on the client side (table not added yet)
Runxi Yu
7
-64
/
+213
2024-10-12
{wsmsg_hello,confirm}.go: Send confirmed state
Runxi Yu
3
-3
/
+51
2024-10-12
cancelled -> canceled
Runxi Yu
7
-13
/
+16
2024-10-12
Show required course types on frontend too
Runxi Yu
3
-4
/
+74
2024-10-11
Backend confirm course type minimum check
Runxi Yu
10
-48
/
+295
2024-10-11
Display allowed groups/types on csv error; course{Group,Type}T -> string
Runxi Yu
8
-30
/
+37
2024-10-11
iadocs: Use Inconsolatazi4
Runxi Yu
2
-2
/
+2
2024-10-11
iadocs: Include iadocs's own code
Runxi Yu
3
-1
/
+7
2024-10-11
iadocs: AGPL \texttt -> \url
Runxi Yu
1
-2
/
+2
2024-10-11
iadocs: Appendix update
Runxi Yu
3
-11
/
+37
2024-10-11
latexify-source.sh: CSS is of language CSS, not JavaScript
Runxi Yu
1
-1
/
+1
2024-10-11
endpoint_index.go: Fix bug of not returning after rendering login page
Runxi Yu
1
-1
/
+1
2024-10-11
Remove benchmarking utility
Runxi Yu
4
-134
/
+0
2024-10-11
Reduce code repetition and remove fake authentication
Runxi Yu
9
-349
/
+157
2024-10-11
*.go: Use wrapError() for brevity
Runxi Yu
13
-91
/
+53
2024-10-11
Don't pass session ID to WebSocket routines
Runxi Yu
5
-13
/
+1
2024-10-11
drop.sql: DROP TABLE misc;
Runxi Yu
1
-0
/
+1
2024-10-11
Rename tmpl -> templates
Runxi Yu
8
-10
/
+7
2024-10-11
*.go: Restructure backend files
Runxi Yu
14
-143
/
+161
2024-10-11
Combine "Enrichment" and "Culture" into "Non-sport"
Runxi Yu
2
-12
/
+10
2024-10-11
courses.go: courseTypes should be a map[courseTypeT]struct{}
Runxi Yu
1
-4
/
+4
2024-10-11
Separate wsm.go into a file for each function
Runxi Yu
3
-155
/
+215
2024-10-11
Move AGPL out of the primary appendix document
Runxi Yu
3
-688
/
+685
2024-10-11
latexify-source.sh: Use a function instead of copying code around
Runxi Yu
1
-55
/
+23
2024-10-10
deploy.sh: Update sed expression
Runxi Yu
1
-1
/
+1
2024-10-10
student.js: Use wss://cca.runxiyu.org/ws
v0.1.9
Runxi Yu
1
-1
/
+1
2024-10-10
README.md: Remove "(WIP)"
Runxi Yu
1
-1
/
+1
2024-10-10
Revert "auth.go: Set SameSite=Strict"
Runxi Yu
1
-1
/
+1
2024-10-10
*.html: s/IA Docs/IA/g
Runxi Yu
4
-4
/
+4
2024-10-10
auth.go: Set SameSite=Strict
Runxi Yu
1
-1
/
+1
2024-10-10
Implement course selection started/stopped states
Runxi Yu
10
-21
/
+135
2024-10-10
staff.html: Add search functionality
Runxi Yu
1
-0
/
+11
2024-10-10
state.go: Cancel connections when setting state 0
Runxi Yu
1
-8
/
+16
2024-10-10
newcourses.go: setupCourses must be run after commit
Runxi Yu
1
-10
/
+11
2024-10-10
wsc.go: Check newCtx.Done() when entering other event cases
Runxi Yu
1
-12
/
+25
2024-10-10
wsh.go: Remove old TODO about limiting connections per user
Runxi Yu
1
-7
/
+0
2024-10-10
wsh.go: Remove TODO about checking pgErr
Runxi Yu
1
-1
/
+0
2024-10-10
export.go: Remove unnecessary TODO
Runxi Yu
1
-1
/
+1
2024-10-10
auth.go: Remove access token expiration fields and related TODO
Runxi Yu
1
-14
/
+5
2024-10-10
auth.go: Remove TODO about implementing nonce checks
Runxi Yu
1
-7
/
+0
2024-10-10
auth.go: Remove TODO about using ON CONFLICT
Runxi Yu
1
-7
/
+0
2024-10-10
Replace tcourse.sql with an example importable CSV
Runxi Yu
3
-14
/
+15
[next]