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 a78632be08
Use i18n
2020-10-21 09:25:47 +05:00
..
assets Move assets 2020-10-16 01:54:37 +05:00
forms Fix forms and add forms to routes 2020-10-17 02:04:27 +05:00
models Remove users listing 2020-10-18 07:01:18 +05:00
routes Use i18n 2020-10-21 09:25:47 +05:00
tests Fix tests 2020-10-17 02:39:16 +05:00
config.rs Add i18n to state 2020-10-21 09:05:54 +05:00
database.rs Add barebone CSRF protection fairing 2020-10-16 10:39:03 +05:00
forms.rs Move forms into separate files 2020-10-16 02:46:46 +05:00
i18n.rs Use i18n 2020-10-21 09:14:48 +05:00
main.rs Add i18n to state 2020-10-21 09:05:54 +05:00
models.rs Extract models into separate files 2020-10-15 06:51:45 +05:00
responses.rs Use views as template contexts and improve templates 2020-10-17 12:05:17 +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
views.rs Use i18n 2020-10-21 09:25:47 +05:00
web.rs Add i18n to state 2020-10-21 09:05:54 +05:00