Remie Bolte

Results 19 issues of Remie Bolte

Authenticate users from multiple providers, including Facebook, Google, Twitter, Windows Live.

enhancement

With the introduction of user authentication and login screen (#105) it is now time to create an account management interface which will allow for the configuration of user authentication methods...

enhancement

As a system administrator, it might be usefull to get notifications upon successful file transfer. In combination with #94 this would allow you to use YouTransfer as a public drop...

enhancement

There are still some issues with the finalise settings feature as a result of some refactoring of the settings module. Additional refactoring is required to fix these issues.

bug

There needs to be some form of persistence that will store user information. This should eventually be done by implementing a generic cache manager that includes persistence using popular tools...

enhancement

Once #105 has been implemented, it would be nice if one of the restricted access features is the ability to invite others to upload a file. Using a signed JWT...

enhancement

The token generation was changed to fix #101. It uses a 16 byte random token. For security reasons, it would be nice to further increase this to 32 or 64...

enhancement
Security

As taken from https://news.ycombinator.com/item?id=10330331: Might I suggest that you split the folders up in your uploads. 0b692a00635682fabc78b6a50655242c.binary gets stored, for example in "./uploads/0b/69/a0/0b692a00635682fabc78b6a50655242c.binary". Too many files in one dir can...

enhancement
Performance

What if YouTransfer could allow you to upload files directly to your Google Drive? In combination with #105 and #119 it would create the ability to use YouTransfer as a...

enhancement

What if YouTransfer could allow you to upload files directly to your Dropbox account? In combination with #105 and #119 it would create the ability to use YouTransfer as a...

enhancement