| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Remove heroku-specific check | RblSb | 2025-03-18 | -14/+8 |
| | | ||||
| * | More informative permission errors | RblSb | 2025-03-06 | -17/+25 |
| | | ||||
| * | Cache quality fallback when not enough space | RblSb | 2025-03-03 | -31/+27 |
| | | ||||
| * | Improve upload filename encoding | RblSb | 2025-03-03 | -10/+20 |
| | | ||||
| * | Fix chat message skips on limit | RblSb | 2025-03-02 | -5/+14 |
| | | | | | I messed up after reversing chat | |||
| * | PeerTube support | RblSb | 2025-02-16 | -4/+142 |
| | | | | | closes #46 | |||
| * | Youtube cache cookies support | RblSb | 2025-02-15 | -11/+23 |
| | | | | | closes #59 | |||
| * | Add /volume command | RblSb | 2025-02-13 | -38/+168 |
| | | ||||
| * | Improve cache limit handling | RblSb | 2025-02-09 | -29/+101 |
| | | ||||
| * | Fixes pack | RblSb | 2025-02-07 | -135/+200 |
| | | | | | | | | - 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 | -207/+231 |
| | | | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon! | |||
| * | Video upload feature | RblSb | 2025-01-28 | -111/+549 |
| | | | | | | | 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 option | RblSb | 2025-01-25 | -31/+107 |
| | | | | | | | 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 | -62/+186 |
| | | ||||
| * | Redesign portrait view with player at top | RblSb | 2025-01-22 | -74/+123 |
| | | | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places | |||
| * | Cache fix | RblSb | 2025-01-22 | -5/+14 |
| | | ||||
| * | Make raw videos adaptive for aspect ratios | RblSb | 2025-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 support | RblSb | 2025-01-17 | -0/+231 |
| | | ||||
| * | Cache on server feature | RblSb | 2025-01-17 | -271/+352 |
| | | | | | | | | | 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 | -13/+210 |
| | | | | | | | | | 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). | |||
| * | Show server errors as html | RblSb | 2024-08-15 | -0/+1 |
| | | ||||
| * | Update tab title when kicked | RblSb | 2024-08-15 | -1/+2 |
| | | ||||
| * | Add uuids for better reconection | RblSb | 2024-08-15 | -5/+37 |
| | | | | | | | Kick zombie users with same uuids. Minimal node version is 14. | |||
| * | Seamless reconnection for first 5 seconds | RblSb | 2024-08-14 | -12/+206 |
| | | ||||
| * | Streamable support | RblSb | 2024-08-02 | -43/+79 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-04-29 | -35/+55 |
| | | | | | | | - 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 | -36/+324 |
| | | | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs | |||
| * | Improve srt parsing | RblSb | 2024-04-21 | -5/+35 |
| | | ||||
| * | Keep flashbacks in state | RblSb | 2024-01-05 | -18/+23 |
| | | ||||
| * | Fix file descriptor leaks when streaming files | RblSb | 2024-01-05 | -16/+28 |
| | | ||||
| * | Flashback time per item, improve webm/webp support | RblSb | 2024-01-01 | -32/+89 |
| | | ||||
| * | Fix log filter | RblSb | 2024-01-01 | -1/+5 |
| | | ||||
| * | Ignore video limit per user for admins (#47) | Victor Melnik | 2024-01-01 | -1/+1 |
| | | ||||
| * | Skip proxy for local subs | RblSb | 2023-06-21 | -5/+28 |
| | | ||||
| * | Scroll to chat end button | RblSb | 2023-06-20 | -8/+48 |
| | | ||||
| * | Keep player removed between videos | RblSb | 2023-04-23 | -9/+17 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -30/+21 |
| | | ||||
| * | Fix url panel overflow | RblSb | 2023-01-18 | -0/+6 |
| | | ||||
| * | Add --port argument | RblSb | 2023-01-09 | -1/+30 |
| | | | | | for fast multichannel setups | |||
| * | Hints, Open in App button, ui animations | RblSb | 2023-01-07 | -58/+214 |
| | | ||||
| * | Add /ad command | RblSb | 2023-01-05 | -2/+40 |
| | | | | | for skipping youtube sponsored blocks | |||
| * | Youtube shorts support | RblSb | 2022-11-24 | -0/+4 |
| | | ||||
| * | Right click on leader btn for pause | RblSb | 2022-11-24 | -8/+18 |
| | | | | | Or long tap on touch devices | |||
| * | Ignore empty slash command | RblSb | 2022-11-08 | -0/+1 |
| | | ||||
| * | Add "localNetworkOnly" option | RblSb | 2022-11-08 | -6/+13 |
| | | ||||
| * | Fix dates in chat history | RblSb | 2022-11-07 | -4/+15 |
| | | | | | Save without server timezone offset | |||
| * | Fix downloading for partial content | RblSb | 2022-11-06 | -1/+8 |
| | | ||||
| * | Update locked playlist restrictions | RblSb | 2022-03-15 | -24/+42 |
| | | | | | And add "toggleItemType" permission. Closes #36 | |||
| * | Improve url handling | RblSb | 2022-03-09 | -16/+20 |
| | | ||||
| * | Update ws library and lockfile version | RblSb | 2021-12-19 | -2/+2 |
| | | | | | closes #34 | |||
