rustypaste/src
TheTechRobo 37cb4d3fcb
feat(server): add landing page (#26)
* feat(server): add landing page

Fixes orhun/rustypaste#13

* feat(server): allow using {REPOSITORY} in landing page

* fix(server): Get rid of unused import, add line about expiration

* chore(fmt): cargo fmt

* fix(tests): inject app data for fixing index test

* feat(server): redirect to GitHub repository if landing page is not specified

* test(fixtures): add fixture test for landing page

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2022-10-03 21:27:35 +00:00
..
auth.rs chore(deps): upgrade actix dependencies 2022-03-17 15:46:32 +03:00
config.rs feat(server): add landing page (#26) 2022-10-03 21:27:35 +00:00
file.rs fix(lints): apply clippy suggestions for tests 2022-05-16 12:58:41 +03:00
header.rs fix(lints): apply clippy suggestions for tests 2022-05-16 12:58:41 +03:00
lib.rs refactor(server): define global constants for environment variables 2022-03-17 15:54:08 +03:00
main.rs feat(env): support configuring logger from .env file 2022-05-21 09:07:37 +03:00
mime.rs fix(lints): apply clippy suggestions for tests 2022-05-16 12:58:41 +03:00
paste.rs fix(lints): apply clippy suggestions 2022-08-14 12:11:03 +02:00
random.rs fix(lints): apply clippy suggestions for tests 2022-05-16 12:58:41 +03:00
server.rs feat(server): add landing page (#26) 2022-10-03 21:27:35 +00:00
util.rs feat(server): support auto-deletion of expired files (#17) 2022-03-23 16:13:46 +03:00