summaryrefslogtreecommitdiff
path: root/server/HtmlOrphans.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-18switch to universum preludestuebinm1-1/+1
also don't keep adjusted maps around if not necessary
2022-02-17sprinkle some NFData everywherestuebinm1-2/+1
(also some evaluateNF, leading to slightly less memory usage)
2022-02-16server: add mapservice GET endpointstuebinm1-4/+4
2022-02-16internal state: sort according to orgstuebinm1-12/+13
(also, more lenses i guess)
2022-02-16server: repositores & orgs fixed in configstuebinm1-11/+13
a very simple setup that might be usable for divoc and similar small events
2022-02-15server: switch to universum prelude, some cleanupstuebinm1-26/+20
it's slightly less of a mess than it was before
2022-02-11server: admin interfacestuebinm1-23/+67
(for now, just a list of all maps and their current status)
2022-02-11server: present lint results in pretty htmlstuebinm1-42/+118
(this is mostly a rewrite / translation of the django templates built into rc3's hub)
2022-02-10server: simple servant-lucid stuffstuebinm1-0/+57