1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-28 23:53:15 +00:00
Commit Graph

661 Commits

Author SHA1 Message Date
jcorporation
b790a687a3 Fixed invalid free for run_as_user 2018-06-20 23:46:52 +01:00
jcorporation
aac7605acb Optimized table refresh 2018-06-20 23:16:22 +01:00
jcorporation
4fdacde42a Fixed local player
- separated js from html
- no cookies
2018-06-20 23:00:46 +01:00
jcorporation
39e963804e Fix ajax callback 2018-06-20 00:23:08 +01:00
jcorporation
8555803683 API Improvements 2018-06-19 23:43:36 +01:00
jcorporation
ef7b7b9017 Fixed prev and next buttons 2018-06-18 22:26:00 +01:00
jcorporation
bd00810072 Fixed buffer overflow in notify callback.
Occurs only if multiple clients are connected.
2018-06-18 22:24:35 +01:00
jcorporation
35a3a47bbe Fix local player 2018-06-18 21:05:15 +01:00
jcorporation
df91c33705 Implement jsonrpc api 2018-06-18 20:55:54 +01:00
jcorporation
e6fa1206ca Replaced json_encode with frozen 2018-06-18 17:53:30 +01:00
jcorporation
4dcf613708 Output json with frozen 2018-06-17 23:42:22 +01:00
Jürgen Mang
1fa65971f5
Merge pull request #15 from jcorporation/devel
Merge devel into master

- Replace sammy.js with own implementation with state save for cards, tabs and views
- Use queue version for song change in http streams
2018-06-17 22:24:21 +02:00
Jürgen Mang
181c6cb2df
Merge branch 'master' into devel 2018-06-17 22:23:37 +02:00
jcorporation
3df104e72d First code for new jsonrpc api 2018-06-14 23:57:57 +01:00
jcorporation
96a7b8a5c9 Add frozen 2018-06-14 23:04:01 +01:00
jcorporation
fba2a0540a Renamed functions with mympd prefix 2018-06-14 23:00:54 +01:00
jcorporation
325094f6e7 Removed obsolet options 2018-06-14 21:24:26 +01:00
jcorporation
290d591c39 Initial websocket connection with mympd version 2018-06-14 21:19:36 +01:00
jcorporation
43d77690ae Fixed tag selection in search 2018-06-14 21:04:25 +01:00
jcorporation
f119a69b96 Updated 2018-06-14 21:03:20 +01:00
jcorporation
5bc3816d10 Replaced websocket through ajax requests for requests.
Now the websocket pushes only the states of mpd.
Merged outputstate in state notify
2018-06-14 20:56:12 +01:00
jcorporation
6fe4e997c2 Bump version to 2.3.0 2018-06-14 16:33:19 +01:00
jcorporation
a370af5bba Bump version to 2.2.1 2018-06-14 16:31:54 +01:00
jcorporation
7a02af07f5 Removed libasan compile 2018-06-14 16:30:07 +01:00
jcorporation
7a3103d035 Removed mongoose src 2018-06-14 16:28:10 +01:00
jcorporation
998d675b2c Fixed websocket connection - Send on connect settings and output 2018-06-13 00:29:58 +01:00
jcorporation
401bd5302f Rewrite to newest mongoose version 2018-06-12 02:09:24 +01:00
jcorporation
25fa58aa8c Upgrade to mongoose-6.11 2018-06-12 01:07:03 +01:00
jcorporation
1ec430513f t 2018-06-11 21:35:11 +01:00
jcorporation
49694c78df Enable gcc sanitizers 2018-06-11 20:52:24 +01:00
jcorporation
d674ae5f13 Use queue version for song change in http streams 2018-06-11 19:34:45 +01:00
jcorporation
332855bcf4 Fixed actions and http stream update 2018-06-11 18:33:11 +01:00
jcorporation
afe9054b58 Fixed state saves of tabs and views 2018-06-11 16:30:08 +01:00
jcorporation
5359ba2358 Bug fixes for centrale state change 2018-06-10 23:48:02 +02:00
jcorporation
c0a994d8c4 Formating 2018-06-10 23:21:48 +02:00
jcorporation
19fe8b61bf Central state change 2018-06-10 23:15:33 +02:00
jcorporation
bb641a878f Central page, filter and search states in app object 2018-06-10 21:31:40 +02:00
jcorporation
ad58095efa Merge branch 'master' into devel 2018-06-10 19:00:27 +02:00
jcorporation
9ffa3c17bd Added Stop button, issue #14 2018-06-10 18:54:57 +02:00
jcorporation
a8109d6526 Set database as default browse view 2018-06-07 23:35:41 +01:00
jcorporation
4805ae4f1f Save states of cards, tabs and views 2018-06-07 23:26:35 +01:00
jcorporation
b6a887f055 Fixed issue #13 2018-06-07 19:59:58 +01:00
jcorporation
de36d91ca9 Replaced sammy.js with own router small router implementation with state savinf functionality 2018-06-07 19:47:40 +01:00
jcorporation
8556be5c80 Fixed html markup (checked with w3c validator) 2018-06-07 17:33:32 +01:00
jcorporation
b0b39290d1 Add minified version of js.cookie.js 2018-06-07 17:15:31 +01:00
jcorporation
e906fd2f63 Accept "nan" for mixrampdelay, sets it to -1 (disblaed) Issue #9
Changes types from double to float for mixrampdb and mixrampdelay
2018-06-05 23:04:45 +01:00
jcorporation
5cf9b5fcf2 Fixed issue #11 Pressing "Enter" in search field navigates to Playback tab
Fixed issue #12 Show search results for words with two characters
2018-06-05 22:30:16 +01:00
jcorporation
8bf7729633 Fixed setting mixrampdelay and mixrampdb, issue #9 2018-06-04 20:48:23 +02:00
jcorporation
abedf01628 Added filtering of playlists and database, issue #8 2018-06-04 20:31:05 +02:00
jcorporation
fb96a48d1d Fix issue #8 Page navigation is not functional in Database tab of Browse section 2018-06-04 19:29:15 +02:00