aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-3/+3
| | | | It's deprecated by TS
* Don't not autoplay live without autoplay settingChocobozzz2022-12-141-16/+13
|
* Force autoplay when live startsChocobozzz2022-11-151-12/+33
| | | | Using the mute
* Correctly terminate an ended liveChocobozzz2022-11-151-6/+38
|
* Fix embed api with playlistsChocobozzz2022-11-141-0/+5
|
* Fix testsChocobozzz2022-10-241-1/+1
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-8/+14
|
* Fix broken player on live reloadChocobozzz2022-10-241-0/+1
|
* Add ability for client to create server logsChocobozzz2022-07-181-5/+7
|
* Put instance name in embed buttonChocobozzz2022-06-281-0/+2
|
* Add live autostart/messages in embedChocobozzz2022-05-311-2/+15
|
* Refactor embedChocobozzz2022-05-311-697/+162
|
* Add control bar option for peertube playerChocobozzz2022-05-201-0/+9
|
* Support more plugin helpers in embedChocobozzz2022-03-231-7/+26
|
* Reorganize player filesChocobozzz2022-03-141-5/+4
|
* Add latency setting supportChocobozzz2022-03-091-5/+23
|
* Display avatar in embed posterChocobozzz2022-03-081-3/+12
|
* Fast forward on HLS decode errorChocobozzz2022-02-021-3/+6
|
* Add ability to disable p2p in embed with URLChocobozzz2021-12-161-2/+4
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-161-1/+1
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-7/+21
|
* Add ability for plugins to register client routesChocobozzz2021-12-101-1/+1
|
* Fix privacy concern for remote videosChocobozzz2021-10-211-1/+1
|
* Display a message in embed on unsupported web browserChocobozzz2021-09-021-7/+7
|
* Remove useless asyncChocobozzz2021-08-261-2/+2
|
* Speed up client lintChocobozzz2021-08-181-1/+1
|
* Migrate client to eslintChocobozzz2021-08-181-22/+25
|
* Remove thumbnail flash for autoplayChocobozzz2021-08-021-3/+3
|
* Add ability to search by host in serverChocobozzz2021-07-271-0/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Remove unused importChocobozzz2021-06-141-1/+0
|
* add client hook filter:videojs.optionskontrollanten2021-06-141-40/+13
| | | | closes #4086
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+2
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* Refactor server errors handlerChocobozzz2021-06-021-2/+3
|
* Inject server config in HTMLChocobozzz2021-05-141-23/+29
|
* Add ability to hide plugin form fieldsChocobozzz2021-04-221-0/+1
|
* Revert "Fix context menu when watching a playlist"Chocobozzz2021-04-211-6/+1
| | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
* Fix context menu when watching a playlistChocobozzz2021-04-211-1/+6
|
* Add ability to hide plugin settingsChocobozzz2021-04-091-0/+1
|
* Resume videos for non-logged in users (#3885)kontrollanten2021-03-311-0/+1
| | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+2
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Fix buildChocobozzz2021-03-241-0/+2
|
* Upgrade client dependenciesChocobozzz2021-02-031-1/+1
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-6/+7
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Fix 401 error in embedsChocobozzz2020-12-011-5/+4
|
* Hide dock if there are no title/descriptionChocobozzz2020-11-101-6/+8
|
* Try to optimize sha segments fetchingChocobozzz2020-11-101-0/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-2/+2
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-211-1/+1
|
* Send videojs to action player hooksChocobozzz2020-08-211-1/+1
|