1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 14:19:45 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
09ce13c554 Turned a lot of function to async mode 2022-03-12 07:47:22 +01:00
b2514351a1 Make all HTTP routes asynchronous 2022-03-11 21:56:08 +01:00
9ff14a1fcf Fix conflict 2021-07-13 17:48:32 +02:00
2f2ecdb444 Apply new first and last name restrictions 2021-04-16 07:40:28 +02:00
cd5419edea Remove fallbacks 2021-03-02 17:52:11 +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
17db8a7198 Refactor project 2021-02-13 16:15:25 +01:00
e5f6b9e93e Update login method 2021-02-13 15:45:20 +01:00
985abc3e99 Upgrade user tokens system 2021-02-13 14:37:15 +01:00
62a73b25d3 Create base request handler 2021-02-05 09:11:30 +01:00
0e80564f85 Remove resolved TODOs 2021-01-23 09:56:19 +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
fb7f56c359 Add placeholder for account deletion 2020-07-14 10:13: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
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
8c424bcec4 Update last activity of the user 2020-06-29 15:53:39 +02:00
96f3217db4 Upgrade UserID to a structure 2020-06-25 10:08:34 +02:00
97d9adcc03 Can sign out user 2020-05-24 19:19:07 +02:00
75024dbca6 Can get current user ID 2020-05-24 17:57:47 +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
ab5df69ee5 Start to implement login method 2020-05-21 15:43:53 +02:00