• Joined on 2020-03-05
xenofem pushed to main at xenofem/transbeam 2022-05-23 20:44:27 -04:00
c76baec1c1 nicer display of upload progress info
xenofem pushed to main at xenofem/transbeam 2022-05-23 19:59:16 -04:00
8b5e9b76bb display upload speed and ETA
xenofem pushed to main at xenofem/transbeam 2022-05-23 01:11:57 -04:00
8f00eb27e2 flake update
xenofem pushed to main at xenofem/poop-graph 2022-05-23 01:11:37 -04:00
ea40e0613f flake update
xenofem pushed to main at xenofem/poop-graph 2022-05-23 01:06:33 -04:00
84bec924ab bind on ipv6 too
xenofem pushed to main at xenofem/transbeam 2022-05-23 01:00:49 -04:00
463c3d98f5 bind to ipv6 too
xenofem pushed to main at xenofem/transbeam 2022-05-10 10:13:51 -04:00
331a84627a clean up LiveFileReader using ready! macro
2d64f0529c remove empty unused file
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2022-05-03 19:39:57 -04:00
fdba92fddb debounce upload clicks just in case
xenofem pushed to main at xenofem/transbeam 2022-05-03 19:24:07 -04:00
3b974ed6a3 check upload limits beforehand
a79e9ae99c fix image paths in css
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2022-05-03 18:33:54 -04:00
6ceb79374a auto-focus download code input
9d87934cf4 add 404 page for incorrect download codes
106c99d398 update README
1e1be9e7fd remove API, it's not really intended to be a public API anyway
eb53030043 refactor config variables, add upload password
Compare 5 commits »
xenofem pushed to main at xenofem/transbeam 2022-05-01 05:29:07 -04:00
bfe7fcde99 cargo clippy and fmt
8275b940ac improve download code UI, tidy up URL structure
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2022-05-01 03:28:28 -04:00
86bdac20af memorable download codes
xenofem pushed to main at xenofem/transbeam 2022-05-01 02:32:59 -04:00
511bd741dd massive cleanup/refactor of the web UI
99b93b4e7d just unwrap on datetime formatting, it should never be an issue and there's no point having an error ready to pass back to the client
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-30 16:10:18 -04:00
b33bb7aa9d cleanup all the <Uploader as Actor>::Contexts
xenofem pushed to main at xenofem/transbeam 2022-04-30 15:14:32 -04:00
e95590ef07 Normalize filenames to Unicode Normal Form D before sanitisation
xenofem pushed to main at xenofem/transbeam 2022-04-30 02:17:39 -04:00
3449ea1076 update readme todo's
xenofem pushed to main at xenofem/transbeam 2022-04-30 01:54:14 -04:00
bbcfe7d6e9 fix image url in readme
xenofem pushed to main at xenofem/transbeam 2022-04-30 01:53:28 -04:00
458f791fe3 namespace all our variables
xenofem pushed to main at xenofem/transbeam 2022-04-30 01:46:26 -04:00
14508183ab organize images better
xenofem pushed to main at xenofem/transbeam 2022-04-30 01:38:30 -04:00
f52aa0f08b added file expiration and fleshed out the API a bit