| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Streamable support | RblSb | 2024-08-02 | -94/+187 |
| | | | | | closes #49 | |||
| * | Bump ws from 8.16.0 to 8.17.1 (#54) | dependabot[bot] | 2024-06-19 | -8/+8 |
| | | | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| * | Video item fixes | RblSb | 2024-04-29 | -63/+128 |
| | | | | | | | - 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 | -481/+1530 |
| | | | | | | | | 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 | -11/+137 |
| | | ||||
| * | Update docker and ws | RblSb | 2024-02-21 | -13/+14 |
| | | ||||
| * | Keep flashbacks in state | RblSb | 2024-01-05 | -55/+67 |
| | | ||||
| * | Fix file descriptor leaks when streaming files | RblSb | 2024-01-05 | -33/+64 |
| | | ||||
| * | Flashback time per item, improve webm/webp support | RblSb | 2024-01-01 | -71/+183 |
| | | ||||
| * | Fix log filter | RblSb | 2024-01-01 | -10/+25 |
| | | ||||
| * | Ignore video limit per user for admins (#47) | Victor Melnik | 2024-01-01 | -2/+2 |
| | | ||||
| * | Skip proxy for local subs | RblSb | 2023-06-21 | -10/+61 |
| | | ||||
| * | Scroll to chat end button | RblSb | 2023-06-20 | -54/+161 |
| | | ||||
| * | Keep player removed between videos | RblSb | 2023-04-23 | -27/+41 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -103/+71 |
| | | ||||
| * | Update to Haxe 4.3 | RblSb | 2023-04-23 | -192/+177 |
| | | ||||
| * | Fix url panel overflow | RblSb | 2023-01-18 | -1/+15 |
| | | ||||
| * | Add --port argument | RblSb | 2023-01-09 | -30/+88 |
| | | | | | for fast multichannel setups | |||
| * | Disable ios page zoom on input focus | RblSb | 2023-01-07 | -1/+1 |
| | | ||||
| * | Hints, Open in App button, ui animations | RblSb | 2023-01-07 | -207/+562 |
| | | ||||
| * | Add /ad command | RblSb | 2023-01-05 | -3/+80 |
| | | | | | for skipping youtube sponsored blocks | |||
| * | Youtube shorts support | RblSb | 2022-11-24 | -2/+10 |
| | | ||||
| * | Update demo link | RblSb | 2022-11-24 | -2/+2 |
| | | | | | Rip free heroku | |||
| * | Right click on leader btn for pause | RblSb | 2022-11-24 | -19/+43 |
| | | | | | Or long tap on touch devices | |||
| * | Ignore empty slash command | RblSb | 2022-11-08 | -0/+4 |
| | | ||||
| * | Add "localNetworkOnly" option | RblSb | 2022-11-08 | -30/+51 |
| | | ||||
| * | Fix dates in chat history | RblSb | 2022-11-07 | -10/+52 |
| | | | | | Save without server timezone offset | |||
| * | Fix downloading for partial content | RblSb | 2022-11-06 | -7/+34 |
| | | ||||
| * | Update docker compose (#37) | Julien Recurt | 2022-05-23 | -4/+2 |
| | | | | Signed-off-by: Julien Recurt <thelan@servme.fr> | |||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -75/+126 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Fix test | RblSb | 2022-03-14 | -3/+7 |
| | | ||||
| * | Improve url handling | RblSb | 2022-03-09 | -34/+48 |
| | | ||||
| * | Update ws library and lockfile version | RblSb | 2021-12-19 | -8/+39 |
| | | | | | closes #34 | |||
| * | Add rewind latency | RblSb | 2021-12-11 | -4/+10 |
| | | ||||
| * | Disable auto-leader on mobile devices | RblSb | 2021-12-11 | -0/+4 |
| | | ||||
| * | Fix test | RblSb | 2021-10-16 | -1/+1 |
| | | ||||
| * | Stringify time in log | RblSb | 2021-10-13 | -10/+37 |
| | | ||||
| * | Call setPos after items added | RblSb | 2021-09-28 | -4/+4 |
| | | ||||
| * | Rework videolist structure | RblSb | 2021-09-27 | -350/+457 |
| | | ||||
| * | Got a bug? Write /dump to chat as admin | RblSb | 2021-09-27 | -361/+508 |
| | | | | | And open new issue with received file. | |||
| * | Allow proxy ips by default | RblSb | 2021-09-27 | -18/+25 |
| | | | | | And improve server output | |||
| * | Minor autopause fix | RblSb | 2021-09-09 | -2/+2 |
| | | ||||
| * | Add CI | RblSb | 2021-09-08 | -1/+39 |
| | | ||||
| * | Improve video skip logic | RblSb | 2021-09-07 | -53/+259 |
| | | ||||
| * | Fix iOS keyboard handler | RblSb | 2021-09-04 | -19/+58 |
| | | ||||
| * | Detect null/ctrl chars | RblSb | 2021-09-03 | -27/+104 |
| | | | | | closes #30 | |||
| * | /kick feature | RblSb | 2021-08-30 | -301/+416 |
| | | ||||
| * | Fix int32 overflow | RblSb | 2021-08-29 | -11/+24 |
| | | | | | closes #29 | |||
| * | iOS... | RblSb | 2021-08-28 | -4/+77 |
| | | | | | Sent from my iPhone | |||
| * | Fix subs for linux firefox | RblSb | 2021-08-20 | -1/+3 |
| | | | | | | My disappointment is immeasurable, and my day is ruined. Also need to report this somewhat. closes #28 | |||
