379 Commits (630b6d4b22d8e71dbcd8a23f2c19f1957009fd19)

Author SHA1 Message Date
Kegan Dougal b32cb06b74 Delete webhooks when receive webhook events for no known repository 9 years ago
Kegan Dougal 26a17ab3d6 Mutex-guard services with the same ID being modified concurrently 9 years ago
Kegan Dougal 0f60be3ffc Create delta webhooks in GithubService.Register() 9 years ago
Kegan Dougal 5ac36551a6 Block comment on Github Register() to explain semantics and edge cases 9 years ago
Kegan Dougal 569587aa6b Log for nonsensical configs 9 years ago
Kegan Dougal 0ad4fc6135 Add TODO to parse the rest of the config to make sure no webhook config was supplied 9 years ago
Kegan Dougal 699b003c15 Client ID is optional when creating Github services 9 years ago
Kegan Dougal c7114907f6 Auto-join rooms if set in config 9 years ago
Kegan Dougal 8f8dec5539 Sync rooms on startup 9 years ago
Kegan Dougal b923d364ed Indexes! 9 years ago
Kegan Dougal 97a292c65f Change how Services are notified for incoming !commands and expansions 9 years ago
Kegan Dougal b45afac270 Add flags to control if the GH Service should handle expansions/commands 9 years ago
Kegan Dougal 25fb7ca0d9 Return Location headers on 302s 9 years ago
Kegan Dougal b643b8c797 Redirect even if already authed if a redirect URL is given 9 years ago
Kegan Dougal de3dc5f33c More logging 9 years ago
Kegan Dougal 479055748c Log what the clients send us for debugging purposes 9 years ago
Kegan Dougal cacdc632a4 More logging 9 years ago
Kegan Dougal 4d9574e6da More logging 9 years ago
Kegan Dougal ec9e462eab Linting 9 years ago
Kegan Dougal 17824f74dc Don't spam github with webhook creation requests which uses up our request rate limits 9 years ago
Kegan Dougal cc076d0e9e Paginate repo list 9 years ago
Kegan Dougal 6e2f35d463 Actually specify scopes... 9 years ago
Kegan Dougal c3aabd57ea Check for a valid session before exchanging codes 9 years ago
Kegan Dougal 24a2ffc6bb Also apply base64 encoding to realm redirect paths and use URL-safe base64 9 years ago
Kegan Dougal 8e6955efd5 Base64 encode the service ID in the webhook path 9 years ago
Kegan Dougal 233e85eeee Add redirect URL for JIRA auth 9 years ago
Kegan Dougal 928a243ad2 Change Expansion.Expand to include matching groups rather than just the match 9 years ago
Kegan Dougal 17d799320e Add RedirectURL param when requesting GH auth sessions 9 years ago
Kegan Dougal bfc5c8dd7f Add LOG_DIR env var 9 years ago
Kegan Dougal 0e9411e559 s/Session/Info/ given it isn't an AuthSession object 9 years ago
Kegan Dougal 34eca3984f List possible GH repos on /getSession 9 years ago
Kegan Dougal 2a93bbee82 Comments 9 years ago
Kegan Dougal 44abae4977 Make StarterLink a property of the AuthRealm 9 years ago
Kegan Dougal 4ea8e6d49d Add JIRA starter links 9 years ago
Kegan Dougal 2a3b56a1dc Return a specific not found error message when the user hasn't authed with JIRA 9 years ago
Kegan Dougal cb0fcbf2ad s/GET/POST/ 9 years ago
Kegan Dougal 4c340dd016 s/GET/POST/ 9 years ago
Kegan Dougal 5bccd52190 Add StarterLink as a field to the Github Service config 9 years ago
Kegan Dougal 0dd4d357ce Bring out expand/cmd into stand-alone functions 9 years ago
Kegan Dougal b3ff1cd54a Add endpoint for GETing AuthSession information for a user/realm tuple 9 years ago
Kegan Dougal d3ecdc0662 Add endpoint to GET a Service config 9 years ago
Kegan Dougal df6c8e1027 Return 200 on success 9 years ago
Kegan Dougal 1723763377 Comments 9 years ago
Kegan Dougal 5d08ba7368 Handle incoming JIRA webhook requests 9 years ago
Kegan Dougal e4b0121b31 Add JIRARealm.HasWebhook and set it on webhook creation 9 years ago
Kegan Dougal 69f65321d6 Move out project key to realm ID mapping 9 years ago
Kegan Dougal 684d54d6b4 Implement JIRA webhook creation 9 years ago
Kegan Dougal 5e37053e63 Kill dangling brackets 9 years ago
Kegan Dougal 1887fc303c Add an Init() function to AuthRealms 9 years ago
Kegan Dougal 5026b90b52 Create services with JSON by default 9 years ago