Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix player with audio only resolution | Chocobozzz | 2021-12-16 | 1 | -2/+1 |
| | |||||
* | Add ability to disable p2p in embed with URL | Chocobozzz | 2021-12-16 | 1 | -2/+1 |
| | |||||
* | Add P2P enabled/disabled in player card | Chocobozzz | 2021-12-16 | 2 | -2/+6 |
| | |||||
* | Hide P2P in player if disabled | Chocobozzz | 2021-12-16 | 3 | -3/+20 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 5 | -21/+19 |
| | |||||
* | Improve control bar inactivity handling | Chocobozzz | 2021-12-09 | 2 | -14/+32 |
| | | | | | Keep opened when user is in control bar settings Faster hidding transition for control bar | ||||
* | Focus player after fullscreen | Chocobozzz | 2021-12-09 | 1 | -0/+8 |
| | |||||
* | Fix live duration in player | Chocobozzz | 2021-12-07 | 1 | -0/+1 |
| | |||||
* | Recover HLS video with duration inconsistency | Chocobozzz | 2021-12-03 | 1 | -1/+4 |
| | | | | With audio longer than video | ||||
* | Add aria expanded to settings button | Chocobozzz | 2021-11-22 | 1 | -0/+4 |
| | |||||
* | Fix player menu keyboard navigation | Chocobozzz | 2021-11-19 | 2 | -2/+12 |
| | |||||
* | Update angular | Chocobozzz | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Migrate to @peertube/videojs-contextmenu | Chocobozzz | 2021-10-26 | 1 | -1/+1 |
| | | | | To fix a bug with latest videojs | ||||
* | Remove render media todo | Chocobozzz | 2021-10-22 | 1 | -1/+0 |
| | | | | | We don't want to use official module anymore since we removed a large part of the upstream code we don't need (pdf etc) | ||||
* | Fix some old typing issues | Chocobozzz | 2021-10-22 | 5 | -12/+6 |
| | |||||
* | Fix "Off" player string localization | Chocobozzz | 2021-10-21 | 1 | -1/+1 |
| | |||||
* | Fix privacy concern for remote videos | Chocobozzz | 2021-10-21 | 1 | -2/+1 |
| | |||||
* | Fix missing width/height in share iframe | Chocobozzz | 2021-10-20 | 1 | -0/+2 |
| | |||||
* | Improve playback with bad redundancies | Chocobozzz | 2021-10-14 | 2 | -2/+5 |
| | |||||
* | extend client-overrides with default images (#4392) | kontrollanten | 2021-10-12 | 1 | -0/+0 |
| | | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Safer iframe creation | Chocobozzz | 2021-10-11 | 1 | -9/+9 |
| | |||||
* | Fix embed api | Chocobozzz | 2021-09-10 | 1 | -20/+20 |
| | |||||
* | Cleanup player quality change | Chocobozzz | 2021-09-10 | 10 | -455/+212 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 2 | -3/+3 |
| | |||||
* | Inform user to fill account profile and channels (#4352) | Ms Kimsible | 2021-08-26 | 1 | -0/+1 |
| | | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 1 | -0/+4 |
| | |||||
* | Fix player setting overflow | Chocobozzz | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 18 | -136/+132 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-08-11 | 2 | -10/+8 |
| | |||||
* | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-08-05 | 1 | -1/+1 |
|\ | |||||
| * | Fix sha fallback | Chocobozzz | 2021-08-05 | 1 | -1/+1 |
| | | |||||
| * | Fix URL copy in embed | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | | |||||
* | | HLS v1 support | Chocobozzz | 2021-08-05 | 7 | -46/+58 |
| | | |||||
* | | Fix peertube link button | Chocobozzz | 2021-07-30 | 1 | -4/+1 |
| | | |||||
* | | Correctly fix peertube button link | Chocobozzz | 2021-07-29 | 1 | -0/+2 |
| | | |||||
* | | Refactor video links builders | Chocobozzz | 2021-07-26 | 8 | -164/+19 |
| | | |||||
* | | Refactor video links building | Chocobozzz | 2021-07-26 | 4 | -28/+83 |
|/ | |||||
* | Fix player options | Chocobozzz | 2021-07-12 | 1 | -2/+1 |
| | |||||
* | Fix HTTP fallback with no webtorrent files | Chocobozzz | 2021-07-12 | 1 | -1/+6 |
| | |||||
* | Fix console error when watching a video | Chocobozzz | 2021-06-29 | 1 | -4/+1 |
| | |||||
* | Fix error when cookies are disabled | Chocobozzz | 2021-06-25 | 1 | -4/+9 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | add client hook filter:videojs.options | kontrollanten | 2021-06-14 | 1 | -10/+16 |
| | | | | closes #4086 | ||||
* | Load embed api resolutions on init | Chocobozzz | 2021-06-08 | 1 | -0/+4 |
| | |||||
* | Replace local menu icon | Chocobozzz | 2021-05-28 | 2 | -3/+3 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -2/+2 |
| | | | | And use them as default in client | ||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service | ||||
* | Fix "stats for nerds" card in HTTP mode | Chocobozzz | 2021-05-14 | 1 | -4/+4 |
| | |||||
* | Fix http player defaulting to audio resolution | Chocobozzz | 2021-05-14 | 1 | -1/+2 |
| | |||||
* | Fix player settings dispose | Chocobozzz | 2021-05-05 | 1 | -5/+8 |
| |