Commit Graph

56 Commits (965f0da2bb86a208cfe1bbe6c5faa5b31302f598)
 

Author SHA1 Message Date
neingeist 965f0da2bb template: use url_for() to create download file url
neingeist 50a7385716 only fade out success alerts
neingeist 64c35cf502 reformat ffmpeg calls
neingeist b9ac31aee0 make pep8 a little happier
neingeist b2a929ac2a yo dawg i heard you like containers
neingeist ce53468191 indent some of the template thingies
neingeist 381520bb96 fiddle with the damn css
neingeist ff7c92316c put page header into row+col
neingeist b2c7191746 TODO: update
neingeist f7aaeaa1cf make checking for illegal filenames explicit
neingeist c63d66a877 config: use better default paths
neingeist 6348b0f6d9 create output files as temporary files and remove them before sending
neingeist 887d99f587 limit source input to 5 files
neingeist f1d4ae9e92 put form inside a bootstrap well
neingeist 0075afb37a TODO: no more seconds in the form
neingeist b5e1fb8772 put flashed messages under header
neingeist 76981eb246 indent form fields
neingeist 62bada5537 use InputRequired() validators
neingeist 602fb2d9cd handle file error using an exception
neingeist 07e6f8e6ed do not return a file if we do not find a start file
neingeist 734c562f9c use another directory TMP_DIR for the downloads
neingeist 6a43316746 use the long form of $(document).ready()
neingeist 7e2212c2de fade out flashed messages
neingeist febe7bcac0 remove "path:" from the route
neingeist 00324f74fe remove seconds from the form
neingeist b2045435ff put h1 into page-header
neingeist 2f9fbf95fb use an integer field for length
neingeist a5bb4fe894 fix datetimepicker style
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