1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00
Commit Graph

282 Commits

Author SHA1 Message Date
0925b44492 Ready to return advanced info 2019-12-24 19:10:45 +01:00
e85bdf8e54 Can create new groups 2019-12-24 18:47:55 +01:00
679bf0e04e Can get information about multiple groups 2019-12-24 18:32:44 +01:00
10fb0b8904 Fix error 2019-12-24 18:30:39 +01:00
415bd461cc Add membership information when getting group information 2019-12-15 17:54:44 +01:00
76b0d9605c Get information about a group 2019-12-15 17:37:39 +01:00
af9e95a914 Implement groups visibility system 2019-12-13 18:30:08 +01:00
ee6579efa0 Add /groups/get_my_list 2019-12-13 17:49:58 +01:00
8737607b53 Can delete a single conversation message 2019-12-07 18:52:20 +01:00
327cbe434d Can update conversation message content 2019-12-07 18:39:59 +01:00
fad098114a Can delete a membership to a conversation 2019-12-07 18:26:06 +01:00
aeb561bd41 Remove conversation: Can delete completely a conversation 2019-12-07 18:10:11 +01:00
5a253f114c Remove conversation: Can delete conversation messages 2019-12-07 18:06:41 +01:00
c9ee727629 Fix MAJOR typo 2019-12-07 18:02:44 +01:00
83e61f49ca Can get the list of unread conversations 2019-12-07 17:35:14 +01:00
94600597b4 Get the number of unread conversations of the user 2019-12-07 17:15:33 +01:00
ae88b7a979 Can get older messages 2019-12-07 17:08:53 +01:00
4ade176434 Fix little error 2019-12-07 12:09:15 +01:00
19aec6942f Can create a private conversation 2019-12-07 12:00:28 +01:00
d348e58ecd Can safely get the ID of a user in a request 2019-12-07 11:51:38 +01:00
7d6979e096 Add tables aliases support 2019-12-07 11:50:59 +01:00
af97216c13 Can send image in conversation messages 2019-11-30 19:58:00 +01:00
2181e17245 Can compress received image 2019-11-30 19:56:32 +01:00
72a4ba79f2 Can generate random new file name 2019-11-30 18:34:21 +01:00
6736dec599 Can create a directory to contain user data 2019-11-30 18:28:27 +01:00
4a280e312c Can check for uploaded files 2019-11-30 18:10:25 +01:00
fef321f0ff Can send text messages 2019-11-30 17:13:36 +01:00
e377d29096 Fix error 2019-11-30 16:45:34 +01:00
cdf59e29b8 Can get the messages of a single conversation. 2019-11-30 16:44:27 +01:00
2d29db4900 Can refresh conversation messages 2019-11-30 16:35:32 +01:00
c9f25a46ae Can mark conversation messages as seen 2019-11-30 15:22:10 +01:00
46f6e15b02 Can open new conversations 2019-11-30 15:17:47 +01:00
abd6514b59 Use Set instead of Array for conversation members 2019-11-30 14:41:34 +01:00
862d8e0210 Can update the list of members of a conversation. 2019-11-30 14:38:49 +01:00
47e9d46b4d Can change conversation name 2019-11-30 14:25:06 +01:00
e3dec0ccaf Can check whether a user is the moderator of a conversation or not 2019-11-30 14:19:50 +01:00
4e1ef8b5f1 Remove encoding fix 2019-11-30 14:13:22 +01:00
a626a69771 Avoid members to be duplicated 2019-11-30 14:09:05 +01:00
bd7da591d7 Satinize conversations names 2019-11-30 14:03:53 +01:00
4406b8c882 Can update following state of a conversation 2019-11-30 12:24:19 +01:00
bd19411a48 Do not throw error in main loop 2019-11-30 12:18:45 +01:00
3db123cd1e Can create conversations 2019-11-30 10:11:51 +01:00
b6739473a2 Create time() function 2019-11-30 10:01:58 +01:00
09d744d6f7 Can search users in the database 2019-11-30 09:28:50 +01:00
c28206e5c0 Fix little issue 2019-11-23 20:54:35 +01:00
601c416975 Can get information about a single conversation 2019-11-23 20:53:13 +01:00
988d6d0936 Can check out whether a user belongs to a conversation or not 2019-11-23 19:31:48 +01:00
215bf1617d Add count method 2019-11-23 19:31:23 +01:00
17f70b956b Fix encoding issue 2019-11-23 19:00:55 +01:00
0cb6688884 Made error more verbose 2019-11-23 18:50:57 +01:00