- 07 Feb, 2023 1 commit
-
-
Adrien Béraud authored
Change-Id: I5c9178e2fb3de42a61dcc60c98b6f60a81c8e7dc
-
- 06 Feb, 2023 5 commits
-
-
Sébastien Blin authored
Use the negotiated medias to start conference in a correct state (e.g. if calling a swarm in audio-only we should only see one audio only participant). The previous code was incorrectly starting the conference and adding an extra partipant when attaching the call. Note: lot of code in conference is also currently re-factored for homogeneizing 1:1 and video conferences. So I prefered to avoid to change a lot of things there. A test is also added to check that video or audio is correctly attached in the participants information. Change-Id: I074cc4eb41b21418a6d751e3395db93e8a4da7f5 GitLab: #803
-
Change-Id: Ibdb2592704bd36cb95d165237507fe1fd3e7d215
-
Adrien Béraud authored
jami-client-android#990 Change-Id: Ia756c8b4a66f7e661f4ec72d2a1f46d4967f5593
-
Amin Bandali authored
Change-Id: Idfd2a086847f9665c57e83a8184c20957fec9664
-
Amin Bandali authored
Change-Id: Ia80fc12ba65b1abd516af205e6664261ae2e33fe
-
- 03 Feb, 2023 2 commits
-
-
Vladimir Stoiakin authored
Change-Id: I0a72cd58d0c3822ecb99366f2e96c10eb81d7900
-
Adrien Béraud authored
Change-Id: I8439fdb4ed070d8701976481b42ee3f50d57525a
-
- 02 Feb, 2023 1 commit
-
-
Sébastien Blin authored
This was a regression caused by 11c47a98 where the profile was not sent in multi-device mode. Change-Id: Icb5b3d9e8fafef84374bb2253f67879286d3f893
-
- 01 Feb, 2023 9 commits
-
-
This avoid to erase the content of a file if it's an hard link, which was the case for file transfers. Change-Id: I5ee2ace650de0ef12953e5643f014e62e2d3c04d
-
Adrien Béraud authored
Change-Id: Ic96399c9d58b4abbd0bc9b3cbab9f27c8b479b04
-
Adrien Béraud authored
Change-Id: I12fd7a335ce9075f65493ed0efe8b8dbc5c6ced4
-
Adrien Béraud authored
Change-Id: Iccad0f6572783885f079424ba8ea37a24dbf4b46
-
Adrien Béraud authored
Change-Id: I1c00901a92ba9821a14114809799285a10d6aaee
-
Adrien Béraud authored
Change-Id: I61e8237f6994d024b48d1783e108b4d4a763b097
-
Adrien Béraud authored
Change-Id: I1307012cc7b26c620b141deda0049bcea66860c3
-
Adrien Béraud authored
Change-Id: Ia2154baaa51969fcbe4c906344aa8f5dfdf041ae
-
Aline Gondim Santos authored
Change-Id: I00c0605a5f6c289a792bee5b8b36374d469da93b
-
- 31 Jan, 2023 2 commits
-
-
Sébastien Blin authored
Seems loadTextFile is failing for files written on GNU/Linux and loaded on Windows. Change-Id: Idca4fc87f0039df26f97e8627c444ad518fd8dc8 GitLab: #810
-
Sébastien Blin authored
Change-Id: Ic3ffb3330cfc7d3a38763d294abf737e3b57e589
-
- 30 Jan, 2023 1 commit
-
-
Adrien Béraud authored
Change-Id: Ica456a0e2bee80848ce790665d066d245b0a62f3
-
- 24 Jan, 2023 2 commits
-
-
Sébastien Blin authored
If two users were starting a call at the same time, activeCalls was filled with a duplicate active call. This was due because the merge commit re-announce all commits where the linearized parent potentially changed, causing a call to be added two times in the vector. Also add a fail-safe to avoid this in the future (will only print a log in the back-end). Change-Id: Ie419a419c13abcfb44e3c758fa40845f492504ae
-
Sébastien Blin authored
Two points are changed in this patch: + In peer_channel, the wait return broken_pipe (because if stopped it's like the write operation, the socket behind is being removed). Moreover, sending E_INTERRUPTED while in the handshake will cause gnutls to loop in server_hello. + In ConnectionManager, if the ICE is negotiated and started (which can be the case for a server because the client will start to negotiate and send the answer on the DHT, so negotiation can finish before getting remote peers) we cancel the waitForResponse timer to avoid any cancellation while in the handshake. GitLab: #519 Change-Id: I530d9eba47aa918c90b6a151061556f4af636fb5
-
- 23 Jan, 2023 2 commits
-
-
Sébastien Blin authored
Change-Id: If691d61cd1db72f9e183cd75dcb4269434d27d7a
-
Sébastien Blin authored
If a member is banned from a conversation, only administrators can re-add this member. So, clients should not show them in the list for non admin users. Moreover, clients should be able to show banned members in a list. Change-Id: I0b0a80f1e2a3ed15339cd749e66dfa3e469f403c
-
- 19 Jan, 2023 2 commits
-
-
Change-Id: I76ef7ebce01312df27fed76e3748e0e2bcb00a10
-
Sébastien Blin authored
Change-Id: Idd9ff283f0be8100f82ae5985cf46f1a6f386f63 GitLab: #807
-
- 18 Jan, 2023 6 commits
-
-
GitLab: jami-client-qt#481 Change-Id: I1cea58c2c1a4c03df4488e3dd88d381fce659b77
-
Adrien Béraud authored
Change-Id: I3f22b989d406eabd4f2715c95a94df1618f8df0d
-
Adrien Béraud authored
Change-Id: I1b0148d46fb2e20d0f5708cfa72b472427fd9e91
-
Sébastien Blin authored
Change-Id: I7f975da75d845e02b981f17fe6819752db317885
-
Sébastien Blin authored
Change-Id: I7fb785243b6684ab9a02f9364e65b118a88c120d
-
Sébastien Blin authored
As any conversation shown in clients are swarm nowadays Change-Id: Icd00fc7bd69033eecc36d88d0d0c668ac4cdb7fd
-
- 17 Jan, 2023 1 commit
-
-
Aline Gondim Santos authored
Change-Id: I3276506fbcf2a8092e2175daed806d90f0963f3f
-
- 13 Jan, 2023 3 commits
-
-
Adrien Béraud authored
Change-Id: Id9ba5014e14bd75a50d8ffe741f2e5df1c587e71
-
Adrien Béraud authored
Change-Id: I23f3687eaa641af4c9fb78293e875a55665c3746
-
Aline Gondim Santos authored
Change-Id: Ic42d861235b21cf8ba94ead88dd7b0ae4ea8daa4
-
- 12 Jan, 2023 3 commits
-
-
Change-Id: I7b22ee47240a0d17175492b30369e51bdf657358
-
Includes duplicate symbols, from asm code in both libressl and gnutls, for instance gcm_gmult_4bit. The implementation and abi of the two versions are different so it's not possible to force ignoring the duplicate symbol error. Change-Id: I2882e41bf0841cbbfec22eb473a906448d704ec5
-
Change-Id: I3fde5423378ae952bf53e2b81b41d07f03e5ada3
-