813 Commits

Author SHA1 Message Date
Alain Nussbaumer
b79d0c9f9f [web] Fix security warning 2025-01-25 09:16:32 +01:00
ejurgensen
8a177ed48d Revert "Merge branch 'master' of github.com:owntone/owntone-server"
This reverts commit bb2a778b46afca0fcd56bda6f02857fad78b14d8, reversing
changes made to f8e2298b677476f46eb67cc4331c18124f92a791.
2025-01-23 09:31:51 +01:00
ejurgensen
614bcaa630 Reapply "Merge branch 'master' of github.com:owntone/owntone-server"
This reverts commit 7ba083bf8b19bda5abb1e1476666632fa76452e3.
2025-01-23 09:31:12 +01:00
ejurgensen
7ba083bf8b Revert "Merge branch 'master' of github.com:owntone/owntone-server"
This reverts commit bb2a778b46afca0fcd56bda6f02857fad78b14d8, reversing
changes made to a4cc4fde8cc5457936e67e95ce8dcee4f58a441b.
2025-01-22 23:42:46 +01:00
Alain Nussbaumer
bb2a778b46 Merge branch 'master' of github.com:owntone/owntone-server 2025-01-22 20:32:53 +01:00
Alain Nussbaumer
e83ad3e3d2 [web] Update versions of libraries 2025-01-22 20:28:27 +01:00
Alain Nussbaumer
386ad61bc8 [web] Simplify WebSocket creation and remove unused translation 2025-01-22 20:27:34 +01:00
Christian Meffert
c2ad43da93 [web] Fix linter error 2025-01-22 20:27:34 +01:00
Christian Meffert
a3ab301cff [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".
2025-01-22 20:27:34 +01:00
Alain Nussbaumer
a51da62ca4 [web] Add streamurl_ignore setting under artwork tab 2025-01-22 20:27:34 +01:00
羽先生
795c27bdf9 Improved Simplified Chinese i18n
the "簡體中文" should be "简体中文"
2025-01-22 20:26:06 +01:00
Alain Nussbaumer
d93f51a6cc [web] Update versions of libraries 2025-01-19 15:07:45 +01: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
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
Alain Nussbaumer
fbdc114288 [web] Add streamurl_ignore setting under artwork tab 2025-01-17 17:27:18 +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
Christian Meffert
fb067b5cdc fix: Now Playing does not stop play progress updates when pausing 2024-12-31 08:06:04 +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
42069405d6 [web] Fix linter error 2024-12-27 14:27:08 +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
Alain Nussbaumer
3c85e540b9 [web] Fix security issue 2024-12-21 11:25:10 +01:00
Alain Nussbaumer
74ce03deed [web] Fix security warnings 2024-12-05 01:04:54 +01:00
Alain Nussbaumer
861a18f4e3 [web] Update library versions 2024-12-05 01:02:42 +01:00
Alain Nussbaumer
a79ce01ae1 [web] Use newer versions of libraries 2024-11-14 10:44:21 +01:00
Alain Nussbaumer
4748e6adb5 [web] Remove background color 2024-11-14 10:42:51 +01:00
Alain Nussbaumer
164d6ac9b2 [web] Update to newer versions of libraries 2024-09-24 20:39:32 +02:00
Alain Nussbaumer
66c2873d32 [web] Migrate to Bulma 1.0.2 2024-09-24 20:31:51 +02:00
Alain Nussbaumer
87ec17c243 [web] Fix top navigation bar on small screens 2024-09-10 21:46:50 +02:00
Alain Nussbaumer
3127da51b1 [web] Update versions of libraries 2024-09-10 21:08:21 +02:00
Alain Nussbaumer
5c19d7d579 [web] Order of attributes 2024-09-10 21:07:02 +02:00
Alain Nussbaumer
c8e4862245 [web] Avoid the scrollable page behind all modal dialogs 2024-09-10 21:05:12 +02:00
Alain Nussbaumer
8f627f1df0 [web] Avoid scrollable page behind the modal dialog 2024-09-09 21:03:59 +02:00
Alain Nussbaumer
c377ae3a64 [web] Change about page 2024-09-09 21:02:00 +02:00
Alain Nussbaumer
3d9cec4ded [web] Change navigation bars 2024-09-09 21:00:35 +02:00