Commit graph

  • cd68bb7b3f log when devices get marked as outdated Bruno Windels 2021-02-18 14:00:06 +0100
  • 8539b0c893 also log session in after sync completed as detail level Bruno Windels 2021-02-18 13:07:52 +0100
  • dea11845f5 log encrypted event count in session sync write Bruno Windels 2021-02-18 13:07:32 +0100
  • 499efb5ce0 add error and status to caption in logviewer Bruno Windels 2021-02-18 13:07:12 +0100
  • e590b573fb log remaining specific room entries as detailed Bruno Windels 2021-02-18 12:39:29 +0100
  • 9f9de0988e don't log here yet as the logger isn't passed from createIdentity yet Bruno Windels 2021-02-17 19:41:30 +0100
  • 7524a912c3 use (t)ype rather than kind Bruno Windels 2021-02-17 18:45:12 +0100
  • f321968ac3 add more sync logging Bruno Windels 2021-02-17 18:45:04 +0100
  • e14929bd4f inherit log level from parent rather than defaulting to info if not set Bruno Windels 2021-02-17 17:14:50 +0100
  • cc916b80de add app version to logs Bruno Windels 2021-02-17 17:14:24 +0100
  • d201d2c9de don't use depth based log filtering, also add Detail log level Bruno Windels 2021-02-17 17:13:06 +0100
  • e9ce87ed9b
    Merge pull request #233 from vector-im/bwindels/log-viewer Bruno Windels 2021-02-18 11:29:22 +0000
  • 69feb40075 add copyright headers bwindels/log-viewer Bruno Windels 2021-02-18 12:28:57 +0100
  • 560918e373 format times between root items better Bruno Windels 2021-02-18 12:02:26 +0100
  • 19df43ca3c more compact layout, a few more detail fields and expand recursively but Bruno Windels 2021-02-18 11:54:21 +0100
  • be1650defc add expand button to log items Bruno Windels 2021-02-18 11:26:27 +0100
  • 17c2fad4b4 finish log viewer details panel Bruno Windels 2021-02-18 11:08:43 +0100
  • 6b527cef65 basic log viewer Bruno Windels 2021-02-18 10:48:58 +0100
  • 7e05e4e109 update caniuse to have up to date browser definitions for build script Bruno Windels 2021-02-17 11:41:06 +0100
  • c179bc0aac we're using yarn, not npm, so remove npm lockfile Bruno Windels 2021-02-17 11:40:44 +0100
  • d39c3812b2
    Merge pull request #231 from vector-im/bwindels/logs Bruno Windels 2021-02-17 10:19:46 +0000
  • 5bec4d5a72 comment bwindels/logs Bruno Windels 2021-02-16 20:05:33 +0100
  • 630ac40f05 this is broken now, but we're not using it anyway, so remove Bruno Windels 2021-02-16 20:00:08 +0100
  • 0ccf735148 console log when failing to restore queued items Bruno Windels 2021-02-16 19:57:45 +0100
  • b28eefb2db do emergency serialization without log filter Bruno Windels 2021-02-16 19:53:37 +0100
  • c3637def2e ensure any breakage does not disrupt logging Bruno Windels 2021-02-16 18:36:41 +0100
  • 2dd8803efc better error handling if something goes wrong serializing log items Bruno Windels 2021-02-16 18:30:23 +0100
  • 338f628627 remove option to anonymize Bruno Windels 2021-02-16 18:29:42 +0100
  • 90cfcad5f1 add privacy notice in settings Bruno Windels 2021-02-16 18:25:52 +0100
  • 59928432df better logs filename Bruno Windels 2021-02-16 17:46:07 +0100
  • 1f91fa9a94 final flush interval Bruno Windels 2021-02-16 17:45:47 +0100
  • e629a93edd delete extra log items when over limit,to not have to delete every flush Bruno Windels 2021-02-16 17:45:19 +0100
  • ee4a382578 revert this back Bruno Windels 2021-02-16 15:38:43 +0100
  • 5d67db0c5e Fix NullLogger Bruno Windels 2021-02-16 15:35:30 +0100
  • 7dc3707871 add button to export logs Bruno Windels 2021-02-16 15:27:24 +0100
  • 48569c28bc serialize logs as json Bruno Windels 2021-02-16 15:08:08 +0100
  • 4defbe1322 simplify log filtering, while also adding depth based filtering Bruno Windels 2021-02-16 15:07:17 +0100
  • 78805f0a65 implement dynamic log filtering Bruno Windels 2021-02-16 11:37:48 +0100
  • 510d5ab2cd add bool settings type Bruno Windels 2021-02-12 19:08:13 +0100
  • 704708bd6c add some logging to sync Bruno Windels 2021-02-12 18:56:26 +0100
  • 07f8500d29 don't read from settings for now, as it is async Bruno Windels 2021-02-12 18:55:37 +0100
  • 1183305d71 wrapLog => run is a better name Bruno Windels 2021-02-12 18:36:21 +0100
  • 42780df94f actually track log items, and correctly remove them Bruno Windels 2021-02-12 18:36:04 +0100
  • a53c25d2ae support logging in hsApi Bruno Windels 2021-02-12 18:35:33 +0100
  • e6c108c6e0 no need to copy it over in viewmodel Bruno Windels 2021-02-12 18:06:14 +0100
  • f65db338cf make it work Bruno Windels 2021-02-12 18:05:39 +0100
  • 89139bba30 expose some meta data on a log export to show before submitting Bruno Windels 2021-02-12 16:08:28 +0100
  • c0a03858eb add option to anonymize logged values Bruno Windels 2021-02-12 16:08:07 +0100
  • bbab1e9ecc move base64/58 encoding into platform Bruno Windels 2021-02-12 16:01:54 +0100
  • 2bb7b3b598 add null logger Bruno Windels 2021-02-12 14:06:09 +0100
  • 0763410aa1 filter output when serializing by loglevel Bruno Windels 2021-02-12 14:05:51 +0100
  • 4c2abcf9c7 add logger to platform Bruno Windels 2021-02-12 13:04:18 +0100
  • 91bd5f638c finish logging api Bruno Windels 2021-02-12 13:04:05 +0100
  • b81ff4b734 allow empty blocks Bruno Windels 2021-02-11 21:08:43 +0100
  • 105df9d64a turn olm prototype into benchmark Bruno Windels 2021-02-11 21:08:22 +0100
  • e515548037 add some comments while debugging a problem Bruno Windels 2021-02-11 21:08:06 +0100
  • 89599e9f87 WIP Bruno Windels 2021-02-11 21:07:18 +0100
  • e49639fda2 move textencoder/decoder into platform Bruno Windels 2021-02-11 17:29:48 +0100
  • b6938dffdb Merge branch 'master' of github.com:vector-im/hydrogen-web Bruno Windels 2021-02-11 11:15:58 +0100
  • ac1bbb3937 ensure thumbnail dimensions are integer, fixes #203 Bruno Windels 2021-02-11 11:15:20 +0100
  • 922770e22d
    Merge pull request #219 from aaaaalbert/fix-typo-in-README Bruno Windels 2021-02-08 14:04:26 +0000
  • 644dcc9b77
    Fix typo aaaaalbert 2021-02-08 14:21:13 +0100
  • 430da8766f docker instructions Bruno Windels 2021-02-08 12:43:53 +0100
  • 1e19c491b9 Merge branch 'master' of github.com:vector-im/hydrogen-web Bruno Windels 2021-01-25 10:35:46 +0100
  • 977b9c282d add FAQ Bruno Windels 2021-01-25 10:35:13 +0100
  • ff6ae86af6
    Merge pull request #207 from chagai95/master Bruno Windels 2020-12-07 10:05:55 +0000
  • 311b239ea1
    Add Hyperlink matrix.to to room chagai95 2020-12-05 10:16:37 +0100
  • a9a27133b9 fix #204 Bruno Windels 2020-11-26 09:49:25 +0100
  • 1c4818cf1d prevent a new iframe being created for every download Bruno Windels 2020-11-23 10:28:20 +0100
  • 669865f8db notes on codestyle Bruno Windels 2020-11-20 16:39:16 +0100
  • 908a119dc9 release v0.1.30 v0.1.30 Bruno Windels 2020-11-20 16:38:43 +0100
  • 2f0f168c6e show 'sending' while waiting for remote echo for filetile instead of unknown status Bruno Windels 2020-11-20 16:38:16 +0100
  • 4cf66b8e61
    Merge pull request #199 from vector-im/bwindels/upload-images Bruno Windels 2020-11-20 15:33:54 +0000
  • b7aca076ba better wording bwindels/upload-images Bruno Windels 2020-11-20 16:32:33 +0100
  • 7bf02f42b7 don't use grid to put lightbox on top, as it broke again in IE11 Bruno Windels 2020-11-20 16:32:13 +0100
  • 83d54351b1 put spacer behind rather than before link to open lightbox Bruno Windels 2020-11-20 16:14:32 +0100
  • 45dd539179 also update preference onchange for IE Bruno Windels 2020-11-20 16:06:16 +0100
  • 3eec897630 better wording Bruno Windels 2020-11-20 16:06:05 +0100
  • 9ab81eea02 add setting for image compression level Bruno Windels 2020-11-20 15:51:16 +0100
  • 764cddcdec can be cached Bruno Windels 2020-11-20 11:45:38 +0100
  • f7a07a9e79 adjust fileview/tile to pendingevent changes Bruno Windels 2020-11-20 11:45:14 +0100
  • 628a3b65c6 cancel > remove Bruno Windels 2020-11-19 15:02:59 +0100
  • 8b8d06cf3e show error for attachments still need upload but missing after refresh Bruno Windels 2020-11-19 14:42:29 +0100
  • 18407e17a8 toggle popup menu Bruno Windels 2020-11-18 20:18:09 +0100
  • 59a92bdf97 vm changes for improved image view Bruno Windels 2020-11-18 20:10:05 +0100
  • 0581066350 upload smallest attachments first Bruno Windels 2020-11-18 20:09:27 +0100
  • a23075a326 make safe to call when no attachments present Bruno Windels 2020-11-18 20:09:07 +0100
  • fba5877b3b dispose attachment blobs when pending event is removed/closing session Bruno Windels 2020-11-18 20:08:42 +0100
  • f6dbb23f79 better error handling for file and picture upload Bruno Windels 2020-11-18 20:07:31 +0100
  • 47147f2d46 progress bar for upload, add cancel button, no lightbox while uploading Bruno Windels 2020-11-18 20:06:34 +0100
  • 6f94ca1a4a make toBlob work on IE11 Bruno Windels 2020-11-18 16:28:48 +0100
  • a930dec8db adjust ImageTile to state machine changes Bruno Windels 2020-11-18 13:05:10 +0100
  • fd81111bfb merge state machine from AttachmentUpload into PendingEvent Bruno Windels 2020-11-18 13:02:38 +0100
  • 91f7970d66 Merge branch 'master' into bwindels/upload-images Bruno Windels 2020-11-16 19:31:04 +0100
  • ca7c07a23c fix #200 Bruno Windels 2020-11-16 19:29:51 +0100
  • d1a95c664d require space after /me Bruno Windels 2020-11-16 19:29:29 +0100
  • 671e23a123 basic reporting of image upload progress in % Bruno Windels 2020-11-16 15:10:44 +0100
  • 6bd777e7be make sure cors errors on setting headers don't fail sending the request Bruno Windels 2020-11-16 15:10:25 +0100
  • 83cbe78cd6 report attachment upload progress Bruno Windels 2020-11-16 10:45:46 +0100
  • 1dd46b875b this is fine actually, as it will get encrypted. Bruno Windels 2020-11-13 19:22:06 +0100