• Joined on 2020-03-05
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
xenofem pushed to main at xenofem/transbeam 2022-04-29 22:36:50 -04:00
cc0aaaab94 fix weird end-of-file bug by having downloaders use inotify to directly track changes
xenofem pushed to main at xenofem/transbeam 2022-04-29 15:27:12 -04:00
ba4c7bfcbe massive overkill on the icons
32738e4515 better cleanup of storage state
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-28 05:25:08 -04:00
fa1917ac17 prevent deserializer from tripping up on positive integers
xenofem pushed to main at xenofem/transbeam 2022-04-28 05:18:46 -04:00
bda6da33e8 cargo clippy and fmt
127d7e9c67 add persistent state
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-28 03:35:46 -04:00
70384b04c3 nicer delete buttons
01cfcd9fcc copy download link on click
Compare 2 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-28 02:30:10 -04:00
b520304a9d make overall progress bar nicer too
93da22569c per-file progress bars
30fc8845f0 ignore flamegraph perf data
c37fa26289 add cargo-flamegraph to dev shell
cee8c93659 Content-Security-Policy: sandbox for user-submitted files
Compare 5 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-28 00:54:13 -04:00
43065cfb73 tweak RUST_LOG info
xenofem pushed to main at xenofem/transbeam 2022-04-28 00:49:24 -04:00
f68eb5f817 MIT license
720a4431a7 add more config/setup info to readme
5c1f09360a nix flakes
Compare 3 commits »
xenofem pushed to main at xenofem/poop-graph 2022-04-28 00:41:13 -04:00
b7a68bd4a4 remember to cargo run in release mode
xenofem pushed to main at xenofem/transbeam 2022-04-28 00:32:36 -04:00
5958ebf251 make readme header image smaller
xenofem pushed to main at xenofem/transbeam 2022-04-28 00:31:20 -04:00
827c96daf5 update readme
7d8c4f00fa maximum file count
c78844d8b1 fix page title
db233b57c1 rename upload.js
Compare 4 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-28 00:02:33 -04:00
acd58dbaa5 fix some margins
c81725a8e7 set source link target
d055bb7a7a actual nice UI
Compare 3 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-27 21:59:34 -04:00
55fa969bea zip: set minimum version field back to 4.5
43cffcd54c fix styling on disabled buttons
7191b4df96 smarter websocket url inference, show a full url for downloads
9545ceb4f4 make favicon version of logo
Compare 4 commits »
xenofem pushed to main at xenofem/transbeam 2022-04-27 20:32:52 -04:00
71528010d9 increase chunk size for uploading files
xenofem pushed to main at xenofem/transbeam 2022-04-27 20:31:21 -04:00
b832ae5a95 zip: set bit flag for UTF-8 filenames, bump minimum zip version to 6.3
xenofem pushed to main at xenofem/transbeam 2022-04-27 20:16:18 -04:00
2ec295e606 implement downloads, lots of misc tweaks/fixes