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 a606a3b8c3
Use Bootstrap
2020-10-16 00:11:08 +05:00
..
models Fix code style 2020-10-15 06:57:53 +05:00
tests Split tests into separate files 2020-10-15 08:01:37 +05:00
config.rs Add method config::Config.public_path() 2020-10-15 23:55:10 +05:00
database.rs Improve code 2020-10-15 04:01:29 +05:00
forms.rs Use validator 2020-10-15 07:55:15 +05:00
index.js Use Bootstrap 2020-10-16 00:11:08 +05:00
main.rs Serve static files 2020-10-15 23:59:58 +05:00
models.rs Extract models into separate files 2020-10-15 06:51:45 +05:00
routes.rs Add route "GET /sign_up" 2020-10-15 22:47:48 +05:00
schema.rs Rename column `users.password` to `encrypted_password` 2020-10-15 04:17:55 +05:00
tests.rs Split tests into separate files 2020-10-15 08:01:37 +05:00
web.rs Do not serve public index 2020-10-16 00:06:09 +05:00