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

492 Commits

Author SHA1 Message Date
64b9497cc5 Can delete all the movies of a user 2021-01-21 18:30:20 +01:00
b8e9a4c95d Can delete all the likes of a user 2021-01-21 18:26:18 +01:00
7aa0858642 Can delete all responses to survey of a user 2021-01-21 18:23:23 +01:00
ffbb81bade Delete all posts of user 2021-01-21 18:17:38 +01:00
5a7e356265 Delete all comments of user 2021-01-21 18:13:01 +01:00
f325ec7ae7 Start to delete user account 2021-01-21 18:05:48 +01:00
e26d40183e Can delete group 2021-01-20 19:20:28 +01:00
f031f7b4b3 Ready to start to delete user account 2021-01-20 18:58:02 +01:00
8253779725 Can delete a custom emoji 2021-01-20 18:46:21 +01:00
99c7bb2899 Can create custom emoji 2021-01-20 18:31:01 +01:00
110f84eb0a Fix typo 2021-01-19 18:49:31 +01:00
1fd3a8e6d9 Can update account image visibility 2021-01-19 18:48:56 +01:00
33eab5919b Can delete account image 2021-01-19 18:30:51 +01:00
e02c0ba2b9 Can change user account image 2021-01-19 18:27:56 +01:00
364a98634f Can get account image settings 2021-01-19 18:14:17 +01:00
6c7fa3afa5 Can change user password 2021-01-19 17:57:07 +01:00
9c8116f9bd Can check given password 2021-01-19 17:52:13 +01:00
77d11a8210 Can set security settings 2021-01-19 17:47:48 +01:00
c9544e7c9c Can get security settings 2021-01-19 17:27:54 +01:00
66ad111719 Can set language settings 2020-07-14 13:33:17 +02:00
5a1093b33a Can get language settings 2020-07-14 13:16:52 +02:00
4cbf57d369 Can check the availability of a virtual directory for a user 2020-07-14 13:12:16 +02:00
4e343041d4 Implement missing feature 2020-07-14 11:44:18 +02:00
1850ca0626 Can set general settings 2020-07-14 11:36:15 +02:00
dcd8b07b60 Can get general settings 2020-07-14 11:15:20 +02:00
fb7f56c359 Add placeholder for account deletion 2020-07-14 10:13:19 +02:00
bb86830db4 Create a new trait 2020-07-14 10:08:30 +02:00
161e969966 Fix a issue with old comments 2020-07-14 09:17:20 +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
f21636aa4e Start to implement data export 2020-07-13 18:56:36 +02:00
ded88474d5 Can reset password 2020-07-13 15:33:18 +02:00
8a2f482bbd Can check the validity of a password reset token 2020-07-13 14:52:25 +02:00
e4b361ab12 Can generate a reset token if password is valid 2020-07-13 14:20:28 +02:00
d33e1fe77c Fix bad check 2020-07-13 13:36:59 +02:00
c4f5447230 Can create new accounts 2020-07-13 13:35:25 +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
515f8d2ffc Start to implement new route 2020-07-13 13:07:50 +02:00
071c773412 Can check if an email address exists or not 2020-07-13 13:00:02 +02:00
c2c6a24b29 Can disconnect a user from all its devices 2020-07-13 11:56:49 +02:00
ee5f9bedc3 Add legacy calls configuration 2020-07-13 11:49:14 +02:00
748fa64609 Sort the list of memberships 2020-07-13 11:44:37 +02:00
b5bcb3e8c7 Can get the list of memberships of a user 2020-07-13 11:17:35 +02:00
59961129c5 Ready to implement new method 2020-07-12 14:32:30 +02:00
3ee2e1843a Finish movie deletion implementation 2020-07-12 14:26:39 +02:00
2cc8e7da04 Can delete all the posts associated to a movie 2020-07-12 14:20:24 +02:00
ead879bc21 Can delete all the notifications of a given user 2020-07-12 14:02:52 +02:00
d358119ae6 Improve previous method 2020-07-11 14:25:44 +02:00
2fc6b83f77 /notifications/mark_seen is fully implemented 2020-07-11 14:10:01 +02:00
b133827c61 Improve code logic 2020-07-11 13:57:20 +02:00
cf549f973c Remove useless condition 2020-07-11 13:51:15 +02:00
55dc7a43b0 Can delete a single notification 2020-07-11 13:47:07 +02:00
7519ce59fc Start to implement the mark_seen method 2020-07-11 13:29:12 +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
6b0363935e Can block the creation of new choices 2020-07-10 12:03:11 +02:00
715cfb0716 Can create new choices for a survey 2020-07-10 11:59:18 +02:00
b76e16294a Can cancel the response to a survey 2020-07-10 11:20:11 +02:00
964a7d1c8c Can cancel the response to a survey 2020-07-10 11:14:59 +02:00
151b69451f Can get information about a single survey 2020-07-10 10:53:37 +02:00
6756eccf33 Can update like status of a group 2020-07-10 10:37:02 +02:00
e62ea3c3ad Can update like status of a comment 2020-07-10 10:35:24 +02:00
22ce88ee53 Can update like status of a post 2020-07-10 10:29:32 +02:00
4de337421a Can update like status of user page 2020-07-10 10:24:39 +02:00
d23411dca7 Can delete a comment 2020-07-10 09:02:16 +02:00
5a5bf8c5c3 Can update comment content 2020-07-10 08:57:46 +02:00
24e094fc4a Can get information about a single comment 2020-07-10 08:45:53 +02:00
4ed101b0dc Fix bad check 2020-07-10 08:25:11 +02:00
c90f74e782 Can create a comment 2020-07-10 08:21:40 +02:00
0aa6c0193f Fix missing check 2020-07-09 13:29:59 +02:00
05b743fa36 Can get the list of available target to create new posts 2020-07-09 13:26:39 +02:00
82adbbcd6d Can delete associated surveys 2020-07-09 11:12:35 +02:00
409f5a8feb Remove the post from the database 2020-07-09 11:03:06 +02:00
584ecbf49b Work progress on post deletion 2020-07-09 10:59:46 +02:00
a071d33efd Delete the comments associated to a post 2020-07-09 10:48:44 +02:00
af307671bb Start to delete posts 2020-07-09 10:37:06 +02:00
bc8fdb13f1 Ready to implement new route 2020-07-09 09:32:45 +02:00
697a01b6df Can update the content of the posts 2020-07-09 09:27:47 +02:00
cb47b67dc6 Fix visibility level when creating new posts 2020-07-09 09:17:28 +02:00
dc5ad6aea4 Can change the visibility level of a post 2020-07-09 09:10:42 +02:00
4a559f8222 Remove useless import 2020-07-08 20:20:48 +02:00
6bad417645 Fix issue 2020-07-08 20:20:30 +02:00
1af26f6d84 Can create surveys 2020-07-08 20:16:09 +02:00
3be1c7f203 Can create countdown timers 2020-07-08 18:58:28 +02:00
9abe17415b Fix PDF validation 2020-07-08 17:34:44 +02:00
24469101bc Can create PDF posts 2020-07-08 17:14:55 +02:00
82b1f5e473 Can create weblink posts 2020-07-08 14:08:54 +02:00
aafd4c5e7c Can create movie posts 2020-07-08 14:01:40 +02:00
45c70cb40e Add route placeholder 2020-07-08 13:46:54 +02:00
32628af376 Can get the list of movies of current user 2020-07-08 13:45:01 +02:00
df1e2ffd7b Can log select queries 2020-07-08 13:33:55 +02:00
11051b28a0 Can create YouTube posts 2020-07-08 13:05:06 +02:00
8753f77227 Can create post images 2020-07-08 11:03:17 +02:00
ea1ed285f8 Improve code 2020-07-07 19:19:18 +02:00
c82e9d6e69 Can create text posts 2020-07-07 19:14:16 +02:00
6b9c9079c8 Fix typo 2020-07-06 17:33:04 +02:00
e0101fb3b8 Start to implement posts creation 2020-07-06 17:31:23 +02:00
d49a4737e4 Can get information about a single post 2020-07-06 11:00:59 +02:00
f8413850ae Can get the latest posts 2020-07-06 10:01:54 +02:00
fca15e15e1 Can get group's posts 2020-07-06 09:20:31 +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
d195979c18 Update can_post_texts parameter 2020-06-30 14:54:45 +02:00
b15ffe0856 Can update following status 2020-06-30 14:48:39 +02:00
f540716b86 Can remove a friendship 2020-06-30 14:27:31 +02:00
e59541720d Can respond to a friendship request 2020-06-30 14:05:36 +02:00
13f86fd8c1 Can remove a friendship request 2020-06-30 10:24:18 +02:00
baf568142d Can send friendship request 2020-06-30 10:06:53 +02:00
91d12bb061 Can get the status of a friendship 2020-06-30 09:50:31 +02:00
31ed53aacf Can get information about a single friendship 2020-06-30 08:14:58 +02:00
9a3b565f00 Can get the list of friends of another user 2020-06-30 07:49:23 +02:00
8c424bcec4 Update last activity of the user 2020-06-29 15:53:39 +02:00
3af2a6f58d Can get the list of friends 2020-06-29 15:45:26 +02:00
bef9dfffbc Add route 2020-06-29 09:10:57 +02:00
330b18a365 Can update group following status 2020-06-29 09:03:32 +02:00
7add678815 Fix error 2020-06-29 08:57:41 +02:00
f219b0f4fa A user can remove its group's membership 2020-06-29 08:55:36 +02:00
5906c53484 Can cancel a group membership invitation 2020-06-29 08:46:57 +02:00
7ef9f8dfc1 Can get a single user membership 2020-06-29 08:39:21 +02:00
2d796d11bd Can respond to a group membership request 2020-06-29 08:31:07 +02:00
786ac364bd Can change group membership 2020-06-29 08:17:51 +02:00
703177a587 Ready to implement new route 2020-06-27 18:36:53 +02:00
926892a29b Can delete group members 2020-06-27 18:28:38 +02:00
c28196f80e Ready to implement new route 2020-06-27 18:06:13 +02:00
8b0095942c Can cancel a group membership request 2020-06-27 14:50:14 +02:00
205541f6d8 Can request to join a group 2020-06-27 14:37:49 +02:00
135c3d6459 Can respond to an invitation 2020-06-27 13:19:56 +02:00
e7a13f7181 Can send an invitation 2020-06-27 12:56:03 +02:00
1d4e3dba5a Ready to implement new route 2020-06-27 07:29:23 +02:00
d7608ec974 Can get the list of members of a group 2020-06-27 07:23:38 +02:00
ef532f5900 Ready to implement new route 2020-06-26 11:00:12 +02:00
7cc4b94b55 Can change group's logo 2020-06-26 10:53:05 +02:00
7e53ced64d Fix issue 2020-06-26 10:41:14 +02:00
539765d01c Can delete a group's logo 2020-06-26 10:35:54 +02:00
8d6dc6365c Ready to implement new route 2020-06-26 09:55:53 +02:00
3a09223164 Can check the availability of a virtual directory 2020-06-26 09:52:19 +02:00
3f3388cb9a Save new group settings in the database 2020-06-26 09:27:32 +02:00
4f2216d835 Fix logic bug 2020-06-26 09:06:48 +02:00
dad2363c92 Collect new group settings 2020-06-26 08:58:00 +02:00
c2bac9401a Can check the validity of an URL 2020-06-25 18:19:09 +02:00
bd3818360b Ready to implement new method 2020-06-25 17:55:46 +02:00
fb99586afc Implement get group settings method 2020-06-25 17:52:52 +02:00
c402405d9b Ready to implement new method 2020-06-25 13:45:21 +02:00
e82f2f7c59 Can get advanced information about a group 2020-06-25 13:39:37 +02:00
63c792d497 Complete previous commit 2020-06-25 10:21:27 +02:00
96f3217db4 Upgrade UserID to a structure 2020-06-25 10:08:34 +02:00
444cad6e09 Can get information about multiple groups 2020-06-25 09:26:58 +02:00
aacf87cf40 Fix issue 2020-06-25 08:22:26 +02:00
b1a15da6fa Return group information to API 2020-06-25 08:16:20 +02:00
fd449dee11 Fix typo 2020-06-24 18:26:20 +02:00
dc58357b2e Get information about groups 2020-06-24 18:23:44 +02:00
ed498a73d6 Determine whether a user can access a group information or not 2020-06-24 17:57:13 +02:00
b89a319cfb Determine access level of a user over a group 2020-06-24 14:08:46 +02:00
4d844ccbad Get the ID of a group included in a request 2020-06-24 13:34:09 +02:00
c245045d67 Get the list of groups of a user 2020-06-24 09:21:24 +02:00
5a14aaee31 Create new groups 2020-06-24 09:08:31 +02:00
d38e2ee4ab Ready to create new groups 2020-06-23 19:04:32 +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
c4eec8150c Ready to implement global search 2020-06-23 15:14:17 +02:00
6fd5d01550 Can search users 2020-06-23 15:06:26 +02:00
abf9a7fa82 Can delete a single conversation message 2020-06-23 14:09:52 +02:00
a5c83cc1b4 Can update conversation message content 2020-06-23 14:02:16 +02:00
21e68d2c9e Can delete permanently a conversation 2020-06-23 08:03:30 +02:00
0899d7c372 Can remove a member from a conversation 2020-06-23 07:44:42 +02:00
08811926be Ready to delete conversations 2020-06-22 19:02:34 +02:00
93a52d083f Get the list of unread conversations 2020-06-22 18:55:24 +02:00
744111f416 Ready to implement new route 2020-06-22 14:41:14 +02:00
4815de8925 Fix mistake 2020-06-22 14:33:14 +02:00
b9a8dce1a5 Count the number of unread conversations of a user 2020-06-22 14:32:14 +02:00
f8934d4e0a Can get older conversation messages 2020-06-22 14:16:52 +02:00
dc323936d6 Fix potential source of issues 2020-06-22 12:21:38 +02:00
0a21531cb4 Can send new messages 2020-06-22 12:19:13 +02:00
e915e4b7d0 Fix image rotation 2020-06-22 10:35:39 +02:00
83492f6c8d Resize image only if required 2020-06-22 09:11:56 +02:00
ac469f86e8 Load, resize & save post image 2020-06-22 09:08:13 +02:00
1da7a30419 Generate full destination path 2020-06-22 08:45:49 +02:00
e547219824 Generate new file name 2020-06-22 08:42:51 +02:00
368a512722 Create destination folder 2020-06-22 08:24:12 +02:00
23da151635 Ready to resize & save images 2020-06-20 15:22:41 +02:00
a02dc8b7fa Can check if a file is present in the request 2020-06-20 14:06:59 +02:00
ca82924b85 Ready to implement messages sending 2020-06-20 11:55:39 +02:00
25a368fd98 Handle multipart requests 2020-06-20 11:37:29 +02:00
bab1fe8272 Apply stream read limit 2020-06-20 10:47:06 +02:00
32b6c95e9f Start to wrap incoming stream 2020-06-20 10:31:58 +02:00
c551c2d764 Can get the messages of a single conversation 2020-06-20 07:54:30 +02:00
0254b6b614 Ready to implement new route 2020-06-20 07:42:18 +02:00
ba2e89d0be Can refresh active conversations 2020-06-18 18:16:46 +02:00
bfeea42828 Mark the conversation as seen 2020-06-18 14:33:43 +02:00
e7de23e995 Can open new conversations 2020-06-18 14:15:17 +02:00
479caa3945 Ready to implement 2020-06-18 09:55:02 +02:00
e71b5bcc83 Auto-create conversation 2020-06-18 09:44:34 +02:00
633974a401 Return the list of available private conversations 2020-06-18 09:40:18 +02:00
ab10bc2d36 Get the list of private conversations between two users 2020-06-18 09:26:25 +02:00
2f571787a3 Ready to implement the method to find a private conversation 2020-06-18 09:06:59 +02:00
174ed6244c Can change canEveryoneAddMembers conversation parameter 2020-06-15 14:52:23 +02:00
82eb997e2d Remove HTML code of conversation names 2020-06-15 14:42:02 +02:00
8a2b618648 Can change conversation name 2020-06-15 14:30:01 +02:00
0f856e93cb Check if users exists before adding them to a conversation 2020-06-15 11:09:16 +02:00
8527ae9c50 Fix bad check 2020-06-15 10:53:50 +02:00
203a947122 Reformat code 2020-06-15 10:47:34 +02:00
856d22fed8 Can update the list of members of the conversation 2020-06-15 10:46:10 +02:00
16298d54fb Ready to update the list of members of a conversation 2020-06-15 09:29:38 +02:00
b15a09cf07 Can update following status of a conversation 2020-06-15 08:23:23 +02:00
fad9300771 Can check if a user is a moderator of a conversation or not 2020-06-12 11:26:12 +02:00
f3a96ffad1 Ready to update conversation settings 2020-06-12 09:23:02 +02:00
b30dc049bf Can get information about a single conversation 2020-06-12 09:20:32 +02:00
619fc171e1 Can get a conversation ID from a POST request 2020-06-12 09:04:43 +02:00
bfd7cc0630 Ready to implement new route 2020-06-12 08:50:09 +02:00
620328b33b Get the list of conversations of the user 2020-06-04 19:01:35 +02:00
e92b3ef821 Ready to implement getList route 2020-06-04 17:51:22 +02:00
55566a85dc Finish to implement conversation creation 2020-06-04 17:47:52 +02:00
435ba32653 Create the conversation 2020-06-04 13:36:57 +02:00
8465f0da65 Gather information to create a new conversation 2020-06-03 18:34:01 +02:00
314e584840 Ready to implement conversation creation 2020-06-03 13:36:19 +02:00
8745f8363c Can search for virtual directory 2020-06-03 13:28:28 +02:00
d30b1ea776 Ready to implement route virtualDirectory/find 2020-06-02 13:29:10 +02:00
a934d2bf82 Can search for user with a given virtual directory 2020-06-02 13:26:12 +02:00
cadc80c24f Can get POST virtual directories 2020-06-02 13:12:54 +02:00
e52e86fc43 Ready to implement new method 2020-06-01 17:17:18 +02:00
faa31f599a Better anticipation of errors 2020-06-01 17:08:57 +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
9d4b60f0ff Add legacy background image 2020-06-01 09:49:48 +02:00
56cf021f4a Parse mysql dates 2020-06-01 09:38:00 +02:00
a0f105090d Start to return advanced user info 2020-06-01 09:19:29 +02:00
9915e9af23 Fix error 2020-05-29 18:31:20 +02:00
253d33ef7d Validate that a user can see another user's page 2020-05-29 18:26:45 +02:00