2826 Commits

Author SHA1 Message Date
904e8ce098 Update Dockerfile 2025-05-21 19:08:46 +00:00
dbdfc945ff Improve nginx default response 2025-05-21 19:08:30 +00:00
75174c34d0 Collect only public tracks 2025-05-21 19:07:33 +00:00
d38d449c28 removed unused argument 2025-05-21 19:07:22 +00:00
87f746d5b9 Refactor live stream page and add Shaka decoder
- Move files for `/tv/live/[id]` route into a dedicated directory structure.
- Introduce Shaka player decoder for HLS playback.
- Remove deprecated FLV decoder (mpegts.js).
- Add basic chat page placeholder.
- Improve cleanup logic for decoder instances.
2025-05-21 19:06:51 +00:00
68af8c6f93 Adjust modal styles 2025-05-21 19:05:56 +00:00
dad308c914 Remove unwanted logs 2025-05-21 19:05:17 +00:00
a478432d61 Implement music sync room and refine related features
- Add WebSocket-based sync room for real-time music playback sync.
- Expand music exploration search to include albums and artists.
- Adjust track and release data fetching and deletion on server.
- Enhance DASH segmentation job with codec overrides and MPD updates.
- Update music service configuration for websockets and middlewares.
- Make minor UI adjustments to the search component.
2025-05-21 19:04:59 +00:00
0eaecf6fd3 Refactor player internals and sync
Replace `TrackInstance` with direct `TrackManifest` usage in the player
core. Introduce a `SyncRoom` class and related hooks (`useSyncRoom`,
`useLyrics`, etc.) for real-time state synchronization and shared lyrics
display. Enhance player indicators to show detailed audio format metadata
(codec, sample rate, bit depth). Relocate the Indicators component and update
the Lyrics page to utilize these new features and components.
2025-05-21 19:03:08 +00:00
12e9cb30ca added track visibility switch 2025-05-21 18:56:45 +00:00
b695e170e8 Improve playlist view 2025-05-21 18:56:23 +00:00
a92de80121 export ogg icon 2025-05-21 18:56:06 +00:00
71cc3938b1 added new ogg icon 2025-05-21 18:56:01 +00:00
f969ba96a0 renaming some methods 2025-05-21 18:55:47 +00:00
179496b061 Fix rtspt url media 2025-05-21 18:52:31 +00:00
edf8b8c05f fix http upgrade 2025-05-15 14:17:16 +00:00
38e6b2f7ef bump versions 2025-05-15 14:13:38 +00:00
cf87f15d47 Update dependencies 2025-05-15 14:12:32 +00:00
7d248495d8 added eslit 2025-05-15 14:10:58 +00:00
a276a35b36 Fix post replies pagination 2025-05-15 14:10:33 +00:00
d0410ed244 Fix ffmpeg binary resolution 2025-05-15 14:10:15 +00:00
d589168e73 Fix websocket restoration 2025-05-15 14:09:31 +00:00
8163056179 remove sync settings 2025-05-15 13:09:04 +00:00
6f1c3fbc55 bump version 2025-05-15 13:05:48 +00:00
48bd4a3b69 bump deps 2025-05-15 13:04:41 +00:00
da7a21a4ab added basic eslint config 2025-05-15 13:04:34 +00:00
79b8ecc98f format 2025-05-15 13:04:09 +00:00
2731fd7b4e remove unused core 2025-05-15 13:04:06 +00:00
464bb901e4 Use comty.js file uploads 2025-05-15 13:03:58 +00:00
270ac23a46 added solid border color 2025-05-15 13:03:24 +00:00
8b241e9ee0 Change classnames 2025-05-15 10:01:37 +00:00
82e2b1742f Improve image card style 2025-05-15 09:59:42 +00:00
73bce287db Improve SSL mode 2025-05-13 12:50:36 +00:00
668fa12a87 improve scripts 2025-05-13 12:50:13 +00:00
c76e66a2f6 modify default env 2025-05-13 12:50:06 +00:00
4c2284c7b4 delete depecrated setup 2025-05-13 12:49:57 +00:00
0147261120 Provide a built-in nginx downloader 2025-05-13 12:49:37 +00:00
cc9da846e2 Added setup scripts 2025-05-13 12:49:25 +00:00
f4705b1f45 format 2025-05-13 12:49:07 +00:00
c79f000ea3 Remove unused classes 2025-05-13 12:48:55 +00:00
9d84e776d0 Improve conditional check 2025-05-13 12:48:34 +00:00
955a22cd64 Simplify monorepo setup
Remove concurrently and unused root dependencies. Update postinstall
script to install dependencies directly within sub-packages.

Add a check for process.stdin in the server REPL to prevent errors
when run without an available input stream.
2025-05-12 18:07:50 +00:00
16e0b52a48 Bump server version 2025-05-12 02:41:51 +00:00
add0f41186 Fix websocket configuration for posts service 2025-05-12 02:41:07 +00:00
392e8c1d4b remove useless 2025-05-12 02:40:37 +00:00
15d31bc446 Fix SSE URL handling and bump versions 2025-05-12 02:27:53 +00:00
1b6d1c74a1 Add support for extra proxies via external file
Allows defining custom reverse proxy routes via an `extra-proxies.js`
file at the project root. The Gateway loads these configurations on
startup.

Additionally, the Nginx gateway manager no longer applies default
prefix-stripping rewrites. Explicit `pathRewrite` rules are now
required if prefix stripping is needed for any proxied service,
including those defined externally.
2025-05-12 02:26:40 +00:00
80d84b3e17 Revamp TV Studio page and add live stream preview
The TV Studio page now features a new list design, profile
deletion, and updated profile creation (uses 'title', create-only).
A live video preview has been added to the Live tab for active
streams.

Also includes fixes for stream health updates and timed thumbnail
loading.
2025-05-12 02:25:24 +00:00
c91657f34d bump versions 2025-05-10 15:13:14 +00:00
8482f2e457 Feat: Implement Music Library and overhaul Studio TV
- Introduces a new Music Library system for managing favorites (tracks,
  playlists, releases), replacing the previous TrackLike model.
- Completely revamps the Studio TV profile page, adding live statistics,
  stream configuration, restream management, and media URL display.
- Enhances the media player with a custom seekbar and improved audio
  playback logic for MPD and non-MPD sources.
- Lays foundational groundwork for chat encryption with new models and APIs.
- Refactors critical UI components like PlaylistView and PagePanel.
- Standardizes monorepo development scripts to use npm.
- Updates comty.js submodule and adds various new UI components.
2025-05-10 02:32:41 +00:00