aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general housekeepingstuebinm2024-04-171-7/+7
| | | | | jumps to GHC2021 as default language, adds in some fields, moves the old org mode glossary to markdown, etc.
* yaml be imprecise & confusingstuebinm2023-01-281-0/+3
|
* config: prefer env varsstuebinm2023-01-221-1/+1
|
* oauth2 via uffdstuebinm2023-01-221-2/+2
| | | | | | this is unfortunately uffd-specific, since oauth2 is apparently sort of a vague standard. But since it doesn't actually do much it should probably be possible to make it fully configurable & generic if needed.
* some config thingyesodstuebinm2022-08-281-14/+27
| | | | | works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh
* make connstring configurable at runtimestuebinm2022-06-181-1/+7
|
* generate javascript functionsstuebinm2022-06-171-0/+24
| | | | | | (this is commented out in the cabal file, since unfortunately the servant-js package is broken in nixpkgs and therefore otherwise breaks the nix build process … but it can be used "by hand")
* foreign keys are a thingstuebinm2022-06-161-23/+5
| | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
* actually use the databasestuebinm2022-06-161-3/+8
| | | | | | (at least for a few simple things) Also, more modules!
* generate OpenAPI docsstuebinm2022-06-101-22/+22
| | | | lots of lenses in this stuff :(
* restructure GTFS typesstuebinm2022-06-061-1/+1
| | | | | | | unfortunately doesn't quite get rid of all the type family still since it's just too useful … but does reduce it somewhat. Also, maps are much easier for looking things up than vectors!
* basic server setupstuebinm2022-06-051-287/+20
|
* initial hackingstuebinm2022-06-051-0/+308