Benjamin Reis
|
8efc6e412f
|
Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription
|
2018-04-20 10:41:09 +02:00 |
|
Ghislain MARY
|
4eef6f1fcd
|
Fix build broken by previous merge.
|
2018-04-12 12:10:24 +02:00 |
|
Ghislain MARY
|
711495218a
|
Revert "Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp""
This reverts commit 2686dca63a.
|
2018-04-12 11:47:14 +02:00 |
|
Ghislain MARY
|
5fb8f9686a
|
Handle incoming INVITE from conference server to create ClientGroupChatRoom.
|
2018-04-05 15:00:11 +02:00 |
|
Jehan Monnier
|
2686dca63a
|
Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp"
This reverts commit d7890dbe74, reversing
changes made to e6158d8da5.
|
2018-04-05 12:08:44 +02:00 |
|
Benjamin Reis
|
d7fcc06dd0
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-28 09:27:15 +02:00 |
|
Sylvain Berfini
|
ee88045383
|
Renamed content_manager_tester + improved header parsing + new tests
|
2018-03-27 16:10:17 +02:00 |
|
Sylvain Berfini
|
af2a607014
|
Improved ContentType's asString() method
|
2018-03-27 14:39:32 +02:00 |
|
Sylvain Berfini
|
7009b68b9a
|
Added << operator for ContentType and Header
|
2018-03-27 12:45:47 +02:00 |
|
Sylvain Berfini
|
813ab614eb
|
Use Header class instead of pair<string, string> in Content + improved tester
|
2018-03-27 11:48:40 +02:00 |
|
Benjamin Reis
|
951ead79c2
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-26 17:03:34 +02:00 |
|
Sylvain Berfini
|
75b80bbe98
|
Do not compare parameters when comparing ContentType
|
2018-03-26 16:05:09 +02:00 |
|
Sylvain Berfini
|
3a6fe51939
|
Fixed content type parsing + added test
|
2018-03-26 15:58:51 +02:00 |
|
Benjamin Reis
|
e41b3881c4
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-26 10:57:43 +02:00 |
|
Sylvain Berfini
|
8f2be0252a
|
Fixed 2 issues related to content type parameters : one in = operator, one in the Sal
|
2018-03-26 10:57:08 +02:00 |
|
Sylvain Berfini
|
49b93c6f9a
|
Created Header class as parent of ContentType
|
2018-03-23 15:25:12 +01:00 |
|
Benjamin Reis
|
838f597e08
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-21 16:10:24 +01:00 |
|
Sylvain Berfini
|
5fd6a68b94
|
Fixed another issue with ContentType & HeaderParam constructors doing parsing
|
2018-03-21 16:09:36 +01:00 |
|
Benjamin Reis
|
a6c3886d56
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-21 15:14:40 +01:00 |
|
Sylvain Berfini
|
c93eee237b
|
Fixed parsing of content type parameters from ContentType(string) constructor
|
2018-03-21 15:13:10 +01:00 |
|
Benjamin Reis
|
d3bd85918a
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-21 14:26:11 +01:00 |
|
Sylvain Berfini
|
8a30c727db
|
Improved parameter use in ContentType
|
2018-03-21 14:23:23 +01:00 |
|
Benjamin Reis
|
0edd34bc6d
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-21 11:05:51 +01:00 |
|
Sylvain Berfini
|
61b45fd7a4
|
Fixed issue with server presence & content headers
|
2018-03-20 14:20:11 +01:00 |
|
Benjamin Reis
|
1394899408
|
Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription
|
2018-03-20 10:40:25 +01:00 |
|
Ghislain MARY
|
3a0bcc675a
|
Some more improvements to Content-Type and Content-Disposition handling.
|
2018-03-16 16:55:51 +01:00 |
|
Benjamin Reis
|
1f4df0b4d8
|
start of implementing list subscription
|
2018-03-15 11:55:54 +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 |
|
Sylvain Berfini
|
30f90763c4
|
Improve isFile use in Contents for FileTransfer
|
2018-01-30 14:56:59 +01:00 |
|
Ronan Abhamon
|
26ad07a02e
|
feat(core): update date of some files
|
2018-01-15 09:17:54 +01:00 |
|
Ghislain MARY
|
ca159350b8
|
Some more fixes for call handling.
|
2017-11-27 16:02:30 +01:00 |
|
Ronan Abhamon
|
7148e56f7c
|
fix(content-manager): set correctly multi part content
|
2017-11-22 17:24:20 +01:00 |
|
Ronan Abhamon
|
01694c2bac
|
feat(content): clean code
|
2017-11-22 17:16:15 +01:00 |
|
Ronan Abhamon
|
87c7236d7f
|
feat(MainDb): fetch contents of messages
|
2017-11-09 16:49:02 +01:00 |
|
Sylvain Berfini
|
b764f9bb60
|
Removed appData in ChatMessage
|
2017-11-09 12:36:49 +01:00 |
|
Benjamin Reis
|
9c291ba2c4
|
add content-manager and content-manager tester
|
2017-10-26 10:52:57 +02:00 |
|
Sylvain Berfini
|
0db6249af5
|
Simple ChatMessageMultipartModifier created + fixed a few things related to ChatMessages
|
2017-10-06 16:55:20 +02:00 |
|
Ronan Abhamon
|
4f22ec0a6c
|
feat(EventsDb): import content text from legacy messages
|
2017-10-06 15:24:19 +02:00 |
|
Ghislain MARY
|
81340cfcb8
|
Fix license headers.
|
2017-10-05 15:09:09 +02:00 |
|
Ghislain MARY
|
e8e1e130f3
|
Improve handling of content types.
|
2017-10-04 17:11:58 +02:00 |
|
Ronan Abhamon
|
fb312b1ae8
|
feat(core): add notes
|
2017-10-03 15:10:59 +02:00 |
|
Ronan Abhamon
|
cde7d0de15
|
fix(ContentType): use isCPIM instead of isCpim (camel case!)
|
2017-10-03 13:54:29 +02:00 |
|
Sylvain Berfini
|
28e77ff2e6
|
Added ChatMessageModifiers chain in reception
|
2017-10-03 11:13:35 +02:00 |
|
François Grisez
|
a830806c16
|
Replace SalCustomBody by LinphonePrivate::Content
|
2017-09-29 17:23:48 +02:00 |
|
Ronan Abhamon
|
c156730daa
|
feat(general): remove class parameter of L_D and L_Q
|
2017-09-27 16:15:58 +02:00 |
|
Ronan Abhamon
|
6a3956494c
|
fix(core): coding style
|
2017-09-26 13:46:01 +02:00 |
|
Sylvain Berfini
|
0c9fbfc16c
|
Improved CPIM parser to parse all MIME-encapsulated message content headers
|
2017-09-13 15:27:36 +02:00 |
|
Ronan Abhamon
|
b1a37f6bd0
|
feat(utils): remove content-type files
|
2017-09-13 09:12:42 +02:00 |
|
Ronan Abhamon
|
68bb508cb5
|
feat(core): add ContentType class
|
2017-09-12 12:11:53 +02:00 |
|