FairPlayTube icon indicating copy to clipboard operation
FairPlayTube copied to clipboard

The Next Generation of Video Sharing Portals. An Open Source Project created with the best technologies there are: Microsoft .NET & Azure. It is not only designed as an educational tool for developers...

Results 49 FairPlayTube issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** As the ads are showing in middle section of the page it can be confusing to the user to find...

Social media links like facebook, twitter and others should be display below of the page that should not be display in main heading of the website page. **Describe the solution...

**Describe the bug** The fullscreen control of the video players, whether from iframe or from azure media player, do nothing. The bug has also been confirmed trying to embed a...

bug
help wanted
good first issue
GitHub Contributions

Now that .NET MAUI is officially released, we want to continue the work in the mobile app. Our current plan, is to make both the web app and the mobile...

enhancement
help wanted
good first issue

In the Video component (https://github.com/efonsecab/FairPlayTube/blob/main/src/FairPlayTubeSln/FairPlayTube.Components/Videos/Video.razor) add a play video icon on top of the thumbnail. Use this icon: https://icons.getbootstrap.com/icons/play-circle-fill/ Make sure the button click is set `@onclick="@( () => ShowVideoPlayer()...

enhancement
good first issue

* Move the main logic to the respective VideoService method with the same name of the controller's endpoint method. * Apply Localization to the hardcoded text and Custom Validation messages....

bug

**Note:** A branch with initial progress already exists: **https://github.com/efonsecab/FairPlayTube/tree/ClientServicesGenerator** **Important** After doing some initial testing it seems the Source Generators projects only have access to the project being compiled and...

help wanted
good first issue
GitHub Contributions

Check the "UploadVideoModel" class for a sample implementation. In the "FairPlayTube.Models" project, add the following class "Validations/VideoComment/CreateVideoCommentModelLocalizer.cs" Add the respective Resource Keys for the "CreateVideoCommentModel" Add the respective properties to...

enhancement
good first issue

In the client app create the following "/Pages/Users/VideoPlaylists/MyPlayLists.razor" "/Pages/Users/VideoPlaylists/MyPlayLists.razor.cs" Create the constant for the page route, the page route must be "/Users/VideoPlaylists/MyPlayLists" Set the page to be access only to...

enhancement