| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | External audiotrack support | RblSb | 2025-01-12 | -13/+205 |
| | | | | | | | | | 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/+8 |
| | | | | | | | 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 | -16/+70 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-04-29 | -22/+24 |
| | | | | | | | - 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 | -23/+62 |
| | | | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs | |||
| * | Improve srt parsing | RblSb | 2024-04-21 | -5/+35 |
| | | ||||
| * | Flashback time per item, improve webm/webp support | RblSb | 2024-01-01 | -12/+13 |
| | | ||||
| * | Skip proxy for local subs | RblSb | 2023-06-21 | -5/+28 |
| | | ||||
| * | Scroll to chat end button | RblSb | 2023-06-20 | -8/+48 |
| | | ||||
| * | Keep player removed between videos | RblSb | 2023-04-23 | -9/+17 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -20/+15 |
| | | ||||
| * | Fix url panel overflow | RblSb | 2023-01-18 | -0/+6 |
| | | ||||
| * | Hints, Open in App button, ui animations | RblSb | 2023-01-07 | -58/+214 |
| | | ||||
| * | Add /ad command | RblSb | 2023-01-05 | -2/+40 |
| | | | | | for skipping youtube sponsored blocks | |||
| * | Youtube shorts support | RblSb | 2022-11-24 | -0/+4 |
| | | ||||
| * | Right click on leader btn for pause | RblSb | 2022-11-24 | -8/+18 |
| | | | | | 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 | -11/+15 |
| | | | | | 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 |
| | | ||||
| * | Call setPos after items added | RblSb | 2021-09-28 | -1/+1 |
| | | ||||
| * | Rework videolist structure | RblSb | 2021-09-27 | -48/+62 |
| | | ||||
| * | Got a bug? Write /dump to chat as admin | RblSb | 2021-09-27 | -0/+25 |
| | | | | | And open new issue with received file. | |||
| * | Minor autopause fix | RblSb | 2021-09-09 | -1/+1 |
| | | ||||
| * | Fix iOS keyboard handler | RblSb | 2021-09-04 | -8/+30 |
| | | ||||
| * | /kick feature | RblSb | 2021-08-30 | -0/+23 |
| | | ||||
| * | iOS... | RblSb | 2021-08-28 | -2/+34 |
| | | | | | Sent from my iPhone | |||
| * | Fix subs for linux chrome | RblSb | 2021-08-20 | -7/+22 |
| | | | | | With trackEl.srclang = "en" | |||
| * | Add /flashback (/fb) | RblSb | 2021-08-15 | -0/+4 |
| | | ||||
| * | Fix local subs | RblSb | 2021-08-13 | -1/+4 |
| | | | | | closes #28 | |||
| * | Ban/unban commands | RblSb | 2021-08-10 | -14/+80 |
| | | | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26 | |||
| * | Improve autopause | RblSb | 2021-08-01 | -1/+2 |
| | | ||||
| * | Way to change video src on client | RblSb | 2021-08-01 | -4/+47 |
| | | | | | see #27 | |||
| * | Better subs check | RblSb | 2021-07-13 | -0/+1 |
| | | ||||
| * | Show subs correctly | RblSb | 2021-07-13 | -5/+13 |
| | | ||||
| * | Inline object allocation | RblSb | 2021-07-12 | -4/+4 |
| | | ||||
| * | Basic ass subs support | RblSb | 2021-07-12 | -42/+109 |
| | | ||||
| * | vtt/srt subs support | RblSb | 2021-07-05 | -31/+179 |
| | | ||||
| * | Reformat | RblSb | 2021-07-05 | -137/+161 |
| | | ||||
| * | More JsApi methods | RblSb | 2021-06-06 | -7/+43 |
| | | | | | | getVideoItems/addVideoItem/removeVideoItem closes #24 | |||
| * | Subtitles url input | RblSb | 2021-02-14 | -5/+32 |
| | | | | | Can be enabled by plugins | |||
| * | Api: getLocalIp / getGlobalIp | RblSb | 2021-02-10 | -3/+15 |
| | | ||||
| * | Improve changeOrder permission | RblSb | 2021-02-04 | -2/+19 |
| | | | | | closes #21 | |||
| * | Minor title input fix | RblSb | 2021-01-31 | -8/+3 |
| | | ||||
| * | Improve youtube link detection | RblSb | 2021-01-31 | -9/+9 |
| | | ||||
| * | Do not confuse youtube on leader's pause | RblSb | 2021-01-31 | -1/+1 |
| | | ||||
| * | Video title input | RblSb | 2021-01-24 | -17/+65 |
| | | ||||
