aboutsummaryrefslogtreecommitdiff
path: root/server/server.go
AgeCommit message (Collapse)Author
2020-04-13SimplifyBen Burwell
2018-08-22Make all handlers methods of appNiall Sheridan
Merge server setup and helpers from web.go into server.go Handlers moved to handlers.go
2018-08-10Add Microsoft auth providerKevin Lyda
Microsoft uses JSON Web Tokens (JWT) as OAuth tokens. These can run to many thousands of characters which are too long for TTYs. Work around this by base64-encoding the token and chunk it into smaller pieces. Closes #70
2018-08-10Fix LetsEncrypt supportNiall Sheridan
2018-08-09Remove gRPCNiall Sheridan
This hasn't been enabled in a while due to gRPC limitations
2017-06-17Disable grpc multiplexerNiall Sheridan
2017-02-20Split the servers out of mainNiall Sheridan