1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-16 10:09:56 +00:00
Commit Graph

1004 Commits

Author SHA1 Message Date
jcorporation
891b5f5934 Fix: update 2019-01-31 21:58:09 +00:00
jcorporation
e89cbe3f1a Fix: rename configuration options 2019-01-31 21:39:16 +00:00
jcorporation
e2153ab021 Fix: update config and environment names 2019-01-31 21:30:43 +00:00
Jürgen Mang
a5a3d16b8a
Merge pull request #90 from jcorporation/devel
Merge devel into master for 5.0.0 release
2019-01-31 22:06:09 +01:00
Jürgen Mang
14f28845bd
Merge branch 'master' into devel 2019-01-31 22:05:52 +01:00
jcorporation
09dd391ab8 Feat: docker support files 2019-01-31 21:02:53 +00:00
jcorporation
cbd82417e2 Fix: avoid copying large response messages 2019-01-31 20:52:21 +00:00
jcorporation
26f1ac365f Fix: typo 2019-01-30 23:30:45 +01:00
jcorporation
c7a093ae1d Fix: memory leaks detected by valingrid
Fix: dont't change user/group if startup user is not root
2019-01-30 23:10:16 +01:00
Jürgen Mang
c5cac48ac7
Fix: check for syscmds directory 2019-01-30 10:00:26 +01:00
jcorporation
dbfdef524d Feat: support environment variables
Feat: set default config file to /etc/mymmpd/mympd.conf
Feat: use defaults, if config file doesn't exists
2019-01-29 23:49:40 +00:00
jcorporation
9053f7f419 Fix: update minified files
Fix: typo in mympd.css
2019-01-28 22:18:36 +00:00
Jürgen Mang
18edef3ab9
Merge pull request #89 from jcorporation/decoupling
Merge decoupling branch into devel
2019-01-28 23:07:23 +01:00
Jürgen Mang
459238fbd8
Merge branch 'devel' into decoupling 2019-01-28 23:06:52 +01:00
jcorporation
6948fad379 Fix: add error checking for mpd_send_idle command 2019-01-28 23:00:08 +01:00
jcorporation
f7482ab5a7 Fix: search with disabled metadata 2019-01-28 22:59:48 +01:00
jcorporation
fe887084fc Fix: improve cleanup 2019-01-28 21:01:14 +00:00
Jürgen Mang
ff0e9bfd6d
Merge pull request #88 from rollenwiese/docker-build
Feat: Docker build
2019-01-28 21:02:58 +01:00
jcorporation
c587a120d0 Fix: memory leaks reported by valingrid 2019-01-28 20:49:46 +01:00
jcorporation
d1959e8418 Fix: memory leaks reported by valingrid 2019-01-28 20:05:21 +01:00
jcorporation
26eeffb3ae Disable build for valingrid 2019-01-28 00:35:03 +00:00
jcorporation
90e984df8c Fix: save mympd config on the heap 2019-01-28 00:34:18 +00:00
jcorporation
79900f84e1 Fix: valgrind memory still reachable errors in read_statefiles
Fix: thread termination of mympd_api_thread
2019-01-25 01:08:38 +01:00
gregory
58390034b5 Feat: Docker build 2019-01-24 00:11:31 -05:00
jcorporation
f21e96444f Fix: some memory leaks 2019-01-24 00:37:04 +01:00
jcorporation
33c490a1d7 Feat: add valingrid build
Fix: first errors reported by valingrid
2019-01-22 00:20:04 +00:00
jcorporation
38398ee100 Fix: update featurelist and copyright 2019-01-21 21:42:31 +00:00
jcorporation
fb14d8454d Fix: minor modifications 2019-01-21 21:01:25 +00:00
jcorporation
61a69ee06f Fix: don't use if/then blocks 2019-01-21 20:51:24 +00:00
jcorporation
14041da67e Fix: copyright notices 2019-01-21 20:35:51 +00:00
jcorporation
6c94b1742f Fix: minifying css and js 2019-01-21 20:27:27 +00:00
jcorporation
df18a9f970 Fix: set threadnames 2019-01-21 00:20:48 +00:00
jcorporation
a73e71e4a9 Fix: compiler options for mongoose 2019-01-20 23:48:13 +00:00
jcorporation
c0b695a41e Fix: build options 2019-01-20 23:39:20 +00:00
jcorporation
fde1af4b5c Fix: gotoApp calls 2019-01-20 23:27:48 +00:00
jcorporation
855d9939a1 Fix: compiler warnings 2019-01-20 23:27:34 +00:00
jcorporation
aed10bcb4c Fix: compiler warnings 2019-01-20 23:26:06 +00:00
jcorporation
0681386eb8 Fix: compiler warnings on 64bit arch 2019-01-20 23:08:10 +00:00
jcorporation
044456cbba Fix: mutex error checking 2019-01-20 20:03:51 +01:00
jcorporation
b0a2df9ea3 Feat: timeout for tiny_queue_length and tiny_queue_shift 2019-01-19 08:56:27 +00:00
jcorporation
ccc0b2e640 Fix: cancel websockettimeout before new one is initiated 2019-01-19 08:55:48 +00:00
jcorporation
535595c7f8 Feat: add AutoPlay setting
Feat: configurable backgroundcolor
2019-01-19 00:20:05 +00:00
jcorporation
377be765c3 Fix: convert px to rem 2019-01-18 23:30:54 +00:00
jcorporation
353551b05f Fix: sortorder on app startup 2019-01-18 21:57:49 +00:00
jcorporation
34c46d3eb4 Fix: add sort in uri 2019-01-18 21:06:29 +00:00
jcorporation
70a247b439 Fix: api commands 2019-01-18 21:05:35 +00:00
jcorporation
a7bf4aa2bf Fix: remove warnings add secure compiler flags
Add secure compiler flags to all source
Add more warning compiler flags to myMPD source
Remove warning compiler flags to reduce warnings for mongoose and frozen source
2019-01-18 17:50:34 +00:00
jcorporation
4c196c7633 Fix: make initApp dialog undismissable 2019-01-18 14:57:45 +00:00
jcorporation
50e8000dda Fix: update minified files 2019-01-17 17:06:12 +00:00
jcorporation
a41fc8d22e Fix: fetch current song if state was unknown 2019-01-17 17:05:27 +00:00