- 22 Aug, 2023 - 2 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
re-registers during a call to ensure that it is always up to date and SIP message responses reach the intented destination
-
- 21 Aug, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 09 Aug, 2023 - 1 commit
-
-
Andrea Gianarda authored
information stored in DB to avoid the application to change its attributes and therefore implicitely modify it. The cache method will return a cloned version instead. Add support for ICS sent through the conference scheduler in basic chat rooms
-
- 02 Aug, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 28 Jul, 2023 - 2 commits
-
-
Julien Wadel authored
Fix crash on logging error Default parameters: When creating account parameters from a configuration, avoid to set default parameters from the proxy defaults. They should already be used on the creation of parameters. Using proxy defaults avoid to overwrite explicitly unused fields.
-
Julien Wadel authored
Tester : Ordering suites from their average time (taken from an output of a tests job) Adapt suites declarations.
-
- 26 Jul, 2023 - 2 commits
-
-
Simon Morlat authored
Add missing handling of http redirections, which creates problems for new version checks and remote provisioning.
-
Simon Morlat authored
-
- 25 Jul, 2023 - 1 commit
-
-
Andrea Gianarda authored
On the server side, if a participant without any registered devices is explicitely removed by an admin, then he/she is deleted immediately from the database As soon as his/her device registers, the SUBSCRIBE to the chatroom will be replied with 603. If the client sends a list of chatrooms, then the server will omit all updates regarding the chatroom the participant has been removed from
-
- 24 Jul, 2023 - 2 commits
-
-
Simon Morlat authored
-
Thibault Lemaire authored
-
- 19 Jul, 2023 - 2 commits
-
-
johan authored
- to enable lime recovery without im delivery notification + Failure to decrypt message always returns an error
-
Julien Wadel authored
Fix account creator and add tests: - crash on account creation in core. - leak on proxy config and auth info.
-
- 18 Jul, 2023 - 1 commit
-
-
Andrea Gianarda authored
rooms - Reply 488 Not Acceptable Here if a client without groupchat capabilities tries to create a chatroom - Do not send a SUBSCRIBE if the chatroom that has just been created has an handler in the remote conference list event handler - Reply 403 Forbidden if a client successfully creates a chatroom but he/she is not allowed in - Do not subscribe again to chatrooms when refreshing a register Tester: Add devices information only if they have groupchat capabilities when registering a new ClientConference
-
- 17 Jul, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Jul, 2023 - 1 commit
-
-
Andrea Gianarda authored
Verify that chat message is linked to a chat room before trying to access it Set soci indicator to i_null when trying to insert a timestamp lower of equal to 0 in a MySql database
-
- 10 Jul, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 09 Jul, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 07 Jul, 2023 - 1 commit
-
-
Simon Morlat authored
Make a public API to enable the admin test account feature of LinphoneAccountCreator, so that apps automated test suite can use test accounts in a way similar as liblinphone_tester does.
-
- 05 Jul, 2023 - 1 commit
-
-
Simon Morlat authored
-
- 04 Jul, 2023 - 1 commit
-
-
Simon Morlat authored
-
- 03 Jul, 2023 - 2 commits
-
-
Julien Wadel authored
LDAP: - Add missing bracket on filter if needed. - Add tests on getting contacts where max items are set from magic search and ldap search. Use of base object to select bigger database. - Search all contacts till the max of the magic search limit.
- 30 Jun, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
Simon Morlat authored
-
- 29 Jun, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
johan authored
-
- 28 Jun, 2023 - 5 commits
-
-
Andrea Gianarda authored
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
participants devices when recreating a chat room with the information that we find in the database
-
Simon Morlat authored
-
- 27 Jun, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
- 26 Jun, 2023 - 2 commits
-
-
Julien Wadel authored
Add a test on cancelling a request and restart it by keeping the old downloaded file.Fix a leak on repeating file downloading request. Add a test on cancelling a download request and restart it by keeping the file that was cancelled. Ignore local file size on downloading.
-
Julien Wadel authored
- Replace '==' expression (that doesn't exist into WHERE queries in SQL) by '='. - Put 'LEFT JOIN' statement right after 'chat_room' table in order to be allowed to be used in on clause.
-
- 22 Jun, 2023 - 1 commit
-
-
QuentinArguillere authored
-
- 20 Jun, 2023 - 2 commits
-
-
Simon Morlat authored
-
Sylvain Berfini authored
Updated msAndroidCamera2 plugin to fix a race condition crash + updated liblinphone to allow force REGISTER when a push is received & how foreground services are handled for Android 14
-