crawlnicle/src/handlers
Tyler Hallada 835e9dc748 Do reset password operations in db transaction
And modify signature of model methods to accept an executor instead of a
pool connection which will also allow transactions.
2023-10-13 14:44:40 +02:00
..
api Implement entry and feed pagination 2023-09-02 14:01:18 -04:00
confirm_email.rs Complete reset password flow 2023-10-13 14:07:38 +02:00
entries.rs Implement entry and feed pagination 2023-09-02 14:01:18 -04:00
entry.rs Use HX-Target, not HX-Boost for Layout render 2023-09-27 01:28:53 -04:00
feed.rs Use HX-Target, not HX-Boost for Layout render 2023-09-27 01:28:53 -04:00
feeds.rs Use HX-Target, not HX-Boost for Layout render 2023-09-27 01:28:53 -04:00
forgot_password.rs Do reset password operations in db transaction 2023-10-13 14:44:40 +02:00
home.rs Use HX-Target, not HX-Boost for Layout render 2023-09-27 01:28:53 -04:00
import.rs Add basic user auth 2023-09-25 01:38:18 -04:00
log.rs Use HX-Target, not HX-Boost for Layout render 2023-09-27 01:28:53 -04:00
login.rs Complete reset password flow 2023-10-13 14:07:38 +02:00
logout.rs Complete reset password flow 2023-10-13 14:07:38 +02:00
mod.rs Complete reset password flow 2023-10-13 14:07:38 +02:00
register.rs Fixes to email verification process 2023-10-06 17:50:08 -04:00
reset_password.rs Do reset password operations in db transaction 2023-10-13 14:44:40 +02:00