Commit Graph

  • 4c17612b05 allow passing txn to loadMembers so we can do it as part of sync txn Bruno Windels 2022-07-26 16:53:02 +0200
  • f9f49b7640 Fixed an error and improving css If the /join command success, an error was thrown, because of a copy-pasted command not well integrated The button of the error on "theme.css" contains now an unicode cross. The :after/:before cross was disformed when opening the room informations. Kaki In 2022-07-26 14:48:03 +0200
  • 0718f1e77e Fixed the https://github.com/vector-im/hydrogen-web/pull/816#discussion_r929692693 comment Added the _lastSessionHash attribute inside the History constructor Kaki In 2022-07-26 11:11:16 +0200
  • 09fd1a5113 Use "args.join" instead of "message.substring" into RoomViewModel._processCommands Kaki In 2022-07-26 10:37:05 +0200
  • 832b840a15 Merge remote-tracking branch 'origin' into restore_last Kaki In 2022-07-26 10:06:31 +0200
  • adfecf0778 Fix restoring the last url at start The last session url is now remembered for being restored at the beginning of the session. Thanks for the help of @bwindels Kaki In 2022-07-26 10:02:20 +0200
  • dfc84186a8 Merge branch 'thirdroom/dev' of https://github.com/vector-im/hydrogen-web into thirdroom/dev Ajay Bura 2022-07-26 10:19:23 +0530
  • e7b8f553ba v0.0.14 Ajay Bura 2022-07-26 10:19:17 +0530
  • 643f43413e
    Merge pull request #814 from vector-im/leave-room-hsapi Robert Long 2022-07-25 21:42:55 -0700
  • 5fa6793958
    Merge branch 'vector-im:master' into implement-join Kaki In 2022-07-25 16:30:50 +0200
  • 1e5179f835 - Application des différents commentaires du Pull Request (#809) - Correction des erreurs d'indentations. Kaki In 2022-07-25 15:22:06 +0200
  • bc385e2cdc
    Merge pull request #778 from vector-im/bwindels/uidocs Bruno Windels 2022-07-25 13:02:22 +0000
  • 0bf021ea87 The room is now joined after having actualised the rooms list, to avoid the synchronisations waits that can sometimes disable to enter the room (message "You're not into this room" or simply "You're not in this room yet. *Join the room*") Kaki In 2022-07-25 13:37:03 +0200
  • 7cfd34823b Add kick, ban & unban api leave-room-hsapi Ajay Bura 2022-07-25 16:44:46 +0530
  • fdd60a7516 Add documentation for derived themes RMidhunSuresh 2022-07-25 11:38:50 +0530
  • 63bdbee39c Make optional fields optional RMidhunSuresh 2022-07-25 11:33:22 +0530
  • 8a976861fb Add type RMidhunSuresh 2022-07-25 11:31:14 +0530
  • a23df8a545 pass history visibility to device tracker Bruno Windels 2022-07-22 17:49:59 +0200
  • 17f42f523a add write method for when history visibility changes Bruno Windels 2022-07-22 17:49:26 +0200
  • f6011f3f34 take history visibility into account in device tracker Bruno Windels 2022-07-22 17:48:26 +0200
  • 86c0e9e669 logic for whether a key should be shared by membership and h. visibility Bruno Windels 2022-07-22 17:46:53 +0200
  • f337940202 this migration shouldn't be needed anymore Bruno Windels 2022-07-22 17:46:29 +0200
  • b7fd22c7f9 SyntaxError fixed Kaki In 2022-07-22 17:10:29 +0200
  • 66a59e6f4d Error of interpretation of the 403 status at the last update. Fixed Kaki In 2022-07-22 17:09:43 +0200
  • e345d0b33e Added the 403 status when joining an unknown room Kaki In 2022-07-22 17:06:09 +0200
  • be8962cec2 Fixed priority operations when checking request status Kaki In 2022-07-22 16:59:48 +0200
  • 8b39346409 The error message can now be closed Kaki In 2022-07-22 16:34:52 +0200
  • fb58d9c9ef Corrected some syntax dismiss Kaki In 2022-07-22 16:08:53 +0200
  • 22831e710c support async callback in iterateResponseStateEvents Bruno Windels 2022-07-22 14:15:26 +0200
  • acaf53de3e More exports madlittlemods/matrix-public-archive-scratch-changes Eric Eastwood 2022-07-21 20:00:16 -0500
  • 88e24703ff Scope log Eric Eastwood 2022-07-21 19:59:56 -0500
  • b54e884b7e Expose error when we fail to createObjectStore Eric Eastwood 2022-07-21 17:39:42 -0500
  • c824012968 `this` doesn't work in strict mode which the SDK is exported as Eric Eastwood 2022-07-21 17:23:49 -0500
  • faa8cae532 Added the possibility to join a room using /join (also added the global commands uses, and some others commands like /shrug .) Kaki In 2022-07-21 13:55:23 +0200
  • 8d766ac504 Remove await within loop RMidhunSuresh 2022-07-21 12:05:10 +0530
  • c8a8eb10b5 get user ids for sharing a new key when the message is sent Bruno Windels 2022-07-20 15:21:33 +0200
  • d79e5f7806 create key share operations for invitees when history visibility=invited Bruno Windels 2022-07-20 15:20:23 +0200
  • 7feaa479c0 Typescript update to support .mjs files RMidhunSuresh 2022-07-20 15:55:11 +0530
  • 1456e308a8 Add type and fix formatting RMidhunSuresh 2022-07-20 15:36:02 +0530
  • 871cf1ad80 Revert "Ignore missing events" Eric Eastwood 2022-07-20 02:27:35 -0500
  • 8dc3c13a93 Ignore missing events Eric Eastwood 2022-07-20 02:27:18 -0500
  • 313e65e00c Write tests RMidhunSuresh 2022-07-20 12:30:41 +0530
  • 612b878793 Update theme name RMidhunSuresh 2022-07-19 21:21:35 +0530
  • 8aa96e8031 Update log label RMidhunSuresh 2022-07-19 21:19:22 +0530
  • 7ac2c7c7fa Get tests to work RMidhunSuresh 2022-07-19 21:06:55 +0530
  • de02456641 Add explaining comment RMidhunSuresh 2022-07-19 19:46:36 +0530
  • 994667205f Remove change RMidhunSuresh 2022-07-19 19:38:36 +0530
  • ecb3a66dfc WIP RMidhunSuresh 2022-07-19 17:33:06 +0530
  • e1ee258630 Change path RMidhunSuresh 2022-07-19 16:00:58 +0530
  • 83b5d3b68e Change directory name RMidhunSuresh 2022-07-19 15:11:05 +0530
  • 7a1591e0ce Move code RMidhunSuresh 2022-07-19 15:05:07 +0530
  • 07db5450b7 Aliases can also be derived RMidhunSuresh 2022-07-19 14:55:42 +0530
  • 081de5afa8 .js --> .mjs RMidhunSuresh 2022-07-19 14:52:53 +0530
  • dece42dce3 Do not store all the manifests in memory RMidhunSuresh 2022-07-18 14:55:13 +0530
  • b29287c47e await in loop --> Promise.all() RMidhunSuresh 2022-07-17 22:29:36 +0530
  • 9bdf9c500b Add return types RMidhunSuresh 2022-07-17 21:07:04 +0530
  • 9e2d355573 Add logging RMidhunSuresh 2022-07-17 20:58:58 +0530
  • ce5db47708 Support using derived theme as default theme RMidhunSuresh 2022-07-17 19:42:26 +0530
  • da0a918c18 This code should only run once RMidhunSuresh 2022-07-17 17:44:21 +0530
  • 043cc9f12c Use ThemeManifest type RMidhunSuresh 2022-07-17 17:36:36 +0530
  • 80fb953688 Don't fail on erros; expect the code to throw! RMidhunSuresh 2022-07-17 17:35:29 +0530
  • f15e23762a Add more missing keys to type RMidhunSuresh 2022-07-17 17:34:56 +0530
  • f440457875 Use ThemeManifest type where possible RMidhunSuresh 2022-07-17 16:08:02 +0530
  • a8cab98666 Add mroe missing types RMidhunSuresh 2022-07-17 16:07:52 +0530
  • ac7be0c7a1 WIP RMidhunSuresh 2022-07-15 15:05:50 +0530
  • d731eab51c Support fetching text RMidhunSuresh 2022-07-15 15:04:54 +0530
  • f7b302d34f Don't optimzie colors RMidhunSuresh 2022-07-15 14:59:50 +0530
  • 5ba74b1d75 Use script to copy over runtime theme after build RMidhunSuresh 2022-07-15 14:58:07 +0530
  • c5f4a75d4b Split code so that it can be reused RMidhunSuresh 2022-07-15 14:57:00 +0530
  • 2f3db89e0a Let ts know that we can use replaceAll() RMidhunSuresh 2022-07-15 14:55:21 +0530
  • 1ef382f3a9 Add gruvbox color scheme RMidhunSuresh 2022-07-15 14:55:06 +0530
  • 161e29b36e Use existing code RMidhunSuresh 2022-07-11 16:58:22 +0530
  • 2947f9f6ff Remove console.log RMidhunSuresh 2022-07-04 17:14:10 +0530
  • c873804543 produce asset hashed icons RMidhunSuresh 2022-07-04 16:42:56 +0530
  • 43e8cc9e52 Add svgo for optimizing svgs as dev dependency RMidhunSuresh 2022-07-04 16:42:02 +0530
  • bf87ed7eae Do not add variables to root for runtime theme RMidhunSuresh 2022-07-04 16:41:06 +0530
  • 8c02541b69 WIP - 1 RMidhunSuresh 2022-06-28 12:28:19 +0530
  • 599e519f22 Convert color code to use es6 module RMidhunSuresh 2022-07-11 12:17:33 +0530
  • d5e24bf6e8 Convert color.js to color.mjs RMidhunSuresh 2022-07-11 12:03:07 +0530
  • bb5711db7e
    Merge pull request #802 from vector-im/fix-dev-server Bruno Windels 2022-07-19 10:22:36 +0000
  • 88808b0b06 Fix bug preventing yarn start fix-dev-server RMidhunSuresh 2022-07-19 15:50:01 +0530
  • 92a8b4afd0 v0.0.13 Robert Long 2022-07-15 16:28:47 -0700
  • a9af3f955c
    Merge pull request #796 from vector-im/update-thirdroom-calls Robert Long 2022-07-15 16:05:57 -0700
  • 7c11992626 Fix CallView types update-thirdroom-calls Robert Long 2022-07-15 15:48:53 -0700
  • d4eeca346d Merge branch 'bwindels/calls' into update-thirdroom-calls Robert Long 2022-07-15 15:48:33 -0700
  • 3346f68d25 WIP bwindels/calls Bruno Windels 2022-07-12 11:59:52 +0200
  • c9bca52e82
    Merge pull request #760 from vector-im/refactor-rollup-plugin R Midhun Suresh 2022-07-11 16:54:18 +0530
  • 6718198d9c Continue with other items if this throws refactor-rollup-plugin RMidhunSuresh 2022-07-11 12:40:24 +0530
  • 57726ddff8 Convert color code to use es6 module convert-to-es6-mdoules RMidhunSuresh 2022-07-11 12:17:33 +0530
  • 9c20b6ecc1 Convert color.js to color.mjs RMidhunSuresh 2022-07-11 12:03:07 +0530
  • e9649ec7c2 different streams never have the same id, even for same devices Bruno Windels 2022-07-07 15:47:09 +0200
  • 2f08cd8984 clone localMedia in Member when connection, like we do for setMedia Bruno Windels 2022-07-07 15:36:49 +0200
  • f187a51c97 stop replaced track in PeerCall Bruno Windels 2022-07-07 15:36:30 +0200
  • 7b9e681d55 sdk v0.0.15 Bruno Windels 2022-07-07 15:25:17 +0200
  • 8291aea2f7
    Merge pull request #790 from vector-im/fix-hide-composer R Midhun Suresh 2022-07-07 18:19:08 +0530
  • f073f40e31 Fix error fix-hide-composer RMidhunSuresh 2022-07-07 18:16:33 +0530
  • 963324c767
    Merge pull request #789 from vector-im/support-pl-room-creation R Midhun Suresh 2022-07-07 17:42:19 +0530
  • eac75644e7
    Merge pull request #788 from vector-im/pl-composer R Midhun Suresh 2022-07-07 17:35:29 +0530
  • 0bdbb96036 Use same kind pl-composer RMidhunSuresh 2022-07-07 17:26:43 +0530
  • d292e1f5ad Extract into function RMidhunSuresh 2022-07-07 17:23:23 +0530