summaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* go.mod, go.sum: Remove UUIDRunxi Yu5 days1-1/+0
|
* go.mod: Fix module URLRunxi Yu11 days1-1/+1
|
* *: Overhaul structure again and embed everythingRunxi Yu11 days1-0/+23
| | | | | | | | - Remove sub-Makefiles; recursive make is annoying - Just use one top-level Makefile that builds everything - Embed templates and minified static resources into the binary - Embed all compiled documentation into the binary and serve - Embed all source into the binary and serve
* *.go: Move to backendRunxi Yu12 days1-23/+0
| | | | And adjust Makefiles, admin handbook, and lint.sh accordingly.
* Bump dependenciesRunxi Yu12 days1-3/+3
|
* {config,ws}.go, cca.scfg.example: Add fake auth supportRunxi Yu2024-10-021-0/+1
| | | | | Fake authentication is useful when benchmarking the server with an external program without going insane with the OpenID Connect forms.
* Bump dependenciesRunxi Yu2024-09-231-1/+1
|
* Bump dependenciesRunxi Yu2024-09-221-2/+2
|
* go.mod: Bump dependenciesRunxi Yu2024-09-121-7/+7
|
* *: Basic WebSocket connection may be established nowRunxi Yu2024-09-081-0/+1
|
* *: Basic authentication and templatesRunxi Yu2024-09-071-0/+18
| | | | | | | | 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.
* go.mod: Initialize go moduleRunxi Yu2024-09-071-0/+3