Commit graph

  • c62eff71a9
    Merge pull request #355 from vector-im/bwindels/lint Bruno Windels 2021-05-17 11:02:42 +0000
  • 8ff1f91d2c bring down lint error count, delete some old, inactive unit tests bwindels/lint Bruno Windels 2021-05-17 12:59:04 +0200
  • c3b5c8750e add eslint as dep, and have yarn lint run it Bruno Windels 2021-05-17 12:53:58 +0200
  • 1c8fb0a7b5
    Merge pull request #354 from vector-im/bwindels/fix-encrypted-tiles Bruno Windels 2021-05-17 10:51:31 +0000
  • 645470cd03 no need for private prop here bwindels/fix-encrypted-tiles Bruno Windels 2021-05-17 12:45:55 +0200
  • ce976226f9 rename MessageTile to BaseMessageTile Bruno Windels 2021-05-17 12:15:13 +0200
  • 67714040e7 rename BaseTextMessageTile to BaseTextTile Bruno Windels 2021-05-17 12:14:15 +0200
  • fa64fcce2d expect MessageBody here with parts property Bruno Windels 2021-05-17 11:29:00 +0200
  • 054c51b82f add caching MessageBody in BaseTextMessageTile,use in EncryptedEventTile Bruno Windels 2021-05-17 11:27:30 +0200
  • 01b8b397b6 expose sourceString on result of parsing message body Bruno Windels 2021-05-17 11:26:30 +0200
  • 4f1149c1a7 release v0.1.51 v0.1.51 Bruno Windels 2021-05-12 23:10:02 +0200
  • 1ef6a91cf1
    Merge pull request #351 from vector-im/bwindels/fix-await-room-load Bruno Windels 2021-05-12 21:09:24 +0000
  • f5f25c3019 fix DM room names appearing as "Empty room" bwindels/fix-await-room-load Bruno Windels 2021-05-12 23:07:25 +0200
  • c153f4a3e2 release v0.1.50 v0.1.50 Bruno Windels 2021-05-12 22:51:01 +0200
  • 41f77f33af
    Merge pull request #350 from vector-im/bwindels/linkify-parenthesis Bruno Windels 2021-05-12 20:50:39 +0000
  • 62bb891e79 don't accept closing parenthesis as last character of url bwindels/linkify-parenthesis Bruno Windels 2021-05-12 22:49:34 +0200
  • 59a74dbd9f Merge branch 'master' of github.com:vector-im/hydrogen-web Bruno Windels 2021-05-12 18:33:25 +0200
  • 78946a953a release v0.1.49 v0.1.49 Bruno Windels 2021-05-12 18:33:05 +0200
  • 0e270f4cb9
    Merge pull request #347 from vector-im/bwindels/roomlistsorting Bruno Windels 2021-05-12 16:32:14 +0000
  • 56699baaf1 dont need this anymore bwindels/roomlistsorting Bruno Windels 2021-05-12 18:31:13 +0200
  • 86d60496c0 Don't move read rooms to lower sorting position Bruno Windels 2021-05-12 18:28:39 +0200
  • 402a5e5d54 fix room list sorting not keeping sorting position after clearing unread Bruno Windels 2021-05-12 18:26:55 +0200
  • 93c08c16c1
    Merge pull request #345 from MidhunSureshR/linkify Bruno Windels 2021-05-12 15:40:46 +0000
  • 2ccd0c8def
    Merge pull request #346 from vector-im/bwindels/leave-room Bruno Windels 2021-05-12 15:31:31 +0000
  • 10ac1dc29c make options vertical ellipsis larger bwindels/leave-room Bruno Windels 2021-05-12 17:29:12 +0200
  • b30b62416c add option to forget archived room Bruno Windels 2021-05-12 15:38:54 +0200
  • 5d139dff43 Support deleting data in several stores for room id Bruno Windels 2021-05-12 15:38:11 +0200
  • e233caf7ac change order of type and scope in operation index key to scan per scope Bruno Windels 2021-05-12 15:36:48 +0200
  • 2d2ec25f86 add comment clarifying popup arrangement options Bruno Windels 2021-05-12 14:02:15 +0200
  • f331d84292 add options menu in room header with leave room option Bruno Windels 2021-05-12 13:59:08 +0200
  • 851e8d34a4 Incorporate better regex from review RMidhunSuresh 2021-05-12 16:15:30 +0530
  • 00bcdbab37 Fix broken test RMidhunSuresh 2021-05-12 16:15:07 +0530
  • d7e8529a6e
    Merge pull request #342 from vector-im/bwindels/archive-room-on-leave Bruno Windels 2021-05-12 10:34:38 +0000
  • bb74656348 Grammar fix RMidhunSuresh 2021-05-12 15:59:44 +0530
  • 2e657fbbbd Add failing test for link ending with < RMidhunSuresh 2021-05-12 15:56:33 +0530
  • 55b7c55efe Pull callback args into variables RMidhunSuresh 2021-05-12 15:52:05 +0530
  • afd33f4b77 use constant for member event type bwindels/archive-room-on-leave Bruno Windels 2021-05-12 12:19:05 +0200
  • 9d898bdf47 Change word to improve meaning RMidhunSuresh 2021-05-11 22:32:05 +0530
  • b521797f4d Explain the reason for double escapes RMidhunSuresh 2021-05-11 22:28:14 +0530
  • ef15968a3d Add some helpful pointers RMidhunSuresh 2021-05-11 22:26:45 +0530
  • c6d7cef491 Refactor regex to improve readability RMidhunSuresh 2021-05-11 22:21:37 +0530
  • 31740f4ec6 Put regex into separate file RMidhunSuresh 2021-05-11 22:18:52 +0530
  • 6f0362802a Move linkify.js to separate directory RMidhunSuresh 2021-05-11 22:17:08 +0530
  • 027f6020e7 Modified regex to allow unicode in fragment RMidhunSuresh 2021-05-11 22:15:36 +0530
  • e20810b0cb Add test for unicode after fragment without path RMidhunSuresh 2021-05-11 20:44:39 +0530
  • ca84f485ab fix tests Bruno Windels 2021-05-11 17:04:36 +0200
  • 7be9f93909 Make regex module-level constant RMidhunSuresh 2021-05-11 20:32:36 +0530
  • 1738a0ea3c need to create archived room when leaving, otherwise it isn't stored Bruno Windels 2021-05-11 16:58:16 +0200
  • 03208b88d5 Move link tests to linkify RMidhunSuresh 2021-05-11 20:19:29 +0530
  • a0e3848cf6 dispose existing view model when changing status, otherwise we leak! Bruno Windels 2021-05-11 16:39:33 +0200
  • 8b8214cd1b reference count archived rooms and keep track of active ones Bruno Windels 2021-05-11 16:09:58 +0200
  • 965700272b remove archivedRoom map, it's unused and just complicating for now Bruno Windels 2021-05-11 16:09:01 +0200
  • dbe76e973e Add braces to all blocks RMidhunSuresh 2021-05-11 17:59:03 +0530
  • 82a1b37363 refresh room view model when going from joined -> archived Bruno Windels 2021-05-11 13:11:38 +0200
  • e3c1644d09 show leave reason instead of composer for archived room Bruno Windels 2021-05-11 13:11:11 +0200
  • 9ea0138ffd don't open room view when clearing room id Bruno Windels 2021-05-11 13:10:21 +0200
  • be7934057e lint Bruno Windels 2021-05-11 13:08:13 +0200
  • 51d13fd8d2 update comments for Invite updates Bruno Windels 2021-05-11 13:07:57 +0200
  • 6bb9140720 have individual getters for kickDetails Bruno Windels 2021-05-11 13:07:31 +0200
  • 00d4dc9518 rename kickAuthor to kickedBy Bruno Windels 2021-05-11 13:07:11 +0200
  • 24731687dc log room id in invite and archivedroom afterSync Bruno Windels 2021-05-11 13:05:02 +0200
  • e775ed12b4 sync arch. rooms with Room during init. sync to create summary, timeline Bruno Windels 2021-05-11 13:02:43 +0200
  • 2087059c0b fix archived room summary key path now the summary is nested Bruno Windels 2021-05-11 13:01:19 +0200
  • 3830a95af2 Cache result in TextTile RMidhunSuresh 2021-05-11 16:03:14 +0530
  • 86f4b6186a Refactor functions to accept single parameter RMidhunSuresh 2021-05-11 15:03:20 +0530
  • e4a143659c Refactor unwanted getter into constant object RMidhunSuresh 2021-05-11 14:02:25 +0530
  • 051771397c Fix bug in which links preceeded text RMidhunSuresh 2021-05-11 13:59:45 +0530
  • 3beaf88a8b Rename messageFormat to body RMidhunSuresh 2021-05-11 13:46:38 +0530
  • 070bc96186 Fallback to empty string if content is undefined RMidhunSuresh 2021-05-11 13:43:54 +0530
  • 577883a1d4 Refactor loop RMidhunSuresh 2021-05-11 13:31:33 +0530
  • 03b971d898 Added tests for new linkify RMidhunSuresh 2021-05-11 12:55:39 +0530
  • 99d5467ad1 make archived room part of sync lifecycle (draft) Bruno Windels 2021-05-10 18:42:30 +0200
  • 79d97737bc calculate leave details in archived room Bruno Windels 2021-05-10 18:41:43 +0200
  • 17be7c4f4d Add newline to message RMidhunSuresh 2021-05-10 22:10:50 +0530
  • fc3b391aa9 Use MessageBodyBuilder instead of linkify RMidhunSuresh 2021-05-10 21:41:07 +0530
  • 55f2d79d07 Move newline handling to MessageBodyBuilder RMidhunSuresh 2021-05-10 21:37:27 +0530
  • 787d438a74 Refactored Linkifier class into single function RMidhunSuresh 2021-05-10 21:30:11 +0530
  • dca649dfd4 Moved files into more appropriate locations RMidhunSuresh 2021-05-10 19:53:40 +0530
  • 06a6cae4af Rename MessageBodyBuilder to MessageBodyBuilder RMidhunSuresh 2021-05-10 19:50:26 +0530
  • bbeb0a5764 Transform new message format into DOM elements RMidhunSuresh 2021-05-08 19:22:49 +0530
  • 2f883d049c Return new message format instead of message text RMidhunSuresh 2021-05-08 19:20:07 +0530
  • 9ca0d93a01 Add tests for linkify RMidhunSuresh 2021-05-08 19:18:45 +0530
  • 32fd1eb318 Implement linkifier RMidhunSuresh 2021-05-08 19:17:43 +0530
  • 3c46a07a1e Implement object format to represent chat messages RMidhunSuresh 2021-05-08 19:02:44 +0530
  • 1216378783 Extract BaseRoom from Room with summary and timeline, not sync or send Bruno Windels 2021-05-07 16:13:49 +0200
  • 06868abdb2 with room status being a thing, we don't need the invite on the room Bruno Windels 2021-05-07 14:42:29 +0200
  • a8d4ee0dd6 different room view models don't need to initiate switching now Bruno Windels 2021-05-07 13:11:17 +0200
  • 6c58c61da9 move switching room view models to a dedicated observable Bruno Windels 2021-05-07 13:10:35 +0200
  • 6bb8e2fa43 allow loading an archived room Bruno Windels 2021-05-07 13:10:10 +0200
  • 1b83ae7d8a allow observing the room status Bruno Windels 2021-05-07 13:09:38 +0200
  • 243d105aad support getting the room status for a room: invited, joined or archived Bruno Windels 2021-05-07 13:08:39 +0200
  • 3143f2a791 also make an observable version of a retained value Bruno Windels 2021-05-07 13:06:20 +0200
  • 36f54420cf extract RetainedValue from MemberList Bruno Windels 2021-05-07 13:06:00 +0200
  • 030b6837ef rename Bruno Windels 2021-05-06 15:27:32 +0200
  • 7e450071b1 clear all room state when rejoining room Bruno Windels 2021-05-06 15:27:10 +0200
  • 8c2ae863fd clean up rejoin storage logic somewhat Bruno Windels 2021-05-06 15:26:48 +0200
  • f16c08f13e remove room from all user identities when leaving Bruno Windels 2021-05-06 15:23:58 +0200
  • a12f10dc3c make type explicit Bruno Windels 2021-05-06 15:23:33 +0200
  • 00d8f81bdd clear all room state before rejoining room Bruno Windels 2021-05-05 19:04:26 +0200
  • 15080edfa7 fix failing test now we don't remove invite from collection anymore here Bruno Windels 2021-05-05 17:47:46 +0200