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

609 Commits

Author SHA1 Message Date
d07100a2c4 Add contact email to server configuration 2021-04-30 18:45:06 +02:00
dec582e9b7 Add support for QuickTime videos 2021-04-27 19:05:27 +02:00
92787dbb4d Replace get_members_info with a more appropriate route 2021-04-25 15:58:24 +02:00
f34310733a Can get advanced information about Forez group member 2021-04-25 15:50:35 +02:00
c177c2c2f6 Delete all forez presence of a group when deleting a group 2021-04-21 18:43:32 +02:00
36ecabb729 Delete all Forez presence when user delete its account 2021-04-21 16:41:28 +02:00
2f545574fa Implement presence mechanismes 2021-04-21 15:21:29 +02:00
82bb23640a Return forez status with advanced group information 2021-04-18 14:45:37 +02:00
3da9f26176 Can get the list of Forez groups 2021-04-18 14:42:45 +02:00
53446ab8a6 Move a field 2021-04-16 15:13:35 +02:00
2f931ff026 Can update new user information fields 2021-04-16 15:06:07 +02:00
b5d2410413 Add new user information 2021-04-16 14:56:47 +02:00
1567ae4241 Spawn a thread to send push notifications 2021-04-16 08:35:14 +02:00
5e3ffcbeda Fix invalid check 2021-04-16 07:58:45 +02:00
2f2ecdb444 Apply new first and last name restrictions 2021-04-16 07:40:28 +02:00
ff8a862221 Add new configuration fields 2021-04-16 07:37:41 +02:00
2e5d8ed305 Send notifications for users who asked for it 2021-04-15 19:29:02 +02:00
42c7425aae Can send push notification messages through Firebase 2021-04-15 16:35:25 +02:00
0f2f882265 Follow database structure change 2021-04-15 15:38:03 +02:00
0ea0997a4f Can serve user data files directly from the API 2021-04-15 11:41:33 +02:00
52ccdf26e4 Pushing notifications is working 2021-04-15 11:21:50 +02:00
28c0494fe9 Build first notifications 2021-04-15 11:08:11 +02:00
b28d102e24 Rename fields 2021-04-12 17:59:00 +02:00
d6e5cb6fed Un-register from push notification service 2021-04-12 17:20:06 +02:00
9c1675235c Give full independent push service URL 2021-04-12 17:03:42 +02:00
5d63cd8945 Register indpendent service token 2021-04-12 17:00:08 +02:00
1b48bcb3c9 Check the availability of Firebase before accepting new tokens 2021-04-11 19:18:28 +02:00
6eb153eefa Start to configure Firebase access token 2021-04-11 19:14:59 +02:00
c8c03d11e4 Can get current push notifications status for a token 2021-04-11 18:58:34 +02:00
93403e0ce2 Add missing check 2021-04-11 18:43:46 +02:00
81832003ea Fix bad column name 2021-04-11 18:39:31 +02:00
9c6bd0a75a Create client push notification token 2021-04-11 17:32:50 +02:00
e5f9de0507 Add new configuration 2021-04-11 17:08:30 +02:00
f7554d44f5 Load firebase token when loading clients 2021-04-11 15:07:10 +02:00
4eb6794628 Fix bad comment 2021-04-11 13:50:11 +02:00
c6306eee7f Can set (update) notifications settings 2021-04-11 13:49:22 +02:00
138142f52d Add new setting 2021-04-10 19:20:03 +02:00
2b2b1c9755 Can get notification settings 2021-04-10 19:12:46 +02:00
a7bc93031a Remove useless import 2021-04-08 17:21:31 +02:00
bf92132e84 Reduce timeout 2021-04-08 16:52:41 +02:00
74adef5221 Start to fetch page content 2021-04-08 16:45:29 +02:00
d53f0aae7b Define a max length for conversations name 2021-04-06 16:40:00 +02:00
6365e2d2b3 Update the way group last activity is retrieved 2021-04-05 16:40:04 +02:00
7902981c22 Give a more logical name to a route 2021-04-05 15:25:14 +02:00
a7b3329226 Add missing information to conversations 2021-04-05 15:01:58 +02:00
16ba9486f7 Returns the list of conversations for a group in the API 2021-04-05 14:26:50 +02:00
fbc1a59829 Automatically update conversations membership based on group membership update 2021-04-05 14:18:45 +02:00
7f81bc21c6 Fix bad refactoring 2021-04-05 14:09:08 +02:00
8372e37937 Can update group conversation settings 2021-04-05 14:07:43 +02:00
42d43ef9d8 Can delete group conversation 2021-04-03 19:14:32 +02:00
63c284c322 Can create group conversation 2021-04-03 19:00:18 +02:00
32ae6fbb32 Update the get_members route 2021-03-17 18:26:10 +01:00
3dea624e4a Return the members list public status 2021-03-17 18:11:56 +01:00
135131ada6 Can set the list of members of a group public 2021-03-17 18:03:34 +01:00
eb0c7aec6a Handle pre-flight requests 2021-03-14 14:25:11 +01:00
b6350cb3b3 Fix issue when closing connection 2021-03-13 13:46:36 +01:00
60541d1651 Close call of removed conversation 2021-03-13 12:24:20 +01:00
0d8a514392 Propagate an event when deleting a conversation 2021-03-13 12:22:35 +01:00
4776207ce8 Add conversation logo size in exposed configuration 2021-03-13 11:28:20 +01:00
e10402b587 Expose to on server configuration max conversation images width 2021-03-12 19:17:53 +01:00
e09da912c4 Reduce variables name 2021-03-12 16:08:47 +01:00
7d2d26f75b Isolate conversations server settings 2021-03-12 16:03:04 +01:00
158b2caf98 Add missing check 2021-03-10 19:30:58 +01:00
d9ac134da0 Increase thumbnail size 2021-03-10 19:30:30 +01:00
1484226bfd Fix order server message are sent when creating a conversation 2021-03-10 19:04:47 +01:00
3b7c469ca4 Fix the way conversations without name are created 2021-03-09 18:58:39 +01:00
12da473024 Update minimal version for mobile application 2021-03-09 17:14:02 +01:00
04450eacda Double timeout for client connection 2021-03-09 17:13:11 +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
21669c5a02 Fix typo 2021-03-07 19:37:35 +01:00
01015fa1e3 Close call when user is removed from a conversation 2021-03-07 19:36:48 +01:00
0f4b7af449 Unregister user when removing him 2021-03-07 19:30:02 +01:00
7ae8fb2fad Delete server messages related with user when user delete its account 2021-03-07 16:02:13 +01:00
e0d2022438 Send message when a user create a conversation 2021-03-07 15:52:14 +01:00
e6906cccc3 Send message when user leave conversation 2021-03-07 15:49:34 +01:00
8a33980a2d Create first server message for conversations 2021-03-07 15:44:52 +01:00
466cf1903f Can remove conversation image 2021-03-07 15:27:34 +01:00
385a800b7a Can set conversation image 2021-03-07 15:06:44 +01:00
b43453651f Debug issue 2021-03-07 14:15:06 +01:00
4265d2ca9d Fix issues 2021-03-06 19:00:04 +01:00
bb6fa6954f Fix issue in conversation creation 2021-03-06 18:52:12 +01:00
8ba47aa0df Fix invalid test 2021-03-06 18:50:23 +01:00
f659f0349d Fix bad regex 2021-03-06 18:42:45 +01:00
dcf194aa6f Can change admin status of conversation members 2021-03-06 18:19:53 +01:00
2bcf0706de Can remove a member from a conversation 2021-03-06 18:10:03 +01:00
72a9553f1a Can add member to conversations 2021-03-06 17:57:04 +01:00
cbb12a87e1 Fix bad refresh 2021-03-06 14:41:55 +01:00
7f9e2549a2 Fix weak check 2021-03-06 09:49:47 +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
7ce29bca3e Rename route 2021-03-05 12:23:24 +01:00
0ae6ffb814 Update 2021-03-05 11:58:31 +01:00
fbf4728347 Continue refactoring 2021-03-04 18:51:52 +01:00
bce79a76e9 Remove test code 2021-03-02 19:00:14 +01:00
60733f2d04 Start conversations system migration 2021-03-02 18:57:44 +01:00
cd5419edea Remove fallbacks 2021-03-02 17:52:11 +01:00
f7fbea34ea Remove fallbacks 2021-03-02 17:51:37 +01:00
aea3cd5807 Remove deprecated routes 2021-03-02 17:50:49 +01:00
ab6b182d89 Remove deprecated fields 2021-03-02 17:50:21 +01:00
dd00b520b5 Rename a table 2021-03-02 17:32:24 +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
6ab6278bd4 Update dependencies 2021-02-19 17:08:13 +01:00
253e00bcb7 Change account deletion flow 2021-02-18 19:35:45 +01:00
d3c1ee700d Inverted first and last name when creating account 2021-02-18 19:13:19 +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
2edffa36d8 Limit new route with password check 2021-02-16 18:19:06 +01:00
d2d16d42d3 Add more flexibility to conservation policy update 2021-02-16 16:15:51 +01:00
2e912b7e1c Make data conservation policy updates password-protected 2021-02-15 19:32:08 +01:00
aa8916b8f2 Can update data conservation policy 2021-02-15 19:29:43 +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
fa230bdef8 Automatically delete old account after a period of inactivity 2021-02-14 19:23:36 +01:00
f44e5103ca Automatically delete old conversation messages 2021-02-14 19:15:04 +01:00
ee69145228 Automatially delete old posts 2021-02-14 19:02:38 +01:00
2dbf7ee850 Add initial clean interval 2021-02-14 18:54:39 +01:00
a537dbcd4d Automatically delete old user comments 2021-02-14 18:49:47 +01:00
7876c37330 Automatically clean old notifications 2021-02-14 16:56:48 +01:00
664824ff48 Automatically clean old likes 2021-02-14 16:45:00 +01:00
dcd24e5638 Fix bad output 2021-02-14 16:09:03 +01:00
adefbed4f7 Automatically clean old access tokens 2021-02-13 16:36:39 +01:00
17db8a7198 Refactor project 2021-02-13 16:15:25 +01:00
e5f6b9e93e Update login method 2021-02-13 15:45:20 +01:00
becd54e8c6 Mark new field as to remove 2021-02-13 14:48:35 +01:00
985abc3e99 Upgrade user tokens system 2021-02-13 14:37:15 +01:00
9949f1dccf Continue to deprecate old movie system 2021-02-13 11:26:06 +01:00
3a22c89b87 Deprecate old movies system 2021-02-13 11:12:17 +01:00
36c096d415 Upgrade password system 2021-02-13 10:52:04 +01:00
6396271e9c Remove all movies 2021-02-13 10:34:30 +01:00
05bcbc1f1a Can load custom configuration 2021-02-12 17:35:26 +01:00
13bf916652 Properly close connections 2021-02-12 16:46:11 +01:00
72eadb9422 Add a TODO 2021-02-12 13:54:18 +01:00
f4001c0b99 Can stop streaming 2021-02-12 13:52:47 +01:00
5388aa8054 Can request call offer 2021-02-12 13:32:36 +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
4c8d4345a2 Relay client call signals to RTC proxy 2021-02-11 18:29:29 +01:00
024d83619d Close concurrent call accesses 2021-02-10 18:26:19 +01:00
5194a389af Can check whether a conversation is having a call or not 2021-02-10 18:14:17 +01:00
74b74fe76b Check if a user is a member of a call before giving him calls configuration 2021-02-10 18:07:55 +01:00
7a0f9620b2 Can leave a call 2021-02-10 18:04:03 +01:00