- Feb 10, 2025
-
-
use test server ns-test.jami.net instead of ns.jami.net Name registration had 2 issues : wrong adress: it should be 40 characters long and be unique signature and publickey can be "" but not null Change-Id: I7c160de816b8527316111af8f1489b564f546986
-
Add publicKey and signature in the nameserver with user registration. Disabled test RegisterUserFlowTest.java because the user is not correctly created and user.getCertificate() is null causing the test to fail Gitlab: #150 Change-Id: I5735e578b775aea9a934b1889c833aa5e14a1cc4
-
- Feb 07, 2025
-
-
Alexandre Eberhardt authored
Change the return API to avoid displaying "null" as name in every client Usefull when first and/or last name is left blank during LDAP/AD creation GitLab: #145 Change-Id: I48270ad514d6ffaa33c58678354b2fc146d5d18f
-
Alexandre Eberhardt authored
If a first or last name is not defined during LDAP/AD user creation, it is not displayed, instead of showing "undefined" Change-Id: I8cef34d504c14739ae958caec35754ca83aa8228
-
Alexandre Eberhardt authored
"my-jams-server.domain.com" is now a valid name GitLab: #152 Change-Id: I83c9e287fdcc718df9d2578ee3dafbc9dd04a78c
-
- Feb 03, 2025
-
-
Alexandre Eberhardt authored
Disable account discorvery and publish in default setup and default blueprint For privacy reasons, account discovery and publish should be false by default Change-Id: I7d906433bc53222e7bd8befd7d789477884e80aa
-
Alexandre Eberhardt authored
Removed empty conversation filter error log. This log was triggered even when there were no conversation requests, which is normal behavior. Change-Id: Ibed0cc595470660abeb1885263be657d14e7537f
-
Jenkins authored
Change-Id: I02a9144130dd5aa8357950f2a947f0f3f5662d13
-
- Jan 27, 2025
-
-
this commit fix the error when creating user while using the public nameserver replace http by https in the nameserver address add Publickey and Signature to the registration request Gitlab: #150 Change-Id: I124fe47a7d6f3c263f441dc8a3fe454a23c91742
-
Jenkins authored
Change-Id: I24bc218ebe2cc9fbb2fda32dd42823f9a12a27e3
-
- Jan 24, 2025
-
-
Alexandre Eberhardt authored
During the Certificate Authority creation, the admin must choose a country. This is required and locked, but the property was missing, so the "*" was not displayed. However, it was already not possible to create a CA without a country; this change is purely visual. Change-Id: I7a852ccb9d6f13a1552d4d17cab1a8bc1696a463
-
- Jan 23, 2025
-
-
Alexandre Eberhardt authored
Extensions object cannot be constructed with empty Extension. However, an extension is not required in addResponse function Corrected the issue by splitting the function between those two cases Gitlab: #151 Change-Id: I584329ee88457d88198ab3d1457ff41c2b00c40a
-
- Jan 21, 2025
-
-
Alexandre Eberhardt authored
This button was not effective, this is the implementation Add an atribute in UserProfile to check if revoked Change-Id: I40a80c177e323627d1d76ceab8a41d2bf3f47594
-
- Jan 16, 2025
-
-
ovari authored
Change-Id: Iab3511b6aceb99db20e104d1021a843d47dd3e1d
-
Alexandre Eberhardt authored
Change-Id: I75702bcde5e880a5d7f0c72b9a3fb44e327a51f2
-
- Jan 13, 2025
-
-
Alexandre Eberhardt authored
Change-Id: I3f3b5239cb24c1f918efdbd22268e54620abc7a8
-
Removed the manual KeyStore creation and switched to SSLContexts.createSystemDefault() to rely on Java’s built-in truststore for validating SSL certificates. It fixes the SSLHandshakeException. Change-Id: I4cc8afda87825c2da95ddc8f2b74d3d93d0994e6
-
Jenkins authored
Change-Id: Ide5b6a7a70e530a3ff09df69771edde2581aef99
-
- Jan 10, 2025
-
-
Alexandre Eberhardt authored
By changing the nameserver adress from http to https, the unit tests from jams-server now pass Change-Id: If673e37b2d3f05187dae56a0819e6a49075dcf9d
-
- Dec 02, 2024
-
-
ovari authored
Are you sure you → Do you really → Do you community version of JAMS → JAMS Community Edition purchase → buy Would you like → Do you want Change-Id: I78a99471fb06722fef8f4b434cfd73c242962a26 GitLab: jami-client-qt#1730
-
- Oct 28, 2024
-
-
Jenkins authored
Change-Id: If41b5279ced690c829ef5bfb0f151870eb3d2cef
-
- Oct 01, 2024
-
-
A(n) [type] error occurred while [attempting to] {verb} {noun}. {cannot, can not, can't, could not} → unable to has occurred → occurred while get → fetch occured (typo) → occurred serialisation (en-GB) → serialization (en-US) serialised (en-GB) → serialized (en-US) serialising (en-GB) → serializing (en-US) succesfully (typo) → successfully Successfully {adjective} {noun}. → {Noun} {adjective} successfully. trial → attempt → while tried to → attempted to → while trying to → attempting to → while users's (typo) → user's (singular possessive) Change-Id: I1ca68038b17b0e8c4331c63de94b08ea4e097b20 GitLab: jami-client-qt#1730
-
- Sep 23, 2024
-
-
Jenkins authored
Change-Id: Ice3349f71d3e4735ee441736b6e6c6b2a6510c2c
-
- Sep 16, 2024
-
-
Change-Id: I3478b0ea0aa0268d4878dc653782a731a6b8c694
-
The LDAP and the AD connector now falls back to its internal database whenever it is not able to access its authentication server. This fixes a null pointer exception that was otherwise raised in the SearchDirectoryServlet. Ticket: https://redmine.savoirfairelinux.com/issues/7666 Change-Id: Ifa0df8956d14c9715730e389a1cd6ae68e6bfb48
-
- Sep 06, 2024
-
-
Philippe Larose authored
If the config.json file is corrupted, JAMS may start even though its CA is null. In this state, the server cannot authenticate any user and is not operational. Ticket: https://redmine.savoirfairelinux.com/issues/7668 Change-Id: I61e69200af1089a085991176fa6bb6273ecc2e82
-
Philippe Larose authored
Fix f037a08d didn't work for active directory since UserProfileService.getUserProfile returns an empty array instead of null for Active Directory. In this case we must also check for an empty array in order to identify that the AD server is down. Ticket: https://redmine.savoirfairelinux.com/issues/7656 Change-Id: Icda219ec5f85b5b40e7a0c56957b2eb1dcd4f866
-
- Aug 23, 2024
-
-
Philippe Larose authored
UserProfileFieldsList component: max-width: 50%; should be removed on info fields Contact: ConversationId icon should be outlined Building should be a suitcase for company name UiCustomization Separate with a line with margin top and bottom 3 sections: title/description, background and logo Show color picker directly instead of a button that then displays a color picker Fix customization overflowing on mobile Put action back in the right column table Ticket: https://redmine.savoirfairelinux.com/issues/7465 Change-Id: I07d5ea053faaabc8dc6847726a8b9fb3ba11b27c
-
Philippe Larose authored
Ticket: https://redmine.savoirfairelinux.com/issues/7656 Change-Id: Ibd79d6db688ec4662aa756d82051cd03a3493127
-
- Aug 05, 2024
-
-
Jenkins authored
Change-Id: I22a7b28fa8f7b3593a40e3e96af60ef23798dac1
-
- Jul 05, 2024
-
-
Philippe Larose authored
reverse proxy Ticket: https://redmine.savoirfairelinux.com/issues/7479 Change-Id: I1114d741c15ac2bbed7fcf137be289c5fecf44de
-
- Jun 13, 2024
-
-
Philippe Larose authored
Modifications to the keystore.jks file are not taken into account by the jvm until jams is restarted once after setup. The issue turned out to be an underlying tomcat bug that is now resolved by bumping its version. https: //redmine.savoirfairelinux.com/users/329 Change-Id: I4408d89e4241afb9a7a179ea3d7e415f6a575a2e
-
- May 27, 2024
-
-
Jenkins authored
Change-Id: I5d86c4027143ce042e9d828d95408e4443ac7b7e
-
- May 05, 2024
-
-
Philippe Larose authored
fixing a bug where users that should not be revoked are getting revoked automatically with Active Directory Ticket: https://redmine.savoirfairelinux.com/issues/7520 Change-Id: Icb7a0292eb195cdab6dec1af642211ca1ee69f09
-
- Apr 15, 2024
-
-
Jenkins authored
Change-Id: Ia33b17df7a47749fc6abba499d4d0f42abf6208d
-
- Apr 02, 2024
-
-
Philippe Larose authored
Ticket: https://redmine.savoirfairelinux.com/issues/7436 Change-Id: Ib10183a524a0ae96373c9ff1151ecaa09ed66c05
-
Philippe Larose authored
Fixed general text alignements and margins Set all icons with wired styles Fixed responsive styles Fix form errors display Ticket: https://redmine.savoirfairelinux.com/issues/7437 Change-Id: I04b84ed40a24579c4d1d3dbf1e9ba2ba1e60c2a3
-
Philippe Larose authored
Fixes holes in the contact list where contact that are revoked user where still attempted to be displayed Ticket: https://redmine.savoirfairelinux.com/issues/7449 Change-Id: Ib3fddf6c4b24bbd90e30d15b00c45cb306443bec
-
Philippe Larose authored
Removed debug console logs Fixed call to undefined error.response attribute Ticket: https://redmine.savoirfairelinux.com/issues/7436 Change-Id: If54cf6fbf1112aed7ea9380b93742af10250303f
-
- Mar 27, 2024
-
-
Philippe Larose authored
Ticket: https://redmine.savoirfairelinux.com/issues/7397 Change-Id: Ieff126b6b6729394e681b0e90cdad382a49c9ca0
-