| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Cache on server feature | RblSb | 2025-01-17 | -31/+43 |
| | | | | | | | | | 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 | -2/+27 |
| | | | | | | | | | 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). | |||
| * | Update tab title when kicked | RblSb | 2024-08-15 | -1/+2 |
| | | ||||
| * | Add uuids for better reconection | RblSb | 2024-08-15 | -1/+7 |
| | | | | | | | Kick zombie users with same uuids. Minimal node version is 14. | |||
| * | Seamless reconnection for first 5 seconds | RblSb | 2024-08-14 | -7/+32 |
| | | ||||
| * | Streamable support | RblSb | 2024-08-02 | -1/+0 |
| | | | | | closes #49 | |||
| * | Raw youtube fallback for unavailable videos | RblSb | 2024-04-28 | -1/+11 |
| | | | | | | | | 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 | -2/+4 |
| | | ||||
| * | Scroll to chat end button | RblSb | 2023-06-20 | -8/+20 |
| | | ||||
| * | Keep player removed between videos | RblSb | 2023-04-23 | -3/+6 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -13/+10 |
| | | ||||
| * | Hints, Open in App button, ui animations | RblSb | 2023-01-07 | -39/+133 |
| | | ||||
| * | Add /ad command | RblSb | 2023-01-05 | -0/+3 |
| | | | | | for skipping youtube sponsored blocks | |||
| * | Right click on leader btn for pause | RblSb | 2022-11-24 | -1/+17 |
| | | | | | Or long tap on touch devices | |||
| * | Ignore empty slash command | RblSb | 2022-11-08 | -0/+1 |
| | | ||||
| * | Fix dates in chat history | RblSb | 2022-11-07 | -3/+12 |
| | | | | | Save without server timezone offset | |||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -7/+6 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Add rewind latency | RblSb | 2021-12-11 | -2/+4 |
| | | ||||
| * | Disable auto-leader on mobile devices | RblSb | 2021-12-11 | -0/+1 |
| | | ||||
| * | Got a bug? Write /dump to chat as admin | RblSb | 2021-09-27 | -0/+6 |
| | | | | | And open new issue with received file. | |||
| * | /kick feature | RblSb | 2021-08-30 | -0/+23 |
| | | ||||
| * | Fix subs for linux chrome | RblSb | 2021-08-20 | -1/+1 |
| | | | | | With trackEl.srclang = "en" | |||
| * | Add /flashback (/fb) | RblSb | 2021-08-15 | -0/+4 |
| | | ||||
| * | Ban/unban commands | RblSb | 2021-08-10 | -14/+71 |
| | | | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26 | |||
| * | vtt/srt subs support | RblSb | 2021-07-05 | -7/+17 |
| | | ||||
| * | Reformat | RblSb | 2021-07-05 | -40/+57 |
| | | ||||
| * | More JsApi methods | RblSb | 2021-06-06 | -2/+10 |
| | | | | | | getVideoItems/addVideoItem/removeVideoItem closes #24 | |||
| * | Subtitles url input | RblSb | 2021-02-14 | -0/+4 |
| | | | | | Can be enabled by plugins | |||
| * | Api: getLocalIp / getGlobalIp | RblSb | 2021-02-10 | -2/+2 |
| | | ||||
| * | Improve changeOrder permission | RblSb | 2021-02-04 | -2/+19 |
| | | | | | closes #21 | |||
| * | Do not confuse youtube on leader's pause | RblSb | 2021-01-31 | -1/+1 |
| | | ||||
| * | Video title input | RblSb | 2021-01-24 | -0/+13 |
| | | ||||
| * | requestLeaderOnPause option | RblSb | 2021-01-17 | -11/+29 |
| | | | | | closes #13 | |||
| * | Improve ws server url | RblSb | 2020-12-19 | -9/+9 |
| | | | | | closes #14 | |||
| * | youtubePlaylistLimit setting | RblSb | 2020-12-17 | -0/+4 |
| | | | | | closes #12 | |||
| * | Keep video cache on play event | RblSb | 2020-10-10 | -1/+6 |
| | | ||||
| * | Exit messages | RblSb | 2020-07-30 | -1/+1 |
| | | ||||
| * | Mistakes were made | RblSb | 2020-07-18 | -2/+2 |
| | | | | | fix reconnection with double colon | |||
| * | Fix wss connection on Heroku | RblSb | 2020-07-12 | -2/+2 |
| | | | | | closes #2 | |||
| * | Playlists "at next" order | RblSb | 2020-06-07 | -9/+21 |
| | | ||||
| * | Once events api, improve pause hotkey | RblSb | 2020-06-06 | -0/+5 |
| | | ||||
| * | Pause indicator | RblSb | 2020-06-06 | -0/+7 |
| | | ||||
| * | More api methods | RblSb | 2020-06-05 | -0/+1 |
| | | ||||
| * | Event logs and log replay | RblSb | 2020-06-03 | -0/+1 |
| | | ||||
| * | Better video restart fix | RblSb | 2020-05-28 | -1/+1 |
| | | ||||
| * | Minor emotes fix | RblSb | 2020-05-23 | -0/+1 |
| | | ||||
| * | Scroll to chat end on input touch | RblSb | 2020-05-23 | -1/+1 |
| | | ||||
| * | Improve history inputs | RblSb | 2020-05-23 | -1/+1 |
| | | ||||
| * | Disable client debug messages | RblSb | 2020-05-21 | -3/+5 |
| | | | | | now in server --verbose run | |||
| * | Fix chat word wrap | RblSb | 2020-05-20 | -2/+2 |
| | | | | | closes #6 | |||
