Commit graph

1170 commits

Author SHA1 Message Date
Benjamin Reis
e06f10ed23 fix coding style 2018-02-22 10:32:21 +01:00
Simon Morlat
2e8f7dade9 Fix is-composing crash. 2018-02-22 10:10:02 +01:00
Ghislain MARY
35634f442a Add findParticipantDevice method on Conference. 2018-02-21 18:06:36 +01:00
Ronan Abhamon
a12a229720 feat(MainDb): use prepared statements 2018-02-21 18:05:42 +01:00
Ronan Abhamon
963811044b feat(MainDb): use prepared statements for some functions 2018-02-21 16:42:18 +01:00
Erwan Croze
52861017e2 Changing magic search sort function 2018-02-21 15:52:49 +01:00
Erwan Croze
b5ed8c1f77 Adding a last item in magic search searching when we have a proxy config 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
Ronan Abhamon
b61cc2bdb9 feat(address): add a sip addresses cache to increase performance (+50%) 2018-02-21 10:16:23 +01:00
Ghislain MARY
e7aadda4fa Fix build. 2018-02-20 15:32:40 +01:00
Ghislain MARY
81eac8777e Add logging facilities in participant device and server group chat room. 2018-02-20 14:26:23 +01:00
Ronan Abhamon
13182409bf fix(Core): do not use map[] to test presence of element, [] create an item if not exist 2018-02-20 14:15:47 +01:00
Erwan Croze
3d0c30e568 Fixing searching cache 2018-02-20 12:11:08 +01:00
Ghislain MARY
1b5e00e705 Fix assert when inserting a chat room in DB. 2018-02-20 12:05:59 +01:00
Ghislain MARY
25d8ff142d Improve loading of chat rooms. 2018-02-20 10:32:49 +01:00
Ronan Abhamon
5cfa0913b7 feat(Variant): remove other operators 2018-02-20 08:38:11 +01:00
Ronan Abhamon
28d0c79a81 feat(wrapper): add noreturn tog on abort 2018-02-20 08:38:11 +01:00
Wescoeur
e61718f658 fix(Content): findHeader must be const (it is a getter) 2018-02-20 01:11:23 +01:00
Wescoeur
16558276c0 fix(Content): use move function on headers (copy constructor) 2018-02-20 01:06:26 +01:00
Wescoeur
607c7d92d1 feat(object): add a ClonableSharedPointer component to deal with shared PImpl (main usage: ClonableObject) 2018-02-20 00:39:33 +01:00
Matthieu Tanon
7eb344cabd Add header to Content and Multipart 2018-02-19 16:37:39 +01:00
Ronan Abhamon
c300e10f14 fix(ChatRoom): return chat messages in chat room history 2018-02-19 13:55:11 +01:00
Ronan Abhamon
e12f146b84 fix(MainDb): ConferenceInfoNoDeviceFilter must be equals to a 2-power 2018-02-19 12:16:44 +01:00
Ronan Abhamon
12a4259bb9 fix(PortConfig): include general 2018-02-19 11:48:10 +01:00
Ronan Abhamon
4383a3dccf feat(IdentityAddress): remove useless private file (used only in identity address unit) 2018-02-19 11:21:47 +01:00
Ronan Abhamon
709dceac26 feat(core): use other instead of src/obj name on operators and copy constructors (uniform syntax) 2018-02-19 09:58:14 +01:00
Simon Morlat
cb45d54d1a fix compilation issue (unused parameter this) 2018-02-16 18:27:39 +01:00
Ghislain MARY
c7454fa89e Fix Core::insertChatRoom(). 2018-02-16 17:38:06 +01:00
Ronan Abhamon
07443b1f60 feat(MainDb): increase performance of get history range 2018-02-16 17:21:47 +01:00
Ghislain MARY
d64310cd0c Do not notify is-composing received false state when receiving an is-composing or imdn message. 2018-02-16 16:54:31 +01:00
Simon Morlat
8a336839b5 fix table overflow 2018-02-16 16:06:34 +01:00
Ghislain MARY
7c397eef3d Fix wifi, multicast and cpu locks being acquired instead of being released. 2018-02-16 15:42:39 +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
373dafd993 Renaming in server group chat room. 2018-02-15 16:21:57 +01:00
Ghislain MARY
ecf6024bbf Simplify addParticipants() method of Conference. 2018-02-15 16:20:49 +01:00
Ghislain MARY
e8da88c543 Remove call session listener when destroying client group chat room. 2018-02-15 13:59:21 +01:00
Benjamin Reis
068cd9ce45 do not fetch device event in chat room history 2018-02-15 13:38:58 +01:00
Simon Morlat
9fead71899 Fix crash during migration on Android by avoiding to throw exceptions. Apparently exceptions do not work reliabily on android, at least not with our current toolchain and compilation options. 2018-02-15 12:50:26 +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
1cfd805731 Terminate ClientGroupChatRoom when termination fails with reason "Not Found". 2018-02-15 10:45:00 +01:00
Ronan Abhamon
04fd9ec2da feat(logger): DurationLogger use by default Info flag 2018-02-15 08:28:22 +01:00
Ghislain MARY
91bce6e695 Correctly handle IMDN for group chat. 2018-02-14 18:10:38 +01:00
Ghislain MARY
87921f7376 Fix invalid cast when using MySQL as database backend. 2018-02-14 17:46:33 +01:00
Erwan Croze
38fed6a292 Adding C API + first test 2018-02-14 17:12:50 +01:00
Ronan Abhamon
25d05ede90 Revert "feat(MainDb): better performances"
This reverts commit afe6bca958.
2018-02-14 16:52:51 +01:00
Ronan Abhamon
afe6bca958 feat(MainDb): better performances 2018-02-14 16:46:27 +01:00
Ronan Abhamon
c20c54a284 feat(MainDb): improve performance of selectSipAddressId and selectChatRoomId 2018-02-14 15:01:33 +01:00