summaryrefslogtreecommitdiff
path: root/server/HtmlOrphans.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-11use template haskell aeson, not genericsstuebinm1-4/+4
this has been bothering me for MONTHS, and it compiles faster now. also fixed some warnings
2022-04-05server: less boring output for very successful mapsstuebinm1-8/+16
(actually i feel like there should be an easteregg or sth for maps that really pass everything, but i can't think of something fitting)
2022-03-28server: add a howto linkstuebinm1-2/+4
2022-03-28server: show helpful information for resultstuebinm1-22/+49
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.
2022-03-20server: use fdp as dot layout modestuebinm1-17/+19
(though apparently there's no way to set the -LC option? would look much nicer with that …)
2022-03-20server: better html outputstuebinm1-5/+7
2022-03-20server: keep (one) last good result per repostuebinm1-1/+1
(i.e. we want to still have a valid version of the map if new results where introduced)
2022-03-19server: fix an annoying spacestuebinm1-2/+1
2022-03-19server: small html improvementsstuebinm1-3/+6
bootstrap is horrible and should be replaced
2022-03-19server: don't hardcode the websocket domain/protocolstuebinm1-1/+2
2022-03-19server: websocket for updates & auto-reloadstuebinm1-14/+29
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
2022-03-19server: add a very simple relint buttonstuebinm1-2/+16
2022-03-19switch to universum preludestuebinm1-1/+1
also don't keep adjusted maps around if not necessary
2022-03-19sprinkle some NFData everywherestuebinm1-2/+1
(also some evaluateNF, leading to slightly less memory usage)
2022-03-19server: add mapservice GET endpointstuebinm1-4/+4
2022-03-19internal state: sort according to orgstuebinm1-12/+13
(also, more lenses i guess)
2022-03-19server: repositores & orgs fixed in configstuebinm1-11/+13
a very simple setup that might be usable for divoc and similar small events
2022-03-19server: switch to universum prelude, some cleanupstuebinm1-26/+20
it's slightly less of a mess than it was before
2022-03-19server: admin interfacestuebinm1-23/+67
(for now, just a list of all maps and their current status)
2022-03-19server: present lint results in pretty htmlstuebinm1-42/+118
(this is mostly a rewrite / translation of the django templates built into rc3's hub)
2022-03-19server: simple servant-lucid stuffstuebinm1-0/+57