Viewing profile — rbolte
rbolte
HN member- Joined
- Wed, Dec 17, 2014, 12:57 PM UTC
- HN karma
- 132
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About rbolte
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #10338371
Released version 1.0.3 which fixes the XSS and path traversal security issues (as well as 3 other issues, see https://github.com/remie/YouTransfer/issues?q=milestone%3A1.... for mo…
-
comment
Comment #10333415
Good catch! The XSS error was introduced with the implementation of error handling, but is a really unwanted side effect :) I've created two issues on GitHub ( https://github.com/r…
-
comment
Comment #10333138
I'm not familiar with camlistore, but a first glance at the project website tells me that it has way more features and serves a different goal. YouTransfer is basically a very simp…
-
comment
Comment #10331713
BTW: if this concerns the youtranfer.io website (instead of the YouTransfer application), I'm actually a bit hesitant to change this. I'm currently using the GitHub site generator …
-
comment
Comment #10331297
Good suggestion! I've added an issue on GitHub ( https://github.com/remie/YouTransfer/issues/106 ). BTW: normally the files will expire within a specific timeframe and will be remo…
-
comment
Comment #10331254
I'm a bit hesitant to change this as I'm using the GitHub site generator for convenience. There is a limited set of templates available, most of which are either ugly or have reada…
-
comment
Comment #10331235
The problem with ACL is that I'm worried it will make the project more complex. I've added an issue on GitHub for future reference ( https://github.com/remie/YouTransfer/issues/105…
-
comment
Comment #10331060
Are you referring to the generated GitHub pages on http://youtransfer.io or to the demo instance ( http://demo.youtransfer.io ) which is the actual application?
-
comment
Comment #10331054
Basically... yeah, if you do not take any additional security measures, anybody can just "dump" files on your server. You could opt for the S3 storage provider, which will dump the…
-
comment
Comment #10330948
Currently, the files are stored as a flat file list on the file system using their randomly generated token to create a [token].json and [token].binary file. The JSON file contains…
-
comment
Comment #10330914
:D How about Proxima Nova? ( http://www.marksimonson.com/fonts/view/proxima-nova )
-
comment
Comment #10330896
Thanks! I'm glad I could help :)
-
comment
Comment #10330863
Any suggestions?
-
comment
Comment #10330829
And it's done. The 1.0.2 hotfix is now available with the token generation fix as well as 2 other enhancements.
-
comment
Comment #10330807
It's not really related. YouTransfer.io uses DropzoneJS as the file transfer UI for javascript enabled browsers.
-
comment
Comment #10330730
I've opted for the 16 bits version right now as it fits better in the UI. There will be an additional issue to deal with improving the bitrate as well as making a suitable UI for i…