| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Cache on server feature | RblSb | 2025-01-17 | -20/+35 |
| | | | | | | | | | 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/+2 |
| | | | | | | | | | 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 | -4/+27 |
| | | | | | | | Kick zombie users with same uuids. Minimal node version is 14. | |||
| * | Seamless reconnection for first 5 seconds | RblSb | 2024-08-14 | -5/+19 |
| | | ||||
| * | Streamable support | RblSb | 2024-08-02 | -2/+0 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-04-29 | -4/+6 |
| | | | | | | | - 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 | -3/+15 |
| | | | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs | |||
| * | Keep flashbacks in state | RblSb | 2024-01-05 | -17/+20 |
| | | ||||
| * | Flashback time per item, improve webm/webp support | RblSb | 2024-01-01 | -17/+62 |
| | | ||||
| * | Ignore video limit per user for admins (#47) | Victor Melnik | 2024-01-01 | -1/+1 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -5/+3 |
| | | ||||
| * | Add --port argument | RblSb | 2023-01-09 | -1/+7 |
| | | | | | for fast multichannel setups | |||
| * | Add "localNetworkOnly" option | RblSb | 2022-11-08 | -6/+12 |
| | | ||||
| * | Fix dates in chat history | RblSb | 2022-11-07 | -1/+3 |
| | | | | | Save without server timezone offset | |||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -3/+14 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Update ws library and lockfile version | RblSb | 2021-12-19 | -2/+2 |
| | | | | | closes #34 | |||
| * | Stringify time in log | RblSb | 2021-10-13 | -1/+1 |
| | | ||||
| * | Rework videolist structure | RblSb | 2021-09-27 | -35/+27 |
| | | ||||
| * | Got a bug? Write /dump to chat as admin | RblSb | 2021-09-27 | -4/+31 |
| | | | | | And open new issue with received file. | |||
| * | Allow proxy ips by default | RblSb | 2021-09-27 | -6/+7 |
| | | | | | And improve server output | |||
| * | Improve video skip logic | RblSb | 2021-09-07 | -15/+37 |
| | | ||||
| * | Detect null/ctrl chars | RblSb | 2021-09-03 | -1/+3 |
| | | | | | closes #30 | |||
| * | /kick feature | RblSb | 2021-08-30 | -0/+11 |
| | | ||||
| * | Add /flashback (/fb) | RblSb | 2021-08-15 | -0/+39 |
| | | ||||
| * | Ban/unban commands | RblSb | 2021-08-10 | -16/+104 |
| | | | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26 | |||
| * | Reformat | RblSb | 2021-07-05 | -44/+70 |
| | | ||||
| * | Less silly logins | RblSb | 2021-06-06 | -7/+11 |
| | | | | | And Haxe update | |||
| * | Improve changeOrder permission | RblSb | 2021-02-04 | -9/+4 |
| | | | | | closes #21 | |||
| * | Don't crash with busy port | RblSb | 2020-12-18 | -2/+19 |
| | | ||||
| * | Exit messages | RblSb | 2020-07-30 | -3/+8 |
| | | ||||
| * | Improve getGlobalIp | RblSb | 2020-07-29 | -1/+1 |
| | | ||||
| * | Improve data validation | RblSb | 2020-07-18 | -1/+11 |
| | | ||||
| * | Fix multiskip with permanent items | RblSb | 2020-06-04 | -7/+6 |
| | | ||||
| * | Detect broken connections | RblSb | 2020-06-03 | -0/+15 |
| | | ||||
| * | Event logs and log replay | RblSb | 2020-06-03 | -39/+97 |
| | | ||||
| * | Disable client debug messages | RblSb | 2020-05-21 | -0/+1 |
| | | | | | now in server --verbose run | |||
| * | Fix server video skip for guests | RblSb | 2020-05-20 | -7/+11 |
| | | ||||
| * | Major frontend redesign (#5) | Austin Riddell | 2020-05-19 | -1/+1 |
| | | | | | | | | * Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com> | |||
| * | Option to disable unregistered local admins | RblSb | 2020-05-14 | -2/+2 |
| | | ||||
| * | Fix setNext item button | RblSb | 2020-05-12 | -1/+1 |
| | | ||||
| * | Send validation errors to client too | RblSb | 2020-05-11 | -2/+6 |
| | | ||||
| * | Use json2object for data validation | RblSb | 2020-05-11 | -1/+9 |
| | | ||||
| * | Fix posible double skip / npe | RblSb | 2020-04-26 | -3/+7 |
| | | ||||
| * | Better APP_URL check | RblSb | 2020-04-24 | -1/+2 |
| | | ||||
| * | Fix skip/remove buttons delay | RblSb | 2020-04-21 | -14/+12 |
| | | ||||
| * | Sync playback rate | RblSb | 2020-04-03 | -4/+17 |
| | | ||||
| * | Delay before next video | RblSb | 2020-04-01 | -7/+15 |
| | | ||||
| * | Emote copy warning | RblSb | 2020-03-31 | -0/+10 |
| | | ||||
| * | Some improvements | RblSb | 2020-03-31 | -1/+5 |
| | | ||||
| * | Use std.Date | RblSb | 2020-03-10 | -3/+2 |
| | | ||||
