1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-05-12 18:44:55 +00:00
Commit graph

67 commits

Author SHA1 Message Date
Richard Lewis
5e63dffd1b Cleanup commented code 2017-02-15 23:11:12 +00:00
Richard Lewis
971abecece Test response URL 2017-02-15 23:05:35 +00:00
Richard Lewis
4d75d81067 Add function to set a users' avatar 2017-02-15 22:10:04 +00:00
Kegan Dougal
aa984fcabc Add AS membership list APIs
Added function to get a user's avatar image URL
2017-02-15 17:41:47 +00:00
Kegan Dougal
bb7c146092 Actually run all the golint tests 2017-01-06 15:33:33 +00:00
Kegsay
f3c8c9580d Merge pull request #11 from matrix-org/kegan/api-logout
Add /logout API
2017-01-06 10:58:15 +00:00
Kegan Dougal
837d0c30d0 Review comments: be explicit at call-sites when setting credentials 2017-01-06 10:54:26 +00:00
Kegan Dougal
16f8e30850 Merge master into kegan/api-logout 2017-01-06 09:38:59 +00:00
Kegan Dougal
b6093bbf56 Merge branch 'master' into kegan/api-logout 2017-01-06 09:38:27 +00:00
Kegsay
eb1518c496 Merge pull request #13 from matrix-org/kegan/api-redact
Add /redact endpoint
2017-01-05 18:39:41 +00:00
Kegan Dougal
24cbc75ecc Factor out txn ID generation 2017-01-05 17:47:24 +00:00
Kegsay
fd0a0c56cc Merge pull request #12 from matrix-org/kegan/api-put-state-event
Add PUT /room/roomId/state/type/key endpoint
2017-01-05 17:29:02 +00:00
Kegsay
059996b787 Merge pull request #14 from matrix-org/kegan/api-room-memberships
Add room membership APIs
2017-01-05 17:28:51 +00:00
Kegsay
42ba11ab7b Merge pull request #10 from matrix-org/kegan/api-versions
Add /versions endpoint
2017-01-05 17:28:41 +00:00
Kegan Dougal
490a10cbc3 Add room membership APIs 2017-01-05 15:23:37 +00:00
Kegan Dougal
30c7035522 Add /redact endpoint 2017-01-05 14:33:38 +00:00
Kegan Dougal
52bfdcb6fa Add PUT /room/roomId/state/type/key endpoint 2017-01-05 14:25:05 +00:00
Kegan Dougal
0827f53d1c Add /logout API 2017-01-05 14:16:47 +00:00
Kegan Dougal
712061a445 Add /versions endpoint 2017-01-05 12:58:55 +00:00
Kegan Dougal
373dfc2ff2 Move client creation examples to client examples file 2016-12-09 16:45:49 +00:00
Kegan Dougal
47da1cbcf2 Simplify example 2016-12-09 16:28:41 +00:00
Kegan Dougal
b8025f5f6d More clarifying comments 2016-12-09 16:26:38 +00:00
Kegan Dougal
e989121b7a Sync examples 2016-12-09 16:16:45 +00:00
Kegan Dougal
76fa23b9a4 Test example file 2016-12-09 16:09:48 +00:00
Kegan Dougal
9c35a1edb8 Add JoinRoom examples 2016-12-09 16:04:32 +00:00
Kegsay
e5174ba108 Merge pull request #8 from matrix-org/kegan/create-room-method
Add CreateRoom()
2016-12-09 15:54:36 +00:00
Kegsay
16d753287d Merge pull request #7 from matrix-org/kegan/login-method
Add Login()
2016-12-09 15:54:24 +00:00
Kegan Dougal
7afedf5a62 Add CreateRoom() 2016-12-09 15:42:32 +00:00
Kegan Dougal
9c7c0986d7 Add Login()
With example.
2016-12-09 15:03:19 +00:00
Kegan Dougal
76d9ae9611 Add userid example functions 2016-12-08 17:41:35 +00:00
Kegsay
52f7775d99 Merge pull request #6 from matrix-org/kegan/userids
Add user ID localpart encoding/decoding
2016-12-06 15:21:05 +00:00
Kegan Dougal
8ef8c8187f Add user ID handling methods 2016-12-06 14:24:27 +00:00
Kegan Dougal
665b35975b Add user ID localpart encoding/decoding 2016-12-06 14:01:15 +00:00
Kegsay
4c5522eacd Merge pull request #5 from matrix-org/kegan/app-service-support
Add AppServiceUserID string for app services
2016-12-05 16:29:05 +00:00
Kegan Dougal
05cf6d05f7 Merge branch 'master' into kegan/app-service-support 2016-12-05 16:21:11 +00:00
Kegsay
8db775656f Merge pull request #4 from matrix-org/kegan/registration
Add Register functions
2016-12-05 16:20:24 +00:00
Kegan Dougal
a565145603 Add AppServiceUserID string for app services. 2016-12-05 15:25:09 +00:00
Kegan Dougal
86e5c414aa Add setOnClient 2016-12-05 15:05:03 +00:00
Kegan Dougal
c72cc1919a Add RegisterDummy helper function 2016-12-02 17:35:07 +00:00
Kegan Dougal
09b6649b47 Add helper function to find single stage flows 2016-12-02 17:13:10 +00:00
Kegan Dougal
831dfd27a6 Add missing User-Interactive fields. Only add access_token if one was given. 2016-12-02 17:02:25 +00:00
Kegan Dougal
4517ecd6ed Remove named return args 2016-12-02 16:52:32 +00:00
Kegan Dougal
aee7c3f473 Add Register() with req/resp structs 2016-12-02 16:51:20 +00:00
Kegsay
3afeaf76cc aWOOGA 2016-12-02 15:42:13 +00:00
Kegsay
45fc1b9fdc Merge pull request #3 from matrix-org/kegan/state-event
Add Client.StateEvent method with test and example
2016-12-02 15:40:34 +00:00
Kegan Dougal
8d48eee7bb Make test simpler 2016-12-02 15:38:31 +00:00
Kegan Dougal
cc1e3f782c Merge branch 'master' into kegan/state-event 2016-12-02 15:36:33 +00:00
Kegsay
d43c5df302 Merge pull request #2 from matrix-org/kegan/factor-send-recv-json
Refactor how requests are sent
2016-12-02 15:36:21 +00:00
Kegan Dougal
8bd1c5a89b Add Client.StateEvent method with test and example. Move examples to different file 2016-12-02 15:36:09 +00:00
Kegan Dougal
1842392399 Bug fixes 2016-12-02 15:21:18 +00:00