Commit Graph

  • f48f6bca12 Properly imlement event aggregations Sorunome 2020-07-27 07:39:48 +0000
  • 654f34cce0 Merge branch 'soru/no-http-in-sync' into 'master' Sorunome 2020-07-26 09:30:02 +0000
  • 14c8377a2f
    make sure that no http requests are done inside of /sync Sorunome 2020-07-26 07:54:03 +0200
  • 3fae58439b Merge branch 'soru/sync-filter' into 'master' Christian Pauly 2020-07-25 14:46:36 +0000
  • 31614364d3 add update filters Sorunome 2020-07-25 14:46:36 +0000
  • 7cc14687c4 Merge branch 'soru/update-emotes' into 'master' Christian Pauly 2020-07-25 11:56:23 +0000
  • 6cd745bd1a
    Add data-mx-emote to emotes Sorunome 2020-07-24 17:59:39 +0200
  • 772cb2cf1d Merge branch 'soru/test-web' into 'master' Marcel 2020-07-24 13:51:35 +0000
  • 84a94f5c9d
    format Sorunome 2020-07-24 15:44:55 +0200
  • d4818bd677
    forgot to ctrl+s Sorunome 2020-07-24 15:37:40 +0200
  • 9cb4dab9d4
    test web Sorunome 2020-07-24 15:37:00 +0200
  • f90b8c81b1 Merge branch 'soru/test-web' into 'master' Sorunome 2020-07-24 13:00:12 +0000
  • ff2de35d28
    test web Sorunome 2020-07-24 14:53:06 +0200
  • ad8135990d Merge branch 'soru/fix-too-early-event-update' into 'master' Christian Pauly 2020-07-23 08:09:00 +0000
  • c68487ac21 fix issue with sending messages Sorunome 2020-07-23 08:09:00 +0000
  • a46942a140 Merge branch 'soru/fix-members-requests' into 'master' Sorunome 2020-07-21 08:05:48 +0000
  • 3947b0aa73 Merge branch 'krille/fix-request-history-2' into 'master' Christian Pauly 2020-07-21 07:34:30 +0000
  • 4f2a8febf9 Fix request history Christian Pauly 2020-07-21 07:34:30 +0000
  • 845d0cf791 Merge branch 'MTRNord/utf8-encode-fake-api-responses' into 'master' Sorunome 2020-07-20 13:28:02 +0000
  • 7690c4ef9c [Fake API] Further reduce amount of returns Marcel 2020-07-20 15:21:46 +0200
  • 0647df37e3 [Test] Properly encode fake api responses as utf8. Also remove not needed returns as they do the same as the last return. Marcel 2020-07-20 15:16:23 +0200
  • bf1a4fe91b Merge branch 'MTRNord/utf-8-decode-json' into 'master' Sorunome 2020-07-20 11:50:10 +0000
  • 3c0fbf784f [Requests] Add try_catch for utf8 decoding because dart really seems to have issues with json encoding and decoding. (also use camelCase) Marcel 2020-07-20 13:43:55 +0200
  • 9f6bd740ca [Requests] Make sure to not use the latin1 version of the json but instead convert the bytes to utf8 as required by various RFCs. Marcel 2020-07-20 13:19:57 +0200
  • 0ece2717e0
    Merge branch 'master' into soru/fix-members-requests Sorunome 2020-07-20 11:53:55 +0200
  • f4c8cfe992 Merge branch 'krille/fix-room-sorting' into 'master' Sorunome 2020-07-20 07:46:46 +0000
  • b8f80c7071 Fix room sorting Christian Pauly 2020-07-20 07:46:46 +0000
  • 811c00c350 Merge branch 'soru/use-prev-content-username-fallback' into 'master' Christian Pauly 2020-07-20 06:33:03 +0000
  • 5b87d389b0 Merge branch 'soru/database-connect' into 'master' Christian Pauly 2020-07-20 06:31:26 +0000
  • 38430ebddf Merge branch 'soru/key-verification-fix' into 'master' Christian Pauly 2020-07-20 06:31:05 +0000
  • 2214ac2d0a fixes a racing condition in key verification Sorunome 2020-07-20 06:31:05 +0000
  • 175cb0fbd2
    add Databse.connect to be able to run in isaltes Sorunome 2020-07-17 13:20:23 +0200
  • 864151ec83
    use prev_content to calculate displayname and avatar_url, if content unavailable Sorunome 2020-07-17 12:02:43 +0200
  • 26510173de Merge branch 'lukaslihotzki/pub-olm' into 'master' Christian Pauly 2020-07-14 16:21:53 +0000
  • 2c9a09ed5e Merge branch 'soru/fix-migration' into 'master' Christian Pauly 2020-07-14 16:21:37 +0000
  • c689f6d344 Merge branch 'soru/fix-push-payload' into 'master' Christian Pauly 2020-07-14 16:21:24 +0000
  • fc1b78d712 olm and matrix_file_e2ee from pub Lukas Lihotzki 2020-07-14 17:08:30 +0200
  • 8294231f78
    url in PusherData is optional Sorunome 2020-07-14 12:00:37 +0200
  • 8b3e2e6c86
    fix tests Sorunome 2020-07-14 11:46:37 +0200
  • 4394196ba1
    try to load members from database first and cache them in-memory Sorunome 2020-07-14 11:30:13 +0200
  • 79ea85bf4d
    indexes are already created when creating a talbe Sorunome 2020-07-14 10:43:21 +0200
  • 259cede94e Merge branch 'matrixapi-refactor-query' into 'master' Christian Pauly 2020-07-08 07:15:26 +0000
  • 8d83d4a699 refactor matrix_api query strings and enums Lukas Lihotzki 2020-07-08 07:15:26 +0000
  • e88e60ec09 Merge branch 'ChristianPauly-master-patch-10645' into 'master' Christian Pauly 2020-07-02 10:41:23 +0000
  • c87450dafb Remove deprecated contactlist method Christian Pauly 2020-07-02 10:41:23 +0000
  • ac720df3d2 Merge branch 'soru/performance' into 'master' Sorunome 2020-07-02 08:55:31 +0000
  • 7351319f28
    address things Sorunome 2020-07-02 10:32:11 +0200
  • 8f122195c5
    re-work state lazy loading after discussion Sorunome 2020-07-01 11:09:31 +0200
  • ad098aa246 Merge branch 'krille/catch-all-sync-errors' into 'master' Christian Pauly 2020-06-30 14:47:40 +0000
  • b7b369923f
    only lazy-load m.room.member, not store presence Sorunome 2020-06-30 13:41:52 +0200
  • 2e3d8205b1
    analyze and format Sorunome 2020-06-30 12:21:03 +0200
  • a1f8120c59
    Greatly imporve initial loading performance Sorunome 2020-06-30 12:17:56 +0200
  • 00b844c118 Merge branch 'soru/hide-bad-sync-errors' into 'master' Christian Pauly 2020-06-29 13:33:48 +0000
  • dbfaf7fa72
    hide red herring sync errors Sorunome 2020-06-29 15:27:14 +0200
  • 2f32791117 Catch all sync errors Christian Pauly 2020-06-29 14:09:40 +0200
  • 4790925929 Merge branch 'soru/no-contains-key' into 'master' Christian Pauly 2020-06-29 12:02:18 +0000
  • fd406987c1 Better validate event contents Sorunome 2020-06-29 12:02:18 +0000
  • 0ac7aec071 Merge branch 'matrixfile-refactor-all' into 'master' Christian Pauly 2020-06-29 12:00:26 +0000
  • 842581699c MatrixFile refactoring for thumbnails Lukas Lihotzki 2020-06-29 12:00:26 +0000
  • 4582574e5b Merge branch 'krille/calc-displayname-without-local-part' into 'master' Christian Pauly 2020-06-29 08:40:16 +0000
  • 7e9c8f88f3 Implement calcDisplayname without local part Christian Pauly 2020-06-29 08:40:16 +0000
  • 01daa3ec44 Merge branch 'ChristianPauly-master-patch-89224' into 'master' Christian Pauly 2020-06-28 11:54:01 +0000
  • 386248a046 Fix wellknown with trailing slash Christian Pauly 2020-06-28 11:54:00 +0000
  • 28fd207f2a Merge branch 'soru/fix-account-data' into 'master' Sorunome 2020-06-26 16:53:48 +0000
  • 163cbdb923
    Hotfix: account_data stored incorrectly in the database Sorunome 2020-06-26 18:46:54 +0200
  • ab812e0da2 Merge branch 'mime-refactor-use-mime' into 'master' Christian Pauly 2020-06-26 07:54:55 +0000
  • 58dcedb883 Use mime instead of mime_type Lukas Lihotzki 2020-06-25 17:35:46 +0200
  • 8e2c8b0d11 Merge branch 'soru/fix-tag-model' into 'master' Christian Pauly 2020-06-25 14:05:10 +0000
  • 663d0a2638 parse order of tags better Sorunome 2020-06-25 14:05:10 +0000
  • 00be163153 Merge branch 'soru/fix-ci' into 'master' Christian Pauly 2020-06-25 08:55:08 +0000
  • e3241558f5
    Fix CI Sorunome 2020-06-25 10:15:38 +0200
  • 62f63ebf1f Merge branch 'soru/olm-session-recovery' into 'master' Sorunome 2020-06-25 08:01:37 +0000
  • 35ba666c0a Merge branch 'krille/fix-sorting-again' into 'master' Sorunome 2020-06-25 07:57:16 +0000
  • 5dda0c3623 Merge branch 'soru/cross-signing' into 'master' Sorunome 2020-06-25 07:53:30 +0000
  • 34425b035f Fix sorting again and again god damn Christian Pauly 2020-06-25 09:51:24 +0200
  • 8de4b5acc0
    update link in comments Sorunome 2020-06-25 09:46:01 +0200
  • 33c2edae19 Merge branch 'krille/fix-wrong-sort-type' into 'master' Sorunome 2020-06-25 07:41:51 +0000
  • c536af32f5 Fix wrong type for sort Christian Pauly 2020-06-25 09:36:28 +0200
  • 66e137582e Merge branch 'krille/sort-invites-on-top' into 'master' Sorunome 2020-06-25 07:32:52 +0000
  • 2b393ff193 Sort invites on top Christian Pauly 2020-06-25 09:27:01 +0200
  • 2cd4ab11ce Merge branch 'krille/minor-refactoring' into 'master' Sorunome 2020-06-25 07:17:00 +0000
  • 52e57f8dc2 Minor refactoring Christian Pauly 2020-06-25 07:16:59 +0000
  • 802e3c3f4d Merge branch 'krille/timestamp-as-sort-order' into 'master' Sorunome 2020-06-25 07:10:07 +0000
  • 6846b7d5c6 Use timestamp as sort order Christian Pauly 2020-06-25 09:04:26 +0200
  • ad67a5abdb Merge branch 'krille/fix-direct-chats' into 'master' Sorunome 2020-06-25 06:59:03 +0000
  • e6cf5cb927 Fix direct chats Christian Pauly 2020-06-25 06:59:03 +0000
  • 869bc6567b Merge branch 'krille/add-room-tag-support' into 'master' Christian Pauly 2020-06-24 09:22:08 +0000
  • 13b3c0df4d Add room tag support Christian Pauly 2020-06-24 09:22:08 +0000
  • edd30460e7 Merge branch 'krille/implement-pinned-events' into 'master' Christian Pauly 2020-06-24 08:41:52 +0000
  • 2afd0bb3a8 Implement pinned events Christian Pauly 2020-06-24 08:41:52 +0000
  • fb48837d08
    update function call Sorunome 2020-06-24 09:30:25 +0200
  • b109e75962
    also restore on broken olm session Sorunome 2020-06-23 11:35:43 +0200
  • f833511e38
    fix tests Sorunome 2020-06-23 10:59:33 +0200
  • 68fac1e112
    pick the correct session when encrypting to_device events Sorunome 2020-06-23 10:14:19 +0200
  • f79a85ca71
    Merge branch 'master' into soru/cross-signing Sorunome 2020-06-24 09:26:22 +0200
  • ed262c0d51 Merge branch 'soru/fix-incorrect-olm-session-create' into 'master' Christian Pauly 2020-06-23 18:20:43 +0000
  • 36cb6d63db Merge branch 'soru/query-single-room' into 'master' Niklas Zender 2020-06-23 12:07:54 +0000
  • 1a9f6e38dc
    add database.getRoom Sorunome 2020-06-23 13:35:22 +0200
  • 439f6f0aa0
    Fix some olm sessions not being loaded from database Sorunome 2020-06-23 11:42:01 +0200
  • 48c03865a2
    make auth_data just a json object Sorunome 2020-06-23 08:30:50 +0200