| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | PeerTube support | RblSb | 2025-02-16 | -3/+3 |
| | | | | | closes #46 | |||
| * | Add /volume command | RblSb | 2025-02-13 | -2/+7 |
| | | ||||
| * | Fixes pack | RblSb | 2025-02-07 | -3/+8 |
| | | | | | | | | - 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 | -13/+17 |
| | | | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon! | |||
| * | Add experimental unpauseWithoutLeader option | RblSb | 2025-01-25 | -8/+52 |
| | | | | | | | 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 disconnects | RblSb | 2025-01-24 | -7/+23 |
| | | ||||
| * | Redesign portrait view with player at top | RblSb | 2025-01-22 | -1/+16 |
| | | | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places | |||
| * | VK player support | RblSb | 2025-01-17 | -0/+2 |
| | | ||||
| * | Cache on server feature | RblSb | 2025-01-17 | -16/+27 |
| | | | | | | | | | 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 | -6/+118 |
| | | | | | | | | | 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 | -4/+3 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-04-29 | -17/+20 |
| | | | | | | | - 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 | -0/+4 |
| | | | | | | | | 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 support | RblSb | 2024-01-01 | -10/+9 |
| | | ||||
| * | Keep player removed between videos | RblSb | 2023-04-23 | -1/+6 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -5/+3 |
| | | ||||
| * | Hints, Open in App button, ui animations | RblSb | 2023-01-07 | -2/+1 |
| | | ||||
| * | Add /ad command | RblSb | 2023-01-05 | -1/+36 |
| | | | | | for skipping youtube sponsored blocks | |||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -3/+2 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Call setPos after items added | RblSb | 2021-09-28 | -1/+1 |
| | | ||||
| * | Rework videolist structure | RblSb | 2021-09-27 | -47/+60 |
| | | ||||
| * | Minor autopause fix | RblSb | 2021-09-09 | -1/+1 |
| | | ||||
| * | Fix iOS keyboard handler | RblSb | 2021-09-04 | -2/+4 |
| | | ||||
| * | Improve autopause | RblSb | 2021-08-01 | -1/+2 |
| | | ||||
| * | Reformat | RblSb | 2021-07-05 | -19/+28 |
| | | ||||
| * | More JsApi methods | RblSb | 2021-06-06 | -5/+1 |
| | | | | | | getVideoItems/addVideoItem/removeVideoItem closes #24 | |||
| * | Subtitles url input | RblSb | 2021-02-14 | -0/+1 |
| | | | | | Can be enabled by plugins | |||
| * | Video title input | RblSb | 2021-01-24 | -0/+4 |
| | | ||||
| * | requestLeaderOnPause option | RblSb | 2021-01-17 | -0/+19 |
| | | | | | closes #13 | |||
| * | Hide iframes duration | RblSb | 2020-06-07 | -2/+6 |
| | | ||||
| * | Playlists "at next" order | RblSb | 2020-06-07 | -5/+6 |
| | | ||||
| * | Pause indicator | RblSb | 2020-06-06 | -0/+9 |
| | | ||||
| * | More api methods | RblSb | 2020-06-05 | -0/+14 |
| | | ||||
| * | Major frontend redesign (#5) | Austin Riddell | 2020-05-19 | -20/+15 |
| | | | | | | | | * Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com> | |||
| * | Sync leader on video start/refresh | RblSb | 2020-05-13 | -0/+10 |
| | | ||||
| * | Fix setNext item button | RblSb | 2020-05-12 | -1/+1 |
| | | ||||
| * | Blink tab on first video of player | RblSb | 2020-05-09 | -4/+6 |
| | | ||||
| * | Support youtube streams | RblSb | 2020-05-01 | -0/+4 |
| | | ||||
| * | Fix autoscroll with unloaded images | RblSb | 2020-04-26 | -8/+1 |
| | | ||||
| * | Fix some issues with reused players | RblSb | 2020-04-26 | -9/+13 |
| | | ||||
| * | VideoRemove api event | RblSb | 2020-04-25 | -0/+2 |
| | | ||||
| * | External api test | RblSb | 2020-04-24 | -0/+1 |
| | | ||||
| * | Fix youtube bg autoplay | RblSb | 2020-04-24 | -16/+22 |
| | | ||||
| * | Fix video restart after end | RblSb | 2020-04-21 | -0/+5 |
| | | ||||
| * | Sync playback rate | RblSb | 2020-04-03 | -0/+26 |
| | | ||||
| * | Minor fixes | RblSb | 2020-03-12 | -0/+2 |
| | | ||||
| * | Improve iframe handling | RblSb | 2020-03-04 | -1/+1 |
| | | ||||
| * | Iframe items | RblSb | 2020-03-04 | -3/+7 |
| | | ||||
| * | Video sync toggler | RblSb | 2020-03-02 | -0/+4 |
| | | ||||
| * | Get youtube video title/duration with api | RblSb | 2020-02-29 | -3/+5 |
| | | ||||
