index
:
cca.git
master
[WIP] Co-curricular activities selection site (computer science internal assessment)
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
LICENSE
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
CSS: Fix media query
Runxi Yu
3
-30
/
+11
2024-10-24
Makefile: Don't setcap
Runxi Yu
1
-1
/
+0
2024-10-17
student.html: Prominently display "your choices have been confirmed"
Runxi Yu
1
-0
/
+1
2024-10-17
Makefile: Set capabilities to listen on 443, etc
Runxi Yu
1
-0
/
+1
2024-10-17
endpoint_newcourses.go, go.mod: Go 1.23.1 -> 1.22.1
Runxi Yu
2
-2
/
+5
2024-10-15
Add example Azure manifest
Runxi Yu
3
-5
/
+181
2024-10-15
Use groups in id_token instead of querying userinfo
Runxi Yu
4
-161
/
+69
2024-10-15
Update admin_handbook
Runxi Yu
1
-5
/
+12
2024-10-14
ws*.go: Error handilng update
Runxi Yu
9
-102
/
+40
2024-10-14
Remove minifier target
Runxi Yu
2
-8
/
+5
2024-10-14
Use pandoc/markdown for production documentation
Runxi Yu
4
-70
/
+50
2024-10-12
student.js: Less verbose handling of E
Runxi Yu
1
-1
/
+1
2024-10-12
*.go: Catch panics during requests
Runxi Yu
5
-2
/
+42
2024-10-12
*.go: Switch to log/slog for non-fatal logging
Runxi Yu
5
-41
/
+49
2024-10-12
student.js, eslint: Add semicolons
Runxi Yu
2
-146
/
+146
2024-10-12
student.js: Note how horrible it is
Runxi Yu
1
-0
/
+4
2024-10-12
latexify-source.sh: Make a function for \chapter
Runxi Yu
1
-20
/
+24
2024-10-12
latexify-source.sh: Don't do the relative path stuff
Runxi Yu
1
-22
/
+14
2024-10-12
ws_connection.go: Remove TODO that should be resolved elsewhere
Runxi Yu
1
-10
/
+0
2024-10-12
style.css: No sticky header
Runxi Yu
1
-9
/
+1
2024-10-12
endpoint_*.go: s/http.StatusInternalServerError/-1/
Runxi Yu
3
-28
/
+23
2024-10-12
.inc -> .texinc
Runxi Yu
10
-11
/
+11
2024-10-12
sethandler.go: Log errors from handlers
Runxi Yu
1
-1
/
+8
2024-10-12
*.go: Return and report errors from HTTP handlers
Runxi Yu
10
-424
/
+249
2024-10-12
.gitattributes
Runxi Yu
3
-2
/
+3
2024-10-12
{student,staff}.html: Fix column widths
v0.1.10
Runxi Yu
2
-2
/
+20
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
[next]