Deluan
|
6ee45a9ccc
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
|
Deluan
|
26f838167e
|
Add tests to diode
|
2021-02-04 15:42:08 -05:00 |
|
Deluan
|
c7af3b8256
|
Add test to Event
|
2021-02-04 12:43:46 -05:00 |
|
Deluan
|
7adacbac0d
|
Removed event.type from SSE, as it was causing the browser to hang.
Needs more investigation, but for now, back to the simple message format
|
2021-02-04 12:37:06 -05:00 |
|
Deluan
|
9668263235
|
Logging when triggering manual scan
|
2021-02-03 00:27:59 -05:00 |
|
Deluan
|
905c685696
|
Use diodes instead of channels in SSE broker
|
2021-02-02 18:55:08 -05:00 |
|
Deluan
|
1f3bc4d202
|
Use tools.go commands without installing
|
2021-02-01 16:16:30 -05:00 |
|
Deluan
|
861b406575
|
Use new simplified uuid.NewString() syntax
|
2021-02-01 01:22:31 -05:00 |
|
Deluan
|
9520c30c32
|
Fix "failed" Subsonic response. Fix #716
|
2021-01-07 08:24:13 -05:00 |
|
Deluan
|
cdae4347a6
|
Make ServerStart variable global
|
2020-12-21 11:39:38 -05:00 |
|
Deluan
|
8c063c4f0c
|
Removed unused variable
|
2020-12-21 10:01:37 -05:00 |
|
Deluan
|
14b060a42a
|
Only close connection if the write times out
|
2020-12-20 15:21:46 -05:00 |
|
Deluan
|
1d338417e9
|
Make done channel buffered
|
2020-12-13 11:58:00 -05:00 |
|
Deluan
|
d685aefab3
|
Don't ever stop the listen go routine
|
2020-12-12 23:04:50 -05:00 |
|
Deluan
|
e27d917bd4
|
Forgot to allocate done channel
|
2020-12-12 21:10:43 -05:00 |
|
Deluan
|
8b92796a5c
|
Disconnect the client if the output buffer fills up
|
2020-12-12 18:26:30 -05:00 |
|
Deluan
|
17833cd9d2
|
Make names more consistent
|
2020-12-12 13:46:36 -05:00 |
|
Deluan
|
e2969aa34c
|
Use non-blocking event sending
|
2020-12-12 13:35:49 -05:00 |
|
Deluan
|
a74b365feb
|
Only adds route to /events if Activity Panel is enabled
|
2020-12-09 15:33:37 -05:00 |
|
Deluan
|
25ae1c6cdd
|
Return album art as a Reader
|
2020-12-02 09:13:36 -05:00 |
|
Deluan
|
a8c5fa6d49
|
Fix file descriptor leak in SSE implementation.master
See https://github.com/deluan/navidrome/issues/446#issuecomment-736296465
|
2020-12-01 09:24:44 -05:00 |
|
Deluan
|
975579ab26
|
Add option for player to report real paths in Subsonic API. Closes #625
|
2020-11-28 10:25:23 -05:00 |
|
Deluan
|
b6c578e3a2
|
Change format of events sent by server, leveraging event type and id
|
2020-11-25 20:46:21 -05:00 |
|
Deluan
|
f29bb211d1
|
Better termination handling in Scanner's progress
|
2020-11-25 19:05:36 -05:00 |
|
Deluan
|
63171368ed
|
Disable Activity Panel by default.
You'll need to set `DevActivityPanel` (or `ND_DEVACTIVITYPANEL`) to `true` to re-enable it
|
2020-11-25 15:29:46 -05:00 |
|
Deluan
|
3e8bee4f65
|
Make eventStream connection/reconnection more reliable
Also more logs on the server
|
2020-11-20 20:27:30 -05:00 |
|
Deluan
|
666b058ce4
|
Request album covers when DevFastAccessCoverArt is true
|
2020-11-18 16:59:06 -05:00 |
|
Deluan
|
a1dcb9a4e3
|
Show folders scanned instead of files scanned
|
2020-11-16 00:36:12 -05:00 |
|
Deluan
|
44d13bd37c
|
Remove stray Printf
|
2020-11-14 13:38:31 -05:00 |
|
Deluan
|
1c7f859b5e
|
Add more broker log
|
2020-11-14 00:44:58 -05:00 |
|
Deluan
|
08f96639f4
|
Add Uptime to Activity Panel
|
2020-11-13 20:09:23 -05:00 |
|
Deluan
|
b64bb706f7
|
Use Gravatar in GetAvatar Subsonic API
|
2020-11-13 14:57:49 -05:00 |
|
Deluan
|
9d7995fd4d
|
Redesign UserMenu, now with support for Gravatar
|
2020-11-13 00:40:30 -05:00 |
|
Deluan
|
08e63c867b
|
Add config option to globally enable/disable downloads
|
2020-11-10 16:14:43 -05:00 |
|
Deluan
|
bf69c5589f
|
Fix log message
|
2020-11-10 14:46:12 -05:00 |
|
Deluan
|
8f2fe6f9fa
|
Add buffer to broker SendMessage
|
2020-11-09 19:24:27 -05:00 |
|
Deluan
|
08dbf44529
|
Better broker logging
|
2020-11-09 19:24:04 -05:00 |
|
Deluan
|
a2e76d6898
|
Add flag to enable activity menu
|
2020-11-09 16:12:50 -05:00 |
|
Deluan
|
56803d0151
|
Auto-reconnect to event stream after 20secs timeout
|
2020-11-09 16:12:50 -05:00 |
|
Deluan
|
2b1a5f579a
|
Adding a communication channel between server and clients using SSE
|
2020-11-09 16:12:50 -05:00 |
|
Deluan
|
9cbeddae8f
|
Avoid cross-site scripting
See: https://lgtm.com/rules/1510377426397/
|
2020-11-05 12:32:39 -05:00 |
|
Deluan
|
36596d4fdb
|
Don't send the transcoded file if it is a HEAD request
|
2020-11-03 16:06:02 -05:00 |
|
Deluan
|
ee5a0698c0
|
Simplify scanner utilization
|
2020-11-01 18:37:17 -05:00 |
|
Deluan
|
71b77cba2b
|
Bump Subsonic API to 1.16.1
|
2020-11-01 17:04:53 -05:00 |
|
Deluan
|
8e584ee020
|
Update count on getScanStatus
|
2020-11-01 16:54:33 -05:00 |
|
Deluan
|
cfad35544b
|
Add artistImageUrl available in getArtists endpoint
Also cache artist info in the DB for 1 hour
|
2020-11-01 14:37:29 -05:00 |
|
Deluan
|
32bac11b61
|
Make CreatePlaylist response compatible with API >1.14.0
|
2020-10-28 12:46:06 -04:00 |
|
Deluan
|
78630d427d
|
Limit startScan to admins only
|
2020-10-27 20:22:05 -04:00 |
|
Deluan
|
d9f7a154cf
|
Implements library scanning endpoints. Also:
- Bumped Subsonic API version to 1.15:
- Better User/Users Subsonic endpoint implementations, not final though
|
2020-10-27 18:20:50 -04:00 |
|
Deluan
|
4777cf0aba
|
Simplify error responses
|
2020-10-27 15:33:28 -04:00 |
|