summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: Further restructuringRunxi Yu12 days1-0/+12
|
* *.go: Move to backendRunxi Yu12 days1-2/+0
| | | | And adjust Makefiles, admin handbook, and lint.sh accordingly.
* Makefile: BSD Make also supports wildcards in targetsRunxi Yu12 days1-1/+1
|
* Makefile: Add sem.go to source file listRunxi Yu12 days1-1/+1
|
* Makefile: Add wsm.go to the source file listRunxi Yu2024-10-021-1/+1
|
* {main,pw}.go, Makefile, index_login.html: Remove password auth stubRunxi Yu2024-10-011-1/+1
| | | | | | | | | | I don't think password authentication is really useful, since Microsoft Entra ID is the "proper" way of doing authentication in our school system and there's just little reason to have a password login. I previously wanted to use password authentication for stress testing, but stress testing really could just use completely fake authentication and there's no need for any password whatsoever.
* Makefile: Update number of Go filesRunxi Yu2024-09-241-1/+1
|
* *: Display coursesRunxi Yu2024-09-081-1/+1
|
* *: Basic WebSocket connection may be established nowRunxi Yu2024-09-081-1/+1
|
* *: Basic authentication and templatesRunxi Yu2024-09-071-0/+2
These are imported from FBFP and slightly modified to be specific to YKPS (while not being hard to port to other environments that use APIs that use OAUTH 2.0). Some code is also simplified. Database code still needs an audit, and things are not tested yet.