1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-26 15:29:21 +00:00
Commit Graph

163 Commits

Author SHA1 Message Date
7d2d26f75b Isolate conversations server settings 2021-03-12 16:03:04 +01:00
4014fc1454 Propagate user is writing message event 2021-03-08 18:45:10 +01:00
1782647f8c Added new values 2021-03-08 17:54:45 +01:00
0f4b7af449 Unregister user when removing him 2021-03-07 19:30:02 +01:00
385a800b7a Can set conversation image 2021-03-07 15:06:44 +01:00
afcce8463f Add support for multiple files types 2021-03-06 09:35:36 +01:00
dc93d58d6b Add new field in conversation members table to ease database access 2021-03-05 17:07:39 +01:00
fd6970f6fe background -> logo 2021-03-05 14:20:50 +01:00
17e50ed59b Give thumbnail url 2021-03-05 13:58:15 +01:00
d421b1d3ba Fix bad name 2021-03-05 13:54:54 +01:00
590aba0848 Enforce messages text len policy 2021-03-05 12:30:40 +01:00
0ae6ffb814 Update 2021-03-05 11:58:31 +01:00
fbf4728347 Continue refactoring 2021-03-04 18:51:52 +01:00
60733f2d04 Start conversations system migration 2021-03-02 18:57:44 +01:00
ab6b182d89 Remove deprecated fields 2021-03-02 17:50:21 +01:00
1349bfc471 Add privacy policy URL in static configuration 2021-02-20 11:21:45 +01:00
1ad4e344f6 Add Android application download links 2021-02-20 09:44:34 +01:00
d6c2c19b37 Add terms url to server config 2021-02-20 09:31:38 +01:00
050d241695 Add minimal supported version in application configuration 2021-02-20 09:07:30 +01:00
4a2784919b Return more information on successful reset token check 2021-02-17 18:44:37 +01:00
312e6fb949 Can get current user email address easily 2021-02-17 18:30:36 +01:00
9f6b00a62b Create password policy 2021-02-17 16:32:49 +01:00
3e73a0376b Can get data conservation policy 2021-02-15 17:38:25 +01:00
376bd0477e Create server config route 2021-02-15 17:03:25 +01:00
becd54e8c6 Mark new field as to remove 2021-02-13 14:48:35 +01:00
3a22c89b87 Deprecate old movies system 2021-02-13 11:12:17 +01:00
f4001c0b99 Can stop streaming 2021-02-12 13:52:47 +01:00
8ebfcf2785 Can mark a user as ready to stream 2021-02-11 19:21:24 +01:00
50b094acfb Relay messages from RTC proxy to user 2021-02-11 19:07:30 +01:00
5194a389af Can check whether a conversation is having a call or not 2021-02-10 18:14:17 +01:00
7a0f9620b2 Can leave a call 2021-02-10 18:04:03 +01:00
3c696bde5f Can get the list of members of a call 2021-02-10 17:32:14 +01:00
2e5cdca850 Can join call 2021-02-10 17:16:52 +01:00
8cfd10c21c Get calls configuration 2021-02-08 18:24:28 +01:00
01b83dfa8f Check out whether a conversations can be used for calls or not 2021-02-08 18:14:15 +01:00
4a968b3d6f Get more accurate info 2021-02-05 14:55:19 +01:00
82b845c603 Can get WebSocket access token 2021-02-05 10:37:37 +01:00
99c7bb2899 Can create custom emoji 2021-01-20 18:31:01 +01:00
364a98634f Can get account image settings 2021-01-19 18:14:17 +01:00
c9544e7c9c Can get security settings 2021-01-19 17:27:54 +01:00
5a1093b33a Can get language settings 2020-07-14 13:16:52 +02:00
dcd8b07b60 Can get general settings 2020-07-14 11:15:20 +02:00
bb86830db4 Create a new trait 2020-07-14 10:08:30 +02:00
5405aa5420 Export related user information 2020-07-14 09:10:10 +02:00
36f879f23f Complete exported data 2020-07-14 08:30:24 +02:00
df7aecc906 Export all conversations 2020-07-14 08:07:55 +02:00
30edf5f1a6 Export all conversation messages 2020-07-14 07:54:40 +02:00
1a7018b5e3 Add movies to export 2020-07-14 07:48:05 +02:00
49c98e902a Fix error 2020-07-13 19:41:48 +02:00
88c45f05ac Add responses to surveys to export 2020-07-13 19:38:51 +02:00
70d5facf4c Add likes to export 2020-07-13 19:26:19 +02:00
67dd29fe2d Start account export 2020-07-13 19:12:39 +02:00
e4b361ab12 Can generate a reset token if password is valid 2020-07-13 14:20:28 +02:00
1974c782b5 Can get security questions 2020-07-13 13:23:37 +02:00
e76b3180e7 Can check if security questions has been defined 2020-07-13 13:15:26 +02:00
071c773412 Can check if an email address exists or not 2020-07-13 13:00:02 +02:00
b5bcb3e8c7 Can get the list of memberships of a user 2020-07-13 11:17:35 +02:00
87718076e7 Can get the list of unread notifications 2020-07-11 08:14:30 +02:00
1eac896291 Add the method /notifications/count_all_news 2020-07-10 13:31:40 +02:00
32aa7e7d1e Can count the number of unread notifications 2020-07-10 12:55:50 +02:00
4de337421a Can update like status of user page 2020-07-10 10:24:39 +02:00
c90f74e782 Can create a comment 2020-07-10 08:21:40 +02:00
05b743fa36 Can get the list of available target to create new posts 2020-07-09 13:26:39 +02:00
32628af376 Can get the list of movies of current user 2020-07-08 13:45:01 +02:00
c82e9d6e69 Can create text posts 2020-07-07 19:14:16 +02:00
bb76513d02 Fix typo 2020-07-05 19:45:54 +02:00
27e3dedf51 Load post comments 2020-07-05 19:32:28 +02:00
a3bb9685ea Can determine post access level 2020-07-04 18:34:21 +02:00
cab3954edc Load like information 2020-07-04 17:14:49 +02:00
532bd9e48d Add YouTube posts support 2020-07-04 17:06:06 +02:00
8d5013b00a Add survey posts support 2020-07-04 16:44:42 +02:00
1e956cdcb5 Add countdown timer posts support 2020-07-03 17:13:02 +02:00
d632d0b888 Add support for movie posts 2020-07-03 16:41:14 +02:00
b858eac3c4 Add post with PDF support 2020-07-03 10:27:09 +02:00
689cf07ee4 Add post with weblink support 2020-07-03 10:18:26 +02:00
a359b6656f Add post with images support 2020-07-03 10:06:24 +02:00
2dde756d5d Complete information 2020-07-02 19:05:05 +02:00
4ab5b9d3e3 Start to implement post logic 2020-07-02 18:19:04 +02:00
91d12bb061 Can get the status of a friendship 2020-06-30 09:50:31 +02:00
3af2a6f58d Can get the list of friends 2020-06-29 15:45:26 +02:00
d7608ec974 Can get the list of members of a group 2020-06-27 07:23:38 +02:00
539765d01c Can delete a group's logo 2020-06-26 10:35:54 +02:00
e82f2f7c59 Can get advanced information about a group 2020-06-25 13:39:37 +02:00
96f3217db4 Upgrade UserID to a structure 2020-06-25 10:08:34 +02:00
b1a15da6fa Return group information to API 2020-06-25 08:16:20 +02:00
5a14aaee31 Create new groups 2020-06-24 09:08:31 +02:00
04a0cd23dc Upgrade method 2020-06-23 19:01:07 +02:00
2cf2146f17 Can make global search 2020-06-23 18:55:23 +02:00
93a52d083f Get the list of unread conversations 2020-06-22 18:55:24 +02:00
b9a8dce1a5 Count the number of unread conversations of a user 2020-06-22 14:32:14 +02:00
e7de23e995 Can open new conversations 2020-06-18 14:15:17 +02:00
633974a401 Return the list of available private conversations 2020-06-18 09:40:18 +02:00
620328b33b Get the list of conversations of the user 2020-06-04 19:01:35 +02:00
55566a85dc Finish to implement conversation creation 2020-06-04 17:47:52 +02:00
8745f8363c Can search for virtual directory 2020-06-03 13:28:28 +02:00
a934d2bf82 Can search for user with a given virtual directory 2020-06-02 13:26:12 +02:00
f9a8cd4e82 Check if a user is allow to create posts on another user's page 2020-06-01 16:57:14 +02:00
637408c626 Check if a user is liking a page or not 2020-06-01 11:12:05 +02:00
cef5838ef4 Count the number of likes of a user 2020-06-01 10:17:32 +02:00
a5dab7e312 Return the number of friends of a user 2020-06-01 10:00:58 +02:00