aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use new doc linksChocobozzz2021-01-051-1/+1
|
* Fix test embed pageChocobozzz2020-12-141-2/+2
|
* video embed: use instance name as html titlekontrollanten2020-12-141-1/+1
|
* video-embed: add standalone-video-embed CSS classkontrollanten2020-12-141-1/+1
| | | | closes #3420
* video-embed: inject custom CSSkontrollanten2020-12-141-0/+1
| | | | closes #3420
* 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
|
* Add ability to set custom field to video formChocobozzz2020-08-211-1/+5
|
* Support plugin hooks in embedChocobozzz2020-08-201-3/+78
|
* Fix invalid refresh token in embedChocobozzz2020-08-141-13/+23
|
* Continue without token on error in embedChocobozzz2020-08-101-7/+9
|
* Correctly error network errors in embedChocobozzz2020-08-071-10/+29
|
* Handle playlist oembedChocobozzz2020-08-071-1/+3
|
* Handle playlist methods in embed apiChocobozzz2020-08-075-27/+73
|
* Handle playlist position in URLChocobozzz2020-08-071-2/+25
|
* Load all playlist elementsChocobozzz2020-08-071-3/+28
|
* Handle start at/stop at in playlist embedChocobozzz2020-08-071-2/+9
|
* Add previous buttonChocobozzz2020-08-071-3/+36
|
* Handle basic playlist in embedChocobozzz2020-08-071-5/+24
|
* Add logic to handle playlist in embedChocobozzz2020-08-074-35/+219
|
* Cleanup tokens logic in embedChocobozzz2020-08-071-10/+16
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Upgrade to angular 10Chocobozzz2020-08-071-14/+9
|
* deal with refresh token in embedRigel Kent2020-08-061-6/+61
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-2/+11
|
* Add ability to disable peertube link in embedChocobozzz2020-07-311-1/+3
|
* Fix player menu on mobileChocobozzz2020-07-021-1/+1
|
* Add ability to update embed captionsChocobozzz2020-05-065-3/+84
|
* Fix videojsChocobozzz2020-04-211-1/+1
|
* Fix videojs typingsChocobozzz2020-04-171-3/+3
|
* Add duration in embed api playbackStatusUpdateChocobozzz2020-04-083-2/+4
|
* Add "ended" embed API eventChocobozzz2020-04-082-2/+7
|
* Fix embed api documentationChocobozzz2020-03-201-1/+1
|
* Fix saved mute in embedChocobozzz2020-02-281-1/+1
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-261-0/+3
|\
| * Fix IOS embed playerChocobozzz2020-02-261-0/+3
| |
* | Improve embed title background opacityChocobozzz2020-02-031-20/+20
|/
* Add embed api buildChocobozzz2019-12-185-4/+43
|
* Remove watch scriptsChocobozzz2019-12-181-0/+1
|
* Add package.json for embed apiChocobozzz2019-12-182-0/+25
|
* Fix test embed pageChocobozzz2019-12-186-18/+88
|