Commit graph

206 commits

Author SHA1 Message Date
d13474b239 refactor db code 2018-12-28 23:46:50 +01:00
f027517c49 drone CI badge in readme 2018-08-23 01:46:42 +02:00
cda36fc1b0 drone matrix 2018-08-21 01:12:41 +02:00
874b13833f try drone 2018-08-21 00:15:04 +02:00
dbb43f7e29 compatibility with gevent >= 1.3 2018-08-19 21:52:38 +02:00
0d2e28e380 FIX randomdir needs eid 2018-08-03 15:14:59 +02:00
2cce020fab show reason for audiogen failure 2018-02-04 23:57:35 +01:00
55b03841b0 add HTTP audiogen; download with HTTP
it does support multiple URLs with the _undocumented_ ";" separator

fixes #8
2018-02-04 23:55:47 +01:00
7e6735b438 FIX #6 redirect after saving event 2018-01-26 00:23:21 +01:00
1b9232efb1 FIX: mostrecent was doing the least recent! 2018-01-23 10:43:11 +01:00
a862fe3e1e single dow 2018-01-07 13:00:48 +01:00
cf87e73cd5 FIX frequency with long intervals 2018-01-07 13:00:26 +01:00
f48c246ad3 FIX route prefix 2017-12-08 21:53:38 +01:00
1e4a5fc791 ROUTE_PREFIX for easier proxying 2017-12-08 21:24:37 +01:00
3a034a0754 FIX leftover files from filtered out events
fixes #3
2017-08-22 10:32:43 +02:00
362e32464f
config doc
fixes #4
2017-08-20 22:18:27 +02:00
f0926a197c
changelog 2017-08-14 00:19:44 +02:00
3693327da9 randomdir: nicer filenames 2017-08-08 13:56:10 +02:00
c3d7015d9d FIX randomdir broken by files with unknown mimetype 2017-08-08 13:40:04 +02:00
9e5c0335fa
limit randomdir to audio files
+ more testing
2017-08-08 11:09:59 +02:00
165c4aeced
EventFilters: address the stacking of jingles 2017-08-08 01:29:24 +02:00
6eae204b4b
Explicit python dependency in setup.py 2017-08-08 01:27:51 +02:00
6490c567ff
allow editing mostrecent audio 2017-07-25 02:05:25 +02:00
20bc2325cf
FIX calendar sorting 2017-07-25 01:25:54 +02:00
8c4c27d112
calendar: alarm actions in tooltip 2017-07-10 13:24:39 +02:00
0778338859
event calendar 2017-07-10 13:17:26 +02:00
422f38015c
logging minor 2017-07-10 13:15:37 +02:00
0fe9fe0304
github -> git.lattuga.net 2017-03-07 12:14:16 +01:00
434a968bbd
Release 1.1.0 2017-03-07 11:44:53 +01:00
e5a0352417
Merge branch 'ftr36-audiogen-filenames'
fixes #36
more information on what audiogens have produced
2017-02-04 19:13:02 +01:00
0d13262229
audiogens have filename hint in temp file
refs #36
2017-02-04 19:09:38 +01:00
f88e5602a7
more,better log messages for audiogens
now audiogens will have their own logger and will log the "source" of
what they are adding to playlist
refs #36
2017-02-04 18:54:06 +01:00
78dc70d2a6
pylintrc added 2017-01-19 11:57:44 +01:00
be50595fe3
lint: small semplification of code 2017-01-19 11:57:21 +01:00
ea2013904c
log scheduling events clearer 2017-01-19 11:57:21 +01:00
7f78bee6ff
lint: replace deprecated worn warn() w/ warning() 2017-01-19 11:57:21 +01:00
8e36d293df
lint: logging lazy interpolation 2017-01-19 11:57:21 +01:00
77be26ff35
lint: logging was not lazy formatting 2017-01-19 11:57:21 +01:00
6756432ce0
lint: class methods fixed
no real change in behavior, but code is cleaner
2017-01-19 11:57:21 +01:00
d46449577f
lint: avoid redefining outer names or builtins 2017-01-19 11:57:20 +01:00
babd911284
UI: collapse better 2017-01-19 11:57:20 +01:00
fb3d62670a WEBUI polyfill datetime-local on firefox
refs #35
2017-01-17 17:00:44 +01:00
11d92b2139 pretty print DB 2017-01-17 16:54:35 +01:00
b6e9875977
Merge branch 'hotfix/1.0.1' 2017-01-09 17:43:43 +01:00
268b401ae7
refactor date forms in formutils 2017-01-09 17:29:35 +01:00
9fb74299b8
FIX WEBUI problems with datetime-local input data
The browser can send the form value in different formats, either
including the seconds or not. It usually does not include seconds if
seconds is "00". This means that value should be parsed against two
different formats.

refs #35
2017-01-09 17:20:29 +01:00
3718649cd3
WEBUI: HTML5 datetime for all timeforms
refs #35
2017-01-09 17:20:20 +01:00
9c84669749
WEBUI has datetime widgets
only used in "single" kind, and not supported in Chrome. But still!
refs #35
2017-01-09 17:19:06 +01:00
eec9ecee8c
Hotfix release: 1.0.1 2017-01-09 17:04:56 +01:00
da50bcdb96
FIX scripts suggestions cause crash on web edit
The directory was assumed to be existing, which is wrong
2017-01-09 16:56:59 +01:00