aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-share-modal
Commit message (Collapse)AuthorAgeFilesLines
* Prevent invalid end watch section warningsChocobozzz2023-05-101-2/+0
|
* Improve accessibilityChocobozzz2023-03-152-75/+71
|
* Add an option to provide responsive embed (#5690)Wicklow2023-03-142-15/+34
| | | | | | | * Add option to provide responsive embed * Fix typo * More understandable parameter
* Fix angular build, againChocobozzz2023-02-201-1/+1
| | | | Maybe a bug in the sass loader
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-112-43/+111
|
* Cleanup title-page CSSChocobozzz2022-06-162-6/+6
|
* Increase global font sizeChocobozzz2022-06-161-1/+4
|
* Replace all glyphicon iconsChocobozzz2022-06-132-6/+2
|
* Rename input toggle hidden to input textChocobozzz2022-06-102-7/+7
| | | | It's more than just an hidden toggle
* Prefer global icon instead of glyphicon for copyChocobozzz2022-06-101-1/+0
|
* Migrate to bootstrap 5Chocobozzz2022-06-102-9/+1
|
* Add control bar option for peertube playerChocobozzz2022-05-202-5/+5
|
* Add "only display embed URL" in share modalChocobozzz2022-05-202-14/+41
|
* Reorganize player filesChocobozzz2022-03-141-1/+1
|
* Fix embed margin in share modalChocobozzz2022-02-092-3/+4
|
* Upgrade client dependenciesChocobozzz2022-01-141-2/+2
|
* Add ability to disable p2p in embed with URLChocobozzz2021-12-162-10/+39
|
* Fix select in share modalChocobozzz2021-11-021-1/+1
|
* Add ability to preview embed in share modalChocobozzz2021-11-022-6/+38
|
* Add warning and update privacy on share playlist (#4469)Nataly Rocha2021-10-223-1/+32
| | | | | | | | | | | | | * add warning and update privacy on share * update playlist display name on toast * change privacy update to link * remove conditional * Improve share private warning styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Provide origin URL to client and fix remote shareChocobozzz2021-10-221-4/+4
|
* Refactor video links buildersChocobozzz2021-07-261-7/+2
|
* Refactor video links buildingChocobozzz2021-07-261-17/+21
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-3/+4
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Bidi supportChocobozzz2021-06-071-3/+3
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-2/+2
| | | | And use them as default in client
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-2/+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 small UI bugsChocobozzz2021-02-021-0/+4
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-042-5/+5
|
* Add watch messages if live has not startedChocobozzz2020-11-091-3/+3
|
* Add possibility to share origin URL to video if it's not localJeena2020-10-292-1/+15
| | | | | | | | It's very difficult to share the original URL for a video when you watch it on your own instance while it's not from it but from a different instance. Right now when you use the share UI you only can share a link so a person can watch it on your own instance, this patch adds a checkbox to the share UI to share the origin URL instead if needed.
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-3/+2
|
* Add buttons in playlist pageChocobozzz2020-08-105-0/+489
To delete/edit/share the playlist