Commit Graph

  • f8140866ae fix: Do not request users in not joined rooms Christian Pauly 2022-11-07 08:41:15 +0100
  • 70af77b3ac Merge branch 'voip/fix-offre-issue-for-ios' into 'main' td 2022-11-03 02:48:58 +0000
  • d2d29b5966 chore: Put all hard-coded timeout parameters into the Timeouts class. cloudwebrtc 2022-11-03 09:16:55 +0800
  • fdee6fe590 fix: sdp negotiation issue on iOS, close #335. cloudwebrtc 2022-10-21 23:27:38 +0800
  • b1c63c0929 Merge branch 'td/sdpUpdatesp2pCalls' into 'main' Nicolas Werner 2022-10-31 11:50:37 +0000
  • 4c8c821a22
    chore: bump version td 2022-10-28 22:03:26 +0530
  • 6566bb8eeb
    chore: reduce error logging level of groupCall is null td 2022-10-28 22:01:17 +0530
  • aa03f5aa06
    fix: filter list for adding p2p call events td 2022-10-28 21:52:02 +0530
  • 380963e87a Merge branch 'krille/dont-try-to-decrypt-redacted-events' into 'main' Malin Errenst 2022-10-28 12:31:56 +0000
  • 78cb434bf2 Merge branch 'krille/remove-deprecated-fluffybox' into 'main' Krille Fear 2022-10-28 11:28:16 +0000
  • e6182db16b refactor: Remove deprecated fluffybox Christian Pauly 2022-10-28 11:46:05 +0200
  • ec5163d4f1 Merge branch 'krille/noSuchMethod-debug' into 'main' The one with the braid 2022-10-28 10:54:22 +0000
  • 296b193c1d chore: Lower logs level of native implementation noSuchMethod Christian Pauly 2022-10-28 12:45:27 +0200
  • 411cf3d4ec fix: Redact originalSource on redaction Christian Pauly 2022-10-28 12:30:27 +0200
  • da8ebe85ef fix: Do not try to decrypt redacted events Christian Pauly 2022-10-28 12:25:35 +0200
  • fc1146fe94 Merge branch 'krille/more-stable-migration' into 'main' Krille Fear 2022-10-26 10:07:58 +0000
  • cf2104c12e Merge branch 'braid/hightlighted-rooms' into 'main' The one with the braid 2022-10-26 10:01:04 +0000
  • 2b1467f962 chore: Bump version Christian Pauly 2022-10-26 10:37:51 +0200
  • 6c307980a5 fix: Do not wait for first sync after migration init Christian Pauly 2022-10-26 10:36:36 +0200
  • ed7913e710 feat: introduce hightlighted room getter TheOneWithTheBraid 2022-10-26 09:31:18 +0200
  • c436a86915 Merge branch 'braid/ci' into 'main' Krille Fear 2022-10-26 09:50:34 +0000
  • f437d2bfee fix: remove tag from CI TheOneWithTheBraid 2022-10-26 11:35:01 +0200
  • 09d2873a60 Merge branch 'krille/version' into 'main' Krille Fear 2022-10-24 06:50:14 +0000
  • 1affb9268b chore: Bump version Christian Pauly 2022-10-24 08:35:10 +0200
  • c65b14341c Merge branch 'krille/fix-pushruleset-from-json' into 'main' The one with the braid 2022-10-24 06:27:06 +0000
  • 7b1a519de0 fix: Do not assume that push rules are never malformed in account data Christian Pauly 2022-10-21 10:48:31 +0200
  • 56cd0d14b6 Merge branch 'larodar-main-patch-98642' into 'main' td 2022-10-19 10:27:44 +0000
  • 54a3c3f03a chore: change codeowners Niklas Zender 2022-10-19 10:16:49 +0000
  • 1656c51f05 Merge branch 'fix/audio-input-auto-selection' into 'main' Nicolas Werner 2022-10-18 14:06:50 +0000
  • 99c77b9276 Merge branch 'nico/decryption-queue' into 'main' Nicolas Werner 2022-10-18 14:02:48 +0000
  • 0983196173 Merge branch 'krille/version' into 'main' Nicolas Werner 2022-10-18 14:01:30 +0000
  • 69f82b2619 refactor: Remove unused imports Christian Pauly 2022-10-18 11:42:11 +0200
  • 90cef1186e chore: bump version Christian Pauly 2022-10-18 11:40:55 +0200
  • a3e3ab419d Merge branch 'nico/pushrules' into 'main' Mohammad Reza Moradi 2022-10-17 11:30:10 +0000
  • ee93d545cc chore: fix exception test after api_lite update Nicolas Werner 2022-10-17 12:52:08 +0200
  • f55bb4776a feat: Support evaluating pushrules Nicolas Werner 2022-10-17 03:57:41 +0200
  • abe793302e chore: Bump version Christian Pauly 2022-10-14 14:28:01 +0200
  • 1719bcec9e chore: add pushrules to the event types Nicolas Werner 2022-10-12 16:36:56 +0200
  • 3cc2f2fa4a fix: Edge case where MatrixException.error differs from errcode Christian Pauly 2022-10-14 14:11:17 +0200
  • e50c0ec641 chore: null safety. cloudwebrtc 2022-10-12 19:11:53 +0800
  • c5199f8bab Merge branch 'krille/refactor-get-direct-chat' into 'main' The one with the braid 2022-10-12 09:42:41 +0000
  • 779c278854 refactor: Use DateTime method instead of comparing milliseconds Christian Pauly 2022-10-12 11:33:00 +0200
  • c6a8f5a162 feat: Implement a queue for events pending decryption Nicolas Werner 2022-10-05 00:36:22 +0200
  • 157b488255 Merge branch 'td/staleGroupCalls' into 'main' td 2022-10-07 10:13:59 +0000
  • da4174c91a
    feat: implement expire_ts in group calls and provide methods to terminate stale calls td 2022-10-07 15:08:38 +0530
  • 27527f0417 chore: update audio device for call when input device changes. duanweiwei1982@gmail.com 2022-10-05 21:38:45 +0800
  • c3ec0ffa2a fix: messages not being processed after a new encryption event. Nicolas Werner 2022-09-29 12:18:18 +0200
  • 3a8fedb02f Merge branch 'krille/warn-on-unverified-devices' into 'main' td 2022-09-27 09:25:20 +0000
  • ddb7cf8e30 Merge branch 'voip/improve-ice-connect-speed' into 'main' td 2022-09-23 20:02:09 +0000
  • e5bc54ef88 Improve ice connection speed. Duan Weiwei 2022-09-23 20:02:09 +0000
  • dd375eddfd feat: Add getter for own unverified devices Christian Pauly 2022-09-21 10:20:47 +0200
  • d77b8476bc Merge branch 'nico/uppercase-files' into 'main' Krille Fear 2022-09-20 09:12:59 +0000
  • 029a4ae77a fix: files get needlessly lowercased Nicolas Werner 2022-09-20 10:59:22 +0200
  • 029be99c7c Merge branch 'krille/version' into 'main' Malin Errenst 2022-09-20 08:50:20 +0000
  • 66d90dcf36 chore: Bump version Christian Pauly 2022-09-20 10:37:39 +0200
  • c8a97ce7f8 Merge branch 'krille/on-secret-stored-stream' into 'main' Nicolas Werner 2022-09-20 07:42:04 +0000
  • f0356532be feat: Add onSecretStored StreamController to SSSS Christian Pauly 2022-09-16 09:08:04 +0200
  • d94bb1e480 Merge branch 'henri2h/dont-assume-redacts-is-valid' into 'main' Krille Fear 2022-09-19 13:06:34 +0000
  • e568002b75 Merge branch 'krille/store-original-event' into 'main' The one with the braid 2022-09-19 07:55:12 +0000
  • 403824b261 feat: Store original event Christian Pauly 2022-09-19 09:11:38 +0200
  • 64f2a4b3c6 Merge branch 'voip/fix-bugs-for-group-call' into 'main' td 2022-09-18 19:06:30 +0000
  • 62cd4e78fb chore: fix analyzer error. cloudwebrtc 2022-09-17 00:19:21 +0800
  • e1ccda3cb1 chore: update. cloudwebrtc 2022-09-17 00:10:50 +0800
  • 8c4a5b6a46 Merge branch 'main' into voip/fix-bugs-for-group-call cloudwebrtc 2022-09-16 23:52:13 +0800
  • df426e763a chore: Properly close usermedia/screen stream for 1v1/group calls. cloudwebrtc 2022-09-16 23:29:49 +0800
  • 03cf6c8e06 Merge branch 'krille/remove-old-docs' into 'main' td 2022-09-16 06:34:09 +0000
  • 5031ff0175 refactor: Clean up deprecated website data Christian Pauly 2022-09-16 08:23:07 +0200
  • 4a5cf7d55d chore: update. cloudwebrtc 2022-09-16 00:04:22 +0800
  • 7e1abd2b95 chore: Fire events by default during hangup. cloudwebrtc 2022-09-14 23:48:29 +0800
  • 62cca99edd fix: Ensures that p2p/group calls are in progress to reject new call invitations, and emits a call reject events. cloudwebrtc 2022-09-14 23:07:32 +0800
  • 1ceeb1292c Merge branch 'nico/bump-version' into 'main' Nicolas Werner 2022-09-13 09:37:43 +0000
  • b203b5dacb fix: Fix remote hangup call causing local screenstream to be released. cloudwebrtc 2022-09-13 10:34:07 +0800
  • 7b61f8eb01 fix: don't assume redacts attribute from content to be valid henri2h 2022-09-12 17:09:29 +0200
  • 5090452224 chore: bump version Nicolas Werner 2022-09-12 12:23:56 +0200
  • 7a9e5cbb85 Merge branch 'nico/fix-null-events-in-legacy-db' into 'main' Nicolas Werner 2022-09-12 09:09:08 +0000
  • 43ab43966f fix: properly handle events not already in the db Nicolas Werner 2022-09-09 17:16:58 +0200
  • 2b58ec2902 Merge branch 'krille/fix-get-push-rules' into 'main' Nicolas Werner 2022-09-09 10:14:35 +0000
  • 94397e3cb9 Merge branch 'td/typo' into 'main' Nicolas Werner 2022-09-09 10:09:26 +0000
  • b0239074bf Merge branch 'nico/large-files-fix' into 'main' Nicolas Werner 2022-09-09 10:03:08 +0000
  • f15b1cf942
    chore: fix video muted updates for local stream td 2022-09-09 14:39:56 +0530
  • ab73047e51 fix: timeout when sending large files Nicolas Werner 2022-09-06 21:18:07 +0200
  • 9a8da3c1e6 fix: Get push rules crashes if malformed Christian Pauly 2022-09-06 20:19:52 +0200
  • 61369c4b1d Merge branch 'nico/media-config' into 'main' Nicolas Werner 2022-09-06 12:36:16 +0000
  • abbc474480 fix: Check ahead of download if a file exceeds the maximum file size Nicolas Werner 2022-09-06 11:52:19 +0200
  • 125ce4d91f Merge branch 'fix/release-renderer-to-fix-crashes-for-android' into 'main' Nicolas Werner 2022-08-31 13:15:45 +0000
  • 831ab2c851 Merge branch 'nico/sane-initial-sync-timeout' into 'main' Krille Fear 2022-08-31 07:55:58 +0000
  • 40dd10d2e1 fix: release renderer to fix crashes on android. cloudwebrtc 2022-08-31 09:48:20 +0800
  • 163ad0de6b fix: The initial sync waiting for a long time in some cases Nicolas Werner 2022-08-30 14:07:11 +0200
  • 1aa645b31c Merge branch 'krille/avoid-private-types' into 'main' Nicolas Werner 2022-08-30 10:42:15 +0000
  • 3976b0f1e2 refactor: Avoid using private types in public api Christian Pauly 2022-08-30 11:55:17 +0200
  • ea1f340ca9 Merge branch 'krille/remove-database-destroyer' into 'main' Nicolas Werner 2022-08-30 09:26:49 +0000
  • 0c107cf917 refactor: Remove databaseDestroyer Christian Pauly 2022-08-30 11:00:48 +0200
  • c89c1cb7cd Merge branch 'krille/version' into 'main' td 2022-08-29 13:33:10 +0000
  • 1e3f71e45c chore: Bump version Christian Pauly 2022-08-29 15:22:59 +0200
  • d30d1a8cf9 Merge branch 'nico/dehydrated-devices' into 'main' Krille Fear 2022-08-29 13:18:02 +0000
  • dd1f61c29e feat: support dehydrated devices Nicolas Werner 2022-08-22 14:20:51 +0200
  • 76a94e0319 Merge branch 'krille/request-keys' into 'main' Krille Fear 2022-08-29 09:20:35 +0000
  • 881f8c3fd8 refactor: Remove unused api docs job Krille Fear 2022-08-26 12:20:44 +0000
  • dcde0af99e chore: Bump version Christian Pauly 2022-08-29 10:33:16 +0200
  • 6948eb8c06 fix: Parsing of MatrixException parameters Christian Pauly 2022-08-29 10:23:44 +0200