Preston
6245f8b423
Reverse saved videos list to show latest on top
2021-01-21 13:35:13 -05:00
Preston
f95f73ee27
Fix load more button in playlists page
2021-01-16 12:18:27 -05:00
Cadence Ember
d5304cfcdd
Revamp about page ( #929 )
...
* Revamp about page
* Add more cards to about page
* Fix linter issues
* Add missing info and update locales
* Add license URL
Co-authored-by: Preston <freetubeapp@protonmail.com>
2021-01-15 11:14:45 -05:00
Preston
9a75e6a53a
Fix toast string and add support for embed URLs when parsing links
2021-01-14 22:37:52 -05:00
Preston
659415edc3
Initial Playlist implementation. Functions like basic favorites list
2021-01-14 18:03:23 -05:00
Preston
6d7d874bc0
Add Proxy configuration to settings. Fix ft-video-list height when using list display
2021-01-14 13:51:33 -05:00
Preston
835903a896
Revamp About Page. Add new links and information
2021-01-13 17:17:48 -05:00
Cadence Ember
9424a90fe1
Sidebar fixes ( #916 )
...
* Correctly bind theatre mode options
Theatre mode is now bound to both "recommended videos" and "live chat"
distraction settings, rather than just "recommended videos".
The settings switch, the button, and the layout have all been updated
to reflect this.
Most likely closes: https://github.com/FreeTubeApp/FreeTube/issues/910
* Fix watch layout when no sidebar
If there's nothing to display in the sidebar according to the
distraction settings and live status, the watch page will adopt a
single column layout. If the sidebar still exists due to faulty logic,
it will be placed at the very bottom of the page.
Most likely closes: https://github.com/FreeTubeApp/FreeTube/issues/909
* Unlink default theatre mode switch
* Normalise theatre calculation, consider playlists
2021-01-12 23:13:36 -05:00
Preston
ce7e568c7b
Update project dependencies
2021-01-11 15:32:35 -05:00
Preston
32f57ae1c1
Fix search continuation when using cached results
2021-01-11 11:49:58 -05:00
Preston
eab93c2b61
Fix network leak to Invidious instance when viewing channel playlists on Local API
2021-01-11 11:26:14 -05:00
Luca
24d15f6151
Check video likes and dislikes for NaN
2020-12-31 12:22:26 +01:00
Preston
9b57dcda41
Show live status in search and fix youtube links in live chat
2020-12-22 15:34:06 -05:00
Preston
3af6f9b65f
Fix check for unplayable videos
2020-12-20 21:43:40 -05:00
Preston
78d92375f4
Update Search.js
2020-12-17 11:22:20 -05:00
Preston
2b31078e05
Prepare search code for pagination
2020-12-14 14:52:22 -05:00
Preston
cb8cf1ef43
Start progress on fixing Search and Playlist for local API
2020-12-13 23:17:43 -05:00
Preston
c59b8333d7
Temporarily fix channel id extraction from watch object
2020-12-06 20:18:08 -05:00
Preston
47a493e368
Update search module and add error handling for more videos
2020-12-02 13:36:08 -05:00
Luca Hohmann
460934752c
Fail-Safe fix when author data of video is missing ( #825 )
...
* Fail-Safe fix when author data of video is missing
* Fixed linter issues by replacing hasownproperty with in
* Implemented Prestons addition for the user thumbnail
2020-12-02 13:35:03 -05:00
Preston
895906e2f6
Fix playlist watch video playlist information and fix recommended videos list
2020-11-28 19:44:17 -05:00
Preston
fdb258b4e3
Use WIP branch for Search and playlists
2020-11-28 19:08:39 -05:00
Preston
742226940c
Fix linter issues
2020-11-23 21:57:03 -05:00
Preston
de3cff57c5
Fix Invidious Fallback logic
2020-10-31 11:23:26 -04:00
Duane Jaspers
3c8dfb84b5
Change to only consider currently live broadcasts as livestreams. ( #728 )
...
* Remove isLiveContent, so only now live is true
* Change Published on to Streamed on when applicable
2020-10-31 10:57:51 -04:00
TDDR
e7ce45b524
Changed title of Watch view to title of the video ( #739 )
...
* Changed title of Watch view to title of the video
* Called updateTitle in a more appropriate location
* Removed redundandt router portion
2020-10-31 10:36:35 -04:00
Preston
d7fe2dcfbd
Re-add Show More button in the Search Page
2020-10-31 10:34:37 -04:00
Luca
d36bab3ffd
Added trending region to Invidious
2020-10-22 22:59:16 +02:00
Preston
f75df62c90
Move logic to utils store and load country data on boot
2020-10-22 14:56:49 -04:00
Luca
bf2737b947
Added geoLocation code
2020-10-22 13:47:30 +02:00
Preston
3d8383be11
Hide load more button in search when there are no more to
2020-10-21 16:58:47 -04:00
Preston
a7cd21b7ad
Test temporary search fix
2020-10-21 11:15:42 -04:00
Preston
c7ac9a8415
Add caption download links when Invidious API is enabled
2020-10-19 15:16:56 -04:00
Preston
1086d7b516
Add captions to download links
2020-10-19 11:51:37 -04:00
Synkky
07312ec16a
Display heart badge on loved comments ( #675 )
...
* Display heart badge on loved comments
* Change red badge to material red (#F44336)
* Fix linting issues
2020-10-19 10:01:24 -04:00
Preston
acf9b850c2
Proxy channel profile icons and banners through Invidious when API is preferred
2020-10-13 11:06:04 -04:00
Preston
5cb71a48f2
Add Download links to videos
2020-10-08 15:01:46 -04:00
Luca
31ff7f5167
Changed the fixed string 'load more' in the subscription page for a 'Load more videos' and placed it in the yaml files
2020-10-08 13:03:05 +02:00
Preston
a4bdfedd1a
Slightly increase delay in loading subscriptions on first boot.
2020-10-07 13:34:09 -04:00
Preston
854fd08f9c
Hide subscriber count in channel view if 0 is returned
2020-10-06 17:45:30 -04:00
tayloraviets
d5970f58c6
PR ready distraction free feature ( #596 )
...
* PR ready distraction free feature
Signed-off-by: Taylor <tayloraviets@gmail.com>
* presumably fixed linter issues
Signed-off-by: Taylor <tayloraviets@gmail.com>
* addressed PR issues and hopefully made the linter happy
Signed-off-by: Taylor <tayloraviets@gmail.com>
* fixed more linter issues
Signed-off-by: Taylor <tayloraviets@gmail.com>
* fixed more linter issues again
Signed-off-by: Taylor <tayloraviets@gmail.com>
* fixed more linter issues again.
Signed-off-by: Taylor <tayloraviets@gmail.com>
* moved bad quote
Signed-off-by: Taylor <tayloraviets@gmail.com>
2020-10-05 22:27:32 -04:00
Preston
ac9efa8df4
Re-label Audio Formats
2020-10-04 21:20:30 -04:00
Preston
e47b59750d
Force RSS Feeds when profile has more than 125 subscribed channels
2020-10-04 18:04:28 -04:00
Preston
4b2fb7aa1f
Proxy videos through Invidious if local API is enabled and setting is enabled
2020-10-04 17:01:59 -04:00
Preston
cbb1b853b5
Fix more linter issues
2020-10-04 14:42:46 -04:00
Luca
da40e92cb6
Added handleVideoEnded() and the fix for the erroring of the toLocalePublicationString()
2020-09-30 23:01:36 +02:00
Luca
ee4327f4ab
Missing video formats
...
Added a check whether the video returns formats that can be used to view
the video. If not, this might be due to region locks. At the moment the
code just returns. For playlists this will likely not work. So a
somewhat handling for region locked videos in playlists is still
necessary, so that the playlist plays on after skipping.
2020-09-30 22:37:23 +02:00
Preston
2d66b97328
Merge pull request #143 from Deedone/timestamps
...
Make timestamps clickable
2020-09-28 21:21:48 -04:00
Preston
70d5b3453f
Update Subscription List when changing profiles in a different view
2020-09-28 20:48:20 -04:00
Mykyta Poturai
7cb396fcce
Make timestamps clickable
...
Replaces timestamps in comments and description with links that set
current video timestamp when clicked.
2020-09-27 13:23:52 +03:00
Preston
307c00745b
Add another check for live content
2020-09-26 19:26:48 -04:00
Preston
49e44c3b71
Remove timeout from watch page
2020-09-26 18:05:44 -04:00
Preston
37e874cb09
Add timeout for video loading
2020-09-26 17:39:10 -04:00
Preston
c89f12f04c
Update local channel scraper
2020-09-25 21:40:22 -04:00
Preston
8de0c5fef0
Show different message if Upcoming text isn't available. Assume premiere date has passed
2020-09-25 10:14:49 -04:00
Preston
4f04eb7640
Add better default quality logic
2020-09-24 22:35:13 -04:00
Preston
ff5d2f9b86
Fix various profile issues and allow videos to repeat if save progress is finished
2020-09-24 18:33:21 -04:00
Preston
3eb4a8ac0c
Resume watch progress when switching formats
2020-09-22 18:27:53 -04:00
Preston
6bf54a1dd7
Prevent PiP video from repeating if video is finished. Also prevent it from holding up navigation on rare occasions
2020-09-22 16:19:21 -04:00
Preston
51593176cc
Fix video thumbnails and fix various issues with PiP mode
2020-09-21 21:30:48 -04:00
Preston
78a1655dd8
Prevent next video from playing if user leaves page
2020-09-21 18:39:25 -04:00
Preston
d029c6161b
Fix playlist view when private videos are in the list
2020-09-21 18:32:42 -04:00
Preston
9077046331
Rename Alpha to Beta
2020-09-20 22:31:23 -04:00
Preston
66ab2b11b9
Clear out more data in channel view to prevent other channel data from showing up
2020-09-20 22:20:40 -04:00
Preston
b58821908a
Update dependencies and resolve hidden error
2020-09-18 18:11:58 -04:00
Preston
35b35b2525
Fix Locale and messaging issues
2020-09-16 08:51:24 -04:00
Preston
2c9832d90e
Fix linting issues
2020-09-15 23:10:15 -04:00
Preston
2a0c062915
Add subscription manager within profile settings. Add Upcoming video information. Other changes
2020-09-15 22:07:54 -04:00
Violet Rose
61c25a05f5
Refactoring based on PR comments.
2020-09-11 20:20:26 -07:00
Violet Rose
5725c18e2c
Added "current time" share buttons.
2020-09-10 20:48:06 -07:00
Preston
dea4eba109
Fix and add Locales. Add Reverse playlist functionality
2020-09-09 18:58:35 -04:00
Preston
df629ff7e1
Add auto play next video and fix watch progress issue on route change
2020-09-07 14:43:44 -04:00
Preston
c7762852f2
Update readme and only set Invidious storyboards when Invidious logic is called
2020-09-07 11:33:10 -04:00
Preston
842bc2f4e9
Don't check for captions during a live video
2020-09-07 11:26:52 -04:00
Preston
d77c9aed49
Add functionality to import and export subscriptions / history
2020-09-06 18:12:25 -04:00
Preston
cf3aecb127
Add some error handling to subscriptions
2020-09-03 21:56:01 -04:00
Preston
018a68f852
Allow Subscribe button to resize in the channel view
2020-09-02 22:01:47 -04:00
Preston
9b7b240de4
Add proper logic for route change
2020-09-02 21:06:49 -04:00
Preston
1bf2e51afc
Fix loading for cached subscriptions
2020-09-02 21:04:08 -04:00
Preston
f895703446
Fix subscription order for live or streamed videos
2020-09-02 21:00:24 -04:00
Preston
a04ce13e6e
Fix linting issues
2020-09-01 23:25:06 -04:00
Preston
8f35f95a5b
Finish Core Subscriptions logic and add more locales to profiles page
2020-09-01 23:21:32 -04:00
Preston
1e035105d1
Finish Profile Logic and working subscriptions
2020-09-01 23:21:32 -04:00
Preston
0680e6c5b6
Fix issues with playlist and leaving watch page from invalid id
2020-09-01 23:21:32 -04:00
Preston
0a612ae0e7
Create Profile Edit Page
2020-09-01 23:21:32 -04:00
Preston
b291cbf37b
Start progress on adding profiles
2020-09-01 23:21:32 -04:00
Preston
cb2fd51dc5
Start progress on subscriptions
2020-09-01 23:21:32 -04:00
Luca
c01d468411
Check for storyboard directory when using installation
2020-08-31 20:13:49 +02:00
Luca
66903d8002
Updated DashGenerator and changed the used video formats for the local dash generation from formats to adaptiveFormats
2020-08-30 21:31:48 +02:00
Preston
6d50806303
Fix generating Dash file from Invidious
2020-08-30 10:21:01 -04:00
Preston
024e1fe2eb
Add Module to generate manifest files locally
2020-08-28 15:43:10 -04:00
Preston
1ffb013bfe
Fix links to channel view in search page
2020-08-28 11:01:20 -04:00
Preston
160eae91c5
Fix playlist user links, fix mini playlist card in watch page. Update dependencies.
2020-08-27 17:40:01 -04:00
Preston
80b60f6d32
Run caption logic earlier to avoid subtitles from not showing up.
2020-08-26 17:21:44 -04:00
Preston
472844371e
Merge branch 'master' of github.com:FreeTubeApp/FreeTube-Vue
2020-08-26 16:45:57 -04:00
Preston
029a0bc08e
Test if this fixes subtitles from sometimes not showing up.
2020-08-26 16:45:20 -04:00
Luca
e1f484d9b8
Fix for missing storyboards in dev mode
2020-08-26 21:52:12 +02:00
Preston
781e971357
Fix issues with playlists and fix issue with leaving watch page from an invalid id
2020-08-25 10:18:14 -04:00
Preston
87294698ad
Add another check for duration in a search
2020-08-24 21:53:02 -04:00
Preston
feea541fdb
Update Dependencies, Fix linter, Hide Refresh Button for Trending / Popular
2020-08-24 17:52:39 -04:00