52 Commits (b2a929ac2a256262a0a39da062763ff394adfe39)
 

Author SHA1 Message Date
neingeist b2a929ac2a yo dawg i heard you like containers 7 years ago
neingeist ce53468191 indent some of the template thingies 7 years ago
neingeist 381520bb96 fiddle with the damn css 7 years ago
neingeist ff7c92316c put page header into row+col 7 years ago
neingeist b2c7191746 TODO: update 7 years ago
neingeist f7aaeaa1cf make checking for illegal filenames explicit 7 years ago
neingeist c63d66a877 config: use better default paths 7 years ago
neingeist 6348b0f6d9 create output files as temporary files and remove them before sending 7 years ago
neingeist 887d99f587 limit source input to 5 files 7 years ago
neingeist f1d4ae9e92 put form inside a bootstrap well 7 years ago
neingeist 0075afb37a TODO: no more seconds in the form 7 years ago
neingeist b5e1fb8772 put flashed messages under header 7 years ago
neingeist 76981eb246 indent form fields 7 years ago
neingeist 62bada5537 use InputRequired() validators 7 years ago
neingeist 602fb2d9cd handle file error using an exception 7 years ago
neingeist 07e6f8e6ed do not return a file if we do not find a start file 7 years ago
neingeist 734c562f9c use another directory TMP_DIR for the downloads 7 years ago
neingeist 6a43316746 use the long form of $(document).ready() 7 years ago
neingeist 7e2212c2de fade out flashed messages 7 years ago
neingeist febe7bcac0 remove "path:" from the route 7 years ago
neingeist 00324f74fe remove seconds from the form 7 years ago
neingeist b2045435ff put h1 into page-header 7 years ago
neingeist 2f9fbf95fb use an integer field for length 7 years ago
neingeist a5bb4fe894 fix datetimepicker style 7 years ago
neingeist 31e7b274d7 sort of improve start time input using datetimepicker 7 years ago
neingeist a84902e540 do not hardcore tmp file path 7 years ago
neingeist 26a8bb2495 .gitignore *.pyc 7 years ago
neingeist fced265ae7 .gitignore tmp/ 7 years ago
neingeist 661f46886c add TODO.md 7 years ago
neingeist 7fdcbecf93 send the actual data 7 years ago
neingeist 0c9053a4d7 generate-test-data: generate real mp3s 7 years ago
neingeist 18381fffc2 generate-test-data: calculate in kilo, not kibi 7 years ago
neingeist 1fc757c6fb add a script to generate test data 7 years ago
neingeist 0dacb730a9 config: generate secret key using python 7 years ago
neingeist 0007a057a3 round to full hour 7 years ago
neingeist 754f4037ca call prepare_download() to prepare a download 7 years ago
neingeist 4db9d9f333 .gitignore config.py 7 years ago
neingeist de5f152914 add example config 7 years ago
neingeist 2d153027a8 read max length from config 7 years ago
neingeist 79c8b6d5c6 validate length 7 years ago
neingeist 73798364aa do not nest containers 7 years ago
neingeist d3a3467fee use flask-bootstrap util to display flashed messages 7 years ago
neingeist 32dc3a9581 move everything (except config) in one file 7 years ago
neingeist 634df5f5cc add __main__ 7 years ago
neingeist d1703c8952 rename date to start time 7 years ago
neingeist 3f82634c30 flash error on form validation error 7 years ago
neingeist d014a11aa9 make the download form the top-level doc 7 years ago
neingeist 87d4f88bcb display flashed messages 7 years ago
neingeist 64772b13ba serve file from the download form 7 years ago
neingeist e340e967a6 send a file on request 7 years ago