summaryrefslogtreecommitdiff
path: root/server/Handlers.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: add mapservice GET endpointstuebinm2022-02-161-40/+39
|
* internal state: sort according to orgstuebinm2022-02-161-9/+10
| | | | (also, more lenses i guess)
* server: repositores & orgs fixed in configstuebinm2022-02-161-66/+27
| | | | a very simple setup that might be usable for divoc and similar small events
* … several hours of fighting with TOML laterstuebinm2022-02-161-28/+33
| | | | | | WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA?? (and who decided to write the least obvious combinator library to parse it?)
* server: switch to universum prelude, some cleanupstuebinm2022-02-151-43/+38
| | | | it's slightly less of a mess than it was before
* server: added (somewhat) sensible loggingstuebinm2022-02-121-7/+8
| | | | it's not very sensible, but at least it exists
* server: admin interfacestuebinm2022-02-111-3/+10
| | | | (for now, just a list of all maps and their current status)
* server: proper job handlingstuebinm2022-02-071-44/+64
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-02-071-0/+85