aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
Commit message (Collapse)AuthorAgeLines
* improve some EN locale. add frontend admin registration page via tokenPinapelz2026-04-05-0/+1
| | | | Signed-off-by: Pinapelz <yukais@pinapelz.com>
* init custom changesPinapelz2026-03-20-0/+1
|
* Support yt-dlp with js runtimesRblSb2025-11-13-7/+14
| | | | | | Also adds server version for standalone clients. Remember to update `RblSb/ytdlp-nodejs` if you use this feature.
* /crash, update yt-dlp on start, newer node fixRblSb2025-09-03-0/+1
|
* Ssl key config optionsRblSb2025-09-03-0/+2
| | | | see #66
* Improve cache limit handlingRblSb2025-02-09-0/+1
|
* Video upload featureRblSb2025-01-28-2/+18
| | | | | | And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit. I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
* Add experimental unpauseWithoutLeader optionRblSb2025-01-25-0/+1
| | | | | | Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients. There is also leader button hints when you touch player as non-leader for easier ux.
* Add server pause when leader disconnectsRblSb2025-01-24-5/+8
|
* VK player supportRblSb2025-01-17-0/+1
|
* Cache on server featureRblSb2025-01-17-10/+14
| | | | | | | | Server will download video from supported players and add as raw video to playlist (only youtube is supported for now). Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config. There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
* External audiotrack supportRblSb2025-01-12-0/+3
| | | | | | | | This works as voice over if video also has audio, changing video volume to 0.3. Also improve autoplay by playing videos muted and unmute on first page click. There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check).
* Add uuids for better reconectionRblSb2024-08-15-0/+1
| | | | | | Kick zombie users with same uuids. Minimal node version is 14.
* Streamable supportRblSb2024-08-02-7/+7
| | | | closes #49
* Video item fixesRblSb2024-04-29-7/+23
| | | | | | - Fix youtube fallback, `videoItem.url` is now immutable - JsApi.setVideoSrc now updates to supported player based on `url` arg - Fix auto-pause when video is ended (with `requestLeaderOnPause`)
* Raw youtube fallback for unavailable videosRblSb2024-04-28-0/+6
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-0/+6
|
* Add "localNetworkOnly" optionRblSb2022-11-08-0/+1
|
* Update locked playlist restrictionsRblSb2022-03-15-0/+1
| | | | And add "toggleItemType" permission. Closes #36
* Got a bug? Write /dump to chat as adminRblSb2021-09-27-0/+4
| | | | And open new issue with received file.
* Allow proxy ips by defaultRblSb2021-09-27-0/+1
| | | | And improve server output
* /kick featureRblSb2021-08-30-0/+4
|
* Add /flashback (/fb)RblSb2021-08-15-0/+1
|
* Ban/unban commandsRblSb2021-08-10-0/+13
| | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26
* Subtitles url inputRblSb2021-02-14-0/+2
| | | | Can be enabled by plugins
* Improve changeOrder permissionRblSb2021-02-04-7/+9
| | | | closes #21
* requestLeaderOnPause optionRblSb2021-01-17-0/+1
| | | | closes #13
* youtubePlaylistLimit settingRblSb2020-12-17-0/+1
| | | | closes #12
* Playlists "at next" orderRblSb2020-06-07-0/+5
|
* Event logs and log replayRblSb2020-06-03-0/+1
|
* Disable client debug messagesRblSb2020-05-21-0/+1
| | | | now in server --verbose run
* Option to disable unregistered local adminsRblSb2020-05-14-0/+1
|
* Support youtube streamsRblSb2020-05-01-1/+2
|
* Sync playback rateRblSb2020-04-03-1/+6
|
* Youtube playlists and api key in configRblSb2020-03-08-1/+3
|
* Move server port to configRblSb2020-03-06-0/+1
|
* Basic permissionsRblSb2020-03-06-1/+22
|
* Template urlRblSb2020-03-04-0/+1
|
* Playlist config limitsRblSb2020-03-04-1/+6
|
* Iframe itemsRblSb2020-03-04-1/+2
|
* Playlist lock togglerRblSb2020-03-02-0/+5
|
* addAdmin server commandRblSb2020-03-02-1/+14
|
* Get youtube video title/duration with apiRblSb2020-02-29-0/+5
|
* Implement video item buttonsRblSb2020-02-28-0/+12
|
* Permanent items and player abstractionRblSb2020-02-27-1/+7
|
* Start working on user folderRblSb2020-02-24-1/+2
|
* More playlist and video controlRblSb2020-02-24-1/+8
|
* Rewind commandRblSb2020-02-22-0/+4
|
* More client buttonsRblSb2020-02-22-0/+2
|
* More buttonsRblSb2020-02-19-0/+31
| | | | Emotes, filters, config, server history, autologin, tab blinking
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage