32 Commits (0.1.1)

Author SHA1 Message Date
Kegan Dougal b5e0665c64 Allow github webhooks to be explicitly removed 8 years ago
Kegan Dougal 314b63e900 Set the desired DisplayName for a client when it is being configured 8 years ago
Kegan Dougal 6f2d9dc72c Add giphy integration 8 years ago
Kegan Dougal 8b44f3658c Support bot options and implement github bot options for default repos 8 years ago
Kegan Dougal 4772d10cbd Join webhook rooms on Register() 8 years ago
Kegan Dougal 0f60be3ffc Create delta webhooks in GithubService.Register() 8 years ago
Kegan Dougal 8f8dec5539 Sync rooms on startup 8 years ago
Kegan Dougal 97a292c65f Change how Services are notified for incoming !commands and expansions 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 34eca3984f List possible GH repos on /getSession 8 years ago
Kegan Dougal b3ff1cd54a Add endpoint for GETing AuthSession information for a user/realm tuple 8 years ago
Kegan Dougal 1887fc303c Add an Init() function to AuthRealms 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 32ebe92535 Pass in the webhook endpoint URL for each service 8 years ago
Kegan Dougal 33b5abb84b Add Service.PostRegister(oldService) and implement GH webhook creation 8 years ago
Kegan Dougal 55f857db96 Add Register() function to Services 8 years ago
Kegan Dougal 71be73a721 Add ID field to AuthSessions so redirects can lookup based off this key 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 098101015b Remove concept of AuthModule and ThirdPartyAuth 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 8fea4bb0ab Add AuthModule concept 8 years ago
Kegan Dougal 41ba67235a Add handler for /services/hooks/{serviceType} 8 years ago
Kegan Dougal 665d43f726 Parse github webhook requests into suitable HTML messages 8 years ago
Kegan Dougal edf3f87674 Move database/types.go to types/types.go in its own 'types' package 8 years ago