aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
Commit message (Collapse)AuthorAgeLines
* Ignore window.onblur for iframe clicksRblSb2025-05-02-1/+4
| | | | closes #63
* Do not send play/pause events without page focusRblSb2025-04-10-2/+12
| | | | for better requestLeaderOnPause/unpauseWithoutLeader options
* Trim spaces in messageRblSb2025-04-09-1/+2
|
* Initial cache support for raw videosRblSb2025-03-25-3/+20
| | | | m3u8 videos are cached without downloading segments, only m3u8 file is downloaded and segment links are updated to use synctube proxy, so you can add video to playlist as server, ignoring ip restrictions, and stream it to everyone
* More informative permission errorsRblSb2025-03-06-0/+9
|
* Fix chat message skips on limitRblSb2025-03-02-5/+14
| | | | I messed up after reversing chat
* PeerTube supportRblSb2025-02-16-1/+3
| | | | closes #46
* Add /volume commandRblSb2025-02-13-1/+16
|
* Improve cache limit handlingRblSb2025-02-09-1/+5
|
* Fixes packRblSb2025-02-07-19/+23
| | | | | | | - 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-68/+68
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-4/+41
| | | | | | 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-13/+49
| | | | | | 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-5/+99
|
* Redesign portrait view with player at topRblSb2025-01-22-30/+58
| | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
* Cache on server featureRblSb2025-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 supportRblSb2025-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 kickedRblSb2024-08-15-1/+2
|
* Add uuids for better reconectionRblSb2024-08-15-1/+7
| | | | | | 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-1/+0
| | | | closes #49
* Raw youtube fallback for unavailable videosRblSb2024-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 supportRblSb2024-01-01-2/+4
|
* Scroll to chat end buttonRblSb2023-06-20-8/+20
|
* Keep player removed between videosRblSb2023-04-23-3/+6
|
* Use null coalescing opRblSb2023-04-23-13/+10
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-39/+133
|
* Add /ad commandRblSb2023-01-05-0/+3
| | | | for skipping youtube sponsored blocks
* Right click on leader btn for pauseRblSb2022-11-24-1/+17
| | | | 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-7/+6
| | | | And add "toggleItemType" permission. Closes #36
* Add rewind latencyRblSb2021-12-11-2/+4
|
* Disable auto-leader on mobile devicesRblSb2021-12-11-0/+1
|
* Got a bug? Write /dump to chat as adminRblSb2021-09-27-0/+6
| | | | And open new issue with received file.
* /kick featureRblSb2021-08-30-0/+23
|
* Fix subs for linux chromeRblSb2021-08-20-1/+1
| | | | With trackEl.srclang = "en"
* Add /flashback (/fb)RblSb2021-08-15-0/+4
|
* Ban/unban commandsRblSb2021-08-10-14/+71
| | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26
* vtt/srt subs supportRblSb2021-07-05-7/+17
|
* ReformatRblSb2021-07-05-40/+57
|
* More JsApi methodsRblSb2021-06-06-2/+10
| | | | | getVideoItems/addVideoItem/removeVideoItem closes #24
* Subtitles url inputRblSb2021-02-14-0/+4
| | | | Can be enabled by plugins
* Api: getLocalIp / getGlobalIpRblSb2021-02-10-2/+2
|
* Improve changeOrder permissionRblSb2021-02-04-2/+19
| | | | closes #21
* Do not confuse youtube on leader's pauseRblSb2021-01-31-1/+1
|
* Video title inputRblSb2021-01-24-0/+13
|
* requestLeaderOnPause optionRblSb2021-01-17-11/+29
| | | | closes #13
* Improve ws server urlRblSb2020-12-19-9/+9
| | | | closes #14
* youtubePlaylistLimit settingRblSb2020-12-17-0/+4
| | | | closes #12
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage