- Nov 27, 2023
-
-
Jenkins authored
Change-Id: I29fb43f878505a6f24a10621f9d345a95ddc6ffc
-
- Nov 13, 2023
-
-
Jenkins authored
Change-Id: I4211fd42265ab40b9d53d3ac49dcc55af5582710
-
- Nov 10, 2023
-
-
Philippe Larose authored
The 'status' and 'timestamp' columns of contacts were replaced by 'added' and 'removed' Change-Id: Id2e3541f2ac29781a558f7652ba49e575f0bc567 GitLab: #126
-
- Nov 09, 2023
-
-
Philippe Larose authored
Gitlab: #132 Change-Id: I62d9adeaf0a7f98e45013bdec27a20119e294da5
-
- Nov 01, 2023
-
-
Philippe Larose authored
Added the changes necessary to the jami-deamon to accept self-signed certificates Change-Id: Id7907ec68f110e6a477bb92a05c751c253a065ca
-
Philippe Larose authored
Change-Id: I0c9156f3e91ff8d3717805f7e5507ba09b493bc5
-
- Oct 02, 2023
-
-
Sébastien Blin authored
Change-Id: I938183757c98f1aebb42d0d2c246746ff6fc50ee
-
Sébastien Blin authored
In case of a big response, force all the datas to be sent to the client and flush the buffer. GitLab: #124 Change-Id: I3f11a8b3dd9b9ab0a74ef4b47587b604ecfc127d
-
Sébastien Blin authored
GitLab: #123 Change-Id: I9b889a51914e2ea0ac1e7da567bafe0508db695b
-
- Sep 14, 2023
-
-
Sébastien Blin authored
Change-Id: I9f41a0ab9a01161eb45956ca062fb159170f58f6
-
Léo Banno-Cloutier authored
Change-Id: I1458f6ce4ae8deac3e310faa1c462b0145ef7fb9
-
Léo Banno-Cloutier authored
Change-Id: I2ce80baf096a3c0228d84dedeb00c2bc1f43c75d
-
Léo Banno-Cloutier authored
Change-Id: I00095f1023e723f1f5d7c0593be467377158a10c
-
Léo Banno-Cloutier authored
Change-Id: I47886652d699d19e98e3817195fd7b39138f70d4
-
- Sep 11, 2023
-
-
Jenkins authored
Change-Id: Ib46106b15bb82edadc661a2848bf2e694fae8a49
-
- Sep 06, 2023
-
-
Léo Banno-Cloutier authored
Change-Id: I8e08437adb437ac7f1f64f46812db4ed0c953ed6
-
Léo Banno-Cloutier authored
We instead return 200 with an empty list Change-Id: I43f10783548ec4581e6fcdddc187adb8247d2b5b
-
Léo Banno-Cloutier authored
generate-password is meant to run with nodejs, and webpack v5 won't include polyfills anymore, making this dependency unusable See https://github.com/brendanashworth/generate-password/issues/68 Change-Id: Ic8053722653b6c09b47222f642b62b4535cc8bf3
-
- Sep 05, 2023
-
-
We shouldn't be depending on a 50 line non-maintained package Change-Id: I971a015e1c66bedc25ef3585c50f07724036b547
-
Change-Id: If8d406a4dfa188bb89b05472b18e5943c5f79d58
-
Change-Id: I28a127a9cff72aae239ddd5b3796833706a2cb7d
-
Sébastien Blin authored
New version of floating-ui breaks with: TypeScript error in /app/jams-react-client/node_modules/@floating-ui/utils/src/types.d.ts(3,32): Type expected. TS1110 1 | export type Alignment = 'start' | 'end'; 2 | export type Side = 'top' | 'right' | 'bottom' | 'left'; > 3 | export type AlignedPlacement = `${Side}-${Alignment}`; | ^ Fixing mui's version fix CI GitLab: #100 Change-Id: Ie517c3c99e2d1759b84d09e35650d1ac6692cd4f
-
- Aug 25, 2023
-
-
Léo Banno-Cloutier authored
This fix lets users that are not admin see the pages as intended. I also refactored the 2 pages into smaller components. Change-Id: Ibc02534ea1215d870772f6f2fd1061a87b56ed38
-
- Aug 23, 2023
-
-
Léo Banno-Cloutier authored
Change-Id: I81247cffdd81fbe407a09008817c4940b5cd97c4
-
Léo Banno-Cloutier authored
Change-Id: I77958e6164014d4de1a999f5c19912e647241783
-
Léo Banno-Cloutier authored
Change-Id: If67b4ef11aed93a7ec0b09880badb14e53176859
-
Léo Banno-Cloutier authored
Change-Id: I952b4bd430efa36f9e060ec1f8954703549e8fc8
-
Léo Banno-Cloutier authored
Change-Id: I2adb33f1e032d0604f6ee7a39e02ea194e78e55b
-
- Aug 22, 2023
-
-
Léo Banno-Cloutier authored
Change-Id: Iced4913e0739093f00718b579fc615111baabcc0
-
- Aug 18, 2023
-
-
Léo Banno-Cloutier authored
Change-Id: I521f3a1b4201430fd1c8ed05be60fb78b11b7488
-
Léo Banno-Cloutier authored
Change-Id: Ia20810a6e232fe70b0feefb06643884ce030f4e5
-
Léo Banno-Cloutier authored
Please refer to the README.md to generate the documentation for jams-server with apidoc Change-Id: I1633f3d932413b6f4e22295dee45b02e435deb01
-
Léo Banno-Cloutier authored
Change-Id: I7d4c73baf8a673018807030e32f7349b0aa62456
-
Léo Banno-Cloutier authored
- jams-react-client: fix request spam on devices tab - don't send hashed password in response when creating a user Change-Id: I3c576003d57ef84ff523ebbf14ac611793a8b750
-
Léo Banno-Cloutier authored
with gson Jsoniter is a JSON parser that doesn't have support for java 17+ and doesn't seem to support it, making this project unable to run on versions other than java 11. Gson was chosen as a replacement, since it seems to be a well supported library, along jackson and org.json Change-Id: I3d9375c6da0d70b1d8df942f99747da26bf92ee2
-
- Aug 16, 2023
-
-
Léo Banno-Cloutier authored
Change-Id: I7e70297c0247594f0f04ea10e270d7eb4b9cf8a6
-
Léo Banno-Cloutier authored
At the moment, when you enable a custom background for a blueprint, it generates an invalid JSON where the color is undefined Change-Id: I5a45b1b55fa12b5803326370627fa74cf96fd9aa
-
- Aug 15, 2023
-
-
Léo Banno-Cloutier authored
Change-Id: I28af17ddcd0743152d72507e472b2f76c9b26d96
-
Léo Banno-Cloutier authored
Change-Id: I00c425ad2eb352ed922bc3c84353f652bd11cb70
-
Léo Banno-Cloutier authored
Gitlab: #100 Change-Id: I66d9fea122f431b36ec9fe6cae24552edabdb5c0
-