Commit Graph

28 Commits (31e7b274d796dd945f2da20019215ebb9707cc21)
 

Author SHA1 Message Date
neingeist 31e7b274d7 sort of improve start time input using datetimepicker
neingeist a84902e540 do not hardcore tmp file path
neingeist 26a8bb2495 .gitignore *.pyc
neingeist fced265ae7 .gitignore tmp/
neingeist 661f46886c add TODO.md
neingeist 7fdcbecf93 send the actual data
neingeist 0c9053a4d7 generate-test-data: generate real mp3s
neingeist 18381fffc2 generate-test-data: calculate in kilo, not kibi
neingeist 1fc757c6fb add a script to generate test data
neingeist 0dacb730a9 config: generate secret key using python
neingeist 0007a057a3 round to full hour
neingeist 754f4037ca call prepare_download() to prepare a download
neingeist 4db9d9f333 .gitignore config.py
neingeist de5f152914 add example config
neingeist 2d153027a8 read max length from config
neingeist 79c8b6d5c6 validate length
neingeist 73798364aa do not nest containers
neingeist d3a3467fee use flask-bootstrap util to display flashed messages
neingeist 32dc3a9581 move everything (except config) in one file
neingeist 634df5f5cc add __main__
neingeist d1703c8952 rename date to start time
neingeist 3f82634c30 flash error on form validation error
neingeist d014a11aa9 make the download form the top-level doc
neingeist 87d4f88bcb display flashed messages
neingeist 64772b13ba serve file from the download form
neingeist e340e967a6 send a file on request
neingeist c56c1226d3 add flask-bootstrap
neingeist 5358ea95d6 initial commit