41 Commits (e6e859ec48d47f2f7f6a1d69fe64e20147c0c841)

Author SHA1 Message Date
Kegan Dougal bacc0eebb5 Return Authenticated:false rather than 404ing on missing sessions - it makes life much easier 8 years ago
Kegan Dougal b5e0665c64 Allow github webhooks to be explicitly removed 8 years ago
Kegan Dougal aea0e3a104 Split up github service into 2 services 8 years ago
Kegan Dougal 0e5716da1a Add TODO explaining why the mutex storage is bad and what a better solution is 8 years ago
Kegan Dougal 4772d10cbd Join webhook rooms on Register() 8 years ago
Kegan Dougal 26a17ab3d6 Mutex-guard services with the same ID being modified concurrently 8 years ago
Kegan Dougal 0f60be3ffc Create delta webhooks in GithubService.Register() 8 years ago
Kegan Dougal 97a292c65f Change how Services are notified for incoming !commands and expansions 8 years ago
Kegan Dougal 479055748c Log what the clients send us for debugging purposes 8 years ago
Kegan Dougal cacdc632a4 More logging 8 years ago
Kegan Dougal 24a2ffc6bb Also apply base64 encoding to realm redirect paths and use URL-safe base64 8 years ago
Kegan Dougal 8e6955efd5 Base64 encode the service ID in the webhook path 8 years ago
Kegan Dougal 0e9411e559 s/Session/Info/ given it isn't an AuthSession object 8 years ago
Kegan Dougal 34eca3984f List possible GH repos on /getSession 8 years ago
Kegan Dougal cb0fcbf2ad s/GET/POST/ 8 years ago
Kegan Dougal 4c340dd016 s/GET/POST/ 8 years ago
Kegan Dougal b3ff1cd54a Add endpoint for GETing AuthSession information for a user/realm tuple 8 years ago
Kegan Dougal d3ecdc0662 Add endpoint to GET a Service config 8 years ago
Kegan Dougal 5d08ba7368 Handle incoming JIRA webhook requests 8 years ago
Kegan Dougal 5026b90b52 Create services with JSON by default 8 years ago
Kegan Dougal 514aab3c61 Create realms with JSON by default 8 years ago
Kegan Dougal 7e047e68be Finish implementing auth in JIRA. Access tokens are now stored. 8 years ago
Kegan Dougal 0948f59a1a Add JiraRealm type. Add Register() function to AuthRealms 8 years ago
Kegan Dougal 33b5abb84b Add Service.PostRegister(oldService) and implement GH webhook creation 8 years ago
Kegan Dougal 55fda3c115 Grab access tokens from the GithubService and use them 8 years ago
Kegan Dougal 55f857db96 Add Register() function to Services 8 years ago
Kegan Dougal 036cd7e7b4 Add redirect handler for AuthRealms 8 years ago
Kegan Dougal 51bf830632 Tweak the auth session API to be more transactional 8 years ago
Kegan Dougal ca1168147f Add concept of AuthSessions 8 years ago
Kegan Dougal 36eb21be7c Add concept of AuthRealms 8 years ago
Kegan Dougal 8598e71124 Send webhook notifications to rooms specified in the service config 8 years ago
Kegan Dougal fe1854feaf Use the service ID in the webhook path instead of the service type 8 years ago
Kegan Dougal 8fea4bb0ab Add AuthModule concept 8 years ago
Kegan Dougal 41ba67235a Add handler for /services/hooks/{serviceType} 8 years ago
Kegan Dougal edf3f87674 Move database/types.go to types/types.go in its own 'types' package 8 years ago
Mark Haines 26f95fdeb8 Add the pre-commit hooks and development instructions 8 years ago
Mark Haines 9c83637852 An extensible Matrix bot written in Go 8 years ago