neri neri
  • Joined on 2020-07-24
neri pushed to master at ctdo/Rotary-Dial 2022-11-27 13:18:01 +00:00
0432fd7fd3 configure drone build
neri pushed to master at ctdo/Rotary-Dial 2022-11-27 13:15:20 +00:00
32b0dceb77 configure drone build
neri pushed to master at ctdo/Rotary-Dial 2022-11-27 13:11:49 +00:00
5d141c7f4c configure drone build
neri pushed to master at ctdo/Rotary-Dial 2022-11-27 13:02:52 +00:00
d9f697691d configure drone build
neri pushed to master at ctdo/Rotary-Dial 2022-11-27 12:50:56 +00:00
94dbcf7895 configure drone build
neri pushed to master at neri/datatrash 2022-11-23 23:10:14 +00:00
5a4a73108a update dependencies
neri pushed to master at neri/datatrash 2022-11-23 23:04:51 +00:00
f9de6e5164 fix upload without filename
neri pushed to master at neri/datatrash 2022-11-22 20:34:43 +00:00
16ba5f025e version 2.0.2
neri pushed to master at neri/datatrash 2022-11-22 20:32:24 +00:00
ca56e501a2 refactor upload endpoint
neri pushed to master at neri/datatrash 2022-11-22 20:15:20 +00:00
b9849153f0 fix url decoding in /uploaded endpoint
dc2f7ecab0 move multipart error handling into its module
Compare 2 commits »
neri closed issue neri/datatrash#13 2022-11-22 20:14:06 +00:00
improve mime handling
neri commented on issue neri/datatrash#14 2022-11-22 20:13:42 +00:00
fix filename encoding

/uploaded response is fixed

The mangling on upload may be a bug in actix: https://github.com/actix/actix-web/issues/2741

neri closed issue neri/datatrash#18 2022-11-22 19:51:02 +00:00
Possible open redirect vulnerability
neri commented on issue neri/datatrash#18 2022-11-22 19:51:00 +00:00
Possible open redirect vulnerability

Hopefully fixed by setting Content-Type: application/octet-stream when the Sec-Fetch-Mode request header is set to something other than navigate.

neri closed issue neri/datatrash#19 2022-11-22 19:47:15 +00:00
build_text_response should also set vary header
neri pushed to master at neri/datatrash 2022-11-22 19:47:04 +00:00
2de28ca5db correct vary header
neri pushed to master at neri/datatrash 2022-11-22 14:57:06 +00:00
44843ab222 use rand distribution for file id generation
neri pushed to master at neri/datatrash 2022-11-04 10:37:28 +00:00
756d4b67a0 refactor: fix clippy warnings
neri closed issue ctdo/homepage#6 2022-11-03 21:55:04 +00:00
IRC Client Mac
neri commented on issue ctdo/homepage#14 2022-11-03 21:54:44 +00:00
Webserver Zugriff für Autodeploy

Statt einem Deployment über einen Webserver würde es in der aktuellen Kubernetes-Landschaft wahrscheinlich mehr Sinn ergeben einen Container daraus zu bauen und das so wie alle anderen Services…