3495 Commits

Author SHA1 Message Date
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
b44176661f Move documentations to external folder 2025-05-13 12:48:19 +00:00
1fd29ca396 delete changelogs 2025-05-13 12:47:51 +00:00
4630b28cfb Update README.md 2025-05-12 18:19:37 +00:00
srgooglo
aff137ff65
Merge pull request #136 from ragestudio/dev 2025-05-12 20:09:12 +02: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
srgooglo
161d74f666
Merge pull request #134 from ragestudio/dev 2025-05-12 04:42:30 +02: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
srgooglo
81b0c72d1a
Merge pull request #133 from ragestudio/dev 1.41.0@alpha 2025-05-12 04:28:41 +02: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
srgooglo
44d81522e6
Merge pull request #132 from ragestudio/dev 1.40.0@alpha 2025-05-10 17:17:17 +02:00
c91657f34d bump versions 2025-05-10 15:13:14 +00:00
9796367962 Update submodules 2025-05-10 02:37:49 +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
srgooglo
2dc0258c6c
Merge pull request #131 from ragestudio/dev
Update submodules
1.38.1@alpha
2025-04-24 14:35:42 +02:00
2b8d47e18c Update linebridge 2025-04-24 12:35:08 +00:00
3ecafb106b Update comty.js 2025-04-24 12:34:19 +00:00
srgooglo
7a09a91bf5
Merge pull request #130 from ragestudio/dev
fix comty.js
2025-04-24 14:32:34 +02:00
953bad28f9 fix comty.js 2025-04-24 12:31:32 +00:00
srgooglo
88a4e063a6
Merge pull request #129 from ragestudio/dev
Merge 1.38.0
1.38.0@alpha
2025-04-24 14:11:46 +02:00
39ee5adca4 Bump version 2025-04-24 12:11:11 +00:00
7bc5df0306 Bump version 2025-04-24 12:10:21 +00:00
696741ba14 Replace trim-based pagination with page-based pagination 2025-04-24 12:01:53 +00:00
098e11240e added dep header 2025-04-24 11:27:45 +00:00
cc7783f073 bump version 2025-04-24 11:18:49 +00:00
56c9ee7b19 Replace image and video compression with unified optimize handler 2025-04-24 11:18:43 +00:00
4f82ef46d0 Clean up microservices package files and configurations 2025-04-24 10:37:51 +00:00
681de1d5e7 Reformat sfx.core.js with tabs instead of spaces 2025-04-24 10:17:43 +00:00
8e466fedf4 Replace Backblaze-B2 with StorageClient in marketplace service 2025-04-24 10:17:34 +00:00
0b014761ec Move Transformation and Upload classes to shared location 2025-04-24 10:17:12 +00:00
4a2f0a5a46 added audiometadata debug 2025-04-24 09:39:42 +00:00
480efdef63 Format VideoEditor component code and fix upload headers 2025-04-24 09:39:25 +00:00
69c4497671 Remove unused dependencies from files service 2025-04-24 09:39:14 +00:00
f8f8fa831b fix path deletion on job fail 2025-04-24 09:38:58 +00:00
8c6ffadcc8 Refactor MultiqualityHLSJob to inherit from FFMPEGLib 2025-04-24 09:38:43 +00:00
5842911fd1 remove unwanted log 2025-04-24 09:38:18 +00:00
ff6b3c0bde remove unwanted logs 2025-04-24 08:59:56 +00:00
0c7b6d7720 Update StorageClient with CDN support and B2 integration 2025-04-24 08:59:28 +00:00
ad860f51d3 Drop deprecated endpoints & utils 2025-04-24 07:59:45 +00:00
d078a91ab5 Reorganize file utilities and rename standardUpload to putObject 2025-04-24 07:57:15 +00:00
6dc375bb9c fix silly upload not using an upload id on basePath 2025-04-24 07:47:12 +00:00
87f750cc8b Add track cover extraction and upload support 2025-04-24 07:44:50 +00:00
8b76dfc364 Update dashjs to v5.0.0 and add music-metadata package 2025-04-24 06:15:07 +00:00