7013 Commits

Author SHA1 Message Date
github-actions[bot]
14766e63cb [web] Rebuild web interface 2025-01-18 15:54:32 +00:00
Alain Nussbaumer
686a453fc5 [web] Simplify WebSocket creation and remove unused translation 2025-01-18 16:54:02 +01:00
Christian Meffert
11fc7d3962
Merge pull request #1828 from chme/feat/devcontainer
dev: Add template for VSCode settings and devcontainers
2025-01-18 10:34:22 +01:00
github-actions[bot]
8aaafe0fc3 [web] Rebuild web interface 2025-01-18 06:12:34 +00:00
Christian Meffert
8c2b44fc6c
Merge pull request #1818 from chme/feat/libevent-2.2-ws
[web] Support libevent as WS server instead of libwebsockets
2025-01-18 07:12:12 +01:00
github-actions[bot]
f4ac6f9c1c [web] Rebuild web interface 2025-01-17 16:37:01 +00:00
ejurgensen
450a333fd6
Merge pull request #1836 from owntone/streamurl_direct2
Streamurl options and artwork fixes, see issue #1829
2025-01-17 17:36:37 +01:00
Alain Nussbaumer
fbdc114288 [web] Add streamurl_ignore setting under artwork tab 2025-01-17 17:27:18 +01:00
ejurgensen
2497fe89df [settings] Move two settings to artwork category
show_cover_artwork_in_album_lists and streamurl_ignore. Ref #1829.
2025-01-17 17:26:19 +01:00
ejurgensen
d9cd0f4142 [http] Implement setting to ignore StreamUrl
Some radio stations send garbage in the ICY StreamUrl tag, ref issue #1829.
2025-01-17 17:21:42 +01:00
ejurgensen
504c056c87 [settings] Make settings convenience macros more convenient 2025-01-17 17:21:42 +01:00
ejurgensen
dbaeb7bdca [artwork] Fix concurrency issues with online search and artwork retrieval 2025-01-17 17:21:42 +01:00
ejurgensen
158b043f55 [artwork] Don't make online artwork searches if artist/album starts with "unknown" 2025-01-17 17:21:42 +01:00
ejurgensen
024aadfe0a [http] Support for extracting artwork url from within StreamUrl field 2025-01-17 17:21:42 +01:00
github-actions[bot]
a93352d993 [web] Rebuild web interface 2025-01-15 18:14:22 +00:00
Alain Nussbaumer
383a58d546
Merge pull request #1835 from VergilGao/patch-1
[web] Improve simplified Chinese translation
2025-01-15 19:13:59 +01:00
ejurgensen
ad3be7d2f9
[docs] Remove link to unmaintained docker-daapd 2025-01-13 17:36:25 +01:00
羽先生
4c5888e8a8
Improved Simplified Chinese i18n
the "簡體中文" should be "简体中文"
2025-01-13 09:50:24 +08:00
Alain Nussbaumer
289e7dcdce [web] Set new version for the web UI 2025-01-04 04:57:54 +01:00
Alain Nussbaumer
6ee5911729 [web] Fix option menu opening 2025-01-03 21:12:11 +01:00
Alain Nussbaumer
fde798d5f5 [web] Set new version for the web UI 2025-01-03 21:11:43 +01:00
Alain Nussbaumer
b922a6a1a1 [web] Align items in volume menu 2025-01-01 22:10:13 +01:00
Alain Nussbaumer
44896d82f4 [web] Simplify the display of lists 2025-01-01 21:28:30 +01:00
Alain Nussbaumer
0e3490e589 [web] Remove the non-standard heading class 2025-01-01 21:13:48 +01:00
Alain Nussbaumer
a415e619af [web] Lint source code 2025-01-01 17:36:24 +01:00
Alain Nussbaumer
2d0747dbe9 [web] Fix spacing in lists of items 2025-01-01 17:36:09 +01:00
Alain Nussbaumer
02307e86cd [web] Move styles in the components 2025-01-01 17:22:17 +01:00
Alain Nussbaumer
16a76fdc58 [web] Increment version of the web interface 2024-12-31 10:55:38 +01:00
Alain Nussbaumer
7c8b787afb [web] Add ability to access the server externally 2024-12-31 10:41:18 +01:00
Alain Nussbaumer
e891b5d24c [web] Fix page "Now Playing" progress update when pausing 2024-12-31 10:39:03 +01:00
github-actions[bot]
218d77e070 [web] Rebuild web interface 2024-12-31 09:18:20 +00:00
Alain Nussbaumer
fab5ef505e
Merge pull request #1832 from chme/fix/now-playing-pause
fix: Now Playing does not stop play progress updates when pausing
2024-12-31 10:17:53 +01:00
Christian Meffert
fb067b5cdc fix: Now Playing does not stop play progress updates when pausing 2024-12-31 08:06:04 +01:00
Christian Meffert
d6448ada68 [docs] Docs for development setup 2024-12-31 07:07:11 +01:00
Christian Meffert
46dabafbdc [dev] Add devcontainers and vscode config templates 2024-12-31 07:07:11 +01:00
Alain Nussbaumer
cdbce17731 [web] Remove useless app div element 2024-12-30 07:41:31 +01:00
Alain Nussbaumer
d1c2f0f9fd [web] Fix attribute order 2024-12-30 07:41:03 +01:00
Alain Nussbaumer
66b11c96e2 [web] Update libraries 2024-12-28 05:01:08 +01:00
Christian Meffert
ea9df4f8ee [httpd] Fix infinite loop with more than one ws connection 2024-12-27 18:38:07 +01:00
Christian Meffert
42069405d6 [web] Fix linter error 2024-12-27 14:27:08 +01:00
Christian Meffert
f2e4819565 [web] Implement libevent ws in httpd_libeventhttp, address thread safety 2024-12-27 13:54:50 +01:00
Christian Meffert
27c9224f69 [listener] Support passing context arg to listener callbacks 2024-12-27 13:54:49 +01:00
Christian Meffert
07a5e6858d [httpd] libevent proxy handling changes with libevent >= 2.2 2024-12-27 13:54:49 +01:00
Christian Meffert
c0192cc1f6 [web] Support libevent as WS server instead of libwebsockets
If libevent >= 2.2 is detected during configure and "websocket_port" == 0 in the config file, the libwebsocket implementation is disabled and instead the libevent http server offers the websocket connection. The connection to the websocket is then done with the path "/ws".
2024-12-27 13:51:58 +01:00
Christian Meffert
ef2740a6dd [db] Add cli parameter to overwrite path to SQLite extension
This will allow pointing to the locally build (and not installed) owntone SQLite extension during development and local testing.
2024-12-27 13:17:23 +01:00
Alain Nussbaumer
3c85e540b9 [web] Fix security issue 2024-12-21 11:25:10 +01:00
ejurgensen
4b0e3b260c
Merge pull request #1827 from sshambar/spec-fix 2024-12-19 07:32:32 +01:00
Scott Shambarger
d7cbb46264 Correct libxml2 devel requires in spec file 2024-12-18 19:30:28 -08:00
ejurgensen
83f95e0381
[misc] Improve logging of int conversion errors 2024-12-13 11:25:43 +01:00
github-actions[bot]
2f8b007d32 [web] Rebuild web interface 2024-12-05 00:05:23 +00:00