1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-website/src
Alex Kotov d8ecd274ff
Confirm password
2020-10-16 07:44:21 +05:00
..
assets Move assets 2020-10-16 01:54:37 +05:00
forms Confirm password 2020-10-16 07:44:21 +05:00
models Actually sign in 2020-10-16 07:11:19 +05:00
routes Actually sign out 2020-10-16 07:30:10 +05:00
tests Confirm password 2020-10-16 07:44:21 +05:00
config.rs Set secret key 2020-10-16 04:48:38 +05:00
database.rs Improve code 2020-10-15 04:01:29 +05:00
forms.rs Move forms into separate files 2020-10-16 02:46:46 +05:00
main.rs Current user 2020-10-16 05:43:34 +05:00
models.rs Extract models into separate files 2020-10-15 06:51:45 +05:00
routes.rs Add path "DELETE /sign_in" 2020-10-16 07:16:38 +05:00
schema.rs Rename column `users.password` to `encrypted_password` 2020-10-15 04:17:55 +05:00
states.rs Rename states::CurrentUser to MaybeCurrentUser 2020-10-16 06:22:56 +05:00
tests.rs Split tests into separate files 2020-10-15 08:01:37 +05:00
web.rs Fix static serve 2020-10-16 01:41:22 +05:00