summaryrefslogtreecommitdiff
path: root/server/Handlers.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: expose jitsi rooms in maps list endpointstuebinm2022-04-061-1/+2
|
* server: fix map paths in apistuebinm2022-04-031-3/+3
|
* server: show helpful information for resultstuebinm2022-03-281-6/+6
| | | | | | This includes the backlink to the lobby (auto-generated only for now) and a "help!"-button for sending mails. Also general info regarding which commit was linted / published.
* server: keep (one) last good result per repostuebinm2022-03-201-7/+7
| | | | | (i.e. we want to still have a valid version of the map if new results where introduced)
* server: websocket for updates & auto-reloadstuebinm2022-03-191-12/+21
| | | | todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
* server: add a very simple relint buttonstuebinm2022-03-191-17/+32
|
* server: write out adjusted mapsstuebinm2022-03-191-3/+5
|
* server: add mapservice GET endpointstuebinm2022-03-191-40/+39
|
* internal state: sort according to orgstuebinm2022-03-191-9/+10
| | | | (also, more lenses i guess)
* server: repositores & orgs fixed in configstuebinm2022-03-191-66/+27
| | | | a very simple setup that might be usable for divoc and similar small events
* … several hours of fighting with TOML laterstuebinm2022-03-191-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-03-191-43/+38
| | | | it's slightly less of a mess than it was before
* server: added (somewhat) sensible loggingstuebinm2022-03-191-7/+8
| | | | it's not very sensible, but at least it exists
* server: admin interfacestuebinm2022-03-191-3/+10
| | | | (for now, just a list of all maps and their current status)
* server: proper job handlingstuebinm2022-03-191-44/+64
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-03-191-0/+85