Commit Graph

99 Commits

Author SHA1 Message Date
Orhun Parmaksız
4f6456a3c8
chore(release): prepare for v0.6.2 2021-12-05 16:16:10 +03:00
Orhun Parmaksız
17b8c1940c
chore(deps): upgrade dependencies 2021-12-05 16:09:53 +03:00
Orhun Parmaksız
ebbe8dbfae
test(paste): update paste test about borrowing the config 2021-12-05 15:27:38 +03:00
Orhun Parmaksız
2b80c78a02
Merge branch 'master' of ssh://github.com/orhun/rustypaste 2021-12-05 15:04:21 +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
5cbb41c247
fix(async): clone Ref to avoid holding it across a suspend point 2021-12-05 14:13:25 +03:00
Sven Assmann
8a03fe3655
chore(deps): bump versions (#9) 2021-11-17 19:42:45 +03:00
Orhun Parmaksız
dbda1bb94a
chore(release): prepare for v0.6.1 2021-11-16 19:48:38 +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
27cfa6aca3
chore(release): prepare for v0.6.0 2021-11-07 17:44:10 +03:00
Orhun Parmaksız
f3859d2857
docs(readme): make the heading sizes consistent 2021-11-07 17:25:42 +03:00
Orhun Parmaksız
2b6b3caf2c
chore(deps): upgrade dependencies 2021-11-07 17:19:17 +03:00
Orhun Parmaksız
7797180937
fix(server): change the config data type for serve route 2021-11-07 17:03:00 +03:00
Orhun Parmaksız
b12ff1f579
chore(docker): update Dockerfile about Rust edition 2021-11-07 16:52:08 +03:00
Orhun Parmaksız
6b3914a54e
chore(lib): import required traits for backwards edition compatibility 2021-11-07 16:25:08 +03:00
Orhun Parmaksız
d927fb0b97
chore(security): optimize cargo-audit workflow 2021-11-07 16:16:46 +03:00
Orhun Parmaksız
a2de1c3334
feat(config): hot-reload the configuration 2021-11-07 16:06:57 +03:00
Orhun Parmaksız
f078a9afa7
fix(server): prevent serving an already expired file 2021-11-07 00:49:31 +03:00
Orhun Parmaksız
3eee294bd9
docs(lib): update the function comment for store_remote_file 2021-11-07 00:01:30 +03:00
Orhun Parmaksız
7a6842e181
feat(paste): support pasting files from remote URLs 2021-11-06 23:55:55 +03:00
Orhun Parmaksız
bd86c27b08
chore(project): switch to Rust edition 2021 2021-11-05 23:33:42 +03:00
Orhun Parmaksız
0cbafd9538
chore(release): prepare for v0.5.0 2021-10-12 19:59:35 +03:00
Orhun Parmaksız
8eff8847ea
chore(docker): improve docker build workflow 2021-10-12 19:46:32 +03:00
Orhun Parmaksız
dcaa5eccf9
chore(deps): upgrade dependencies 2021-10-12 19:42:25 +03:00
Orhun Parmaksız
e29df82899
docs(readme): update the roadmap 2021-10-12 19:36:41 +03:00
Orhun Parmaksız
c08fd29a45
feat(paste): make duplicate uploads optional (#7) 2021-10-12 19:35:06 +03:00
Orhun Parmaksız
a5757d4892
chore(release): prepare for v0.4.1 2021-09-19 02:06:58 +03:00
Orhun Parmaksız
101e2ee79e
chore(deps): upgrade dependencies 2021-09-19 01:53:44 +03:00
Orhun Parmaksız
6f050e606c
docs(readme): add installation section 2021-09-19 01:49:59 +03:00
Orhun Parmaksız
43961d1633
docs(readme): mention the standalone CLI tool 2021-09-19 01:46:50 +03:00
Orhun Parmaksız
6c10d381b4
docs(readme): prefix commands with '$' 2021-09-19 01:27:14 +03:00
orhun
faedf63ebf
fix(cd): checkout master branch for docker builds 2021-09-11 01:55:12 +03:00
orhun
14d278629f
chore(release): prepare for v0.4.0 2021-08-27 22:38:48 +03:00
orhun
45d97a9251
chore(deps): upgrade dependencies 2021-08-27 22:36:31 +03:00
orhun
929f664b09
docs(readme): add cleanup script to README.md 2021-08-27 22:19:40 +03:00
orhun
38a0144ad7
docs(readme): update README.md about expiring links 2021-08-27 21:12:18 +03:00
orhun
13126e79ce
refactor(paste): use timestamp for expiring one shot files 2021-08-27 16:05:40 +03:00
orhun
92c35fe6df
feat(paste): support setting an expiry date for uploads 2021-08-27 15:54:23 +03:00
orhun
33977de206
fix(ci): update lychee arguments to exclude example files 2021-08-26 23:15:47 +03:00
orhun
0138cff440
docs(readme): update README.md about one shot file uploads 2021-08-26 23:13:32 +03:00
orhun
7a510bc2ad
style(paste): use a custom 404 message while serving files 2021-08-26 23:06:05 +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
47f6ff57bd
chore(release): prepare for v0.3.1 2021-08-10 00:02:04 +03:00
orhun
989693140b
fix(cd): switch to upload-release-action for uploading releases 2021-08-10 00:00:14 +03:00
orhun
6d29828a4b
chore(release): prepare for v0.3.0 2021-08-09 23:38:13 +03:00
orhun
eaa8b09cd2
chore(docker): share the config file between host and container 2021-08-09 23:27:35 +03:00
orhun
d0abe50679
docs(readme): mention MIME type overriding and blacklisting 2021-08-09 23:12:51 +03:00
orhun
cc385d1aca
refactor(test): use tests module for tests 2021-08-09 22:50:01 +03:00
orhun
e7ad855f4d
feat(paste): support blacklisting MIME types 2021-08-09 22:48:51 +03:00