- Feb 06, 2025
-
-
Adrien Béraud authored
GitLab: #1101 Change-Id: Ifaee9fe0a2b79716e00ccc1a12c8c78c348e80bf
-
Adrien Béraud authored
Change-Id: I68f4aab6d1588a53aaaf5757cb9dc20b8e6d8b8d
-
- Feb 05, 2025
-
-
Prevents multiple requests to JAMS for every message sent. Change-Id: I17a0e9b885730979b10c635dd99ac3d37bef69bd
-
- Feb 03, 2025
-
-
Léopold Chappuis authored
Change-Id: Idaf8e45775d2b76a9b306563baa074c7484ff68c
-
- Jan 31, 2025
-
-
Change-Id: I1aa416e952c2b38107c6534e104601641fabbf5f
-
- Jan 16, 2025
-
-
Adrien Béraud authored
Change-Id: I8b66fe04a4ed5b1aa14da99cde3b7c84d1361e2d
-
- Jan 08, 2025
-
-
Pierre Nicolas authored
Change-Id: I2753c58c12d167ee5f7454e5a2ed893991c90e24
-
- Nov 12, 2024
-
-
Adrien Béraud authored
Change-Id: I8b9e25f99da5945684e265d3923b74065c8ef8eb
-
- Sep 16, 2024
-
-
8+3 filename → 8.3 filename be ware → beware {cannot, can not, cant, can't, could not, couldn't} → unable to conpleted → completed file name → filename imcomplete → incomplete informations → information trying to → attempting to wrong password → incorrect password GitLab: jami-client-qt#1730 Change-Id: Ia7757efafd2c06af978db02c65b40b1b77c393f8
-
- Jun 17, 2024
-
-
Gitlab: #1010 Change-Id: Id7356b61b468bcb946861e34706ff372f8ba9161
-
- Mar 21, 2024
-
-
Sébastien Blin authored
If a device is revoked, JAMS will return a 401 error with a invalid credentials error. In this case, we can reset the receipt and force the user to re-login. api/login is the only endpoint used, because we only auth the device on normal expiration or during the first login git.jami.net/savoirfairelinux/jami-jams/-/issues/79 Change-Id: I8be0d3695534058cd9ebdc61b71405f009f69fe9 Change-Id: I17a0c923d288d11cd4fb918f664f2c9c32f4f124
-
- Jan 03, 2024
-
-
Sébastien Blin authored
Not needed in c++17 Change-Id: Icf3c7b7781dbf829db2770a750cf10ec8fbeef45
-
- Jan 02, 2024
-
-
Change-Id: I829473d42b2b90f26ed2d93bbde063a21ce0952c
-
Adrien Béraud authored
Change-Id: Ic8b28a32f64862ac2dfae074d06f4eac470ab7e1
-
- Dec 06, 2023
-
-
This allow to improve conversation retrieval when connecting to a JAMS account and avoid requests to come back in loop. jami-jams#128 Change-Id: I4aca7c695a4b4fdea2d49d217e66ae7d1df72b49
-
- Oct 26, 2023
-
-
Adrien Béraud authored
Change-Id: I7042063a22ccac8297fe0745f61adcd81452ff4a
-
- Oct 13, 2023
-
-
Sébastien Blin authored
If a ContactRemoved event occured while some conversations were in a syncing state, the conversations were removed. This can cause random conversation deletion when importing a JAMS account who already deleted itself as a contact. The correct condition was just checked when the conversation is already cloned. Change-Id: I378f765480dcd92c7315579ba5c26a4ca50ddb23
-
- Aug 25, 2023
-
-
Adrien Béraud authored
Change-Id: I102d66970aaa90764d88e194fa2d3a1b8794bfb2
-
- Aug 24, 2023
-
-
Adrien Béraud authored
Change-Id: I1e130ab2960bac54835b42a1a92c01d8ba00f085
-
- Jun 28, 2023
-
-
Adrien Béraud authored
Change-Id: I179d5aeec42ffc6c224c12aecb097338d3aced82
-
- Jun 25, 2023
-
-
Change-Id: Iadacc6e9b00a52b80c78ac4c942b274596a25ed0
-
- May 01, 2023
-
-
This allow to keep different status between accounts, remove certificates when the account is removed. And this avoid to use the same certificate store/trust store shared across accounts. Change-Id: Iba5df5c0768cefe7a861cab689ffb8ff770d8475
-
- Apr 11, 2023
-
-
Sébastien Blin authored
Change-Id: I11e6e6ffc73c90736c65264ec4581e97bb88c9e7
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Ia80fc12ba65b1abd516af205e6664261ae2e33fe
-
- Oct 29, 2022
-
-
It's not possible to replace the DRing namespace for jami because of conflicts with namespaces and classes defined under the jami namespace. Thus, use libjami as the namespace. Script to reproduce: rg -l DRing | sort | uniq | awk '$0 !~ /NEWS/' | xargs sed -i -e 's|DRing|libjami|g' rg -l DRING_ | sort | uniq | xargs sed -i -e 's|DRING_|LIBJAMI_|g' sed -i -e 's|dring|jami|g' src/jami/CMakeLists.txt sed -i -e 's|dring|jami|g' src/jami/def.h Change-Id: I80e8c8b58a7586527a016bbef850bab07869c473
-
- Jan 05, 2022
-
-
Sébastien Blin authored
Change-Id: I795e3f2f69c07349bf84c87dbcafb502dc8490f8
-
- Aug 03, 2021
-
-
Sébastien Blin authored
onChange should not be moved if used Change-Id: Id76b7b12502179308e5230e5382eb2f73945c43e
-
- Jul 29, 2021
-
-
Adrien Béraud authored
Change-Id: I1eba92ae040feafacad7c282c785f890704fc6b0
-
Sébastien Blin authored
parseAnnounce doesn't use the longId. This fix authentification to JAMS accounts. Change-Id: I87a6b3d5893bb3aae6c814b086f50cd023d8a85c GitLab: #579
-
- Jul 28, 2021
-
-
Change-Id: I5e135b9ef4365acf87e6de4a8b1af9d19ef34ca3
-
- Jul 15, 2021
-
-
Automated using the following commands: $ mv src/{dring,jami} $ git grep -l src/dring | xargs sed -i 's,src/dring,src/jami,g' $ git grep -l '#include "dring/' | \ xargs sed -i 's,#include "dring/,#include "jami/,g' $ git grep -l 'dring.h' | xargs sed -i 's,dring.h,jami.h,g' And finally, $ git grep -l 'dring' | xargs sed -i 's,dring,jami,g' $ files=$(find -name '*dring*' | sort) $ for f in $files; do mkdir -p "$(dirname "$f")"; \ mv "$f" "$(echo $f | sed 's/dring/jami/g')"; done To resolve a bad renaming favorably: $ git grep -l -i AlsaCarjami | \ xargs sed -i -E 's/([Aa])lsaCarjami/\1lsaCardRingtone/g' The above renaming command is not perfect, so some hand-tuning was required to complete it. * src/manager.cpp (Manager::ManagerPimpl::retrieveConfigPath): Preserve the dring.yml configuration file name, until we add something to migrate (rename) it to jami.yml. * man/dring.pod: Delete. * bin/dbus/jamid.pod: Move to ... * man/jamid.pod: here. * bin/dbus/meson.build (jamid_targets): Normalize man section to the pre-existing 1 and adjust accordingly. * src/jami/def.h (dring_EXPORTS): Rename to ... (jami_EXPORTS): ... this. change-Id: I9828be6da9c711ab2f22c4d1b9539fea89d7b6fb
-
- Apr 14, 2021
-
-
Change-Id: Iacaa19d82eb6a4517c85ac668bdfc01c43a22792
-
- Jan 31, 2021
-
-
Adrien Béraud authored
Change-Id: I8e637ec1e5d00a62d2d19cc7bb5cc39c8da4be3a
-
- Jan 25, 2021
-
-
Change-Id: Ib53fa87efdbbbc6b7561e3b37f27d7a8d51af163
-
- Dec 10, 2020
-
-
Change-Id: Ia2e52ef9249577a579f7f7fec2f2c8c1f2d1138f
-
- Oct 02, 2020
-
-
Change-Id: Id569c9213be79c1864d458e491b68a3e9ad94eef
-
- Sep 15, 2020
-
-
Change-Id: Ib8b1379ca719350de95ab353f56712a02d9278fa
-
- Sep 11, 2020
-
-
Adrien Béraud authored
Change-Id: Ia4a8b9b262875c29bb4095f68cd3a017420751a7
-
- Aug 28, 2020
-
-
Adrien Béraud authored
Change-Id: I962a9423ca29f6e7d5c59896c326edeb954afe1a
-
- Aug 11, 2020
-
-
Sébastien Blin authored
Change-Id: I2dd97518218a5a777ddde2ce8d23e2d5dde4dcf0
-