- 06 Nov, 2023 - 1 commit
-
-
Andrea Gianarda authored
the database ot fix compatibility issues when migrating from release/5.2 - Allow to update participant parameters in DB - Improve handling of organizer addition and merge into participant if it is also specified in the participant list - Add test to perform migration from DB version 22 of release 5.2 to DB version 27 of master
-
- 26 Sep, 2023 - 1 commit
-
-
Andrea Gianarda authored
- SQLite doesn't allow to modify contraints of tables therefore a workaround to do so is to recreate the table from scratch. The old table is therefore cloned and the values are copied tot he newly created table. The cloning is done through the CREATE statement specifying the type of every column in order to keep it unchanged. If we were to clone and populate the table in one line using query "CREATE TABLE IF NOT EXISTS clone AS SELECT * FROM original", we might incur in a data type change. For example DATE columns are converted to NUM column in the clone table. The cloned table is populated using the INSERT statememnt and then the old table can be deleted. A new table with the desired contraints is then created and populated one line at a time or in one query. [MainDb] - Catch soci exception in the init or updateSchema function and pass them on to the calling function to be handled. - Make MainDb::isInitialized() return FALSE if the database initialization failed - In AbstractDb::connect(), catch soci exception and reset DB session if they are of type invalid_staement or constraint_violation as an attempt to reconnect to the database won't fix the issue. - After initializing the database, clean up clone tables in a separate SQL statemment to avoid the following error 'sqlite3_statement_backend::loadOne: disk I/O error while executing "<statement>"' [MainDbTester] - Verify that the database has been correctly initialized - Do not attempt to retrieve data if the database has not been correctly initialized
-
- 02 Aug, 2023 - 1 commit
-
-
Julien Wadel authored
Adapt suites declarations.
-
- 24 Jul, 2023 - 1 commit
-
-
Andrea Gianarda authored
- a RecvOnly audio stream with content DTX and the participant label for each participant of the conference. A secured conference will have N audio streams (1 sendrecv for the local participant and N-1 recvonly for the other participants) - add security level to the conference parameters - pass security level information to the conference server - add encryption information to the database table storing conferences - pass security level down to MSAudioConference and MSVideoConference objects - add extra video stream for encrypted conference in active speaker layout
-
- 03 May, 2023 - 1 commit
-
-
Andrea Gianarda authored
-
- 29 Mar, 2023 - 1 commit
-
-
Andrea Gianarda authored
- Delete classes IdentityAddress and ConferenceAddress - Make Address a derived class of HybridObject - Use smart pointer for objects of Address type whenever they need to be handled by the applications
-
- 22 Feb, 2023 - 1 commit
-
-
Andrea Gianarda authored
Add property to disable deletion of empty chatrooms Enable compiler option '-Wunused-parameter' Fixed possible null pointer exception in Java wrapper for Android Update copyright notice in wrapper files
-
- 25 Oct, 2022 - 1 commit
-
-
Andrea Gianarda authored
-
- 22 Jun, 2022 - 1 commit
-
-
johan authored
-
- 16 Mar, 2021 - 1 commit
-
-
Julien Wadel authored
- Rewrite uwp switch - Fix winsock redefinition - Add windows switch on headers - Add static libs in FindSoci search - Fix cast error
-
- 25 Sep, 2020 - 1 commit
-
-
Julien Wadel authored
Adapt doxygen C headers, add UTF8 functions on Chat Message, Chat Rooms, Contents - switch to UTF8 when using xsd, xml
-
- 06 Jul, 2020 - 1 commit
-
-
Julien Wadel authored
-
- 03 Jun, 2020 - 1 commit
-
-
François Grisez authored
(cherry picked from commit ba968163) (cherry picked from commit 9a36b462)
-
- 18 May, 2020 - 1 commit
-
-
François Grisez authored
(cherry picked from commit ba968163)
-
- 14 Apr, 2020 - 1 commit
-
-
Simon Morlat authored
Fix MainDb tester: it was creating tests accounts for nothing, which takes time and randomize the performance measurements made on the chatroom db loading.
-
- 12 Mar, 2020 - 1 commit
-
-
Timothée Jaussoin authored
Add RFC4028 support Complete the tests Remove a test in call_single_tester Complete liblinphonecore to allow configuration handling from config files
-
- 18 Oct, 2019 - 1 commit
-
-
DanmeiChen authored
-
- 15 Oct, 2019 - 1 commit
-
-
Simon Morlat authored
Move license to GPLv3, update version number to 4.3.0.
-
- 27 Sep, 2019 - 1 commit
-
-
Sylvain Berfini authored
-
- 21 Jun, 2019 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Mar, 2019 - 1 commit
-
-
Simon Morlat authored
Fix crash in maindb tester, and relax wait time in group chat suites because with --parallel mode there were sometimes exceeded.
-
- 29 Oct, 2018 - 1 commit
-
-
Ronan authored
-
- 01 Feb, 2018 - 2 commits
-
-
Benjamin REIS authored
-
Ronan authored
-
- 25 Jan, 2018 - 1 commit
-
-
Ronan authored
-
- 15 Jan, 2018 - 1 commit
-
-
Ronan authored
-
- 11 Jan, 2018 - 1 commit
-
-
Ronan authored
-
- 10 Jan, 2018 - 2 commits
-
-
Ronan authored
- 04 Dec, 2017 - 2 commits
-
-
Ronan authored
-
Ghislain MARY authored
-
- 22 Nov, 2017 - 1 commit
-
-
Ronan authored
-
- 21 Nov, 2017 - 1 commit
-
-
Ronan authored
-
- 17 Nov, 2017 - 1 commit
-
-
Benjamin REIS authored
-
- 15 Nov, 2017 - 1 commit
-
-
Ronan authored
-
- 09 Nov, 2017 - 2 commits
- 03 Nov, 2017 - 2 commits
- 02 Nov, 2017 - 1 commit
-
-
Ronan authored
-