Commit graph

  • 41738ad660 local echo for image tiles Bruno Windels 2020-11-13 19:15:21 +0100
  • 8b82c991e7 wire up image uploads Bruno Windels 2020-11-13 19:15:03 +0100
  • 41fb3e742e fix file upload attachment api changes Bruno Windels 2020-11-13 19:13:35 +0100
  • 0292725076 better formatting Bruno Windels 2020-11-13 19:10:18 +0100
  • 262cc8936e don't leak mimetype for encrypted attachments Bruno Windels 2020-11-13 19:10:04 +0100
  • 96e46d154c copyright header for legacy platform Bruno Windels 2020-11-13 19:05:09 +0100
  • 791b3ae04f don't center align link buttons (while at it) Bruno Windels 2020-11-13 19:04:46 +0100
  • d2a4242e5b support multiple attachments per event Bruno Windels 2020-11-13 17:19:19 +0100
  • 14b3c4b701 no need for a dedicated class just to hide it Bruno Windels 2020-11-13 16:00:32 +0100
  • 9bb521986b first draft of generic popup and menu views Bruno Windels 2020-11-13 15:57:14 +0100
  • 6fd10b63e5 add device pixel ratio scaling while at it Bruno Windels 2020-11-12 13:50:32 +0100
  • 1ad8af34d1 add thumbnailing code Bruno Windels 2020-11-12 13:50:06 +0100
  • 67c3fb1910 release v0.1.29 v0.1.29 Bruno Windels 2020-11-11 13:24:10 +0100
  • 6bd5692517
    Merge pull request #196 from vector-im/bwindels/file-uploads Bruno Windels 2020-11-11 12:19:32 +0000
  • f23312b0d3 fix decrypt/encrypt wording in error message bwindels/file-uploads Bruno Windels 2020-11-11 13:17:05 +0100
  • 8b16d8bc99 handle upload failures better Bruno Windels 2020-11-11 13:06:03 +0100
  • d477be2b41 put paperclip in send file button Bruno Windels 2020-11-11 12:57:43 +0100
  • 6384702863 fix file selector for IE11 Bruno Windels 2020-11-11 12:47:26 +0100
  • 8db7499f5a support AES-CTR 256 JWK keys in legacy crypto for IE11 Bruno Windels 2020-11-11 12:44:59 +0100
  • fd9eccec4d support local echo in FileTile while uploading Bruno Windels 2020-11-11 11:52:06 +0100
  • af4f3f902f wait for attachment to be uploaded in send queue Bruno Windels 2020-11-11 11:51:39 +0100
  • 48cd4ac95d track upload error Bruno Windels 2020-11-11 11:51:11 +0100
  • 91f15074be /upload is on /media/r0, not /client/r0 Bruno Windels 2020-11-11 11:50:40 +0100
  • 366f3c0bba iv and digest are sent in unpadded base64 Bruno Windels 2020-11-11 11:50:20 +0100
  • e9324ad678 support jwk keys to encrypt Bruno Windels 2020-11-11 11:47:39 +0100
  • e2dd9b9f77 fix typos/refactor errors Bruno Windels 2020-11-11 11:47:13 +0100
  • 65d02072c8 hook up UI Bruno Windels 2020-11-11 11:47:05 +0100
  • 7088b2cdc8 support attachment upload and sending from room api Bruno Windels 2020-11-11 10:47:55 +0100
  • 0c70a67ebb pass platform to room Bruno Windels 2020-11-11 10:47:19 +0100
  • c289bcd097 return blob from encryptAttachment Bruno Windels 2020-11-11 10:46:37 +0100
  • 32b7b1f064 draft of AttachmentUpload class Bruno Windels 2020-11-11 10:46:20 +0100
  • 2890a6aff7 implement attachment uploading in hs api rather than media repo Bruno Windels 2020-11-11 10:45:44 +0100
  • 9f2c7c1e32 support uploading blobs in hs api Bruno Windels 2020-11-11 10:45:23 +0100
  • c278b0f4a3 rename blob.blob to blob.nativeBlob Bruno Windels 2020-11-11 10:44:44 +0100
  • 2cfffa015d WIP Bruno Windels 2020-11-10 22:36:26 +0100
  • a37d8c0223 implement AES encryption Bruno Windels 2020-11-10 19:48:36 +0100
  • 82a9fafe8c release v0.1.28 v0.1.28 Bruno Windels 2020-11-10 19:15:39 +0100
  • d88c3f6dea
    Merge pull request #195 from vector-im/bwindels/file-downloads Bruno Windels 2020-11-10 18:14:49 +0000
  • c65e8bea11 clean up properly bwindels/file-downloads Bruno Windels 2020-11-10 19:05:50 +0100
  • d14f485292 Merge branch 'master' into bwindels/file-downloads Bruno Windels 2020-11-10 18:55:27 +0100
  • 98323a7099
    Merge pull request #194 from vector-im/bwindels/olm-create-session-worker-fixes Bruno Windels 2020-11-10 17:35:09 +0000
  • 2ad34c2dd2 c/p error for passing arguments to create_outbound bwindels/olm-create-session-worker-fixes Bruno Windels 2020-11-10 18:31:33 +0100
  • f5480b7708 provide random value for IE11 Bruno Windels 2020-11-10 18:31:18 +0100
  • ba323c65d6 fix typo in name Bruno Windels 2020-11-10 18:30:48 +0100
  • 6fa9471292 remove trailing whitespace Bruno Windels 2020-11-10 17:51:39 +0100
  • 2d8000d11d file tile view Bruno Windels 2020-11-10 17:50:53 +0100
  • a3ca0feda9 file tile view model Bruno Windels 2020-11-10 17:50:38 +0100
  • 21a7ec0dff byte size formatting Bruno Windels 2020-11-10 17:50:20 +0100
  • 373a42c7a8 allow downloading plaintext attachments also, with or without cache Bruno Windels 2020-11-10 17:49:48 +0100
  • 4477073d6d add platform method to offer saving a buffer handle Bruno Windels 2020-11-10 17:23:23 +0100
  • fd950feb94 release v0.1.27 v0.1.27 Bruno Windels 2020-11-10 16:20:27 +0100
  • de143fdafc update timestamp when creating a new megolm session Bruno Windels 2020-11-10 16:17:56 +0100
  • aa62a5905d release v0.1.26 v0.1.26 Bruno Windels 2020-11-10 15:29:33 +0100
  • a16b0674ad
    Merge pull request #193 from vector-im/bwindels/emote Bruno Windels 2020-11-10 14:29:04 +0000
  • a4f610ad3f support emotes bwindels/emote Bruno Windels 2020-11-10 15:13:31 +0100
  • 1c978f060e
    Merge pull request #182 from Newbytee/submit-for-login Bruno Windels 2020-11-10 14:09:56 +0000
  • a812d07d53
    Merge pull request #191 from vector-im/bwindels/preshare-megolmsessions Bruno Windels 2020-11-10 14:00:57 +0000
  • e4fa4ded6c hide clear button in composer on IE bwindels/preshare-megolmsessions Bruno Windels 2020-11-10 14:02:37 +0100
  • 769feac73c cleanup Bruno Windels 2020-11-10 14:02:27 +0100
  • fd498b3d24 no need to keep track of promise, fn is internally rate-limited now Bruno Windels 2020-11-10 14:02:07 +0100
  • 89c66699d7 some Lock refactoring that I didn't end up needing but still useful Bruno Windels 2020-11-10 11:04:53 +0100
  • f13f1cd593 prevent leaking resources in olm worker Bruno Windels 2020-11-10 11:04:39 +0100
  • 5f6ad91ff2 offload creating an olm session to the olm worker Bruno Windels 2020-11-10 11:04:09 +0100
  • bd5771e449 remove obsolete comment Bruno Windels 2020-11-09 17:22:37 +0100
  • 6572377832 move tracking the room to where we need the devices Bruno Windels 2020-11-09 16:50:39 +0100
  • 9cfb3c8e95 only check to pre-share new megolm session every minute Bruno Windels 2020-11-09 16:49:16 +0100
  • 44a2febce9 hook it up Bruno Windels 2020-11-06 23:43:02 +0100
  • c6ff4c2517 finish room encryption part Bruno Windels 2020-11-06 18:56:32 +0100
  • d0d1f68a9c WIP Bruno Windels 2020-11-06 16:56:12 +0100
  • e06bf5850f WIP on #190 while fetching session from store every time bwindels/fix-members-share-session-race Bruno Windels 2020-11-06 13:40:02 +0100
  • a2bc242c6b WIP to make megolm session in memory once you start sending bwindels/outbound-megolm-session-in-memory Bruno Windels 2020-11-06 11:29:41 +0100
  • 5d12aef6db support pre-sharing room keys in room encryption Bruno Windels 2020-11-06 10:32:37 +0100
  • 85ba1676e5 log non-network errors in service worker to diagnose #187 Bruno Windels 2020-11-05 22:51:21 +0100
  • 9708e394a0 don't assume the thumbnail was cached already Bruno Windels 2020-11-05 22:45:20 +0100
  • e0c8be3a9a try to call out when #187 happens Bruno Windels 2020-11-05 22:39:32 +0100
  • c696a75f88 fix #177 Bruno Windels 2020-11-05 22:31:00 +0100
  • 16542284f3 fix #48 Bruno Windels 2020-11-05 21:24:14 +0100
  • b8370d53b6 always throw here so we never get to Ready status when stopped Bruno Windels 2020-11-05 21:22:29 +0100
  • 134f018849 always have an error when stopping sync Bruno Windels 2020-11-05 21:21:27 +0100
  • 9f453c0984 fix #152 Bruno Windels 2020-11-05 21:19:34 +0100
  • b27f6a067f implement .size for all observable maps Bruno Windels 2020-11-05 12:00:17 +0100
  • e112e9c2d2 Use submit event for login trigger Newbyte 2020-11-02 20:59:03 +0100
  • 3ab70861cc Add form to element list Newbyte 2020-11-02 20:58:29 +0100
  • dc05a163df release v0.1.25 v0.1.25 Bruno Windels 2020-11-03 09:13:35 +0100
  • 0003ddebb5 also fix grid layout Bruno Windels 2020-11-03 09:07:08 +0100
  • 103dc53841 release v0.1.24 v0.1.24 Bruno Windels 2020-11-02 14:50:20 +0100
  • 9131cf00a3 load images when they becomes partly into view Bruno Windels 2020-11-02 14:49:59 +0100
  • 8642981fb8 release v0.1.23 v0.1.23 Bruno Windels 2020-11-02 14:16:10 +0100
  • 72fdce4a86 fix broken layout after changing to grid Bruno Windels 2020-11-02 14:15:24 +0100
  • 8803b84e2b release v0.1.22 v0.1.22 Bruno Windels 2020-11-02 12:23:46 +0100
  • a3ec01385b
    Merge pull request #178 from vector-im/bwindels/lightbox Bruno Windels 2020-11-02 11:23:10 +0000
  • f1b557f995 add comment bwindels/lightbox Bruno Windels 2020-11-02 11:29:22 +0100
  • fd28b39e23 fix spacing between spinner and loading text in lightbox Bruno Windels 2020-11-02 11:29:09 +0100
  • 7e9e937742 IE11 doesn't calculate padding percentages based on parent width in grid Bruno Windels 2020-11-02 11:16:35 +0100
  • fbbdaf7dfa expose IE11 flag in JS as well Bruno Windels 2020-11-02 11:16:19 +0100
  • 57da68fb1e padding for lightbox Bruno Windels 2020-10-31 00:25:51 +0100
  • 4d08e415bd fallback for IE11 Bruno Windels 2020-10-31 00:25:42 +0100
  • 8507a3eb16 prevent jumps when image loads by adding a spacer Bruno Windels 2020-10-31 00:25:05 +0100
  • 5aa2c7dc5c dom changes for timeline image view Bruno Windels 2020-10-30 22:52:54 +0100
  • 5a31bc5f2b basic focus trapping of lightbox Bruno Windels 2020-10-30 22:52:32 +0100