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

10556 Commits

Author SHA1 Message Date
David Baker
a6b0ea8825 Spaces around operators 2015-07-08 16:13:54 +01:00
David Baker
34086f48fa Separate impl for node and extend example node app to use it. 2015-07-08 16:13:10 +01:00
David Baker
5e0d5a5b05 Fix some linitng errors 2015-07-08 15:01:38 +01:00
Matthew Hodgson
f75453d5d5 ignore parted users when naming rooms 2015-07-08 14:55:08 +01:00
David Baker
639522f80d Add uploadContent method 2015-07-08 14:33:46 +01:00
David Baker
e2768ceba2 add mxc -> http uri conversion func to client 2015-07-07 13:39:37 +01:00
Muthu Subramanian
b3726411f4 Add SAML2 login method helper 2015-07-07 17:50:11 +05:30
Kegsay
e706dcd861 Merge pull request #11 from matrix-org/avatar_url
Move getAvatarUrl method to client so it can do mxc -> http uri conversion
2015-07-02 21:15:37 +01:00
David Baker
04272a66f0 Add jsdoc and pass through other params 2015-07-02 18:29:35 +01:00
David Baker
f29f2a8115 Move getAvatarUrl into the client because it requires an instantiated client to work. Fix bits of client to use opts rather than credentials which doesn't exist. 2015-07-02 18:22:46 +01:00
Kegan Dougal
5691865035 Linting 2015-07-02 17:23:35 +01:00
Kegan Dougal
abe00deb65 Add getAvatarUrl() to RoomMember 2015-07-02 17:22:44 +01:00
Kegan Dougal
4c48990c1f Decorate setItem/getItem to map between Objects and Strings. 2015-07-02 13:27:13 +01:00
Kegan Dougal
df8ec50631 Add storeEvents UTs; fix bugs as a result. 2015-07-02 11:37:50 +01:00
Kegan Dougal
ea738e31ba Add storeEvents impl. 2015-07-02 11:03:50 +01:00
Kegan Dougal
023a3cf2bd Finish scrollback UTs. 2015-07-02 10:22:53 +01:00
Kegan Dougal
23c3ce92d7 Finish scrollback impl. Add UTs. 2015-07-02 10:13:51 +01:00
Kegsay
df7bde4257 Merge pull request #10 from matrix-org/push
Push
2015-07-01 18:19:43 +01:00
Kegan Dougal
82de3b6f19 Begin scrollback implementation.
Add Room.storageToken to docs. Add unit test stubs for scrollback function.
Add a basic common-case implementation.
2015-07-01 18:04:59 +01:00
David Baker
214697eec9 Fix long line 2015-07-01 18:03:29 +01:00
David Baker
db790f0b19 fixjsstyle 2015-07-01 18:02:35 +01:00
David Baker
c81cb1fcfd Tests for pushprocessor 2015-07-01 18:01:48 +01:00
Kegan Dougal
a890bff30f Actually flip the cache bit 2015-07-01 16:39:32 +01:00
Kegan Dougal
9fd847567c Add get/setUser and getRooms with UTs. 2015-07-01 16:38:13 +01:00
Kegan Dougal
213caf7c26 Add old state check. 2015-07-01 15:33:58 +01:00
Kegan Dougal
732f9dc592 Restructure timeline batches to have high numbers = newest; it's less confusing that way. 2015-07-01 15:28:41 +01:00
Kegan Dougal
22506513b4 Add more webstore unit tests. 2015-07-01 14:20:14 +01:00
David Baker
753a11ab7f Move push actions method to the client 2015-07-01 14:09:34 +01:00
Kegan Dougal
994fcceace Add another storeRoom test. Add stub tests for WebStorage. 2015-07-01 12:03:34 +01:00
Kegan Dougal
2d08a6530c Don't need extra escaping; doesn't take coverage correctly. 2015-07-01 11:41:55 +01:00
Kegan Dougal
841e02d102 Don't minify tests so we can get proper stack traces when running 'npm test'. 2015-07-01 10:33:03 +01:00
Kegan Dougal
a0fddf7ab3 Linting. 2015-06-30 17:58:35 +01:00
Kegan Dougal
c8da373ecc Add first cut webstorage implementation. Add very basic test. 2015-06-30 17:56:58 +01:00
Kegan Dougal
3a8d99496c Merge branch 'master' into develop 2015-06-30 13:46:48 +01:00
Kegsay
319595407c Tweak example to mention startClient() 2015-06-30 13:46:27 +01:00
Kegan Dougal
388cd3a6da Add init/del structs 2015-06-30 12:00:58 +01:00
Kegan Dougal
aaecda53d6 Add scrollback to store interface 2015-06-30 11:48:49 +01:00
Kegan Dougal
5d5d76d154 Pass a store implementation rather than kind string.
Makes it easier to test.
2015-06-30 11:39:57 +01:00
Kegan Dougal
796afb104b s/localstorage/webstorage/g. Add storage impl notes.
WebStorage is preferred since we can trivially support local or session storage.
Add design notes for persisting rooms.
2015-06-30 11:30:49 +01:00
David Baker
9416a9a8a3 Fix linting & c+p errors 2015-06-29 18:20:36 +01:00
David Baker
22f08e4e5b Get rid of micromatch & reinstate our hacky version because micromatch, ironically, is huge. 2015-06-29 18:16:49 +01:00
Kegan Dougal
a476b11f0c Add local storage impl notes 2015-06-29 17:55:11 +01:00
David Baker
c82b2049eb prefix internal var with underscrore 2015-06-29 16:34:33 +01:00
David Baker
2ab8f8cf76 closure linting errors 2015-06-29 16:21:32 +01:00
David Baker
53f2f156ca Fix linting errors 2015-06-29 16:09:07 +01:00
David Baker
083a0980eb javascript function syntax #3... 2015-06-29 15:57:20 +01:00
David Baker
1be02a3c3c Port over push rule eveluator from the angular SDK and make it available on MatrixEvent 2015-06-29 15:53:23 +01:00
David Baker
21150e7587 Doc fail 2015-06-26 16:50:55 +01:00
David Baker
3806c4d566 Missing semicolon 2015-06-26 16:49:07 +01:00
David Baker
b814872c37 unnecessary semicolon 2015-06-26 16:45:59 +01:00