Commit graph

2063 commits

Author SHA1 Message Date
Jehan Monnier
5a985ca79d update proxy config etag on status PublishOk. It allows PUBLISH to be consistent over network state changes, avoiding orphan tuples to remain server side. 2018-03-19 14:19:23 +01:00
Ghislain MARY
5ec972c98d Improve Content-Type and Content-Disposition handling. 2018-03-16 14:41:12 +01:00
Sylvain Berfini
eb6713b68d Merge branch 'dev_multi_routes' into dev_refactor_cpp 2018-03-16 11:12:30 +01:00
Sylvain Berfini
bcf1baaff1 Wait for file transfer to be downloaded before sending Displayed IMDN 2018-03-16 11:04:08 +01:00
Sylvain Berfini
3fd55c4a2b Fixes + tests for external body URL 2018-03-15 14:31:57 +01:00
Mickaël Turnel
a244da20ff Add a TMMBR callback 2018-03-15 13:58:43 +01:00
Ghislain MARY
5c2669970f Restore "Join one-to-one chat room with a new device" group chat tester. 2018-03-15 10:49:51 +01:00
Jehan Monnier
7c27d3c9bc fix invalid read in Sal destruction 2018-03-15 08:58:34 +01:00
Ghislain MARY
09025ed3c8 Add chat room callbacks to handle subscription to registration state of participants + add new group chat tester. 2018-03-14 18:18:39 +01:00
Sylvain Berfini
c80f9f65c0 Added test for single route 2018-03-13 17:16:11 +01:00
Ghislain MARY
b9eaf0a7e9 Prevent ChatRoom C++ objects from being leaked. 2018-03-09 10:20:20 +01:00
Jehan Monnier
18d0c4ad20 improve message tester for file transfer 2018-03-07 17:16:27 +01:00
Jehan Monnier
cff45b8c13 fix crash in cardav tester 2018-03-07 16:32:31 +01:00
Simon Morlat
556fb1a6fa Add test reproducing an issue where a one-to-one chatroom is recreated while some inactivate devices have not yet joined the chatroom. 2018-03-05 17:17:22 +01:00
Ghislain MARY
32b565265c Do not check admin status for one-to-one chat room in group chat testers. 2018-03-05 15:18:41 +01:00
Ghislain MARY
95c39b0e1a Configure the conference factory uri on the proxy config instead of the core. 2018-03-05 14:29:01 +01:00
Benjamin Reis
59a66ca7c4 test priority and expires header for is composing and imdn 2018-03-05 14:05:10 +01:00
Jehan Monnier
77fec544bd Fix register unit test 2018-03-05 13:32:08 +01:00
Simon Morlat
2fb4ce6ffc add test showing that ICE is deactivated if stun server is not responding.
To be fixed later.
2018-03-03 11:54:35 +01:00
Sylvain Berfini
5adb1f04c3 Removed useless use_cpim rc param 2018-03-02 18:03:44 +01:00
Ghislain MARY
714fb3656d Fix crash in "Find one to one chat room" group chat test. 2018-03-02 16:06:29 +01:00
Ghislain MARY
51ebc76aa9 Restore group chat test that was previously failing. 2018-03-02 15:20:42 +01:00
Erwan Croze
a23391a056 Updating MagicSearch test 2018-03-02 11:18:19 +01:00
Benjamin Reis
ea838faff2 Fix find_one_to_one_chatroom and add a test to avoir its regression 2018-03-02 09:25:02 +01:00
Ghislain MARY
ff8a7e2c25 Add a check on the number of chat rooms when migrating from basic to client group chat room. 2018-02-28 14:45:13 +01:00
Ghislain MARY
c9d5db0309 Reactivate "Add participant" group chat tester. 2018-02-28 12:09:31 +01:00
Ghislain MARY
969b78d7e2 Clean created files in group chat testers. 2018-02-28 10:43:33 +01:00
Ghislain MARY
7d491f8689 Remove useless generateConferenceAddress() method in ServerGroupChatRoom. 2018-02-27 17:13:04 +01:00
Ghislain MARY
0f55122183 Fix group chat testers broken because of multiple chat room listeners + fix is-composing count in group chat testers + deactivate instable group chat testers for the moment. 2018-02-27 13:45:06 +01:00
Jehan Monnier
9767adccc8 add group chat test to add participant 2018-02-23 17:51:56 +01:00
Jehan Monnier
7bf0554a17 fix group chat imdm tester 2018-02-23 10:45:14 +01:00
Erwan Croze
ddb1719333 Adding new test for magic search 2018-02-22 14:09:29 +01:00
Ghislain MARY
a599ed7210 Add group chat tester. 2018-02-21 18:06:36 +01:00
Ronan Abhamon
963811044b feat(MainDb): use prepared statements for some functions 2018-02-21 16:42:18 +01:00
Erwan Croze
f2cbcee34f Updating magic search tests 2018-02-21 15:26:16 +01:00
Ronan Abhamon
a38031e182 fix(MainDb): conference_event_view is compatible with mysql 2018-02-21 13:48:46 +01:00
Erwan Croze
02662051ce Adding call log in the magic search 2018-02-21 13:42:48 +01:00
Ghislain MARY
885611ff4c Add a multi-devices group chat tester. 2018-02-20 14:26:41 +01:00
Erwan Croze
af5f102e3e Adding new tests for magic search 2018-02-20 12:11:09 +01:00
Erwan Croze
9fa36be4bf Adding new search friend test
-search friend with phone number
2018-02-16 17:13:05 +01:00
Erwan Croze
573e8468c4 Adding magic search test concerning cache resetting 2018-02-16 15:34:55 +01:00
Ghislain MARY
babe09e560 Add tester for migration of messages database + load chat rooms from DB after migration + fix duplicated sip addresses in database during migration. 2018-02-16 15:29:00 +01:00
Erwan Croze
f99300cba5 Merge branch 'dev_refactor_cpp' into dev_refactor_cpp_search_bar 2018-02-16 15:18:48 +01:00
Erwan Croze
5574b7ec73 Finishing search api 2018-02-16 15:16:56 +01:00
Ghislain MARY
7137ca85dc Add option to deactivate handling of chat message state by participant in group chat. 2018-02-15 11:11:58 +01:00
Ghislain MARY
91bce6e695 Correctly handle IMDN for group chat. 2018-02-14 18:10:38 +01:00
Erwan Croze
38fed6a292 Adding C API + first test 2018-02-14 17:12:50 +01:00
Sylvain Berfini
0e61ad5572 Added tests for unread count on ChatRoom 2018-02-14 14:16:06 +01:00
Ghislain MARY
3d53c71b85 Add group chat test for addition of participant after its removal while it is offline. 2018-02-14 11:54:55 +01:00
Ronan Abhamon
076c7715ec feat(MainDb): delete chat_message_participant when message is displayed 2018-02-14 11:36:28 +01:00