Commit graph

19 commits

Author SHA1 Message Date
Orhun Parmaksız
a3e266b8b4
refactor(server): define global constants for environment variables 2022-03-17 15:54:08 +03:00
Orhun Parmaksız
c48e45d68c
chore(deps): upgrade actix dependencies
closes #18
2022-03-17 15:46:32 +03:00
Orhun Parmaksız
1dd5dcf167
fix(config): unset CONFIG environment variable to avoid conflicts 2022-03-13 21:12:10 +03:00
Orhun Parmaksız
94516c95bb
feat(config): support setting the timeout for HTTP requests 2022-03-12 00:35:54 +03:00
Orhun Parmaksız
9e5bd112e7
feat(config): support setting the refresh rate for hot-reloading 2022-03-12 00:02:25 +03:00
Orhun Parmaksız
8f3f89716f
fix(async): drop the RW guard of config before suspend points 2021-12-05 15:03:51 +03:00
Orhun Parmaksız
8b17137c52
fix(server): gracefully handle the hot-reloading errors 2021-11-16 19:27:18 +03:00
Orhun Parmaksız
a2de1c3334
feat(config): hot-reload the configuration 2021-11-07 16:06:57 +03:00
Orhun Parmaksız
7a6842e181
feat(paste): support pasting files from remote URLs 2021-11-06 23:55:55 +03:00
orhun
13126e79ce
refactor(paste): use timestamp for expiring one shot files 2021-08-27 16:05:40 +03:00
orhun
73359f3534
feat(paste): support disappearing (oneshot) files 2021-08-26 22:57:46 +03:00
orhun
3223c6379c
refactor(paste): associate directories with the paste types 2021-08-26 21:09:33 +03:00
orhun
f3855be2c9
feat(paste): support shortening URLs 2021-08-04 17:35:54 +03:00
orhun
411f278656
feat(config): use an environment variable for config file path 2021-07-24 20:51:08 +03:00
orhun
d538e591ef
chore(project): update project details 2021-07-24 20:46:22 +03:00
orhun
181c8c602c
refactor(server): use .env for auth token 2021-07-24 14:10:30 +03:00
orhun
1413335519
feat(server): support file upload and serving 2021-07-23 22:52:00 +03:00
orhun
df0d22dcb3
feat(server): add basic HTTP server implementation 2021-07-20 01:35:52 +03:00
orhun
2d3151292d
Initial commit 2021-07-19 22:16:13 +03:00