Commit graph

92 commits

Author SHA1 Message Date
34e716fc32 Archive finally linked; closes #18 2014-04-24 12:35:46 +02:00
5b69411b15 Archive download is nicer 2014-04-24 12:01:12 +02:00
cfa08ddb72 Archive.html is feature-complete
It just needs some love in table style and alignments
2014-04-23 12:41:12 +02:00
1d5355c771 Access-log fully customizable
It is hidden by default, but TRANSLOGGER_OPTS can do many things for you
2014-04-22 16:32:55 +02:00
4d6324e328 12factors.md format fixed 2014-04-22 11:33:05 +02:00
1956e4aa5a Readme is clearer 2014-04-22 11:31:13 +02:00
9940b908b6 Add archive.html (not linked anywhere) 2014-04-15 01:35:14 +02:00
3b8c12f3b2 Cosmetic changes in RecDB 2014-04-15 01:22:29 +02:00
a17868cd31 Some doc about 12factors compliance status 2014-04-15 01:20:53 +02:00
378127c4eb logging to stdout (as required by 12factors) 2014-04-15 01:20:24 +02:00
c0de3679a4 FIX db session managing
It's not fully fixed yet, probably. This fixes the bug in generate()
that prevents filename to be added.
2014-04-14 22:38:06 +02:00
0a1b6f4392 Move to Paste as WSGI wrapper: dev/prod parity! 2014-04-14 22:37:16 +02:00
e58997a1cf AGPL license and better readme 2014-04-14 19:06:16 +02:00
c135cbf573 Closes #17: warn if ffmpeg binary is not found 2014-04-14 18:51:04 +02:00
65aad94f24 Closes #14: make ffmpeg binary configurable 2014-04-14 18:50:50 +02:00
b152b44071 Closes #8: Hide very old recordings from main page 2014-04-14 18:33:18 +02:00
4fc115c583 Debug info about ffmpeg failure 2014-04-08 18:06:58 +02:00
e42e1a3af5 FIX session usage in DB (but in the dirtier way) 2014-04-08 18:03:08 +02:00
98626b6099 FIX processqueue (sync workers still won't work) 2014-03-27 16:31:22 +01:00
2bd2f5813b add a menu to pages 2014-03-27 13:26:54 +01:00
be56c206b4 WSGI_SERVER selectable + DebugAPI 2014-03-26 13:31:57 +01:00
ddeef6ab78 theme: redder than red 2014-03-07 14:47:09 +01:00
9673af1e70 ffmpeg -nostdin is barely supported 2014-03-02 01:17:35 +01:00
f7cfb3a3e5 check if source files exist; closes #9 2014-03-02 01:17:12 +01:00
1af5393441 widget refactoring, old.html works (refs #13) 2014-03-02 00:35:36 +01:00
037e651d2a forge: ffmpeg options; file existence handling(#9) 2014-03-02 00:35:36 +01:00
fbf94eceba old.html (refs #13) + refactoring 2014-03-02 00:35:27 +01:00
2353bf7eb4 I hate print 2014-02-27 17:04:12 +01:00
511058205c FIX unit tests 2014-02-27 13:30:52 +01:00
0460f21581 FIX bug when timestamp is the exact hour 2014-02-27 13:14:36 +01:00
ab2b759959 Document how datetime should be given to forge 2014-02-27 11:59:10 +01:00
4f8bb54b56 Old show page 2014-02-24 18:40:43 +01:00
1f80488bbf output name and download disposition 2014-02-24 15:20:45 +01:00
bd8850b6a2 deploy contrib/ 2014-02-24 14:54:10 +01:00
6791d24a2c filename of input and output are customizable
the input filename can be customized, provided that the files still need
to be cut hourly
2014-02-21 18:42:25 +01:00
062f547b58 Add "cleanold" subcommand closes #11 2014-02-18 19:17:05 +01:00
73a47f4f2b Error reporting; the user can retry; fix #1 2013-12-27 02:17:12 +01:00
4100b7b60b FIX forge output paths; improve logging 2013-12-27 00:56:46 +01:00
f12124378f Avoid generation of enormously long recording 2013-12-23 22:34:24 +01:00
7e9aa219db useless files cleanup 2013-12-23 22:26:25 +01:00
166824777c FIX: timeout was not working 2013-12-23 20:37:54 +01:00
26b5548540 Add retrocompatibility behaviour to server.py 2013-12-23 20:08:15 +01:00
4c4f332f55 Forge timeout + forge from CLI
Usage is different now: you must switch to calling "cli.py serve" for
the previous "server.py" behaviour
2013-12-23 19:58:44 +01:00
19cf564aa9 Readme 2013-12-13 18:03:28 +01:00
d8d71d8b61 Some sanity check before starting the server 2013-12-13 17:54:21 +01:00
3c707bb47f Moved API to separate App 2013-12-10 03:04:52 +01:00
40413b15b2 Filename sanitized 2013-12-10 02:48:41 +01:00
466f9a0b7d ongoing recs are shown at startup 2013-12-10 02:35:53 +01:00
14521b223e "recid" removed
JS api call reorganized
2013-12-10 01:52:21 +01:00
4c6ac993a2 /api/get/ongoing (WHERE filename == NULL) 2013-12-09 17:47:52 +01:00