Git Product home page Git Product logo

flaskup's People

Contributors

lme-atolcd avatar lmeunier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flaskup's Issues

notify email issue

If is "My email" empty, never sends email to any "My contacts" addresses.
updated on views.py

# notify contacts
max_contacts = app.config['FLASKUP_MAX_CONTACTS']
    if 'mycontacts' in request.form and myemail:

to

# notify contacts
max_contacts = app.config['FLASKUP_MAX_CONTACTS']
    if 'mycontacts' in request.form:

Implement a password protection for uploads

Is there a way to implement a password protection for uploads, so that only
people which know a password can upload a file?

In the first time, it could be possible to add a list of known passwords (defined in the config file), and deny file upload to users who don't supply a valid password.

Users who have a link the download a file don't need to know a valid password to get the file.

I think that a complete user authentication/authorization mechanism is beyond the scope of flaskup. A custom authentication mechanism could be added in the web server in front of flaskup (like mod_auth* in apache).

Chunked file upload mechanism

Some users have trouble when uploading large files (>2GB). The file to upload could be cut in separate chunks of the same size, and then uploaded separatly to flaskup.

Flaskup needs to manage the Content-Range header to append uploaded chunks to the first chunk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.