Commit Graph

856 Commits

Author SHA1 Message Date
Bnyro dc63d0b38b feat: support for subscribing to channels in search results 2024-02-10 10:22:49 +01:00
Sai Karthik 8c8858f095
refactor: place /login & /register tooltip in heading 2024-01-31 22:15:23 +05:30
Sai Karthik 16fc717a62
fix the alignment of tooltip in login & register pages 2024-01-30 13:54:01 +05:30
dadus33 7000b56a13 Fix for API retrieved playlists bug introduced in #3357 2024-01-25 12:48:13 +02:00
Bnyro c203f0e110 fix: visual issue in subscriptions page when subscribed to no channels 2024-01-24 18:00:55 +01:00
Bnyro afcb708b50 fix: unstyled file selector not hidden in playlists page 2024-01-24 17:59:16 +01:00
Vlad Ardelean 5bfbd5afa0
fix: local playlists can't be auto-played 2024-01-24 17:55:44 +01:00
Bnyro 7cf8c2280a style: improve share dialog ui and accessibility 2024-01-09 17:15:43 +01:00
Bnyro dd8dd9c9a1 feat: add share button to video items 2024-01-09 17:12:22 +01:00
Bnyro fa7741e180 fix: add spacing between related videos 2024-01-07 19:02:10 +01:00
Kavin f2679c4813
Allow loading large amount of unauth subscriptions through POST method. 2024-01-03 20:45:28 +00:00
Kavin b243782f65
Fix NPE error when no sponsorblock preferences are enabled. 2023-12-27 21:08:34 +00:00
Bnyro c2f78bf03a fix: trailing '-' on (un)subscribe button in subscriptions page 2023-12-19 17:04:21 +01:00
Bnyro 8b4949349e feat: option to create group in add to group modal 2023-12-19 16:44:16 +01:00
anewuser 5781599e9b
Fix image lazy loading for Firefox (#3264) 2023-12-18 17:20:23 +01:00
Kavin be29aa8ffe
Add default uptime for custom instances.
Closes #3259
2023-12-17 05:00:38 +00:00
Kavin fea9c266fe
Actually use the configured limit. 2023-12-15 21:30:13 +00:00
Kavin 30aadde7ae
Add a configurable stream prefetch limit. 2023-12-15 21:07:41 +00:00
Kavin 5ed4f4dd0c
Add uptime percentage column. 2023-12-14 15:19:01 +00:00
Kavin 144cf0be74
Increase retry baseDelay to 250ms. 2023-12-14 13:45:05 +00:00
Sai Karthik 7be93d6ef9
feat: improve the layout of SubscriptionsPage
* fixed the overflow issue
* hidden the input area so that it improves the look
* added some code comments
2023-12-02 13:53:30 +05:30
Shiny Nematoda 5509be2a86 remove mux.js (see https://github.com/shaka-project/shaka-player/issues/5912#issuecomment-1819153525) 2023-11-26 07:33:53 +00:00
Kavin 32c234258b
Add an infinite retry config. 2023-11-23 23:49:34 +00:00
Kavin dd83474126
Make the indexeddb call syncronous to fix race condition 2023-11-23 21:48:23 +00:00
Kavin f1058b8005
Fix issues with initial start time.
Closes #3151
2023-11-23 19:08:52 +00:00
renovate[bot] acb4cc0588
fix(deps): update dependency shaka-player to v4.6.0 (#3143)
* fix(deps): update dependency shaka-player to v4.6.0

* Migrate to attach api.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kavin <20838718+FireMasterK@users.noreply.github.com>
2023-11-16 15:02:21 +00:00
Bnyro ed27a6290f fix: untranslated string in feed page 2023-11-07 18:51:06 +01:00
robertgro 81d4279d57
Update WatchVideo.vue (#3106)
bugfix for PR 24ffe2ef93 ("Minimize the video description by default")
2023-11-05 21:46:20 +01:00
Bnyro 8727d776f6
Merge pull request #3084 from betterwebleon/master
Added Slovenian translation
2023-11-04 20:32:09 +01:00
Bnyro ddd962ab86 chore: add slovenian language to preferences page 2023-11-04 20:26:28 +01:00
Veronika Bušová b0488ae9e5
chore: add a note about unavailable instaces (#3100)
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2023-11-04 19:25:27 +00:00
robertgro 24ffe2ef93
Minimize the video description by default (#3088) 2023-11-04 20:21:49 +01:00
Bnyro e1c8a3aeab fix: button to create a new channel group is hard to access 2023-10-27 16:25:40 +02:00
Bnyro 66fa3c663a fix: use relative height for edit group modal 2023-10-27 16:20:29 +02:00
Bnyro 77a01740aa fix: add to channel group modal is not scrollable 2023-10-27 16:18:18 +02:00
Bnyro 57b30149fd
chore: remove unused duplicate login page 2023-10-24 15:32:47 +02:00
Kavin 32e7ddaaff
Merge pull request #3025 from Bnyro/watch_videos-support
feat: support for 'watch_videos' endpoint
2023-10-15 16:13:46 +01:00
Bnyro 86773ebcf6 feat: support for 'watch_videos' endpoint 2023-10-15 15:56:01 +02:00
Mike Jones ff0ca6442e fix: respect "hideWatched" preference in video feed 2023-10-14 13:50:32 +02:00
Bnyro d5533101f0
Merge pull request #3020 from Bnyro/creator-replied
feat: show if creator replied in comments
2023-10-13 09:45:43 +02:00
Bnyro e1ab5e450d feat: show if creator replied in comments 2023-10-13 09:44:02 +02:00
Glen Lowland 7c90739eb4 Set fixed uploader avatar size on Watch Video page 2023-10-11 13:17:47 +01:00
Bnyro 6158a1669a feat: allow middle clicks to open search suggestions in new tab 2023-09-24 21:14:30 +02:00
Bnyro 615f1e64d7
Merge pull request #2950 from Bnyro/add-to-group-modal
feat: add to channel group modal on channel page
2023-09-17 16:19:07 +02:00
Bnyro d3290c16de feat: add to channel group modal on channel page 2023-09-17 16:17:33 +02:00
Bnyro 7c32201cb0 feat: show explaination on register and login page 2023-09-15 11:20:58 +02:00
Andry Yosua 859908cb1f
Don't show audio language option if language is undetermined (#2937)
* Don't show audio language option if language is undetermined

as a viewer
i want simple option
so i
  - don't need to see unnecessary option
  - have more simple option
by not showing audio language option if language is undetermined

fix https://github.com/TeamPiped/Piped/issues/1761

* looks simpler and more self-explaining
2023-09-14 08:53:48 +02:00
Andry Yosua 5b4fb38c85
Allow set subtitle language from url parameter (#2935)
* allow set subtitle language from url parameter

As user,
I want to set subtitles language from url parameters,
So i do not need to subtitle language each time i switch instances

for now you can set `subtitles=xx` (example: `subtitles=en`) on url
parameter to set video subtitle language.

full url example: https://piped.video/watch?v=6stlCkUDG_s&subtitles=en

i choose query `subtitles` so it's compatible with [invidious url
parameter](https://docs.invidious.io/url-parameters/)

this is especially useful when you have addons like redirector

improvement over https://github.com/TeamPiped/Piped/issues/2669 and
https://github.com/TeamPiped/Piped/issues/223

* cleaning code

* looks simpler and more self-explaining

fix suggested on
https://github.com/TeamPiped/Piped/pull/2937#discussion_r1325072807
2023-09-14 08:51:50 +02:00
Bnyro 53f5eab757 feat: make long comments collapsable 2023-09-11 19:13:05 +02:00
Bnyro 6f0e1c5c7c fea(sub groups): show channel avatar and navigate to it on click 2023-09-11 18:54:31 +02:00
wcw2x 007b22a6a9
Add config for privacy policy 2023-09-07 18:38:37 -03:00
Kavin 0b481d8c44
Add support for parallel segment fetching. 2023-08-31 10:21:57 +01:00
Shiny Nematoda 13d16f83b9
Be the programmer your linter thinks you are 2023-08-30 11:59:11 +02:00
Shiny Nematoda 3a5fe4780b display error in player 2023-08-29 17:07:30 +00:00
Bnyro be864fbdbb
Merge pull request #2848 from Bnyro/download-current-frame
feat: option to download current video frame
2023-08-25 10:01:57 +02:00
Bnyro 37a93ae34f feat: support for importing and exporting channel groups 2023-08-23 16:15:43 +02:00
Bnyro 4ff2dc8e3d feat: option to download current video frame 2023-08-22 13:52:05 +02:00
Bnyro 7eaeca584f fix closing playlist add modal 2023-08-22 09:20:40 +02:00
Bnyro 9f0ce4a189 register page: add password visibility toggles 2023-08-14 10:46:06 +02:00
Bnyro 00fad8c943 register page: add password confirm field 2023-08-14 10:03:26 +02:00
Kavin a153f87e58
Add unocss eslint config and apply changes. 2023-08-13 18:31:57 +01:00
Kavin fe22731192
Fix segment autoskip not being defined sometimes. 2023-08-07 20:00:02 +01:00
Kavin bc636b4064
Add null check for videosStore.
Closes #2776
2023-08-07 19:50:25 +01:00
Kavin 981133ebd0
Fix navigate next keybind not working.
Closes #2784
2023-08-07 19:45:54 +01:00
Kavin fb99dbdc0a
Fix eslint warning. 2023-08-07 19:45:26 +01:00
Bnyro abffb4a878
Merge pull request #2782 from Bnyro/master
feat: support for video metainfo
2023-08-07 17:45:19 +02:00
Bnyro 5f4f793232 feat: support for video metainfo 2023-08-07 17:43:48 +02:00
ChunkyProgrammer a9305f26c5
Fix: FreeTube Subscription Import (#2744)
* Fix: FreeTube Subscription Import

* Use for of loop

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

---------

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2023-08-04 17:35:02 +02:00
Bnyro 6978f52246
Merge pull request #2765 from Bnyro/qr-share
feat: qrcode share option
2023-08-04 16:23:04 +02:00
Bnyro 30c83c3d0d fix: use an async component for sharing qr codes 2023-08-04 16:22:21 +02:00
Kavin c7f1f23d09
Add optional chaining to check 2023-08-04 13:28:18 +01:00
sweep-ai[bot] 9a93dfd017
Hide show/hide comments button when comments are disabled (#2767)
* Update src/components/WatchVideo.vue

* Update src/components/WatchVideo.vue

* Update src/components/WatchVideo.vue

---------

Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
2023-08-04 11:39:31 +01:00
Bnyro b2ab3af93b feat: qrcode share option 2023-08-04 12:11:23 +02:00
Bnyro d1d7b72e21 fix: wrap video tags into multiple lines 2023-08-03 14:00:01 +02:00
amogusussy 3243cacfe6 Change player bar and SB segment colors to var()s 2023-07-30 18:48:56 +02:00
Bnyro 7cf1679960 feat: support for video tags 2023-07-30 18:19:26 +02:00
Bnyro 7a14ab08a2 show video license and visibility in description 2023-07-30 18:10:08 +02:00
Bnyro 2049696760
Merge pull request #2725 from Bnyro/master
fix crash when a playlist doesn't have a description
2023-07-28 19:18:15 +02:00
Bnyro ab57e9ccb0 fix crash when a playlist doesn't have a description 2023-07-28 19:16:56 +02:00
Bnyro 895293cee4
Merge pull request #2724 from Bnyro/master
fix importing playlists from YouTube
2023-07-28 19:13:42 +02:00
Bnyro 59b668ab82 fix importing playlists from YouTube 2023-07-28 19:12:37 +02:00
Bnyro e1b7d8b86c Possibility to rename subscription groups 2023-07-28 18:49:16 +02:00
Kavin 301877e2e1
Fix eslint config and apply all fixes. 2023-07-27 12:46:05 +01:00
Kavin 22c10a6f9a
Tree shake DomPurify. 2023-07-22 17:22:57 +01:00
Kavin 9539d51126
Implement DeArrow support everywhere.
Closes #2575
2023-07-21 21:07:53 +01:00
Kavin d6acb3e098
Add more DeArrow support. 2023-07-19 02:54:15 +01:00
Kavin b457eb5c70
Implement support for DeArrow. 2023-07-19 01:40:12 +01:00
Bnyro f5fbed04f5
fix: size of channel avatar in search results on large screens (#2680) 2023-07-17 15:34:46 +00:00
Bnyro 1d7036a30b
disable scrolling for embedded videos (#2679) 2023-07-17 17:30:47 +02:00
Bnyro 5fdc7ce017 fix position of button to clear search query 2023-07-17 10:55:50 +02:00
Bnyro 7317fc9a75
Merge pull request #2677 from Bnyro/master
Highlight links in video description
2023-07-17 10:51:02 +02:00
Bnyro 98faddaf97 Highlight links in video description 2023-07-17 10:49:38 +02:00
Bnyro c6eec84438
Merge pull request #2676 from Bnyro/fix-search-enter
fix: enter in search bar doesn't work
2023-07-17 10:45:05 +02:00
Bnyro 4dee577f96 fix: enter in search bar doesn't work 2023-07-17 10:43:58 +02:00
Bnyro ba3a87cb5c
add support for auto deleting the history (#1778) 2023-07-17 08:40:19 +00:00
Jack Linhart a2f76dcd8e
Apply rounded border to channels in search results (#2672)
* Apply rounded border to channels in search results

* use built-in utility class

* Contain channel thumbnail size

* contain results in flexbox and implement custom Uno classes

* correct linter errors

* remove custom rule
2023-07-16 22:27:31 +02:00
Bnyro 2d8d47e70e Add search bar for larger screens
Co-authored-by: iatenine <iatenine@gmail.com>
2023-07-16 18:33:08 +02:00
ItzYanick 91d1762579
impl registrationDisabled into NavBar 2023-07-14 00:42:33 +02:00
Bnyro bd21e72370 Use a router link for opening the home page 2023-07-07 18:02:01 +02:00
Bnyro b18e964dc5
Merge pull request #2629 from Bnyro/default-homepage-fix
Open default homepage directly on navbar icon click
2023-07-06 22:58:19 +02:00