summaryrefslogtreecommitdiff
path: root/server/HtmlOrphans.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch to universum preludestuebinm2022-02-181-1/+1
| | | | also don't keep adjusted maps around if not necessary
* sprinkle some NFData everywherestuebinm2022-02-171-2/+1
| | | | (also some evaluateNF, leading to slightly less memory usage)
* server: add mapservice GET endpointstuebinm2022-02-161-4/+4
|
* internal state: sort according to orgstuebinm2022-02-161-12/+13
| | | | (also, more lenses i guess)
* server: repositores & orgs fixed in configstuebinm2022-02-161-11/+13
| | | | a very simple setup that might be usable for divoc and similar small events
* server: switch to universum prelude, some cleanupstuebinm2022-02-151-26/+20
| | | | it's slightly less of a mess than it was before
* server: admin interfacestuebinm2022-02-111-0/+177
(for now, just a list of all maps and their current status)