87 Commits (ca798c94ea94d2fbf37eb4e2412072672537a8cd)
 

Author SHA1 Message Date
Kegan Dougal ca798c94ea Inline some err/if checks 8 years ago
Kegan Dougal 7e047e68be Finish implementing auth in JIRA. Access tokens are now stored. 8 years ago
Kegan Dougal 4fdc0c3912 Add JIRA session and requests for OAuth. Redirect not handled yet. 8 years ago
Kegsay a64427efdb Merge pull request #16 from matrix-org/kegan/jira-auth 8 years ago
Kegan Dougal c6483215f6 Twiddle order of test table fields 8 years ago
Kegan Dougal 9fe0512d9f s/nil/null/ 8 years ago
Kegan Dougal 4507b696a7 More things to insert 8 years ago
Kegan Dougal 59f7fd12a3 Formalise the response JSON to /configureAuthRealm for JIRA 8 years ago
Kegan Dougal 513c9318fb Allow the creation of [un]authenticated JIRA clients 8 years ago
Kegan Dougal ab58c2b2a4 Merge branch 'master' into kegan/jira-auth 8 years ago
Kegan Dougal 2d27fa43c1 Add oauth1 dependency 8 years ago
Kegan Dougal f9f1e28407 Merge branch 'master' into kegan/jira-auth 8 years ago
Kegan Dougal 4bd5ca3003 Add go-jira dependency 8 years ago
Kegan Dougal d82036adda Parse messy JIRA URLs into a canonicalised format 8 years ago
Kegsay 477c054588 Merge pull request #15 from matrix-org/kegan/jira-realm 8 years ago
Kegan Dougal 5e375283c2 Remove password TODO 8 years ago
Kegan Dougal a0d3180ba8 Parse out the public key 8 years ago
Kegan Dougal 0948f59a1a Add JiraRealm type. Add Register() function to AuthRealms 8 years ago
Kegsay dea6c1d293 Update README.md 8 years ago
Kegsay f953539228 Merge pull request #14 from matrix-org/kegan/webhook-endpoint-fn 8 years ago
Kegan Dougal 32ebe92535 Pass in the webhook endpoint URL for each service 8 years ago
Kegsay 8e1ce1830c Add GH service curl 8 years ago
Kegsay c453f6b5ba Merge pull request #13 from matrix-org/kegan/github-webhook-creation 8 years ago
Kegan Dougal cc0325f4ff Explain what the ping event does 8 years ago
Kegan Dougal 4b41bfb484 Add TODO for order of operations 8 years ago
Kegan Dougal 28f26e61dd Formatting 8 years ago
Kegan Dougal 33b5abb84b Add Service.PostRegister(oldService) and implement GH webhook creation 8 years ago
Kegan Dougal d8cce6367f Change github service config format to include owner/repo filtering on webhooks 8 years ago
Kegsay 0aa72b59a5 Merge pull request #12 from matrix-org/kegan/github-cmds 8 years ago
Kegan Dougal b89c3ef776 Length check the ownerRepo array 8 years ago
Kegan Dougal 8beb8fda7f Implement `!github create owner/repo title` 8 years ago
Kegsay 97e2ace55d Merge pull request #11 from matrix-org/kegan/github-service 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
Kegsay 375391738e Merge pull request #10 from matrix-org/kegan/github-auth 8 years ago
Kegan Dougal f15afa4780 Use non-panicking type assertion 8 years ago
Kegan Dougal a56d2b1866 s/id/session_id/ 8 years ago
Kegan Dougal 1045458642 Update README to include stuff on github 8 years ago
Kegan Dougal ba803ccd00 Store access_tokens in the DB 8 years ago
Kegan Dougal 71be73a721 Add ID field to AuthSessions so redirects can lookup based off this key 8 years ago
Kegan Dougal 9adb89c24d Start parsing out redirect requests for github realms 8 years ago
Kegan Dougal 036cd7e7b4 Add redirect handler for AuthRealms 8 years ago
Kegsay 306d0f9caa Merge pull request #9 from matrix-org/kegan/auth-session-api-tweak 8 years ago
Kegan Dougal 51bf830632 Tweak the auth session API to be more transactional 8 years ago
Kegsay 54c586e6e5 Merge pull request #8 from matrix-org/kegan/auth-session 8 years ago
Kegan Dougal 11df0fe3c9 Decode the realm JSON before calling methods on it 8 years ago
Kegan Dougal ed78b0cbcf Spelling 8 years ago
Kegan Dougal ca1168147f Add concept of AuthSessions 8 years ago
Kegsay 5711bd0618 Merge pull request #7 from matrix-org/kegan/rm-3pauth 8 years ago
Kegsay a990bfb927 Merge pull request #6 from matrix-org/kegan/auth-realms 8 years ago