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

657 Commits

Author SHA1 Message Date
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
cf2d9606d9 Can get a user id included in a POST request 2020-05-29 18:15:24 +02:00
8e2a4a8b71 Reorganize imports 2020-05-27 13:30:54 +02:00
3cbf6c2895 Ready to implement getAdvancedUserInfo route 2020-05-27 13:28:00 +02:00
250544acbd Can get information about multiple users 2020-05-27 13:20:08 +02:00
c4f8e5fa97 Get user custom emojies 2020-05-26 19:45:38 +02:00
2b1161c3f0 Return user account image 2020-05-26 18:45:27 +02:00
11865c2bb4 Can check whether two users are friends or not 2020-05-26 18:25:33 +02:00
305e836d78 Get path to user data files 2020-05-26 18:02:26 +02:00
175266f397 database_structure => constants 2020-05-26 17:51:11 +02:00
cca7f02f8e Ready to implement account image visibility 2020-05-26 13:53:24 +02:00
d355f33cb0 Get user virtual directory 2020-05-26 13:18:38 +02:00
eb3e6e9afa Get user page status 2020-05-26 13:15:39 +02:00
be4d1befcc Start to return user information 2020-05-25 13:25:51 +02:00
97d9adcc03 Can sign out user 2020-05-24 19:19:07 +02:00
89d5eac02b Fix returned error in case of bad login tokens 2020-05-24 18:33:47 +02:00
399900077f Adapt to dev 2020-05-24 18:19:09 +02:00
85498f1ad4 Use specific port for new server 2020-05-24 18:10:47 +02:00
816e349368 Optimize request 2020-05-24 18:02:19 +02:00
75024dbca6 Can get current user ID 2020-05-24 17:57:47 +02:00
3b1b377d82 Simplify future database requests 2020-05-24 16:39:48 +02:00
f0cf3202f4 Can login user 2020-05-24 16:35:54 +02:00
6f6cd550ea Can crypt user password 2020-05-24 14:23:03 +02:00
fc24b8f747 Improve documentation 2020-05-24 13:13:00 +02:00
42585e0886 Fix bad name 2020-05-24 13:10:30 +02:00
5554197310 Create new api_data module 2020-05-24 13:10:09 +02:00
d2035a6a3f Ready to implement password check 2020-05-23 19:17:48 +02:00
975c129f7c Create new check functions 2020-05-23 17:09:28 +02:00
2807dcbffa Consider empty strings as None 2020-05-23 14:12:42 +02:00
505fa5adb3 Check client tokens 2020-05-23 14:08:22 +02:00
665aa1683c Get information about API client 2020-05-23 11:00:53 +02:00
b18f6f4190 Simplify code 2020-05-23 10:19:15 +02:00
0bd9a8f5f8 Better message 2020-05-23 10:14:21 +02:00
4b12de6e50 Improve body parsing 2020-05-23 09:54:13 +02:00
7c18f19674 Start to read POST request arguments 2020-05-23 09:37:21 +02:00
fcc38afe42 Improve query building 2020-05-22 08:57:16 +02:00
a67f988e1b Create query method 2020-05-22 08:51:15 +02:00
ab5df69ee5 Start to implement login method 2020-05-21 15:43:53 +02:00