aboutsummaryrefslogtreecommitdiff
path: root/src/Sproxy/Server/DB.hs
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06Reformat with modern hindent 5.2.7Igor Pashev1-2/+5
2017-08-06Format with hindentIgor Pashev1-96/+117
2017-05-13Add end-point for checking access in a bunchIgor Pashev1-14/+29
2017-02-07Oops ¯\_(ツ)_/¯Igor Pashev1-1/+1
2016-12-18BREAKING: no wildcards for domain namesIgor Pashev1-2/+2
This feature was ambiguous (in the same way as paths are) and never used anyway.
2016-11-26Refactored data importIgor Pashev1-63/+54
Use persistent prepared statements for PostgreSQL data source. Import should be faster from now on.
2016-11-26Populate permission database from a fileIgor Pashev1-2/+44
2016-11-25Make sure all HTTP headers are UTF8-encodedIgor Pashev1-5/+3
Especially X-Family-Name, X-Given-Name. Since we get all the data from JSON and JSON is in UTF8 by default RFC 7159, we are safe. Refactored to make it less error-prone and to get as small number of encoding/decoding as possible.
2016-11-19Initial release (1.90.0)1.90.0Igor Pashev1-0/+189