| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Improve cache limit handling | RblSb | 2025-02-09 | -0/+1 |
| | | ||||
| * | Video upload feature | RblSb | 2025-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 option | RblSb | 2025-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 disconnects | RblSb | 2025-01-24 | -5/+8 |
| | | ||||
| * | VK player support | RblSb | 2025-01-17 | -0/+1 |
| | | ||||
| * | Cache on server feature | RblSb | 2025-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 support | RblSb | 2025-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 reconection | RblSb | 2024-08-15 | -0/+1 |
| | | | | | | | Kick zombie users with same uuids. Minimal node version is 14. | |||
| * | Streamable support | RblSb | 2024-08-02 | -7/+7 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-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 videos | RblSb | 2024-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 support | RblSb | 2024-01-01 | -0/+6 |
| | | ||||
| * | Add "localNetworkOnly" option | RblSb | 2022-11-08 | -0/+1 |
| | | ||||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -0/+1 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Got a bug? Write /dump to chat as admin | RblSb | 2021-09-27 | -0/+4 |
| | | | | | And open new issue with received file. | |||
| * | Allow proxy ips by default | RblSb | 2021-09-27 | -0/+1 |
| | | | | | And improve server output | |||
| * | /kick feature | RblSb | 2021-08-30 | -0/+4 |
| | | ||||
| * | Add /flashback (/fb) | RblSb | 2021-08-15 | -0/+1 |
| | | ||||
| * | Ban/unban commands | RblSb | 2021-08-10 | -0/+13 |
| | | | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26 | |||
| * | Subtitles url input | RblSb | 2021-02-14 | -0/+2 |
| | | | | | Can be enabled by plugins | |||
| * | Improve changeOrder permission | RblSb | 2021-02-04 | -7/+9 |
| | | | | | closes #21 | |||
| * | requestLeaderOnPause option | RblSb | 2021-01-17 | -0/+1 |
| | | | | | closes #13 | |||
| * | youtubePlaylistLimit setting | RblSb | 2020-12-17 | -0/+1 |
| | | | | | closes #12 | |||
| * | Playlists "at next" order | RblSb | 2020-06-07 | -0/+5 |
| | | ||||
| * | Event logs and log replay | RblSb | 2020-06-03 | -0/+1 |
| | | ||||
| * | Disable client debug messages | RblSb | 2020-05-21 | -0/+1 |
| | | | | | now in server --verbose run | |||
| * | Option to disable unregistered local admins | RblSb | 2020-05-14 | -0/+1 |
| | | ||||
| * | Support youtube streams | RblSb | 2020-05-01 | -1/+2 |
| | | ||||
| * | Sync playback rate | RblSb | 2020-04-03 | -1/+6 |
| | | ||||
| * | Youtube playlists and api key in config | RblSb | 2020-03-08 | -1/+3 |
| | | ||||
| * | Move server port to config | RblSb | 2020-03-06 | -0/+1 |
| | | ||||
| * | Basic permissions | RblSb | 2020-03-06 | -1/+22 |
| | | ||||
| * | Template url | RblSb | 2020-03-04 | -0/+1 |
| | | ||||
| * | Playlist config limits | RblSb | 2020-03-04 | -1/+6 |
| | | ||||
| * | Iframe items | RblSb | 2020-03-04 | -1/+2 |
| | | ||||
| * | Playlist lock toggler | RblSb | 2020-03-02 | -0/+5 |
| | | ||||
| * | addAdmin server command | RblSb | 2020-03-02 | -1/+14 |
| | | ||||
| * | Get youtube video title/duration with api | RblSb | 2020-02-29 | -0/+5 |
| | | ||||
| * | Implement video item buttons | RblSb | 2020-02-28 | -0/+12 |
| | | ||||
| * | Permanent items and player abstraction | RblSb | 2020-02-27 | -1/+7 |
| | | ||||
| * | Start working on user folder | RblSb | 2020-02-24 | -1/+2 |
| | | ||||
| * | More playlist and video control | RblSb | 2020-02-24 | -1/+8 |
| | | ||||
| * | Rewind command | RblSb | 2020-02-22 | -0/+4 |
| | | ||||
| * | More client buttons | RblSb | 2020-02-22 | -0/+2 |
| | | ||||
| * | More buttons | RblSb | 2020-02-19 | -0/+31 |
| | | | | | Emotes, filters, config, server history, autologin, tab blinking | |||
| * | Initial commit | RblSb | 2020-02-15 | -0/+77 |
