| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Improve upload filename encoding | RblSb | 2025-03-03 | -3/+4 |
| | | ||||
| * | Fixes pack | RblSb | 2025-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 | |||
| * | Cleanup | RblSb | 2025-01-29 | -103/+77 |
| | | | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon! | |||
| * | Video upload feature | RblSb | 2025-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 disconnects | RblSb | 2025-01-24 | -12/+10 |
| | | ||||
| * | Redesign portrait view with player at top | RblSb | 2025-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 ratios | RblSb | 2025-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 feature | RblSb | 2025-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 support | RblSb | 2025-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 support | RblSb | 2024-08-02 | -2/+0 |
| | | | | | closes #49 | |||
| * | Scroll to chat end button | RblSb | 2023-06-20 | -0/+19 |
| | | ||||
| * | Keep player removed between videos | RblSb | 2023-04-23 | -5/+5 |
| | | ||||
| * | Fix url panel overflow | RblSb | 2023-01-18 | -0/+6 |
| | | ||||
| * | Hints, Open in App button, ui animations | RblSb | 2023-01-07 | -14/+71 |
| | | ||||
| * | Right click on leader btn for pause | RblSb | 2022-11-24 | -7/+1 |
| | | | | | Or long tap on touch devices | |||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -1/+7 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Fix iOS keyboard handler | RblSb | 2021-09-04 | -6/+26 |
| | | ||||
| * | iOS... | RblSb | 2021-08-28 | -2/+26 |
| | | | | | Sent from my iPhone | |||
| * | Ban/unban commands | RblSb | 2021-08-10 | -0/+1 |
| | | | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26 | |||
| * | Way to change video src on client | RblSb | 2021-08-01 | -3/+21 |
| | | | | | see #27 | |||
| * | vtt/srt subs support | RblSb | 2021-07-05 | -3/+1 |
| | | ||||
| * | Reformat | RblSb | 2021-07-05 | -18/+25 |
| | | ||||
| * | Subtitles url input | RblSb | 2021-02-14 | -4/+4 |
| | | | | | Can be enabled by plugins | |||
| * | Video title input | RblSb | 2021-01-24 | -3/+14 |
| | | ||||
| * | requestLeaderOnPause option | RblSb | 2021-01-17 | -2/+2 |
| | | | | | closes #13 | |||
| * | Once events api, improve pause hotkey | RblSb | 2020-06-06 | -1/+4 |
| | | ||||
| * | Pause indicator | RblSb | 2020-06-06 | -1/+1 |
| | | ||||
| * | Scroll to chat end on input touch | RblSb | 2020-05-23 | -3/+7 |
| | | ||||
| * | Restore mobile view | RblSb | 2020-05-23 | -2/+15 |
| | | ||||
| * | Fix chat word wrap | RblSb | 2020-05-20 | -12/+14 |
| | | | | | closes #6 | |||
| * | Fix userlist saving, revert options panel | RblSb | 2020-05-20 | -14/+6 |
| | | ||||
| * | Major frontend redesign (#5) | Austin Riddell | 2020-05-19 | -147/+88 |
| | | | | | | | | * Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com> | |||
| * | Add hotkeys | RblSb | 2020-05-13 | -5/+52 |
| | | ||||
| * | Minor changes | RblSb | 2020-05-01 | -10/+12 |
| | | ||||
| * | Fix autoscroll with unloaded images | RblSb | 2020-04-26 | -0/+2 |
| | | ||||
| * | Fix some issues with reused players | RblSb | 2020-04-26 | -2/+10 |
| | | ||||
| * | Links history | RblSb | 2020-04-07 | -36/+10 |
| | | ||||
| * | Skip item confirmation for touch | RblSb | 2020-04-06 | -2/+1 |
| | | ||||
| * | Hide password warning for guest login | RblSb | 2020-04-06 | -1/+4 |
| | | ||||
| * | Local settings | RblSb | 2020-03-11 | -25/+35 |
| | | | | | closes #1 | |||
| * | Emotes lazy load | RblSb | 2020-03-11 | -3/+9 |
| | | ||||
| * | Show/hide password button | RblSb | 2020-03-10 | -0/+9 |
| | | ||||
| * | Template url | RblSb | 2020-03-04 | -0/+6 |
| | | ||||
| * | Improve iframe handling | RblSb | 2020-03-04 | -11/+16 |
| | | ||||
| * | Iframe items | RblSb | 2020-03-04 | -2/+9 |
| | | ||||
| * | Basic dropdown menu | RblSb | 2020-03-02 | -4/+15 |
| | | ||||
| * | Synch threshold setting | RblSb | 2020-03-02 | -0/+18 |
| | | ||||
| * | Video sync toggler | RblSb | 2020-03-02 | -0/+17 |
| | | ||||
| * | Playlist lock toggler | RblSb | 2020-03-02 | -0/+4 |
| | | ||||
| * | addAdmin server command | RblSb | 2020-03-02 | -7/+6 |
| | | ||||
