- Nov 04, 2021
-
-
Sébastien Blin authored
This avoid to only load merge messages and fix the last interaction detected Change-Id: Ib8c3607924792ec25ad22c006fb369e6555aa877
-
Sébastien Blin authored
This add read receipts and is ready for swarm. jami-client-qt#468 Change-Id: Id6e6676c7f7937fa0c5a33f0282a509d4b12c246
-
- Nov 03, 2021
-
-
Sébastien Blin authored
As the account can be destroyed while a signal is treated Change-Id: I16201dc917a14184f57ba15f0e6c1ddd4b1f5311
-
- Nov 01, 2021
-
-
GitLab: jami-project#855 Change-Id: I7b2b2b76310743b7b330bfa4c1f123306288b1fa
-
In order to allow file/screen sharing from a audio only call, we must use requestmediachange to add this new stream. deprecates setinputfile() and setDisplay(). Those functions should be replaced by requestmediachange(). GitLab: client-qt#499 Change-Id: I504789696fe050e360c775692c08ca86b47dd06a
-
- Oct 29, 2021
-
-
Change-Id: I8f1e181a4ce0e9930ada1f35019ca03fbe65b8d0
-
- Oct 28, 2021
-
-
Sébastien Blin authored
cf #492 Change-Id: Ieb922ad29136b5f607c2fc0086fa4cfd120a9bfb
-
- Oct 26, 2021
-
-
Sébastien Blin authored
Change-Id: Icaaf1f1628a1bd0b8f3fe1992424abb4d2b60bf3
-
- Oct 21, 2021
-
-
Sébastien Blin authored
find() returns an iterator that must not change Change-Id: I02650ba17149be1bad002b754f459e8664746fc1
-
- Oct 19, 2021
-
-
Sébastien Blin authored
Change-Id: Id07b19bfc169d8cfa150f4469c4d333e75ac1bbe
-
- Oct 12, 2021
-
-
Change-Id: I7ed7cbe07d087ec6cad22b0d53838c88d431de83
-
- Oct 07, 2021
-
-
Ming Rui Zhang authored
Change-Id: I65907e052015efeef066d6262e6f179a4e4a1644
-
- Oct 06, 2021
-
-
Adrien Béraud authored
Change-Id: Ic83e090c19f3c5c7dc0c5d950ccb57411f217294
-
Ming Rui Zhang authored
jami-client-qt#550 Change-Id: Ib4366178408171ab54a57508ad4fe2311b18fd95
-
Andreas Traczyk authored
+ trigger the emission of dataChanged signals when updating an interaction's data including a synthetic status change to notify the UI to update the progress of a transfer + add the transfer display name as a message list model role Change-Id: I82b756e193e739c78502ef31702500d9f21a727c Gitlab: #479
-
This patch allows the client to use a listview to display chat messages. Gitlab: #479 Change-Id: I45ccbdbebe212299c4d477b69218e273014a3bd2
-
- Sep 30, 2021
-
-
Andreas Traczyk authored
Change-Id: I3a320c8f58633a2bfb271ff513732e53a0335d5a
-
This reverts commit bbda1066. Reason for revert: <prevent contact removal for one_to_one> Change-Id: I88dfa67def9af9d1bd517384df48d1f59e4c34a6
-
Sébastien Blin authored
Compress the image to a value under 48k to be able to send it through the DHT. Change-Id: I4eee67e0a667bb278d2099abaf5305ca0a767efc
-
- Sep 29, 2021
-
-
Sébastien Blin authored
+ use QFileLock on profiles to avoid any potential problems with parallel updates + Do not update write files if nothing is updated Change-Id: Iff1e1ac6a0363a0531f67d0e3a40ee99fa67a32d
-
- Sep 20, 2021
-
-
Andreas Traczyk authored
Change-Id: I07633e7e1d6b689af30b38648d6c2d354cf2c029
-
- Sep 14, 2021
-
-
Sébastien Blin authored
Logic is handled by the daemon, nothing to do for removeConversation Change-Id: I4bdf41c5d7d21cfd523409602004b668627ecadc GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282
-
- Sep 10, 2021
-
-
Sébastien Blin authored
if there is other conversations with a contact, only the conversation is removed, not the others Change-Id: I6a7aa6fc4953c34fb46e68c7682d1891511b0017
-
- Sep 09, 2021
-
-
Sébastien Blin authored
After a sync, contactAdded will be emitted. But lrc was generating a new conversation without the "added" information stored by the daemon. Causing a smartlist with incorrect informations. Change-Id: I5f05a905e831ec06353002fed40be403e3c753da GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282
-
- Aug 30, 2021
-
-
Sébastien Blin authored
Change-Id: I72e58f8aef09c07752169fbbc6194a2ef33b36d5
-
- Aug 27, 2021
-
-
Sébastien Blin authored
Change-Id: Ife955833aeb2cbfdbbeab0124558cbbcfe0ca6c7
-
- Aug 26, 2021
-
-
Ming Rui Zhang authored
Change-Id: I9679df3bda97d4401ea137088d006820154d141b
-
- Aug 20, 2021
-
-
Amin Bandali authored
Use a few more accurate variable names, remove some redundant or old logic, and better choice of displayed best name or id (also depends on client-side change). Change-Id: Iddd5d03649537813143a91702da521e631e1b2f2
-
- Aug 19, 2021
-
-
avoid changing the display. Change-Id: If58239293bd2675064c694e32861cbae623ef163 GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282
-
- Aug 17, 2021
-
-
Change-Id: I8e9e55951de044065e7e4540606c107246e67bb7
-
Sébastien Blin authored
This makes sense only in one to one. For swarm, there will be no read only as we can add a new conversation member. Also, we should not see readOnly = true for conversations with self. Change-Id: Ic404a6b58e7812fedfe2fede91beb77b44436526 GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282
-
- Aug 13, 2021
-
-
Ming Rui Zhang authored
Change-Id: Iba7814b2f849de7ac2424312c9460286e19f5fc5
-
Andreas Traczyk authored
Consider a conversation's read-only attribute when querying for indices that match a given uri. This is done when searching for a conversation associated to an interaction(in the rare case that more than one 1to1 conv exists). Also remove all the conversations for a contact once the contactRemoved slot is called. Gitlab: #475 Change-Id: I637dbcf677a5e00b6b52320c3cd24fcd08cfacd6
-
- Aug 12, 2021
-
-
Kateryna Kostiuk authored
GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282 Change-Id: Ie90a520acf900c5053ddbca980ff5b5bba3dcd63
-
- Aug 11, 2021
-
-
Change-Id: I0380ae8afa81ccf8ef18c624e44f97cc6517431e
-
- Aug 09, 2021
-
-
Sébastien Blin authored
Change-Id: Iee6512a8379a8414a84f843713732a35e0c375fc
-
Sébastien Blin authored
Also fix setMessageDisplayed for clients Change-Id: Ia2f8f586d88736a597e2271d2fd59402664ea3e6 GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282
-
Andreas Traczyk authored
The conversationUpdated signal can be used. Change-Id: I5c61483e7d66840d07df5a76697527553b3c429a
-
Sébastien Blin authored
Change-Id: I31f3177b0c7a2889d1097892a4d08e8d3c5d8beb GitLab: https://git.jami.net/savoirfairelinux/ring-daemon/-/issues/600
-
Amin Bandali authored
Change-Id: I88eadef0bcf272b74ffb73d3f0c41cdff6549731
-