hub/database/migrations/functions/users
Sergio C. Arteaga dbff470854
Store sessions ids hashed (#1236)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
2021-04-09 14:07:18 +02:00
..
check_user_alias_availability.sql Fix issue checking user alias availability (#879) 2020-11-20 08:55:11 +01:00
get_user_profile.sql Omit null values in database functions responses (#918) 2020-12-02 09:47:08 +01:00
register_password_reset_code.sql Store password reset code hashed (#1235) 2021-04-08 16:33:32 +02:00
register_session.sql Store sessions ids hashed (#1236) 2021-04-09 14:07:18 +02:00
register_user.sql Do not register verification code when using oauth (#882) 2020-11-23 13:48:00 +01:00
reset_user_password.sql Store password reset code hashed (#1235) 2021-04-08 16:33:32 +02:00
update_user_password.sql Add endpoint to update user password (#267) 2020-04-06 14:35:49 +02:00
update_user_profile.sql Prepare backend to support user profile image (#417) 2020-05-29 15:59:53 +02:00
verify_email.sql Reorganize database functions (#219) 2020-03-26 11:45:09 +01:00
verify_password_reset_code.sql Store password reset code hashed (#1235) 2021-04-08 16:33:32 +02:00