aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Buttons.hx
Commit message (Collapse)AuthorAgeLines
* Fix large file uploadRblSb2025-10-23-68/+3
|
* Initial cache support for raw videosRblSb2025-03-25-3/+18
| | | | 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
* Improve upload filename encodingRblSb2025-03-03-3/+4
|
* Fixes packRblSb2025-02-07-36/+50
| | | | | | | - 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-103/+77
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-2/+59
| | | | | | 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 server pause when leader disconnectsRblSb2025-01-24-12/+10
|
* Redesign portrait view with player at topRblSb2025-01-22-37/+27
| | | | 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-2/+2
| | | | | | 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.
* Cache on server featureRblSb2025-01-17-6/+28
| | | | | | | | 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-0/+1
| | | | | | | | 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).
* Streamable supportRblSb2024-08-02-2/+0
| | | | closes #49
* Scroll to chat end buttonRblSb2023-06-20-0/+19
|
* Keep player removed between videosRblSb2023-04-23-5/+5
|
* Fix url panel overflowRblSb2023-01-18-0/+6
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-14/+71
|
* Right click on leader btn for pauseRblSb2022-11-24-7/+1
| | | | Or long tap on touch devices
* Update locked playlist restrictionsRblSb2022-03-15-1/+7
| | | | And add "toggleItemType" permission. Closes #36
* Fix iOS keyboard handlerRblSb2021-09-04-6/+26
|
* iOS...RblSb2021-08-28-2/+26
| | | | Sent from my iPhone
* Ban/unban commandsRblSb2021-08-10-0/+1
| | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26
* Way to change video src on clientRblSb2021-08-01-3/+21
| | | | see #27
* vtt/srt subs supportRblSb2021-07-05-3/+1
|
* ReformatRblSb2021-07-05-18/+25
|
* Subtitles url inputRblSb2021-02-14-4/+4
| | | | Can be enabled by plugins
* Video title inputRblSb2021-01-24-3/+14
|
* requestLeaderOnPause optionRblSb2021-01-17-2/+2
| | | | closes #13
* Once events api, improve pause hotkeyRblSb2020-06-06-1/+4
|
* Pause indicatorRblSb2020-06-06-1/+1
|
* Scroll to chat end on input touchRblSb2020-05-23-3/+7
|
* Restore mobile viewRblSb2020-05-23-2/+15
|
* Fix chat word wrapRblSb2020-05-20-12/+14
| | | | closes #6
* Fix userlist saving, revert options panelRblSb2020-05-20-14/+6
|
* Major frontend redesign (#5)Austin Riddell2020-05-19-147/+88
| | | | | | | * Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com>
* Add hotkeysRblSb2020-05-13-5/+52
|
* Minor changesRblSb2020-05-01-10/+12
|
* Fix autoscroll with unloaded imagesRblSb2020-04-26-0/+2
|
* Fix some issues with reused playersRblSb2020-04-26-2/+10
|
* Links historyRblSb2020-04-07-36/+10
|
* Skip item confirmation for touchRblSb2020-04-06-2/+1
|
* Hide password warning for guest loginRblSb2020-04-06-1/+4
|
* Local settingsRblSb2020-03-11-25/+35
| | | | closes #1
* Emotes lazy loadRblSb2020-03-11-3/+9
|
* Show/hide password buttonRblSb2020-03-10-0/+9
|
* Template urlRblSb2020-03-04-0/+6
|
* Improve iframe handlingRblSb2020-03-04-11/+16
|
* Iframe itemsRblSb2020-03-04-2/+9
|
* Basic dropdown menuRblSb2020-03-02-4/+15
|
* Synch threshold settingRblSb2020-03-02-0/+18
|
* Video sync togglerRblSb2020-03-02-0/+17
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage