1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-15 07:22:16 +03:00
Commit Graph

31 Commits

Author SHA1 Message Date
Kegan Dougal
bdaad5b940 Fix up stylistic warnings. 2015-06-03 10:37:41 +01:00
Kegan Dougal
67931f05ce Fix up jshint warnings. 2015-06-03 10:26:12 +01:00
Kegsay
e61830c2b0 Merge pull request #4 from matrix-org/mxstore
Experimental data store layer to aid tracking client state
2015-06-03 09:57:02 +01:00
Matthew Hodgson
be7d6be691 todo 2015-05-26 23:23:30 +01:00
Matthew Hodgson
fe82a8631e fix getStateEvent to require an explicit stateKey 2015-05-26 23:13:41 +01:00
Matthew Hodgson
88bed0cc75 more jsdoc 2015-05-26 00:36:38 +01:00
Matthew Hodgson
e21a144313 resolve kegan's PR review feedback 2015-05-26 00:19:32 +01:00
Matthew Hodgson
1fb4e15625 fix stupid 'null' display names 2015-05-19 20:18:50 +01:00
Matthew Hodgson
5716cf3b06 update todo 2015-05-19 17:18:16 +01:00
Matthew Hodgson
9e6394d1f8 add getFriendlyDisplayName for completeness 2015-05-19 17:11:36 +01:00
Kegan Dougal
8853ad9601 Bug fixes 2015-05-12 14:29:42 +01:00
Kegan Dougal
02b29c157f Add getStateEvent API (used by IRC AS to get display names for people) 2015-05-12 14:24:05 +01:00
Matthew Hodgson
32051c319c change store API to work entirely in terms of MatrixEvents to make Mark happy 2015-04-25 23:38:37 +01:00
Matthew Hodgson
234877ddaa javascript isn't perl 2015-04-22 17:06:53 +01:00
Matthew Hodgson
8432917096 add in a useless DAO layer for events, and make it actually work 2015-04-22 01:35:57 +01:00
Matthew Hodgson
1b3ec5f0b7 initial WIP event store layer 2015-04-21 15:39:09 +01:00
David Baker
d55c9976bf add API endpoints for getting & adding 3pids 2015-04-17 17:23:16 +01:00
Kegan Dougal
509f003862 Expose credentials to the request fn.
This allows you to attach extra parameters to requests on a client basis,
rather than globally (which can race). Particularly useful for application
services.
2015-04-01 14:54:38 +01:00
Kegan Dougal
ba871cbf3e Remove console logs 2015-03-05 10:05:56 +00:00
Kegan Dougal
2b61906bd3 Actually pass through the config var 2015-03-04 20:58:20 +00:00
Kegan Dougal
69cae27f9a Split out config from credentials. 2015-03-04 20:47:37 +00:00
Kegan Dougal
8684315892 Add final remaining APIs 2015-03-04 17:16:54 +00:00
Kegan Dougal
324e030a10 Add reg/login operations and mxc to http conversion. 2015-03-04 16:50:39 +00:00
Kegan Dougal
2f595cb1c6 Add profile operations and typing/event stream. 2015-03-04 16:38:31 +00:00
Kegan Dougal
588cd4d432 Add event sending and scrollback. 2015-03-04 16:03:48 +00:00
Kegan Dougal
049bc8bf9d Add state event operations. 2015-03-04 15:43:17 +00:00
Kegan Dougal
846b251ca3 Add more room operations. Log body content for now. Add isFunction to allow optional args to be omitted. 2015-03-04 15:21:28 +00:00
Kegan Dougal
092e222142 Add ability to toggle user-agent off, else browsers whine. 2015-03-04 14:57:10 +00:00
Kegan Dougal
d2bb445932 Spaces not tabs. Add invite/join/leave calls. 2015-03-04 14:52:26 +00:00
Kegan Dougal
335198c8f1 Tidy up, add deps and add a few more calls. 2015-03-04 14:37:43 +00:00
Kegan Dougal
0dfa52ef63 Initial commit 2015-03-04 13:37:04 +00:00