aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeLines
* Fix chat message skips on limitRblSb2025-03-02-5/+14
| | | | I messed up after reversing chat
* PeerTube supportRblSb2025-02-16-4/+142
| | | | closes #46
* Add /volume commandRblSb2025-02-13-38/+168
|
* Improve cache limit handlingRblSb2025-02-09-1/+5
|
* Fixes packRblSb2025-02-07-58/+81
| | | | | | | - Fix timer seek on server pause with double timer.pause() calls - Implement multi-caching - Better uploading progress with XMLHttpRequest - Better upload/cache error reporting
* CleanupRblSb2025-01-29-195/+215
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-25/+163
| | | | | | 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 optionRblSb2025-01-25-31/+106
| | | | | | 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 disconnectsRblSb2025-01-24-48/+158
|
* Redesign portrait view with player at topRblSb2025-01-22-74/+123
| | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
* Make raw videos adaptive for aspect ratiosRblSb2025-01-19-19/+16
| | | | | | Sadly there is no info about video size for iframes, so they will be keeped as 16/9. Let me know if this change breaks anything.
* VK player supportRblSb2025-01-17-0/+230
|
* Cache on server featureRblSb2025-01-17-97/+131
| | | | | | | | 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 supportRblSb2025-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 kickedRblSb2024-08-15-1/+2
|
* Add uuids for better reconectionRblSb2024-08-15-1/+8
| | | | | | Kick zombie users with same uuids. Minimal node version is 14.
* Seamless reconnection for first 5 secondsRblSb2024-08-14-7/+32
|
* Streamable supportRblSb2024-08-02-16/+70
| | | | closes #49
* Video item fixesRblSb2024-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 videosRblSb2024-04-28-23/+62
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Improve srt parsingRblSb2024-04-21-5/+35
|
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-12/+13
|
* Skip proxy for local subsRblSb2023-06-21-5/+28
|
* Scroll to chat end buttonRblSb2023-06-20-8/+48
|
* Keep player removed between videosRblSb2023-04-23-9/+17
|
* Use null coalescing opRblSb2023-04-23-20/+15
|
* Fix url panel overflowRblSb2023-01-18-0/+6
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-58/+214
|
* Add /ad commandRblSb2023-01-05-2/+40
| | | | for skipping youtube sponsored blocks
* Youtube shorts supportRblSb2022-11-24-0/+4
|
* Right click on leader btn for pauseRblSb2022-11-24-8/+18
| | | | Or long tap on touch devices
* Ignore empty slash commandRblSb2022-11-08-0/+1
|
* Fix dates in chat historyRblSb2022-11-07-3/+12
| | | | Save without server timezone offset
* Update locked playlist restrictionsRblSb2022-03-15-11/+15
| | | | And add "toggleItemType" permission. Closes #36
* Add rewind latencyRblSb2021-12-11-2/+4
|
* Disable auto-leader on mobile devicesRblSb2021-12-11-0/+1
|
* Call setPos after items addedRblSb2021-09-28-1/+1
|
* Rework videolist structureRblSb2021-09-27-48/+62
|
* Got a bug? Write /dump to chat as adminRblSb2021-09-27-0/+25
| | | | And open new issue with received file.
* Minor autopause fixRblSb2021-09-09-1/+1
|
* Fix iOS keyboard handlerRblSb2021-09-04-8/+30
|
* /kick featureRblSb2021-08-30-0/+23
|
* iOS...RblSb2021-08-28-2/+34
| | | | Sent from my iPhone
* Fix subs for linux chromeRblSb2021-08-20-7/+22
| | | | With trackEl.srclang = "en"
* Add /flashback (/fb)RblSb2021-08-15-0/+4
|
* Fix local subsRblSb2021-08-13-1/+4
| | | | closes #28
* Ban/unban commandsRblSb2021-08-10-14/+80
| | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26
* Improve autopauseRblSb2021-08-01-1/+2
|
* Way to change video src on clientRblSb2021-08-01-4/+47
| | | | see #27
* Better subs checkRblSb2021-07-13-0/+1
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage